.retour{
    clear: both;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    font-family: 'Montserrat', sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.logo{
    margin-top: 20px;
}
.logo:hover{
    transform: scale(0.9);
    transition: all 0.3s ease-in-out 0s;
}
.head{
    max-width: 750px;
    text-align: center;
    margin: auto;
}
menu ul{
    justify-content: center;
    width: 100%;
    margin: auto;
    display: flex;
}  
menu a{
    padding: 10px;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    color: #4ABFE8;
    font-size: small;
}
menu a:hover{
    color: #30758e;
}
.imgHeader{
    background-image: url(img/photo_header.jpg);
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
}
#textHeader{
    text-align: center;
    margin-top: -46px;
}
#textHeader h1{
    text-transform: uppercase;
    color: #4ABFE8;
    font-size: 40px;
    font-weight: bolder;
}
.container{
    max-width: 750px;
    margin: auto;
}
.container p{
    line-height: 2;
}
.container h2{
    text-align: center;
    color: #4ABFE8;
    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: x-large;
}
.container p{
    text-align: center;
}
.color{
    color: #4ABFE8;
}
.contain{
    width: 100%;
}
.contain ul{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.contain li{
    list-style: none;
    font-weight: bolder;
    line-height: 2;    
}

#CadreGris{
    margin-top: 30px;
    background-color: gray;
    color: white;
    height: auto;
    padding: 20px;
    display: flex;
    justify-content: space-between;
}
#CadreGris h3{
    font-family: 'Dancing Script', cursive;
    font-size: large;
    float: left;
}
.Texte{
    text-transform: uppercase;
    font-size: small;
}
.CadreBleu{
    margin-top: 20px;
    margin-bottom: 40px;
    background-color: #4ABFE8;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.PremiereLigne{
    display: flex;
    justify-content: space-between;
}
.PremiereLigne  img{
    width: 85%;
}
.DeuxiemeLigne img{
    width: 85%;
}
.DeuxiemeLigne{
    display: flex;
    justify-content: space-around;
}
.couleur{
    color: white;
}
.middle{
   text-align: center;
   margin-bottom: 20px;
}
.middle img{
    width: 100%;
}
.middle p{
    font-family: 'Dancing Script', cursive;
    font-size: larger;
    padding: 10px;
}
#ImgFond{
    background-image: url("img/photo-equipe.jpg");
    height: auto;
    padding: 10px;
    background-size: cover;
    display:flex;
}
#ImgFond .container{
    position: relative;
}
#BarreVertical{
    width: 10px;
    height: 100%;
    border-radius: 5px;
    background-color: white;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.droite .Image{
    float: right;
    height: 185px;
    position: relative;
    width: 50%;
    background-image: url(img/cercle.svg);
    background-repeat: no-repeat;
}
.droite img{
    position: absolute;
    left: 62px;
    top: 16px;
}
.droite p{
    float: left;
    width: 45%;
    color: white;
    text-align: right;
    line-height: 1;
    margin-top: 45px;
}
.gauche .Image{
    float: left;
    height: 185px;
    position: relative;
    width: 50%;
    background-image: url(img/cercle.svg);
    background-repeat: no-repeat;
    transform: scaleX(-1);
}
.gauche img{
    position: absolute;
    left: 62px;
    top: 17px;
}
.gauche p{
    float: right;
    width: 45%;
    color: white;
    text-align: left;
    line-height: 1;
    margin-top: 45px;
}
.Image img:hover{
    transform: rotate(-10deg) scale(1.1);
    transition: all 0.5s ease-in-out 0s;
   
}
.CadreFooter{
    margin-top: 50px;
    width: 100%;
    height: auto;
    background-color: #4ABFE8;
    box-shadow: 0px -8px 29px 1px rgba(128,128,128,1);
}
.TexteFooter{
    color: white;
    font-size: small;
    text-align: center;
}
/* Contact */
.PartieD{
    width: 100%;
    padding: 10px;
}
.PartieD i{
    color:#4ABFE8;
}
.PartieD p{
    text-align: left;
    padding-top: 30px;
}
.PartieG{
   width: 98%;
}
#form{
    font-family: 'Montserrat', sans-serif;
}
#form label{
	float: left;
	line-height: 20px;
    font-weight: bolder;
}

#form input{
    padding: 6px;
    width: 360px;
    float: left;
    border-radius: 5px;
    border: 2px solid #30758e;
}
#form p{
    padding-bottom: 40px;
    padding-top: 30px;
}
#form textarea{
    width: 370px;
	height: 95px;
    resize: none;
    border-radius: 5px;
    border:2px solid #30758e; 
    font-family: 'Montserrat', sans-serif;
}
#form input[type="text"]:focus {
    border-radius: 5px;
}
#form input[type="submit"]{
	width: 130px;
	border-radius: 5px;
    background-color: #4ABFE8;
    font-family: 'Montserrat', sans-serif;
}
#form input[type="submit"]:hover{
	background-color: #30758e;
    font-family: 'Montserrat', sans-serif;
    color: white;
	cursor: pointer;
}
