body {
  font-size: 16px;
  width: auto;
  margin: auto;
  font-family: "Montserrat", sans-serif;
  background: white;
}

.retour {
  clear: both;
}

p {
  line-height: 140%;
}


.container_large {
  width: 1140px;
  margin: auto;
}

.container_small {
  width: 750px;
  margin: auto;
}

#image_fixed {
  width: 130px;
  position: fixed;
  top: 505px;
  right: 0px;
  z-index: 99;
  box-shadow: -8px 0px 18px 2px rgba(0, 0, 0, 0.3);
  border-radius: 200px 0px 0px 200px;
-webkit-border-radius: 200px 0px 0px 200px;
-moz-border-radius: 200px 0px 0px 200px;
}
/*..............................HEADER_HAUT...........................*/

header {
  margin-bottom: 20px;
}

header #haut {
  margin: 30px 0 40px 0;
  text-align: center;
}

/*..............................NAV...........................*/

nav ul {
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px;
}

nav a {
  color: #009DDF;
  text-decoration: none;
  font-weight: 600;
  padding-bottom: 10px;
  position: relative;
}

nav a::after {
  content: '';
  background-color: #009DDF;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .40s ease;
}

nav a:hover::after {
  transform: scaleX(1);
}


/*..............................HEADER_BAS...........................*/

header #bas {
  background: url("images/header/photo_header.jpg") no-repeat center;
  height: 300px;
}

header #bas h1 {
  font-size: 80px;
  font-weight: 800;
  color: #009DDF;
  text-align: center;
  padding-top: 226px;
  line-height: 91%;
}

header #bas h2 {
  font-size: 25px;
  font-weight: 400;
  color: #686868;
  text-align: center;
  padding-top: 10px;
}

/*.......................................FOOTER....................................*/

footer {
  background: #009DDF;
  margin-top: 150px;
  box-shadow: 0px -10px 21px 0px rgba(0, 0, 0, 0.3);
  height: 60px;
  padding-top: 33px;
}

footer p {
  font-size: 15px;
  color: white;
  text-align: center;
}

/*..............................SECTION 1 - QUI ETES VOUS ?...........................*/

#qui_etes_vous {
  margin-top: 200px;
}


#qui_etes_vous h3 {
  font-size: 45px;
  font-weight: 600;
  color: #009DDF;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 45px;
}


#qui_etes_vous p {
  font-size: 17px;
  color: #686868;
  text-align: center;
  padding-bottom: 30px;
}


#qui_etes_vous p span {
  color: #009DDF;
}


#qui_etes_vous #liste_puces ul {
  text-align: left;
  font-weight: 500;
  list-style: disc;
  color: black;
  padding-left: 100px;
  padding-bottom: 30px;
  line-height: 140%
}

/*..............................SECTION 1 - QUI ETES VOUS ? / RECTANGLE GRIS ...........................*/

#rectangle_gris {
  background: #686868;
  display: flex;
  justify-content: space-around;
  padding: 20px 0;
}

#rectangle_gris p {
  font-family: "Lobster";
  font-size: 30px;
  color: white;
}

 .center {
  text-align: center;
  font-size: 14px;
  color: #686868;
  margin-bottom: 150px;
  font-weight: 500;
  padding-top: 10px;
}

/*..............................SECTION 2 - BG BLUE ...........................*/

#bg_blue {
  background-color: #97D5F5;
  box-shadow: 0px 10px 21px 0px rgba(0, 0, 0, 0.3);
  position: relative;
}

#bg_blue h3 {
  font-weight: 600;
  font-size: 35px;
  color: white;
  text-align: center;
  position: absolute;
  top: -7%;
  left: 85%;
}


#bg_blue h3 span {
  color: #009DDF;
}

#section_picto {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 50px 0;
}


#section_picto .col_3 {
  width: 250px;
  color: white;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 22px;
}

#section_picto .col_3 p {
  padding-top: 10px;
}


#section_picto .picto_bas {
  padding-top: 70px;
}

#section_picto .col_3 img:hover {
  transform: scale(1.1) rotate(10deg);
}

#section_picto img {
    transition: all 0.5s;
}

/*..............................SECTION 3 - TITRE ORNEMENT ...........................*/

section .titre_ornement {
  padding-bottom: 100px;
  background: url("images/ligne_ornement.svg") no-repeat center top,
  url("images/ligne_ornement.svg") no-repeat center bottom;
  height: 5px;
  margin: 110px 0;
}


section .titre_ornement h2 {
  font-family: "Lobster";
  text-align: center;
  font-size: 35px;
  color: #686868;
  padding-top: 25px;
}


/*..............................SECTION 4 / NOTRE EQUIPE ...........................*/

#bg_equipe {
  background: url("images/equipe/photo-equipe.jpg") no-repeat center;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

#bg_equipe h3 {
  font-weight: 600;
  font-size: 35px;
  color: white;
  text-align: center;
  position: absolute;
  top: -2.5%;
  left: 3%;
}

#bg_equipe h3 span {
  color: #009DDF;
}


#container_small {
  position: relative;
}


#ligne_verticale {
  background: white repeat-x;
  height: 90%;
  width: 14px;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 60px;
  margin-bottom: 20px;
  border-radius: 7px;

}

#equipe article {
  margin-bottom: 80px;
  margin-top: 55px;
  position: relative;
  display: flex;
  justify-content: center;
}


article .txt_equipe {
  width: 45%;
  padding-right: 5%;
}


article .txt_equipe p {
  color: white;
  font-size: 18px;
  text-align: right;
}


article .txt_equipe p strong {
  font-weight: 700;
}

article .bloc_photo {
  position: relative;
  width: 50%;
}

article .trait_photo {
  background: url("images/equipe/ligne_img.svg") no-repeat;
  position: absolute;
  top: 50%;
  left: 1%;
  transform: translateY(-50%);
  height: 8px;
  width: 25px;
}

article .cercle_photo {
  position: absolute;
  top: 50%;
  left: 7%;
  transform: translateY(-50%);
  height: 131px;
  width: 131px;
}


article .img_photo {
height: 96px;
width: 96px;
position: absolute;
left: 11.5%;
top: 50%;
transform: translateY(-50%);

}

article .hover_photo:hover img,
article .cercle_photo:hover img
 {
  transform: rotate(20deg) scale(1.1) ;
}

article img {
  transition: all 0.5s;
}

.reverse {
  flex-direction: row-reverse;
}


.reverse .txt_equipe p {
  text-align: left;
}


.reverse .txt_equipe {
  text-align: left;
  width: 40%;
  padding-left: 5%;
}


.reverse .trait_photo {
position: absolute;
top: 50%;
left: 92%;
}


.reverse .cercle_photo {
  position: absolute;
  top: 50%;
  left: 58%;;
}


.reverse .img_photo {
  position: absolute;
  left: 62.5%;
  top: 50%;
}


/*..............................CONTACT ...........................*/

#contact {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

#contact_title h3 {
  font-size: 45px;
  font-weight: 600;
  color: #009DDF;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 45px;
  margin-top: 200px;
}

.col_2 {
  width: 50%;
}

/*..............................COLONNE GAUCHE ...........................*/

.informations {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.informations i {
  display: inline-block;
}

.informations p {
  color: #707070;
}



.informations .fas {
  color: #009DDF;
  padding-right: 8px;
  font-size: 25px;
}


/*..............................COLONNE DROITE ...........................*/


#formulaire {
	color: #707070;
}

#formulaire label {
	display: block;
	width: 100%;
	padding-right: 2px;
	margin-right: 2px;
	text-align: left;
	line-height: 20px;
  margin-bottom: 5px;

}


#formulaire input[type="text"],
#formulaire input[type="email"] ,
#formulaire input[type="tel"],
#formulaire textarea {
  width: 100%;
  padding: 10px 5px 10px 5px;
	text-align: left;
  margin-bottom: 30px;
  border: 1px solid rgba(0, 157, 223, 1);
  border-radius: 10px;
  font-size: 16px;
}


#formulaire textarea {
  resize: none;
}


#formulaire input[type="submit"] {
  background: #009DDF;
  border: 0px solid rgba(100, 100, 100, 1);
  border-radius: 7px;
  color: white;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
}
