*, body{
  margin: 0;
  padding: 0;
  font-family: Segoe UI;
}
body{}
header{
  background: rgba(15, 10, 50, 1);
  padding: 10px;
  position: fixed;
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #fff;
  z-index: 999999;
  box-shadow: 1px 1px 1px rgba(119, 119, 119, 0.5)
}
#sideMenu{
  background: rgba(15, 10, 50, 0.95);
  padding: 10px;
  position: fixed;
  width: 250px;
  height: 100%;
  color: #fff;
  z-index: 999999;
  margin-left: -300px;
  transition: 200ms;
}
p{
    text-align: justify;
}
.blocpage{
  padding-top: 80px;
}
.minibloc{
  max-width: 800px;
  margin: auto;
}
.logo img{
  max-width: 200px;
  height: auto;
}
.nav-menu ul{
  display: flex;
  justify-content: space-between;
  max-width: 500px;
  padding: 10px 20px 0px 0px;
}
.nav-menu li{
  padding: 10px;
  list-style-type: none;
}
li{

}
a{
  text-decoration: none;
  color: inherit;
}.slider img{
  width: 100%;
  height: auto;
}
.slide_item{
  position: relative;
  background-size: cover;
  height: 550px;
}
.prp{
  position: absolute;
  background: rgba(0, 0, 72, 0.5);
  bottom: 50;
  height: 100%;
  width: 100%;
  height: 650px;
  line-height: 650px;

}

.prp_txt{
position: absolute;
  width: 90%;
  Top: 200px;
  left: 15%;
  margin: auto;
  vertical-align: middle;
padding:10px; /* aération interne de la zone de texte */
vertical-align:middle;
display:inline-block;
line-height:1; /* on rétablit le line-height */
text-align:left; /* ... et l'alignement du texte */
color: #fff;
font-size: 30pt;
text-shadow: 1px 1px 4px rgba(0,0,0,0.31);
}
.hi{
  width: 100%;
  Top: 70px;
  left: 0;
  margin: auto;
  vertical-align: middle;
  padding:0px; /* aération interne de la zone de texte */
  vertical-align:middle;
  display:inline-block;
  line-height:1; /* on rétablit le line-height */
  text-align:center; /* ... et l'alignement du texte */
  color: #fff;
  font-size: 30pt;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.31);
}
.details{
  padding: 30px;
}
.prp_txt b{
  font-size: 50pt;
}
.service_item{
  display: flex;
  flex-wrap: wrap;
}
.service_item div{
  width: 200px;
  margin: 5px;
  text-align: center;
  box-shadow: 1px 1px 4px rgba(0,0,0,0.31);
  padding: 8px;
  font-size: 10pt;
}
.service_item img{
  width: 80%;
  max-width: 100px
}
.last{
  height: 500px;
}
.pageContent{
  width: 95%;
  max-width: 950px;
  -webkit-box-shadow: 0px 0px 22px 5px rgba(0,0,0,0.12);
  box-shadow: 0px 0px 22px 5px rgba(0,0,0,0.12);
    color: #313131;
  margin: auto;
  margin-top: -50px;
}
.yo{
  width: 95%;
  max-width: 950px;
  -webkit-box-shadow: none;
  box-shadow: none;
    color: #313131;
  margin: auto;
  margin-top: -50px;
}
.mot p{
  width: 100%;
  max-width: 400px;
  margin: auto;
}
.shad, .details{
  -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.31);;
  box-shadow: 1px 1px 4px rgba(0,0,0,0.31);;
  padding: 20px;
}
.shad{
  max-width: 600px;
  margin: auto;
}
.go{
  margin-top: 0px;
  min-height: 500px;
  z-index: 9999999;
}
.mot{
  display: flex;
  align-content: center;
  padding: 20px;
  flex-wrap: wrap;
}
.us{
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.us div{
  width: 100%;
  max-width: 300px;
}
.usu img{
  width: 100%;
}
.info img{
  max-width: 20px;
  padding: 3px;
  background-color: #F0C300;
  border-radius: 50%;
  margin-bottom: -7px;
}
.mot p img{
  width: 100%;
}
.guim{

}
.temo, .carte{
  width: 95%;
  max-width: 950px;
  -webkit-box-shadow: 0px 0px 22px 5px rgba(0,0,0,0.12);
  box-shadow: 0px 0px 22px 5px rgba(0,0,0,0.12);
    color: #313131;
  margin: auto;
}
.form_contacts{

  flex-wrap: wrap;
}
.form_contacts p img{
  width: 100%;

}
.form_contacts p{
  max-width: 350px;
  margin: auto;
  padding: 20px;
}
.form_contacts form{
  max-width: 400px;
  margin: auto;
}
h1, h2, h3 {
  color: #000047;
}
.yellow{
  color: #F0C300;
  font-weight: bold;
}
.form_contacts input, .form_contacts textarea{
  width: 90%;
  padding: 10px;
  border-radius: 5px;
  border: none;
  margin-bottom: 10px;
  box-shadow: 0px 0px 5px silver;

}
.check input[type=checkbox]{
  width: 20px;
}
.section1{
  padding: 30px;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  cursor: pointer;
  font-size: 16px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn, .dropbtn:focus {
  background-color: red;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgba(0, 8, 65, 0.9);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #F0C300;
}
#sous{
  padding-left: 30px;
  display: none;
}
#sous li{
  list-style-type: none;
}
.ooo{
  display: block;
}
.show {
  display: block;
}
.cta{
  padding: 5px 10px;
  color: #000047;
  border: 1px solid #000047;
  border-radius: 5px;
  transition: 200ms;
  cursor: pointer;
}
.val{
  background-color: #F0C300;
  width: 100px;
}
.cta:hover{
  background-color: #000047;
  color: #F0C300;
}
.section2{
  background: #000047;
}
.section2{
  color:#fff;
  padding: 20px 0px;
}
.section3{
  padding: 30px;
}
.section2 h2{
  color: #fff;
}
legend {
  padding: 10px;
}
fieldset{
  border: none;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.section2 fieldset, .confiance fieldset{
  border: none;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.services{
  padding: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

}
.item{
  width: 250px;
  height: 100px;
  display: flex;
  padding: 10px;
align-items: center;
transition: 200ms;
}
.item:hover{
  transform: scale(1.1);
}

.icon{
  width: 30%;
}
.icon img{
  max-width: 50px;
}
.txt{
  width: 55%;
}
.bouge {
  animation-duration: 2.5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}
@keyframes pulse {
  0% {transform: scale(1);}
  50% {transform: scale(1.2);}
  100% {transform: scale(1);}
}
.pulse {re
  animation-name: pulse;
  animation-duration: 1s;
}
.section3 p{

}
.section3 p ul{
  padding-left: 20px;
}
.pic{
  max-width: 300px;
}
.pic img{
  width: 100%;
}
.section3 fieldset{
  display: flex;
}
.temo-item{
  align-content: center;
  flex-wrap: wrap;
}
.photo{
  max-width: 300px;
}
.temo-text{
  padding: 10px;
  text-align: justify;
}
.temo-text p{
  font-size: 11pt;
  padding: 5px;

}
.confiance{

  background-image: url('../img/confiance.jpg');
  background-attachment: fixed;
  background-size: cover;
  padding: 20px 0;
}
.confiance fieldset{
    padding: 100px 0px;
    text-align: center;
    align-items: center;
}
.confiance fieldset img{
  margin: 20px;
  max-width: 120px;
  height: auto;
}
.footer{
  display: flex;
  background: #00000C;
  color: #fff;
  flex-wrap: wrap;
}
.footer div{
  max-width: 300px;
  padding: 30px;
}
.footer h3{
  color: #fff;
  margin-bottom: 5px;
}
.footer p{

  padding-bottom: 20px;
}
.footer .cta, .footer input{
  color: #F0C300;
  border: 1px solid;
  padding: 0;
  padding: 10px 0px;
  text-align: center;
  background: none;
  width: 70%;
}
.footer input[type=submit]
{
  background-color: #F0C300;
 width: 20%;
 text-align: center;
 color: #00000C;
 border-color: #F0C300;
 font-weight: bold;
}
.contacts{
  line-height: 23pt;
}
.contacts img{
  max-width: 20px;
  padding: 3px;
  background-color: #F0C300;
  border-radius: 50%;
  margin-bottom: -7px;
}
.contacts p img{
  max-width: 20px;
  padding: 3px;
  background-color: #F0C300;
  border-radius: 50%;
  margin-bottom: -7px;
}
.paraxify{
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.ban{
height: 500px;
}
.phone, .phonemini{
  display: none;
}
@media screen and (max-width: 700px) {
  .phone{
    display: block;
  }.paraxify{
    background-attachment: initial;
  }
  .temo-text{
    width: 90%;
    padding: 10px;
    margin: auto;
  }
  .blocpage{
    padding-top: 59px;
  }
  .pc{
    display: none;
  }
  #openMe, #closeMe{
    padding: 5px 20px;
  }
  #closeMe{
    display: none;
  }
  .slide_item{
    position: relative;
    background-size: cover;
    height: 250px;
  }
  .prp{
    position: absolute;
    background: rgba(0, 0, 72, 0.5);
    bottom: 50;
    height: 100%;
    width: 100%;
    height: 250px;
    line-height: 250px;
  }
  .ban{
  height: 250px;
  background-position: center;
  }
  .prp_txt{
  position: absolute;
    width: 90%;
    Top: 100px;
    left: 10%;
    margin: auto;
    vertical-align: middle;
  padding:10px; /* aération interne de la zone de texte */
  vertical-align:middle;
  display:inline-block;
  line-height:1; /* on rétablit le line-height */
  text-align:left; /* ... et l'alignement du texte */
  color: #fff;
  font-size: 15pt;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.31);
  }
  .prp_txt b{
    font-size: 20pt;
  }
  .hi{
    width: 100%;
    Top: 120px;
    left: 0;
    margin: auto;
    vertical-align: middle;
    padding:0px; /* aération interne de la zone de texte */
    vertical-align:middle;
    display:inline-block;
    line-height:1; /* on rétablit le line-height */
    text-align:center; /* ... et l'alignement du texte */
    color: #fff;
    font-size: 20pt;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.31);
  }
  .last{
    height: 250px;
  }
  .logo img{
    max-width: 120px;
    height: auto;
  }
  #sideMenu li{
    padding: 10px 20px;
    border-bottom: 1px dotted silver;
  }
  #sideMenu li:hover{
    background-color: rgb(42, 42, 42);
  }
}
@media screen and (max-width: 500px) {
  .service_item div{
    width: 200px;
    margin: auto;
    text-align: center;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.31);
    padding: 8px;
    font-size: 10pt;
  }
}
@media screen and (max-width: 577px) {
  .pcmini{
    display: none;
  }
  .phonemini{
    display: block;
    max-width: 500px;
    margin: auto;
  }
  .fix{
    display: none;
  }
}
