@charset "utf-8";

body{
	min-width: 320px;
}
@font-face {
	font-family: 'Caroni-Regular';
	src: url('Caroni-Regular.otf');
	font-weight: normal;
}
@font-face {
	font-family: 'Pecita';
	src: url('Pecita.otf');
	font-weight: normal;
}
#container a{
	color: #49dacf;
}
#bandeauTop{
	background-color: #49dacf;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 3.5rem;
	color: #FFF;
	font-family: 'Pecita';
	padding-left: 2rem;	
}
@media screen and (max-width: 1000px){
#bandeauTop{	
	padding-left: 0rem;
	flex-direction: column;
}	
}
#menu{
	display: flex;
	width: 100%;
}
@media screen and (max-width: 1000px){
#menu{
	display: none;
}}
#menu ul{
	display: flex;
	flex: 2;
	justify-content: flex-end;
	font-size: 1.8rem;

}
@media screen and (max-width: 1200px){
#menu ul{
	font-size: 1.5rem;
}}
@media only screen and (max-width: 1000px) {
#menu ul{
	width: 30rem;
}}
@media only screen and (max-width: 850px) {
#bandeauTop{
	font-size: 2.5rem;	
}
#menu ul{
	display: flex;
	width: 25rem;
	justify-content: space-between;
	margin-right: 2rem;
	font-size: 1.5rem;
}}
@media only screen and (max-width: 475px) {
#menu ul{
	display: flex;
	width: 22rem;
	justify-content: space-between;
	font-size: 1.4rem;
	margin-right: 0rem;
}}
@media only screen and (max-width: 700px) {
#bandeauTop{
	flex-direction: column;
}}
#menu ul li{
	text-align: right;
	padding: 0rem 2rem 0rem 2rem;

}
.text{
	font-family: 'Pecita';	
}
#container{
	display: flex;
	flex-direction: column;
}
#titre1{
	text-align: center;
	margin: 9rem 1rem 0rem 1rem;
	font-size: 2rem;
	color: #49dacf;
	font-family:"Caroni-Regular";
}
@media only screen and (max-width: 1000px) {
#titre1{
	margin-top: 0rem;
}}
#paragraphe1{
	align-items: center;
}
.titre2{
	text-align: center;
	margin-top: 2rem;
	font-size: 2rem;
	color: #49dacf;
	font-family:"Caroni-Regular";
}
.paragraphe2{
	margin-top: 2rem;
	display: flex;
	flex-direction: column;
	font-size: 1.2rem;
	flex: 4;
	text-align: justify;
}
@media screen and (max-width: 900px){
.paragraphe2{
	font-size: 1rem;
}}
@media screen and (max-width: 600px){
.paragraphe2{
	font-size: 0.8rem;
}}
#bandeauBot{
	height: 72px;
	padding-left: 1rem;
	background-color: #49dacf;
	font-size: 1rem;
	display: flex;
	color: #FFF;
	flex-direction: column;
}
#barreVerticaleContact{
	color: #000;
}
.blocs{
	display: flex;
	justify-content: space-around;
}
.paragraphe2 div{
	margin-bottom: 0.5rem;
}
.citationsGauche{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex: 1;
	color: #49dacf;
	font-style: italic;
	padding: 0rem 3rem 0rem 3rem;
}
.citationsDroite{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	flex: 1;
	color: #49dacf;
	font-style: italic;
	padding: 0rem 3rem 0rem 3rem;
}
.citationsGauche div{
 display: flex;
 flex-direction: column;
}
@media screen and (max-width: 800px){
.citationsGauche{
	font-size: 0.8rem;
	padding: 0rem 1rem 0rem 1rem;
}
.citationsDroite{
	font-size: 0.8rem;
	padding: 0rem 1rem 0rem 1rem;
}}
#positionCitationDroite{
	position: absolute;
	margin-top: 12rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	
}
@media screen and (max-width: 600px){
.citationsGauche{
	font-size: 0.6rem;
	padding: 0rem 1rem 0rem 1rem;
}
.citationsDroite{
	font-size: 0.6rem;
	padding: 0rem 1rem 0rem 1rem;
}}
@media screen and (max-width: 400px){
.citationsGauche{
	padding: 0rem 0.5rem 0rem 0.5rem;
}
.citationsDroite{
	padding: 0rem 0.5rem 0rem 0.5rem;
}}
.auteurCitation{
	font-style: normal;
	font-size: 0.8rem;
}
@media screen and (max-width: 800px){
.auteurCitation{
	font-size: 0.6rem;
}}
@media screen and (max-width: 600px){
.auteurCitation{
	font-size: 0.5rem;
}}
#formulaire_contact{
	font-family:"Caroni-Regular";
	font-size: 1.6rem;
	font-weight: bold;
	color: #49dacf;
	margin: 2rem 0rem 0.3rem 0rem;
	display: flex;
	justify-content: center;
	background-image:url("../images/photoForm1.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
@media screen and (min-width: 1200px){
#formulaire_contact{
	background-position: top;
}}
#formulaire_contact form{
	display: flex;
	flex-direction: column;
	align-items: center;
}
@media screen and (max-width: 580px){
#formulaire_contact form{
	font-size: 1rem;
}}
#formulaire_contact form div{
	margin-top: 1rem;
}
.inputedit{
	width: 40rem;
	padding:0.5rem;
	border-width: 1px;
	border-color: #1d1d1d;
	border-style: solid;
	background-color: #FFF;
	margin-bottom: 0.5rem;
}
form input.inputedit{
	color:  #121212;
}
form input.inputedit::placeholder {
color: #49dacf;
opacity: 1; /* Firefox */
}
form input.inputedit:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #FFF;
}
form input.inputedit::-ms-input-placeholder { /* Microsoft Edge */
color: #FFF;
}
@media screen and (max-width: 730px){
.inputedit{
	width: 35rem;
}}
@media screen and (max-width: 580px){
.inputedit{
	width: 19.5rem;
}}
#valider{
	cursor: pointer;
	font-family:"Caroni-Regular";
	justify-content: center;
	color: #49dacf;
	font-size: 2rem;
	font-weight: bold;
	background-color: transparent;
	margin-bottom: 0.5rem;
}
@media screen and (max-width: 480px){
#valider{
	font-size: 1.1rem;
}}
#valider:hover{
	transition: .25s ease-in-out;
	font-size: 2.3rem;
}
#textareamessage{
	padding:0.5rem;
	color:#1d1d1d;
	min-height: 10rem;
}
#textareamessage{
	color:  #121212;
}
#textareamessage::placeholder {
color: #49dacf;
opacity: 1; /* Firefox */
}
#textareamessage:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #FFF;
}
#textareamessage::-ms-input-placeholder { /* Microsoft Edge */
color: #FFF;
}




@media screen and (max-width: 480px){
#textareamessage{
	min-height: 5rem;
}
#formulaire_contact form div{
	margin-top: 0.5rem;
}}

#formulaire_contact form ul li{
	text-align: center;
}
span.error{
	color: #d35050;
}
span#erreur{
	color: #d35050;
}
.margin_top{
	margin-top: 1rem;
}
.bold{
	font-weight: bold;
}
/* menu hamburger */

#menuToggle{
position: fixed;
top: 25px;
left: 10px;
z-index: 1;
-webkit-user-select: none;
user-select: none;
width: 100%;
}
@media screen and (min-width: 1001px){
	#menuToggle{
		display: none;
	}
}
#menuToggle a{
padding: 5px;
transition: .25s ease-in-out;
}
#menuToggle a:hover{
transition: .25s ease-in-out;
background-color: #FFF;
}
#menuToggle input{
display: block;
width: 40px;
height: 32px;
position: absolute;
top: -7px;
left: -5px;
cursor: pointer;
opacity: 0;
z-index: 2;
-webkit-touch-callout: none;
}
#menuHamb{
display: flex;
flex-direction: column;
align-items: center;
position: absolute;
width: 100%;
margin: -168px 0px 0px -10px;
padding-top: 125px;
list-style-type: none;
-webkit-font-smoothing: antialiased;
/* to stop flickering of text in safari */
transform-origin: 0% 0%;
transform: translate(0, -100%);
transition: transform 0.5s;
line-height: 1.3;
background-color: #49dacf;
font-size: 1.7rem;
}
#menuHamb a{
width: 100%;
text-align: center;
color: #FFF;
}
#menuHamb a:hover{
-webkit-box-shadow:inset 0px 0px 0px 1px #FFF;
-moz-box-shadow:inset 0px 0px 0px 1px #FFF;
box-shadow:inset 0px 0px 0px 1px #FFF;
color: #49dacf;
}
#menuToggle input:checked ~ ul{
transform: none;
}

/*Effet petites barres menu*/
#menuToggle span{
display: block;
width: 33px;
height: 4px;
margin-bottom: 5px;
position: relative;
background: #737373;
border-radius: 3px;
z-index: 1;
transform-origin: 4px 0px;
transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
			background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
			opacity 0.55s ease;
}
#menuToggle span:first-child
{
transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
transform-origin: 0% 100%;
}
#menuToggle input:checked ~ span{
opacity: 1;
transform: rotate(45deg) translate(-2px, -1px);
background: #737373;
}
#menuToggle input:checked ~ span:nth-last-child(3)
{
opacity: 0;
transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2)
{
transform: rotate(-45deg) translate(0, -1px);
}

																	/*FIN menu hamburger */
/*logo reseaux sociaux*/
#social{
	display: flex;
	align-items: center;
	justify-content: left;
	margin-top: 0.5rem;
}
@media screen and (max-width: 650px){
#social{
	margin-top: 0.3rem;
}}
.display_none_social{
	font-size: 1.3rem;
}
.contact_header{
	display: flex;
	font-size: 1.3rem;
}
@media screen and (max-width: 600px){
.contact_header{
	font-size: 16px;
}}
#social a img{
	width: 30px;
}
@media screen and (max-width: 650px){
#social a img{
	width: 20px;
}}