.marginFluid {
  padding: 0 15% 0 15%;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

.menuFixed menu.scroll {
  display: none !important;
}

.subMenu {
  display: none;
}

.menuMainItem:hover .subMenu {
  display: block;
}

.textDefilant {
  bottom: 0px;
  font-size: 22px;
  font-weight: 800;
  background-color: #ffffffba;
  padding-top: 25px;
  padding-bottom: 10px;
  color: rgba(50, 58, 62, .9);
}


.feder {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 998;
  background: white;
  border: 1px solid rgba(0,0,0,.1);
  padding: 1.5rem;
  align-items: center;
  font-size: 14px;
  display: flex;
}

.feder img {
  height: 100px;
}

.feder.second {
  display: none;
}

.feder.second .logos {
  flex-wrap: wrap
}

.feder.second img {
  height: 60px;
}

/*-------------------
    CONTACT
-------------------*/

.contenuContact {
  margin-top: 4em;
  position: relative;
}

.contenuContact h3 {
  margin-bottom: 1em;
  font-weight: 900;
}

.contenuContact .bootstrapElement input,
.contenuJob .bootstrapElement input {
  width: 100%;
  border: none;
  border-bottom: 3px solid #6df4b0;
  outline: none;
  background-color: white;
  margin-bottom: 2em;
}

.contenuJob .bootstrapElement input {
  margin-bottom: 1.5em;
}

.contenuJob .bootstrapElement textarea {
  margin-bottom: 0 !important;
}

.contenuJob .bootstrapElement textarea,
.contenuJob .bootstrapElement input[type=file] {
  border-bottom: 0;
}

.contenuJob .bootstrapElement input[type=file] {
  border: none;
}

.contenuJob img.logo {
  max-width: 300px;
}

.contenuContact .bootstrapElement textarea,
.contenuJob .bootstrapElement textarea {
  width: 48.5%;
  border: none;
  border-bottom: 3px solid #6df4b0;
  outline: none;
  margin-right: 15px;
  margin-bottom: 5em;
}

.contenuContact .contactButton {
  background-color: #6df4b0;
  border: none;
  height: 4em;
  width: 95%;
  height: 4em;
  text-transform: uppercase;
  font-weight: 800;
  margin-left: 5px;
  margin-bottom: 5px;
  position: absolute;
  left: 10px;
  margin-left: 0;
  margin-bottom: 0;
  transition: all 0.2s ease-in-out;
  box-shadow: 4px -3px 1px 2px #84d8ae;
}

.contenuContact .contactButton:hover {
  margin-left: 5px;
  margin-bottom: 5px;
  box-shadow: none;
}

.contenuContact li {
  list-style: none;
  padding-bottom: 1em;
  padding-left: 15px;
}

.infoContact ul {
  padding-left: 0;
}

.contenuContact h5 {
  /*   padding-inline-start: 30px; */
  /*   color: ; */
  padding-top: 10px;
}

.contenuContact h5~p a {
  padding-inline-start: 15px;
  color: #212529;
}


.contenuContact li a {
  color: black;
}

.contenuContact li:first-child::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f3c5";
  color: #6df4b0;
  display: inline-block;
  /*   width: 2em; */
  font-size: 1em;
  font-weight: bolder;
  margin-left: -15px;
  padding-right: 7px;
}

.contenuContact li:nth-child(2):before {
  font-family: "Font Awesome 5 Pro";
  content: "\f879";
  color: #6df4b0;
  display: inline-block;
  /*   width: 2em; */
  font-size: 1em;
  font-weight: bolder;
  margin-left: -15px;
  padding-right: 7px;
}

.contenuContact li:nth-child(3):before {
  font-family: "Font Awesome 5 Pro";
  content: "\f788";
  color: #6df4b0;
  display: inline-block;
  /*   width: 2em; */
  font-size: 1em;
  font-weight: bolder;
  margin-left: -15px;
  padding-right: 7px;
}

.contenuContact li:nth-child(4):before,
.contenuContact h5~p a::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f0e0";
  color: #6df4b0;
  display: inline-block;
  /*   width: 2em; */
  font-size: 1em;
  font-weight: bolder;
  margin-left: -15px;
  padding-right: 7px;
}

.contenuContact li:nth-child(4):before,
.contenuContact h5~p a.tel::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f879";
  color: #6df4b0;
  display: inline-block;
  /*   width: 2em; */
  font-size: 1em;
  font-weight: bolder;
  margin-left: -15px;
  padding-right: 7px;
}

/* .contenuContact li:nth-child(4):before, .contenuContact h5 ~ p a.no-before::before {
  display: none;
} */
.contenuMap {
  margin-top: 4em;
}

.gmap_canvas {
  width: 100%;
}

.gmap_canvas iframe {
  width: 100%;
}

.mapouter {
  padding: 0;
}

.contenuContact select {
  padding: 10px;
  max-width: 300px;
}

.contenuContact .select_etab {
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
}

#successForm {
  color: black;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
  height: 50vh;
  background-size: cover;
  background-position: center center;
  z-index: 999;
  font-size: 2em;
  font-weight: 700;
  text-align: center;
  padding: 2em;
}

#successForm .fa-times-circle {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}

/*------------------
        FOOTER
------------------*/

#footer {
  padding-bottom: 3em;
  padding-top: 6em;
  border-top: 1px solid rgb(3, 3, 3);
}

.footerMenu {
  padding-right: 8em;
}

#footer .smaller-text {
  font-size: 14px;
}

#footer .smaller-text img {
  height: 100px;
  object-fit: contain
}


.footerContact p,
.footerMenu p {
  text-align: right;
  border-top: 1px solid rgb(0, 0, 0);
  margin-left: 15%;
  position: relative;
  font-size: 12px;
  font-weight: 400;
}

.footerContact p::before {
  content: "01.";
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -12%;
  bottom: 0;
  background-color: #6df4b0;
  width: 3.5em;
  height: 2.5em;
  font-weight: 900;
  font-size: 1.3em;
}

.footerMenu p::before {
  content: "02.";
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  left: -8%;
  bottom: 0;
  background-color: #6df4b0;
  width: 3.5em;
  height: 2.5em;
  font-weight: 900;
  font-size: 1.3em;
}

.footerContact ul {
  padding-top: 2em;
}

.footerContact li {
  list-style: none;
  padding-bottom: 1.5em;
  font-size: 14px;
  font-weight: 600;
  padding-left: 15px;
}

.footerContact li a {
  color: black;
}

.footerMenu li {
  list-style: none;
  padding-left: 2em;
  padding-bottom: 1.5em;
  display: inline-block;
  font-weight: 500;
}

.footerMenu li a {
  text-decoration: none;
  color: rgba(0, 0, 0, .5);
  font-size: 18px;
}

.footerMenu li a:hover {
  color: rgb(34, 33, 33);
}

.footerMenu ul {
  padding-left: 2em;
  padding-top: 2em;
}

.footerContact li:first-child::before,
.footerContact li:nth-child(2):before,
.footerContact li:nth-child(3):before,
.footerContact li:nth-child(4):before {
  font-family: "Font Awesome 5 Pro";
  color: #000000;
  display: inline-block;
  font-size: 1em;
  font-weight: bolder;
  margin-left: -15px;
  padding-right: 7px;
}

.footerContact li:first-child::before {
  content: "\f3c5";
}

.footerContact li:nth-child(2):before {
  content: "\f879";
}

.footerContact li:nth-child(3):before {
  content: "\f788";
}

.footerContact li:nth-child(4):before {
  content: "\f0e0";
}

.blackLine {
  width: 30%;
  height: 15px;
  background-color: black;
  top: -1px;
  right: 7%;
}

#footer .logo {
  width: 100%;
  padding: 0 25px;
  margin: 0 auto 20px;
}

/*-------------------------
    ETABLISSEMENT CHILDS
-------------------------*/

.menuFixed {
  position: fixed;
  top: 0;
  height: 100px;
  width: 100%;
  background-color: white;
  z-index: 9;
}

.etabChildContainer {
  margin-top: 100px;
}

.menuEta {
  position: fixed;
  width: 45em;
  height: 72px;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1;
  border: 1px solid rgb(175, 172, 172);
}

.active,
.menuEta li a:hover {
  border-top: 10px solid black;
  padding-top: 15px;
}

.menuEta ul {
  width: 100%;
  padding: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

li .nextEtab,
li .prevEtab {
  font-size: 1em;
  padding-top: 50%;
}

.menuEta li {
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.menuEta li:last-child a {
  background-color: #6df4b0;
  border: 2px solid #6df4b0;
  text-transform: uppercase;
  font-weight: 900;
  padding: 0.5em 1em;
  transition: all 0.3s ease-in-out;
}

.menuEta li:last-child a:hover {
  background-color: #fcfcfc;
  border: 2px solid #6df4b0;
}

.menuEta li a {
  font-size: 16px;
  text-decoration: none;
  color: #000000;
}

.imgContainer {
  position: fixed;
}

.etabImg {
  width: 50vw;
  height: calc(100vh - 100px);
  background-size: cover;
  background-repeat: no-repeat;
}

.etabSvg {
  right: -2px;
  top: 0;
  height: 100%;
}

.etabSvg svg {
  /*   width: 100%; */
}

.etabChildContainer .filtreBlack {
  background-color: black;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  top: 0;
  left: 0;
}

.etabChildContainer .equipe img,
.etabChildContainer .description img {
  max-width: 100%;
  height: auto;
}

.etabChildContainer .col-md-8 {
  display: flex;
  align-items: center;
}

.etabChildContainer blockquote {
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}

.etabChildContainer blockquote p {
  position: relative;
  font-size: 22px;
  font-weight: 700;
}

.etabChildContainer blockquote p::before,
.etabChildContainer blockquote p::after {
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  color: #7BF4B7;
  font-size: 1.2em;
  font-weight: bolder;
}

.etabChildContainer blockquote p::before {
  content: "\f10d";
  left: -1.5em;
  top: -1em;
}

.etabChildContainer blockquote p::after {
  content: "\f10e";
  right: -1.5em;
  bottom: -1em;
}


/*--------------------
        SECTIONS
--------------------*/

.sectioneta {
  padding-right: 10%;
  padding-left: 10%;
  padding-top: 130px;
  min-height: calc(100% - 100px);
}

.sectioneta h2 {
  color: #323a3e;
  /*   font-size: 2.2em; */
  font-size: 1.75vw;
  line-height: 100%;
  text-transform: uppercase;
  font-weight: 900;
  text-align: left;
  margin-bottom: 1.5em;
}

.sectioneta h4 {
  font-weight: 600;
  margin-bottom: 1em;
  margin-top: 2em;
  text-transform: uppercase;
}

.sectioneta h2 span {
  color: #6df4b0;
  padding-left: 0.5em;
  margin-bottom: 2em;
}

.sectioneta p {
  margin-bottom: 1em;
}

.sectioneta .shortcode_preview {
  margin-bottom: 1.5em
}

.sectioneta li {
  margin-bottom: 0.5em;
}

.sectioneta .ulAll li:first-child,
.sectioneta .ulAll li:nth-child(2),
.sectioneta .ulAll li:nth-child(3),
.sectioneta .ulAll li:nth-child(4),
.sectioneta .ulAll li:nth-child(5),
.sectioneta .ulAll li.facebook {
  list-style: none;
}

.sectioneta .photoEquipe {
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  margin: auto;
}

.sec1 .ulAll li:first-child::before,
.sec1 .ulAll li:nth-child(2)::before,
.sec1 .ulAll li:nth-child(3)::before,
.sec1 .ulAll li:nth-child(4)::before,
.sec1 .ulAll li:nth-child(5)::before,
.sec1 .ulAll li.facebook::before {
  font-family: "Font Awesome 5 Pro";
  color: #6df4b0;
  display: inline-block;
  width: 2em;
  font-size: 1em;
  font-weight: bolder;
}

.sec1 .ulAll li:first-child::before, .sec1 .ulAll li.name::before {
  content: "\f015";
}

.sec1 .ulAll li:nth-child(2)::before, .sec1 .ulAll li.location::before {
  content: "\f3c5";
}

.sec1 .ulAll li:nth-child(3)::before, .sec1 .ulAll li.tel::before {
  content: "\f879";
}

.sec1 .ulAll li:nth-child(4)::before, .sec1 .ulAll li.fax::before {
  content: "\f788";
}

.sec1 .ulAll li:nth-child(5)::before, .sec1 .ulAll li.mail::before {
  content: "\f0e0";
}

.sec1 .ulAll li.facebook::before {
  content: "\f109";
}

.sec1 .ulAll {
  padding-left: 0;
}

.sec1 a {
  color: #323a3e;
}

.sectioneta .mapouter {
  padding-top: 5em;
}

.sectioneta:last-of-type span {
  padding: 0;
}

.sec2 p,
.sec2 h5 {
  text-align: center;
}

.sectioneta.sec2 p {
  text-align: left;
}

.sec2 h2 {
  margin-bottom: 0;
}

.sec2 h5 {
  font-weight: bold;
  padding-top: 2em;
}

.sec2 table span {
  font-weight: bold;
  font-size: 2em;
  color: #000000;
}

.sec2 li {
  display: inline-block;
  list-style: none;
  margin-left: 1%;
}

.sec2 ul {
  padding-left: 0;
}

.sec2 .ul1 li::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f058";
  color: #6df4b0;
  display: inline-block;
  width: 2em;
  font-size: 1em;
  font-weight: bolder;
}

.sec2 .ul2 li::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f057";
  color: #fa0000;
  display: inline-block;
  width: 2em;
  font-size: 1em;
  font-weight: bolder;
}

.sec2 .ul3 li::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f056";
  color: #fa9600;
  display: inline-block;
  width: 2em;
  font-size: 1em;
  font-weight: bolder;
}

.sectioneta:last-of-type a {
  word-break: break-all;
}

/*----------------------
    CONFIDENTIALITE
----------------------*/

.containerConfid h3 {
  font-size: 30px;
  color: #84d8ae;
  border-bottom: 2px solid #84d8ae;
}

/*---------------------
      A PROPOS
---------------------*/

.pageApropos table {
  border-left: none;
  border-right: none;
  border-top: none;
}

.pageApropos table th {
  border: none;
  font-size: 1.5em;
  padding: 0.2em 0 0.2em 0;
  color: #84d8ae;
}

.pageApropos table td {
  border: 1px solid rgb(185, 185, 185);
  border-left: none;
  border-right: none;
  padding: 0.5em 0 0.8em 0;
}

/*------------------
    TEMOIGNAGE
------------------*/

.temoignageContainer h2,
.contenuType h2 {
  font-size: 2.5em;
  color: #6df4b0;
  margin-bottom: 1em;
}

.temoignageContainer span,
.contenuType span {
  font-size: 0.8em;
  color: #6df4b0;
}

.temoignageContainer p:last-child,
.contenuType p:last-child {
  margin-bottom: 4em;
}

/*------------------
    CONTACT ALL
------------------*/

.contactPages {
  background-color: rgb(255, 255, 255);
  z-index: 9999;
  width: 50%;
  height: 100%;
  position: fixed;
  top: 0;
  right: -50%;
  margin-top: 0 !important;
  padding-top: 6em;
}

.inContact {
  font-size: 2em;
  width: 50px;
  border-radius: 100%;
  height: 51px;
  color: #ffffff;
  background-color: #84d8ae;
  cursor: pointer;
  padding-bottom: 4px;
  box-shadow: 2px 5px 5px rgba(50, 58, 62, 0.2);
  transition: all 0.3s ease-in-out;
  z-index: 997;
}

.outContact {
  cursor: pointer;
  right: 30px;
  font-size: 3.2em;
  color: #84d8ae;
  top: 50px;
  transition: all 0.3s ease-in-out;
}

.outContact:hover {
  transform: scale(1.1);
}

@keyframes shake {

  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }

  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}

.inContact:hover {
  transform: scale(1.1);
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

.contactPages .contactButton {
  width: 100%;
  position: static;
  margin: auto;
  box-shadow: none;
}

.contactPages .contactButton:hover {
  margin-left: 0;
  margin-bottom: 0;
  background-color: #fff;
  border: 2px solid #84d8ae;
}

.contactPages h3 {
  text-align: center;
  color: #84d8ae;
  font-size: 3em;
  margin-bottom: 1em;
}

.contactPages .bootstrapElement input {
  margin-bottom: 1em !important;
  padding-bottom: 20px !important;
}

/* -----------------
    Contenu type 
------------------*/

.contenuType,
.confid {
  position: relative;
  z-index: 1;
  padding-top: 0 !important;
}

.contenuActu p {
  margin-bottom: 3em;
  margin-top: 1.5em;
}

.contenuActu ul {
  margin-top: 1.5em;
  margin-bottom: 3em;
}

/* -----------------
    DRIVE
------------------*/
.container-form-drive {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  height: auto;
  width: auto;
  z-index: 999;

  box-shadow: 3px 5px 9px #859583bd;
}
.error_pop_up {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  height: auto;
  width: auto;
  z-index: 999;

  box-shadow: 3px 5px 9px #859583bd;
  padding: 50px 100px;
}
.container-form-drive form {
  padding: 50px;
}

.close-form-drive {
  top: 20px;
  font-size: 25px;
  right: 20px;
  color: #58DE9B;
  cursor: pointer;
}

.container-form-drive input {
  text-align: center
}

.valDrive {
  border: none;
  background-color: #58DE9B;
  color: white;
  padding: 5px 30px;
  transition: 0.2s linear;
}

.valDrive:hover {
  transform: scale(1.1);
}

.error {
  color: red;
}
.drive_box {
  display: inline-block;
  padding: 5px 30px;
  border: 1px solid #58DE9B;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  color: black;
}
.drive_box:hover {
  background-color: #58DE9B;
  color: white;
}
.wrapper-drive {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  justify-content: space-evenly;
}
.password_drive {
  font-size: 20px;
}
.password_drive span {
  color: #58DE9C;
}

@media only screen and (max-width: 1683px) {
  .menuEta li {
    padding-right: 0em;
  }

  .menuEta li a {
    font-size: 15px;
  }
  
  .menuEta {
      width: 40em;
      height: 70px;
  }

  li .nextEtab,
  li .prevEtab {
    padding-top: 20%;
  }
}

/* @media only screen and (max-width: 1500px) {
  .feder .logos {
    flex-direction: column
  }
} */


@media only screen and (max-width: 1683px) and (min-width: 992px) {
  .equipe .bootstrapElement p {
    font-size: 0.8em;
    margin-left: 20px;
  }
}

@media only screen and (max-width: 1367px) {
  .marginFluid {
    padding-left: 10%;
    padding-right: 10%;
  }

  .contenuType,
  .confid {
    padding-top: 0px !important;
  }
}

@media only screen and (max-width: 1315px) {
  .sectioneta h2 {
    /*     font-size: 2.5em; */
  }
}

@media only screen and (max-width: 1289px) {
  .menuEta li a {
    font-size: 12px;
  }
  
  .menuEta {
      width: 30em;
      height: 66px;
  }

  li .nextEtab,
  li .prevEtab {
    padding-top: 0;
  }
}

@media only screen and (max-width: 1080px) {
  .sectioneta h2 {
    /*     font-size: 2em; */
  }

  .sectioneta {
    padding-top: 50px;
  }

  .contactPages {
    right: -100%;
    width: 100%;
  }

  .container-form-drive h3 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 992px) {
  .sectioneta {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 991px) {
  #footer .logo {
    width: 35%;
  }

  .etabImg {
    width: 100%;
  }

  .sectioneta h2 {
    font-size: 1.7rem;
  }
}

@media only screen and (max-width: 992px) and (min-width: 769px) {
  .footerContact p::before {
    left: -6%;
  }

  .footerContact p {
    width: 100%;
    margin-left: 19%;
  }

  .footerMenu p {
    width: 77%;
    margin-left: 19%;
  }

  .footerContact ul {
    padding-top: 2em;
    margin-bottom: 2em;
  }

  .logoFooter {
    margin-bottom: 5em;
  }

  .logoFooter img {
    width: 25%;
  }
}

@media only screen and (max-width: 768px) {
  
  .feder {
    flex-direction: column;
  }
  
  .feder>div:nth-child(2) {
    margin-top: 1rem;
  }
  
  html {
    overflow-x: hidden;
  }

  /*----------------
          CONTACT
    -----------------*/
  .contenuContact .bootstrapElement textarea {
    width: 100%;
  }

  .contenuContact .contactButton {
    width: 93%;
  }

  /*----------------
        A PROPOS
    -----------------*/
  .titleApropos:first-child h2 {
    margin-top: 1em !important;
  }

  .titleApropos {
    margin: auto;
  }

  .pageApropos h2 {
    font-size: 2em !important;
    margin-bottom: 1em;
    text-align: center !important;
  }

  .pageApropos .btn {
    font-size: 16px !important;
  }

  .pageApropos .bouton {
    margin: auto;
  }

  /*----------------
        FOOTER
    -----------------*/
  .footerContact p {
    margin-left: 18%;
    width: 82%;
  }

  .logoFooter {
    margin-bottom: 5em;
  }

  .footerContact ul {
    text-align: center;
  }

  .footerMenu ul {
    margin-left: 15%;
    margin-right: 15%;
    text-align: center;
  }

  #footer .logo {
    width: 75%;
  }

  .sectioneta h2 {
    font-size: 3.2vw;
  }

  .container-form-drive {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    height: 100vh;
    width: 100vw;
    z-index: 999;
    box-shadow: 3px 5px 9px #859583bd;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
  }
}

@media only screen and (max-width: 576px) {

  .etabChildContainer blockquote p::before,
  .etabChildContainer blockquote p::after {
    font-size: 1em;
  }

  .etabChildContainer blockquote p {
    font-size: 16px;
  }

  .jumbotronHomepage {
    overflow: hidden;
  }

  .contenuContact li {
    margin-top: 2em;
    text-align: center;
  }

  .contenuContact ul {
    padding-left: 0;
  }

  /* .contenuContact {
        margin-top: -5em;
    } */
  .contenuContact h3 {
    text-align: center;
  }

  /*----------------
        A PROPOS
    -----------------*/
  .pageApropos h2 {
    font-size: 1.8em !important;
  }

  .scrollTable {
    overflow-x: scroll;
  }

  .scrollTable table {
    width: 140% !important;
  }

  /*----------------
        FOOTER
    -----------------*/
  .footerContact p {
    width: 81%;
    margin-left: 22%;
  }

  .footerMenu p {
    width: 90%;
    margin-left: 20%;
  }

  .sectioneta h2 {
    line-height: 1;
  }
}

@media only screen and (max-width: 415px) {
  .bannerAllTop h1 {
    font-size: 2em !important;
  }

  .sectioneta h2 {
    font-size: 1.6em;
  }

  .etabChildContainer {
    padding-left: 0;
    padding-right: 0;
  }

  .sectioneta h4 {
    text-align: center;
  }

  /*-------------------
        A PROPOS
  -------------------*/
  .pageApropos {
    margin-top: -4em;
  }

  .pageApropos h2 {
    font-size: 1.5em !important;
  }

  .pageApropos .btn {
    font-size: 15px !important;
  }

  .footerContact p {
    width: 81%;
    margin-left: 22%;
  }

  .footerMenu p {
    width: 90%;
    margin-left: 20%;
  }

  .scrollTable table {
    width: 150% !important;
  }

  .scrollTable table th {
    font-size: 25px !important;
  }

  .scrollTable table td {
    font-size: 16px !important;
  }

  .contenuApropos a {
    text-align: center !important;
  }

  /*----------------
        FOOTER
    -----------------*/
  .footerMenu p {
    width: 98%;
    margin-left: 22%;
  }

  .footerMenu ul {
    margin-right: 0;
  }

  /*--------------------
        CONTACT ALL
  --------------------*/
  .contactPages {
    overflow-y: scroll;
    overflow-x: hidden;
  }

  .contactPages p {
    margin-left: 16%;
  }

  .contactPages .bootstrapElement input {
    width: 80%;
    margin-bottom: -1em;
  }

  .contactPages h3 {
    font-size: 2em;
    margin-bottom: 1em;
  }

  .contactPages .bootstrapElement textarea {
    width: 80%;
  }

  .contactPages .contactButton {
    width: 80%;
  }

  .outContact {
    right: 20px;
    font-size: 2.5em;
    top: 35px;
  }

  .inContact {
    font-size: 1.4em;
    right: 20px;
    top: 110px;
    width: 40px;
    height: 40px;
  }
}

@media only screen and (max-width: 385px) {
  .sectioneta h2 {
    font-size: 1.5em;
  }

  .sectioneta .ulAll li:first-child,
  .sectioneta .ulAll li:nth-child(2),
  .sectioneta .ulAll li:nth-child(3),
  .sectioneta .ulAll li:nth-child(4),
  .sectioneta .ulAll li:nth-child(5) {
    font-size: 0.8em;
  }

  .pageApropos h2 {
    font-size: 1.4em !important;
  }

  /*----------------
        FOOTER
    -----------------*/
  .footerMenu p {
    width: 100%;
    margin-left: 26%;
  }

  .footerContact p {
    width: 78%;
    margin-left: 24%;
  }
}

@media only screen and (max-width: 321px) {
  .bannerAllTop h1 {
    font-size: 1.8em !important;
  }

  .sectioneta h2 {
    font-size: 1.3em;
  }

  .pageApropos h2 {
    font-size: 1.2em !important;
  }

  .pageApropos .btn {
    font-size: 10px !important;
  }

  .scrollTable table {
    width: 160% !important;
  }

  .scrollTable table th {
    font-size: 20px !important;
  }

  .scrollTable table td {
    font-size: 12px !important;
  }

  .marginFluid {
    padding-left: 8%;
    padding-right: 10%;
  }

  /*--------------------
        FOOTER
  --------------------*/
  .footerMenu p {
    width: 66%;
    margin-left: 16%;
  }

  .footerContact p {
    width: 84%;
    margin-left: 24%;
  }

  .footerMenu {
    padding-right: 0;
  }

  .footerMenu ul {
    margin-left: 0%;
    margin-right: 27%;
  }
}