html {
  scroll-behavior: smooth;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  background-color: #fafafa;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contenair {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
  max-width: 1920px;
}
section {
  padding: 0;
  margin: 0 auto;
}
.logo {
  width: auto;
  height: 40px;
  margin-right: auto;
  margin-left: 10%;
  text-align: left;
}
.logo img {
  width: auto;
  height: 40px;
  margin-bottom: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#accueil {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: hidden;
  background-size: contain;
  background-position: bottom;
  background-image: url(../select/logo/Mosaik/ondule3fa2.png),
    url(../select/logo/fond_35a.png),
    linear-gradient(170deg, #22436a 0, #040214 100%) !important;
  background-repeat: no-repeat;
}
#accueil h1 {
  display: inline-block;
  color: #7dd6ec;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  font-size: 1em;
  margin: 260px 0 0 0;
  width: 50%;
  height: auto;
  text-align: center;
  z-index: 500;
  -webkit-animation-name: FadeHeaderH1;
  animation-name: FadeHeaderH1;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
#accueil h2 {
  display: inline-block;
  color: #fff;
  letter-spacing: 3px;
  font-family: serif;
  font-style: normal;
  font-size: 4em;
  margin: 30px 0 0 0;
  width: 100%;
  height: auto;
  text-align: center;
  z-index: 500;
  -webkit-animation-name: FadeHeaderH2;
  animation-name: FadeHeaderH2;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
#accueil p {
  font-style: normal;
  color: #fff;
  font-family: serif;
  font-size: 1.3em;
  line-height: 1.6em;
  font-weight: 400;
  letter-spacing: 0.075em;
  height: auto;
  width: 40%;
  min-width: 240px;
  text-align: center;
  margin: 30px 0 40px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation-name: FadeHeaderP;
  animation-name: FadeHeaderP;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
.devis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 270px;
  height: 70px;
  margin: 30px 0 60px 0;
  background-color: #ad6c02;
  border-radius: 10px;
  text-align: center;
  font-size: 1.3em;
  font-weight: 700;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  z-index: 1000;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  /* border: chartreuse solid 5px; */
}
.devisbrun {
  -webkit-animation-name: FadeHeadeBouton;
  animation-name: FadeHeadeBouton;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
.devisbleu {
  background-color: #455bd5;
}
.devis i {
  font-size: 1.5em;
  margin-left: 20px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.devisbrun:hover {
  background-color: #6e4400;
}
.devisbleu:hover {
  background-color: #2a2783;
}
.devis:hover i {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.devis a:link {
  color: #fff;
  letter-spacing: 2px;
  text-decoration: none;
  opacity: 1;
  font-weight: bold;
}
.devis a:visited {
  letter-spacing: 2px;
  color: #fff;
}
.service {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #000;
  padding-bottom: 50px;
}
.servicetextes {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0 100px 0;
}
#mission {
  position: relative;
  width: 50%;
  padding: 0 30px 30px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.servicetextes h3 {
  width: 100%;
  line-height: 1.3em;
  letter-spacing: 2px;
  text-align: left;
  font-family: serif;
  font-size: 2.4em;
  font-weight: bolder;
  color: #0d213c;
  margin-top: 0;
}
.servicetextes h5 {
  width: 100%;
  line-height: 1.8em;
  letter-spacing: 2px;
}
.servicetextes figure {
  display: flex;
  justify-content: center;
  width: 50%;
  margin: 0;
  padding: 0 15px;
  height: auto;
}
.servicetextes figure img {
  width: 100%;
  height: auto;
}
section#card {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 50px 0 150px 0;
}
#card h5 {
  font-family: serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.2em;
  width: 100%;
  text-align: center;
  margin: 0 0 60px 0;
}

article.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 350px;
  height: auto;
  padding: 0 0 70px 0;
  margin: 0 20px;
  border-radius: 0 0 15px 15px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 30px rgba(50, 50, 50, 0.08);
  box-shadow: 0 0 30px rgba(50, 50, 50, 0.08);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-color: #fdfdfd;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
section#card article:hover {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-box-shadow: 0 1px 0 #ccc, 0 2px 0 #ccc, 0 3px 0 #ccc, 0 4px 0 #ccc,
    0 5px 0 #ccc, 0 6px 0 #ccc, 0 7px 0 #ccc, 0 8px 0 #ccc, 0 9px 0 #ccc,
    0 50px 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 0 #ccc, 0 2px 0 #ccc, 0 3px 0 #ccc, 0 4px 0 #ccc,
    0 5px 0 #ccc, 0 6px 0 #ccc, 0 7px 0 #ccc, 0 8px 0 #ccc, 0 9px 0 #ccc,
    0 50px 30px rgba(0, 0, 0, 0.3);
}
.top {
  width: 100%;
  height: 15px;
  margin-bottom: 15px;
}
.top1 {
  background-color: #080c21;
}
.top2 {
  position: relative;
  background-color: #080c21;
}
.top3 {
  background-color: #080c21;
}
article.card h2 {
  width: 100%;
  height: 100px;
  margin: 20 0;
  padding: 25px 15% 0 15%;
  font-family: serif;
  font-size: 1.2em;
  font-weight: bolder;
  color: #3d3d3d;
  text-align: center;
}
article.card figure {
  width: 200px;
  height: auto;
}
article.card figure img {
  width: 100%;
  height: auto;
}
article.card p {
  width: 90%;
  height: auto;
  margin: 0;
  font-size: 1em;
  color: #000;
  text-align: center;
}
#servid {
  position: absolute;
  top: -300px;
}
h2#service_h2 {
  width: 70%;
  height: auto;
  padding: 0;
  margin-bottom: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  font-family: serif;
  font-size: 2.4em;
  font-weight: bolder;
  color: #0d213c;
}
.serviceLiens {
  position: relative;
  width: 70%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 50px 0 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
}
.serviceLiens a {
  width: 45%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
  margin: 0;
}
.serviceLiens a figure {
  width: 100px;
  height: 100px;
  min-width: 100px;
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0 10px 0 0;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: #577fc4 solid 3px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.serviceLiens a .serv_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
  width: 100%;
  min-height: 140px;
  margin: 0;
  padding: 5px;
}
.serviceLiens a figure.icon img {
  height: 60px;
  width: auto;
  margin: auto;
}
.serviceLiens h2 {
  font-style: normal;
  color: #0d213c;
  font-family: serif;
  font-size: 1.2em;
  line-height: 2em;
  font-weight: 700;
  width: 95%;
  height: 30px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin: 10px 0;
}
.serviceLiens p {
  width: 100%;
  color: #000;
}
.serviceLiens a:hover h2 {
  letter-spacing: 4px;
}
.serviceLiens a:hover .icon {
  border: #ad6c02 solid 4px;
}
.serviceLiens a:link {
  color: #fff;
  text-decoration: none;
}
.serviceLiens a:visited {
  color: #fff;
}
#tiret {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  margin-bottom: 80px;
}
#tiret2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 80px;
}
.tiret {
  display: block;
  width: 100px;
  height: 6px;
  background-color: #ad6c02;
}

/*---------------------------------reference---------------------------------*/
#reference {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 300px;
  padding: 0 0 20px 0;
}
#reference h5 {
  width: 100%;
  margin-top: 0;
  padding-left: 15%;
  font-style: normal;
  color: #000266;
  font-family: "open sans";
  font-size: 1.5em;
  font-weight: 700;
  text-align: left;
}
#block_ref {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 45%;
  height: auto;
  margin: 20px 0 20px 0;
}
.ref_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 200px;
  height: 130px;
  margin: 5px 10px 15px 10px;
  border: #e8e8e8 solid 1px;
  background-color: transparent;
}
.ref_img img {
  height: auto;
  max-width: 200px;
}

.ref1 img{
  width: 190px;
  height: auto;
}

#cgv {
  width: 100%;
  height: 50px;
  text-align: center;
  background-color: #050a00;
  padding-top: 10px;
  color: #fff;
}
#cgv a:link {
  font-size: 1em;
  color: #fff;
  text-decoration: none;
}
div#cgv a:hover {
  color: red;
}
#cgv a:visited {
  color: #fff;
}
@media (max-width: 1650px) {
  #contact #formContact {
    width: 70%;
    min-width: 240px;
    height: auto;
  }
  #contact #coordonnees_block {
    padding: 0 0 30px 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 70%;
    height: auto;
  }
  #contact #formContact #formContactLeft,
  #contact #formContact #formContactRight {
    width: 100%;
  }
}
@media (max-width: 1550px) {
  .servicetextes {
    width: 90%;
  }
  .servicetextes figure {
    padding-bottom: 70px;
  }
}
@media (max-width: 1470px) {
  #block_ref {
    width: 60%;
  }
  .servicetextes figure {
    padding-bottom: 70px;
  }
}
@media (max-width: 1340px) {
  .servicetextes {
    padding-bottom: 0;
  }
  section#card {
    padding: 0 0 30px 0;
  }
  section#card article {
    margin-bottom: 50px;
  }
  .serviceLiens {
    width: 95%;
    padding-left: 20px;
    padding-right: 20px;
  }
  h2#service_h2 {
    width: 95%;
  }
  #tiret {
    width: 95%;
  }
}
@media (max-width: 1300px) {
  #quisommesnous {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f7f7f7;
    width: 100%;
    height: auto;
    padding: 0 2% 150px 2%;
  }
  #quisommesnous #qsn_titre {
    width: 90%;
    font-size: 1.4em;
    padding-bottom: 20px;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    line-height: 1.3em;
  }
  #quisommesnous .txt_last {
    width: 45%;
    height: auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 50px 2% 0 2%;
    margin: 0 15px 100px 15px;
  }
  #quisommesnous .txt_qsn {
    width: 45%;
    height: auto;
  }
  #quisommesnous .txt_last h1,
  #quisommesnous .txt_last h3 {
    text-align: left;
  }
  #contact #formContact {
    width: 95%;
    height: auto;
  }
  #contact #formContact #formContactLeft {
    width: 80%;
  }
  #contact #formContact #formContactRight {
    width: 80%;
    padding-left: 0;
  }
  #contact #formContact #formContactLeft #inputLeft,
  #contact #formContact #formContactLeft #inputRight,
  #contact #formContact #formContactRight #message {
    width: 90%;
    display: block;
  }
  #contact #formContact #formContactRight #message {
    width: 100%;
  }



  #contact {
    width: 100%;
    height: auto;
    /* border: solid rgb(70, 238, 250) 3px; */
    padding: 0;
  }

  #contact #formContact {
    width: 100%;
    height: auto;
    padding: 0;
  }

  #contact #coordonnees_block {
    padding: 0 0 30px 0;
    margin: 0;
    width: 100%;
    height: auto;
    /* border: solid rgb(225, 0, 255) 3px; */
  }

  #contact #coordonnees {
    width: 100%;
    height: auto;
    margin: 0 0 50px 0;
    padding: 10px;
    /* border: blue 3px solid; */
  }

  #contact #coordonnees h3 {
    font-size: 1.3em;
  }

  #coordonnees_block p {
    width: 100%;
    margin: 0;
    font-size: 0.6em;
  }

  #contact #coordonnees_block {
    width: 100%;
  }

  #contact #coordonnees_block #res a{
    margin: 5px;
    width: auto;
    height: auto;
    /* border: solid rgb(0, 255, 55) 3px; */
  }

  #contact #coordonnees_block #res a i{
    margin: 5px;
  }

  #contact #coordonnees_block #res{
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    /* border: solid rgb(0, 255, 55) 3px; */
  }

  #formContact input[type=submit]{
    width: 180px;
    height: 60px;
}
}
@media (max-width: 1250px) {
  .contenair {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #accueil h2 {
    font-size: 2.3em;
  }
  #mission {
    width: 100%;
  }
  .servicetextes figure {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 90%;
    margin: 0 auto 0 auto;
  }
  article h1 {
    font-size: 1.5em;
  }
  #services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: auto;
  }
  #footer {
    display: none;
  }


}
@media (max-width: 1100px) {
  #block_ref {
    width: 70%;
  }
}
@media (max-width: 1040px) {
  .serviceLiens {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .serviceLiens a {
    flex-direction: column;
    width: 100%;
  }
  #tiret {
    margin-bottom: 10px;
  }
  #quisommesnous .txt_last,
  #quisommesnous .txt_qsn {
    width: 95%;
    height: auto;
  }
}
@media (max-width: 1000px) {
  section#card h5 {
    font-size: 1.5em;
  }

  #mission {
    width: 90%;
    padding: 10px;
  }
  
  .servicetextes #mission h3{
    line-height: 1.2em;
    font-size: 1.5em;
  }

 .devisbleu{
    margin: 0;
  }



  #service_h2, #tiret{
    margin-left: 15px;
  }

  #accueil h1 {
    margin: 160px 0 0 0;
  }
  #accueil h2 {
    margin: 20px 0 0 0;
    font-size: 1.5em;
  }
  #accueil p {
    margin: 15px 0 15px 0;
    font-size: 1.2em;
  }
 .devisbrun{
    height: 70px;
    margin-top: 20px;
    /* background-color: chartreuse; */
  }

  #cgv a:link {
    font-size: 0.8em;
  }
}
@media (max-width: 280px) {
  .servicetextes figure {
    width: 100%;
    margin: 0;
    padding: 0 10px;
  }

  .servicetextes figure img {
    width: 100%;
    margin: 0;
    height: auto;
  }

  #accueil .devis{
    height: 70px;
  }

   #accueil .devisbrun {
    margin: 20px auto 100px auto;
    width: 95%;
    padding: 5px;
    /* border: orangered solid 3px; */
    font-size: 1.2em;
  }
  #accueil a{
    font-size: 1em;
  }

  #accueil h1 {
    font-size: 0.8em;

  }
  #accueil h2 {
    margin: 20px 0 0 0;
    font-size: 1.2em;
  }
  #accueil p {
    margin: 15px 0 15px 0;
    padding: 10px;
    font-size: 1.1em;
  }


  .service{
    /* border: rgb(251, 255, 0) solid 3px;  */
    padding: 0;
  }


  .servicetextes{
    /* border: orangered solid 3px;  */
    padding: 15px 5px;
    margin: 0;
    width: 100%;
  }

  .servicetextes #mission{
    margin: 20px 0 0 0;
    padding: 0;
    /* border: blue solid 3px;  */
  }

  .servicetextes #mission h3{
    line-height: 1.2em;
  }

.servicetextes .devisbleu {
    margin: 20px auto 60px auto;
    width: 100%;
    padding: 5px;
    font-size: 1em;
  }

  section#card h5 {
    font-size: 1.2em;
  }

  #service_h2{
    line-height: 1.2em;
  }


  #cgv a:link {
    font-size: 0.8em;
  }

  #quisommesnous #qsn_titre {
    font-size: 1.1em;
    margin: 70px 0 0 0;
    padding: 0;
  }
}

