@charset "UTF-8";
/* Body */
body {
	font-family: source-sans-pro;
	background-color:#FFFDF2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
	height:100%;
  width:100%;
}
/* Container */
.container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 1000px;
    background-color: #FFFDF2;
}
.super{
	font-size:24px;
	font-style: italic;
}
	
	/* Navigation */
header {
    position: fixed;
    z-index: 8888;
    width: 100%;
    height: 80px;
    background-color: #FFFFFF;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

form {
  /* Uniquement centrer le formulaire sur la page */
  margin: 0 auto;
  width: 500px;
  /* Encadré pour voir les limites du formulaire */
  padding: 5px;
}


form div {
  margin-top: 10px;
}

label {
  /* Pour être sûrs que toutes les étiquettes ont même taille et sont correctement alignées */
  display: inline-block;
  width: 100px;
  text-align: right;
    font-weight: 700;
    color: #FFFFFF;
 	font-family: 'Crimson Pro', sans-serif;
    font-style: italic;
    font-size: 14pt;
	letter-spacing: 1px;	
}


input, textarea {
  /* Pour s'assurer que tous les champs texte ont la même police.
     Par défaut, les textarea ont une police monospace */
 	font-family: 'Crimson Pro', sans-serif;
    font-style: italic;
    font-size: 12pt;
	border-radius: 5px;
	padding: 3px;
	border-color: white;

  /* Pour que tous les champs texte aient la même dimension */
  width: 300px;
  box-sizing: border-box;

  /* Pour harmoniser le look & feel des bordures des champs texte */
  border: 1px solid #999;
}

input:focus, textarea:focus {
  /* Pour souligner légèrement les éléments actifs */
  border-color: #000;
}

textarea {
  /* Pour aligner les champs texte multi‑ligne avec leur étiquette */
  vertical-align: top;

  /* Pour donner assez de place pour écrire du texte */
  height: 5em;
}
.linkedin{
	position: relative;
	display: block;
	width:40px;
	left:50%;	
	transform: translate(-50%, -0%);
}

header.active {
	height: 55%;
	background-color: #FFFFFF;
	border-bottom: 1px solid #2C9AB7;
}

.cls-4, .cls-6 {
    fill: #5a5a5a  !important;
    font-family: Rubik-Medium, Rubik;	
}

h1{
	font-family: 'Rubik', sans-serif;
	text-align: center;
    font-size: 24pt;
	font-weight: 600;
	margin-top: 10px;
	margin-bottom: 15px;
	letter-spacing: 1pt;
}

h2{
    font-family: 'Crimson Pro', sans-serif;
    font-size: 20pt;
	font-weight: 600;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 15px;
	letter-spacing: 0.3pt;
}

p{
    font-family: 'Nunito', sans-serif;
    font-size: 13pt;
    text-align: justify;
    margin-top: 0px;
    letter-spacing: 0.5pt;
}

td{
    font-family: 'Nunito', sans-serif;
    font-size: 13pt;
    text-align: justify;
    margin-top: 0px;
    letter-spacing: 0.5pt;
}

.datef {
	width:90px;
	
}
section ul li{
    font-family: 'Nunito', sans-serif;
    font-size: 13pt;
    text-align: justify;
    margin-top: 0px;
    letter-spacing: 0.5pt;
}

.imgA{
	background-image:url('images/albi.jpg');
	height:500px;
	width:50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.imgB{
	background-image:url('images/toulouse.jpg');
	height:500px;
	width:50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.bouton{
    display: block;
	font-family: 'Crimson Pro', sans-serif;
    font-style: italic;
    font-size: 20pt;
    font-weight: 600;
    margin-top: 0px;
    letter-spacing: 0.5pt;
  margin-bottom:5px;
	
}

a{
	text-decoration: none;	
}

.side{
	background-image:url('images/photo.png');
	height:auto;
	width:33%;
	background-size: cover;
	background-repeat: no-repeat;
    border-radius: 15px 0px 0px 15px;
    background-position: center;
}

.round{
	position: relative;
	background-image:url('images/photo.png');
	width:300px;
	height:300px;
  	background-size: cover;
	background-repeat: no-repeat;
    background-position: center;
	border-radius:50%;
  	left: 50%;
  	transform: translate(-50%, -0%);
	margin: 10px;
}

@media only screen and (min-width: 1000px) {
.round{
	display:none;
	}	
	
}

@media only screen and (max-width: 1000px) {
.side{
	display:none;
	}	
	
}


nav {
   margin: 0 auto;
   width: 900px;
   text-align: center;
}


header nav ul {
    margin: 0;
    padding: 0;
	top:30px;	
	transition: all 0.2s linear;
}

header nav ul.intro {
}
		
nav ul li {
	margin-top: 30px;
	display: inline-block;
    margin-left: auto;
    margin-right: auto;
	 transition: all 0.3s linear;
}



nav ul li a {
	color:#382678;
    text-align: center;
    margin: 12px;
	padding-top:21px;
	font-size: 14px;
    letter-spacing: 2px;
	font-family: 'Heebo', sans-serif;
	font-weight: bold;
    transition: all 0.3s linear;
	text-decoration: none;
}

nav ul li a.intro {
	color:#585858;
}

nav ul li a.intro2 {
	color:#585858;
    text-decoration: underline;
}

nav ul li a:hover {
 	color:#BCBCBC;
   	font-family: 'Heebo', sans-serif;
    text-align: center;
  	margin-top: 11px;
    letter-spacing: 2px;
    font-weight: bold;
    transition: all 0.3s linear;
    text-decoration: none;
}

.intro_header {
	color: red;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: 4px;
}

section{
	margin-bottom:75px;	
	display: block;
	position: relative;
}

/* full Section */
#introduction {
	background-image: url('images/intro.jpg');
	height: 90vh;
	background-attachment: fixed;
	background-size: cover;
  background-position:center;
	background-repeat: no-repeat;
	transition: all 0.7s linear;

}

#introductioncourant {
	background-image: url('images/intro.jpg');
	top:80px;
	height: 40vh;
	background-attachment: fixed;
	background-size: cover;
    background-position:center;
	background-repeat: no-repeat;
	transition: all 0.7s linear;
	margin-bottom: 155px;
}

#introductioncourant .tagline{
	display:block;
	position: relative;
	top:50%;
	width:900px;
  	left: 50%;
	text-align: justify;
	text-align-last: center;
	backdrop-filter: blur(2px);
    background: #b7b6c587;
    border-radius: 15px;
	padding: 40px;
  	transform: translate(-50%, -50%);
}




.tagline{
	font-family: 'Crimson Pro', sans-serif;
    font-style: italic;
    font-size: 18pt;
    font-weight: 600;
    text-align: center;
    color: #FFFFFF;
    letter-spacing: 1px;
}

#introduction .tagline{
	display:block;
	position: relative;
	top:350px;
	width:900px;
  	left: 50%;
  	transform: translate(-50%, -0%);
	text-align: justify;
	text-align-last: center;
	backdrop-filter: blur(5px);
    background: #b7b6c587;
    border-radius: 15px;
    padding: 40px;
}

#introduction.intro .tagline {
	top:300px;
}

#introduction.intro {
	height: 720px;
	transition: all 0.7s linear;
}

#menunav {
	background: none;
    border-bottom: 1px none #2C9AB7;
	transition: all 0.7s linear;
}

#menunav.navintro {
	background-color: white;
    border-bottom: 1px solid #c1c1c1;
	box-shadow: 0 0.1em 0.6em rgba(0, 0, 0, 0.2);;
    -webkit-box-shadow: 0 0.1em 0.6em rgba(0, 0, 0, 0.2);;
    transition: all 0.7s linear;
  width:100%;
}

#mcclogo{
	
	position:fixed;
	font-size: 16pt;
	font-family: 'Rubik', sans-serif;
	text-align:left;
	text-decoration:none;
	color:#585858;
	font-weight: 500;
	margin-top: 0px;
	margin-bottom: 0px;	
    width: 300px;
    height: auto;
	top:15px;	
	left:75px;
	opacity: 0;
	transition: all 0.9s linear;
}

#mcclogo.intro{
	opacity: 0;
}

#logo{
    position: absolute;
    display: block;
    height: 150px;
    width: 600px;
	top:250px;
  	left: 50%;
  	transform: translate(-50%, -65%);
    transition: all 0.6s linear;
	z-index: 9988;
}

#logo.intrologo{
	position:fixed;
	display: block;
	top:7px;
	left:7px;	
	height:75px;
	width:270px;
	transform: translate(0%, 0%);
	margin-left: 0px;
    margin-right: auto;
}

#fleche{
    position: absolute;
    display: block;
    width: 50px;
    height: auto;
	top:100%;
  	left: 50%;
  	transform: translate(-50%, 0%);
    transition: all 0.3s linear;
	z-index: 9988;
	opacity:1;
}

#fleche.intro{
opacity:0;
	
}

.dot {
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 8px;
	padding:1px;	
  background-color:#ddd;
  border-radius: 50%;
  display: inline-block;
transform: translate(0%, 0%);
  transition: 0.2s ease;
}

.active, .dot:hover {	
  height: 12px;
  width: 12px;
transform: translate(-0%, -5%);
background-color:#fff;
	 margin: 6px;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  animation-name: fade;
  animation-duration: 2s;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 30px;
  margin-top: -40px;
  color: #ddd;
  font-weight: 400;
  font-size: 30px;
  transition: 0.2s ease;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px;
}
.prev {
  left: 0;
  border-radius: 3px;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  color: rgba(255,255,255,1.00);
}
@media only screen and (min-width: 1200px) {
  .prev {left: 5%;
	}
	.next {right: 5%;
	}	
	
}
@media only screen and (max-width: 900px) {
  .prev, .next {
	font-size: 20px;
	margin-top: -20px;	  
	}
}

.temoignage:before {
  content: "'' ";
}

.temoignage{
	display: block;
	color:white;
	position: relative;
	padding-top: 15px;
	width:900px;
  	left: 50%;
  	transform: translate(-50%, 0%);	
	text-align: justify;
	text-align-last: center;
	font-family: 'Crimson Pro', sans-serif;
    font-style: italic;
    font-size: 16pt;
    font-weight: 600;
	letter-spacing: 1px;
}

.news{
	display: block;
	color:white;
	position: relative;
	padding-top: 15px;
	width:900px;
  	left: 50%;
  	transform: translate(-50%, 0%);	
	text-align: justify;
	text-align-last: center;
    font-weight: 600;
	letter-spacing: 1px;
    font-family: 'Nunito', sans-serif;
    font-size: 14pt;
    margin-top: 0px;
    letter-spacing: 0.5pt;
}


.temoignage strong{
	font-style:normal;
	font-size:18pt;
}

.temoignage:after {
  content: " ''";
}

.signature{
	display: block;
	color:white;
	position: relative;
	width: 900px;
    left: 50%;
    transform: translate(-50%, 0%);
	text-align: right;
	font-family: 'Crimson Pro', sans-serif;
    font-style: italic;
    font-size: 16pt;
    font-weight: 600;
	letter-spacing: 1px;
}

.carte {
    display: block;
  	width:900px;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0.3em 0.6em #ACACAC;
    -webkit-box-shadow: 0 0.3em 0.6em #ACACAC;
    border-radius: 15px;
	padding: 20px;
}

.photogauche{
	position: relative;
	background-image: url('images/photo.png');
  	background-size: cover;
	width:300px;
	height:auto;
	margin-right:20px;
}

.cartepopup {
    display: block;
	z-height:99999;
	justify-self: center;
 	align-self: center;
    background-color: white;
	max-height: 90%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0.3em 0.6em #ACACAC;
    -webkit-box-shadow: 0 0.3em 0.6em #ACACAC;
    border-radius: 15px;
	padding: 20px;
	overflow: auto;
}


#popup {
	display:grid;
	position: fixed;
	margin-left:50%;
  	transform: translate(-50%,-50%);
    background: none;
 	grid-template-rows: 100vh;
  	grid-template-columns: 100vw;
    box-shadow: 0 0.3em 0.6em #ACACAC;
    -webkit-box-shadow: 0 0.3em 0.6em #ACACAC;
	z-index: 9997;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	top:50%;
	left:200%;
}

.open{
	left:0%!important;
}


/* width */
::-webkit-scrollbar {
  width: 10px;
	right: 15px;
	
}

/* Track */
::-webkit-scrollbar-track {
background: #FFFDF2;
  border-radius: 10px;
}


/* Handle */
::-webkit-scrollbar-thumb {
  background: lightgrey; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: grey; 
}

.id {
	background-color:#B3B3B3!important;

}



/* para Section */
.para {
	display: block;
	background-color: none;
    width: 900px;
	margin-left: auto;
    margin-right: auto;
}

.bandeau{
background: linear-gradient(30deg, rgba(210,169,197,1) 0%, rgba(113,140,195,1) 50%);
	display: block;
	position:relative;
	padding: 40px;
}



.blanc{
	position: relative;
	display: block;
    font-weight: 700;
    text-align: center;
    color: #FFFFFF;
    letter-spacing: 1px;
  	left: 50%;
  	transform: translate(-50%, 0%);	
	padding-top: 10px;
	padding-bottom:20px;
}




/* About Section */

/* More info */
footer {
background: linear-gradient(30deg, rgba(210,169,197,1) 0%, rgba(113,140,195,1) 50%);
	width:100%;
	
	padding-bottom: 20px;
	
}

footer h1 {
	margin-top:15px;
	padding-top:30px;
	width:900px;
	margin-left: auto;
    margin-right: auto;
	color:white;
	
}

footer p {
	margin-top:30px;
	width:900px;
	margin-left: auto;
    margin-right: auto;
	color:white;
		
}

strong{
	font-weight: 900;
	
}

.bouton{
	display: inline-block;
  	width: 200px;
	border-radius: 10px;
	margin-left: 15px;
	padding:10px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	letter-spacing: 2px;
	color: #FFFFFF;
	transition: all 0.3s linear;
	background: linear-gradient(30deg, rgba(210,169,197,1) 0%, rgba(113,140,195,1) 50%);
}

.bouton:hover {
background: linear-gradient(30deg, rgba(210,169,197,0.8) 0%, rgba(113,140,195,0.8) 50%);
}

.copyright {
	position: absolute;
	width: 100%;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
    background: linear-gradient(30deg, rgba(160,139,167,1) 0%, rgba(103,110,165,1) 50%);
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
.footer_banner {
	background-color: #B3B3B3;
	padding-top: 60px;
	padding-bottom: 60PX;
	margin-bottom: 0px;
	background-image: url(file:///C|/Users/--/AppData/Roaming/Adobe/Dreamweaver%202020/fr_FR/Configuration/Temp/Assets/eam7B84.tmp/images/pattern.png);
	background-repeat: repeat;
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}

#menuburger {
	right:0px;
	float:right;
	padding:20px; 
	display:none;
}

nav ul li{
	transform: translate(0%,-0%);
	  transition: 0.3s ease;
}

nav ul li.burgeropen{
	transform: translate(0%,0%);
	  transition: 0.3s ease;
}

/* Small Tablets */
@media ( max-width : 350px ){
  
text.cls-4 {
    display: none;
}
  
text.cls-6 {
    display: none;
}  
}

@media ( max-width : 900px ){

  .signature{
width: 100%;
  }
  
form {
  margin: 0 auto;
  width: 90%;
  }
  
label {
    display: inline-block;
    width: 100px;
    text-align: left;
  	margin-bottom:5px;
  } 
  
  select {
    width: 100% !important;
  }
  
  input, textarea {
    width: 100%;
  }
  
#wrap nav ul li{
	transform: translate(0%,-3000%);
	z-index: 7;
}
	
#wrap.burgeropen nav ul li{
	transform: translate(0%,0%);
}
	
#logo{
	width:76%;
  top:200px;
		}
  
header{
		height: 75px;
	}	
	
nav {
   width: 100%;
	
}
nav ul li{
	position:relative;
	display:block;	
	float:left;
	margin:0px;
	width:100%;
	background-color: white;
	text-align: center;	
	padding:15px;
	
	}	
	
	nav ul li a{
	font-size:15px;	
		
	}
	
#wrap:not(:target) {
  transform: translate(0, -500px, 0);
}

#wrap:target {
  transform: translate(0, 500px, 0);
}
	
#logo.intrologo {
	width: 250px;

	text-align: center;
	margin-right: auto;
	margin-left: auto;
	color: #043745;
}

#menuburger {
	display:block !important;
}

#normmenu {
	display:none;
}

	
.carte {
    width: 90%;
}
	
.para {
    width: 90%;
}
	footer h1 {
	width:90%;	
}

footer p {
	width:90%;	
}
		#mcclogo{
		display: none;
	}	
.temoignage{
	width:93%;
}
.news{
	width:93%;
}	

  .tagline{
	left:0;		
	}
  
#introduction {
	height: 50vh;
}	
  
#introduction p.tagline{
	display:none;
	position: relative;
	font-size: 18pt;	
	top:300px;
	width:93%;
	margin-left: auto;
    margin-right: auto;
	text-align: justify;
	text-align-last: center;
	backdrop-filter: blur(5px);
    background: #b7b6c587;
    border-radius: 20px;
    padding: 40px;
}	
		#introductioncourant {
	background-image: url('images/intro.jpg');
	position: relative;
	top:75px;
	height: 40vh;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	transition: all 0.7s linear;
	margin-bottom: 150px;
}

#introductioncourant .tagline{
	display:block;
	position: relative;
	top:50%;
  	left: 50%;
	text-align: justify;
	text-align-last: center;
	backdrop-filter: blur(5px);
    background: #b7b6c587;
	border-radius: 15px;
    padding: 20px;
	width:90%;
  	transform: translate(-50%, -50%);
}
  
  .round{
	position: relative;
	background-image:url('images/photo.png');
	width:70%;
	padding-top:70%;
    height:auto;
  	background-size: cover;
	background-repeat: no-repeat;
    background-position: center;
	border-radius:50%;
  	left: 50%;
  	transform: translate(-50%, -0%);
	margin: 10px;
}
	
}

/* Small Desktops */
@media ( min-width : 900px ) and (max-width : 1200px ){
.navintro nav ul li {
		transform: translate(0%,0%);
	padding-top: 50px;
}
	
#logo.intrologo {
	width: 280px;
	left: 50%;
	transform: translate(-50%,0%);
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	color: #043745;
}
header {
    position: fixed;
    z-index: 8888;
    width: 100%;
    height: 120px;
}
	

	#mcclogo{
		display: none;
	}	
	
.temoignage{
	width:93%;
}	
.news{
	width:93%;
}		
.carte{
    width: 93%;
}
	
.para{
    width: 93%;
}
	
	footer h1 {
	width:93%;	
}

footer p {
	width:93%;	
}
	
#introduction p.tagline{
	display:block;
	position: relative;
	font-size: 18pt;	
	top:300px;
	width:93%;
	margin-left: auto;
    margin-right: auto;
	text-align: justify;
	text-align-last: center;
	backdrop-filter: blur(5px);
    border-radius: 20px;
    padding: 40px;
}
	
	#introductioncourant {
	background-image: url('images/intro.jpg');
	position: relative;
	top:120px;
	height: 40vh;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	transition: all 0.7s linear;
	margin-bottom: 195px;
}

#introductioncourant .tagline{
	display:block;
	position: relative;
	top:50%;
  	left: 50%;
	text-align: justify;
	text-align-last: center;
	backdrop-filter: blur(2px);
    border-radius: 15px;
	padding: 40px;
	width:90%;
  	transform: translate(-50%, -50%);
}
	
	
}

@media ( min-width : 1200px ) and ( max-width : 1400px ){

.navintro nav ul{
		transform: translate(20%,0%);

	}
}




.button {
  /* Pour placer le bouton à la même position que les champs texte */
 	position: relative;
	display: block;
	left: 50%;
	width:200px;
	transform: translate(-50%,0%);	
	padding:10px;
	margin-bottom: 20px
}

button {
  /* Cette marge supplémentaire représente grosso modo le même espace que celui
     entre les étiquettes et les champs texte */
  	  background-color: #FFFFFF;
  border: none;
  color: black;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
	border-radius:10px;
    display: block;
	font-family: 'Crimson Pro', sans-serif;
    font-style: italic;
    font-size: 16pt;
    font-weight: 600;
    margin-top: 0px;
    letter-spacing: 0.5pt;
	padding:10px;
	
	
}
