/*---------------------
        ALL
---------------------*/
@media print{
  body {
    background-color: red;
  }
}
body {
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
  width: 100%;
}

html {
  overflow-x: hidden;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.red {
  color: #e00000;
}

p {
  color: #4e4e4e;
}

.st0:hover {
  background-color: #fff;
}


.slickActu .slick-track
{
	display: flex !important;
}
/*---------------------
        FOOTER
---------------------*/
#footer {
  margin-top: 10%;
  overflow-y: hidden;
  overflow-x: hidden;
}

#footer li {
  list-style-type: none;
  text-align: left;
  padding-bottom: 10px;
}

#footer a {
  color: white;
  text-decoration: none;
  font-size: 1.1em;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#footer a:hover {
  color: rgba(255, 255, 255, 0.459);
}

#footer ul {
  margin-top: 25%;
}

.menuContent {
  background-color: #e00000;
}

.bottomTextFotter {
  color: white;
  text-align: center;
  font-size: 18em;
  margin-bottom: -35%;
  font-weight: 900;
}

.leftTextFooter {
  transform: rotate(270deg);
  transform-origin: left bottom;
  left: 8vw;
  top: 6vh;
  font-size: 18em;
  color: #e00000;
  line-height: 100%;
  font-weight: 900;
}

#footer .logoFooter img
{
	width: 200px;
	margin: 25px;
}

.footerSocial {
    padding-left: 40px;
}
.footerSocial a{
    padding-right: 10px;
}

/*---------------------
       BANNERALL
---------------------*/

.bannerAll .titreBlanc {
  top: 35%;
  left: -8%;
}

.bannerAll .blanc1 {
  top: 25%;
  left: -8%;
}
.bannerAll .blanc2 {
  height: 40px;
  width: 270px;
  top: 25%;
  background: #fff;
  border-radius: 25px;
  right: 14%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 4;
}
.bannerAll .blanc2 a {
  text-align: center;
  color: #e00000;
  text-decoration: none;
  font-weight: bold;
}
.bannerAll .blanc2 a:hover {
  text-decoration: underline;
  color: #e00000;
  cursor: pointer;
}
.filtreRouge{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.3;
    z-index: -1;
}
.artboard2 svg {
  width: 100%;
  height: 100%;
  color: #e00000;
}

.bannerAll h1 {
  color: white;
  font-size: 4.5em;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 1px 1px 4px grey;
}

.bannerAll p {
  color: white;
}

.imgBanner {
  height: 568px;

}

.artboard2 {
  z-index: 0 !important;
}
.bannerAllContainer {
  overflow: hidden;
}
.textBannerAll {
  color: white;
  width: 80%;
  padding-bottom: 8%;
  font-size: 1.2em;
  font-weight: bold;
  z-index: 1;
}

.imgBanner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.textBotBan {
  color: white;
  font-size: 12em;
  font-weight: 900;
  right: 0%;
  bottom: -170px;
}

.textRiBanner {
  color: white;
  font-size: 12em;
  font-weight: 900;
  transform: rotate(-90deg);
  transform-origin: right top;
  right: 130px;
  bottom: 55%;
}
.textBannerAllShadow {
  text-shadow: 1px 1px 2px #4e4e4e;
}
/*---------------------
  CHIFFRES_RESULTATS
---------------------*/
.chiffreContent {
  margin-top: 2%;
}

.chiffreContent h3 {
  color: #e00000;
  font-size: 2.5em;
  margin-bottom: 0.5em;
}

span {
  background-color: #e00000;
  color: white;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 0 5px 0 5px;
}

.chiffreContent p {
  font-weight: bold;
  margin-bottom: 4em;
  color: #4e4e4e;
}

.chiffre {
  font-size: 6em;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
}

.chiffreContent h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 1.2em;
}

.chiffreContent {
  margin-bottom: 8em;
}

.imgCellule {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 335px;
}

.paraImg {
  width: 70%;
  height: 60%;
  background-color: rgba(255, 255, 255, 0.87);
  vertical-align: middle;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: bold;
  padding: 0 5% 0 5%;
}

.leftText {
  font-family: "Montserrat", sans-serif;
  transform: rotate(270deg);
  transform-origin: left bottom;
  font-size: 17em;
  font-weight: 900;
  left: 8%;
  bottom: -15px;
  color: #e00000;
  line-height: 100%;
}

.rightText {
  font-family: "Montserrat", sans-serif;
  transform: rotate(-90deg);
  transform-origin: right top;
  font-size: 17em;
  font-weight: 900;
  color: #e00000;
  right: 8%;
  top: -5px;
  letter-spacing: -10px;
  line-height: 100%;
}

.rightText p {
  color: #e00000;
}

.tableau {
  padding: 0;
}

.leftText p {
  color: #e00000;
}

.tableau h3 {
  color: #e00000;
  font-size: 2.5em;
  margin-bottom: 0.5em;
  margin-top: 1.5em;
  text-align: center;
}

.tableau p {
  text-align: center;
  color: #e00000;
  font-size: 2.5em;
  margin-top: 3em;
  margin-bottom: 2em;
  font-weight: bold;
  color: #4e4e4e;
}

.table thead th {
  font-size: 2.2em;
  color: #e00000;
  font-weight: bold;
}

.table td,
table th {
  font-size: 1.2em;
  font-weight: bold;
}

.chiffreGraph h3 {
  margin-bottom: 2em;
  text-align: center;
  font-size: 2.5em;
  color: #e00000;
}

.chiffreGraph h2 {
  font-weight: bold;
  margin-bottom: 1.2em;
  margin-top: 3em;
}

.chiffreGraph p {
  font-size: 1em;
  padding-left: 2em;
}

.chiffreGraph ul {
  list-style: none;
}

.picto1 li:first-child::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f222";
  color: #e00000;
  display: inline-block;
  width: 1.2em;
  font-size: 2em;
}

.picto1 li:nth-child(2)::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f221";
  color: #e00000;
  display: inline-block;
  width: 1.2em;
  font-size: 2em;
}

.picto2 li:first-child::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f82c";
  color: #e00000;
  display: inline-block;
  width: 1.8em;
  font-size: 2em;
}

.picto2 li:nth-child(2)::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f0f2";
  color: #e00000;
  display: inline-block;
  width: 1.8em;
  font-size: 2em;
}
.picto3 ul {
  margin-left: 3em;
}
.picto3 li:first-child::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f788";
  color: #e00000;
  display: inline-block;
  width: 1.3em;
  font-size: 2em;
  margin-left: -1.8em;
  margin-right: 0.5em;
}

.picto3 li:nth-child(2)::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f85d";
  color: #e00000;
  display: inline-block;
  width: 1.3em;
  font-size: 2em;
  margin-left: -1.8em;
  margin-right: 0.5em;
}

.picto3 li:nth-child(3)::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f2e6";
  color: #e00000;
  display: inline-block;
  width: 1.3em;
  font-size: 2em;
  margin-left: -1.8em;
  margin-right: 0.5em;
}

.picto3 li:nth-child(4)::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f562";
  color: #e00000;
  display: inline-block;
  width: 1.3em;
  font-size: 2em;
  margin-left: -1.8em;
  margin-right: 0.5em;
}

.picto3 li:nth-child(5)::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f5fc";
  color: #e00000;
  display: inline-block;
  width: 1.3em;
  font-size: 2em;
  margin-left: -1.8em;
  margin-right: 0.5em;
}

.picto4 li:first-child::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f221";
  color: #e00000;
  display: inline-block;
  width: 1.8em;
  font-size: 2em;
}

.picto4 li:nth-child(2)::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f222";
  color: #e00000;
  display: inline-block;
  width: 1.8em;
  font-size: 2em;
}

.picto4 li:nth-child(3)::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f0f2";
  color: #e00000;
  display: inline-block;
  width: 1.8em;
  font-size: 2em;
}

.picto4 li:nth-child(4)::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f82c";
  color: #e00000;
  display: inline-block;
  width: 1.8em;
  font-size: 2em;
}

.chiffreGraph li {
  font-weight: bold;
}

/*------------------
  GRAPHIQUE START
------------------*/
#piechart {
  height: 500px;
  width: 100%;
}

#piechart2 {
  width: 100%;
  height: 500px;
}

#columnchart_material {
  width: 100%;
  height: 500px;
}

#top_x_div {
  width: 100%;
  height: 500px;
}

#colchart_after {
  width: 100%;
  height: 600px;
}

/*------------------
  GRAPHIQUE END
------------------*/
.hommeFemme {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 100%;
  width: 600px;
  height: 300px;
  margin: auto;
}

/*---------------------
  QUI_SOMMES_NOUS ?
---------------------*/
.nousContent h3 {
  font-size: 2em;
  color: #e00000;
  margin-top: 4%;
  margin-bottom: 1.2em;
  padding-left: 2em;
}

.nousContent p {
  font-size: 1em;

  padding-left: 8em;
}

.organiContent h3 {
  font-size: 2em;
  color: #e00000;
  margin-top: 2em;
  margin-bottom: 1.2em;
  padding-left: 2em;
}

.imgOrga {
  height: 30vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 4px solid #e00000;
  border-radius: 2%;
}

.organiContent .rightForm {
  width: 20%;
  background-color: #e00000;
  border-top-right-radius: 25%;
  border-bottom-right-radius: 25%;
  height: 40%;
  top: 28%;
}

.organiContent .leftForm {
  width: 35%;
  background-color: #e00000;
  border-top-left-radius: 20%;
  border-bottom-left-radius: 20%;
  height: 40%;
  bottom: -5%;
  right: 0;
}

.organiContent .rightText {
  font-family: "Montserrat", sans-serif;
  transform: rotate(-90deg);
  transform-origin: right top;
  font-size: 17em;
  font-weight: 900;
  color: #e00000;
  right: 8%;
  top: -375%;
  letter-spacing: -10px;
  line-height: 100%;
}

.organiContent ol {
  list-style: none;
  counter-reset: li;
}

.organiContent ol {
  margin-left: 5em;
}

.organiContent h3:last-child {
  padding: 0;
}

.puceChiffre li::before {
  content: counter(li);
  color: #e00000;
  display: inline-block;
  width: 1em;
  font-size: 2em;
  margin-left: -1em;
}

.puceChiffre li {
  counter-increment: li;
  font-weight: 400;
}

.puceChiffre ol li::before {
  content: counter(li);
  color: #e00000;
  display: inline-block;
  width: 1em;
  margin-left: -1.5em;
  margin-right: 0.5em;
  text-align: right;
  direction: rtl;
}

.orga1,
.orga2,
.orga3 {
  display: inline-block;
  height: 180px;
  position: relative;
  border-left: 6px solid #e00000;
}

.orga2,
.orga3 {
  margin-left: 10%;
}

.orga2::before {
  content: "";
  border: 3px solid #e00000;
  width: 41%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -42%;
  height: 0;
}

.orga2::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #e00000;
  position: absolute;
  left: -25%;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.orga3::before {
  content: "";
  border: 3px solid #e00000;
  width: 41%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -42%;
  height: 0;
}

.orga3::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background-color: #e00000;
  position: absolute;
  left: -25%;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.orgaContainer {
  padding-right: 10%;
}

.orgaContainer h3 {
  margin: 0;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.5em;
}

.organiContent ul {
  list-style: none;
  padding-left: 10px;
}

.organiContent li {
  font-size: 1em;
}

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

/*---------------------
        CONTACT
---------------------*/
.contact h2 {
  font-size: 5em;
  font-weight: 900;
  margin-top: 4%;
  margin-bottom: 1em;
}

.contact h3 {
  color: #e00000;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 900;
}

.contact h4 {
  font-size: 1.3em;
  margin-bottom: 1em;
  font-weight: 900;
}

.contact h3:first-child,
.contact h3:nth-child(2) {
  padding-bottom: 2em;
  font-size: 1.4em;
}

.contact section {
  padding-left: 8em;
  border-left: 3px solid #e00000;
  margin-bottom: 5em;
}

.contact p {
  font-size: 1.2em;
  font-weight: 500;
}
.contact a {
  color: #4e4e4e;
}
.contact a:hover {
  text-decoration: underline;
}

.contact .mainRow div:last-child p:last-child {
  text-align: end;
}

.contact .mainRow div:last-child p:last-child::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f879";
  padding-right: 10px;
  color: #e00000;
}

.contact .mainRow div:nth-child(2) p:last-child::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f199";
  padding-right: 10px;
  color: #e00000;
}

.contact .rightText {
  right: -18%;
  top: 71%;
  font-size: 11em;
}

.contact .leftText {
  left: -19%;
  bottom: 25%;
  font-size: 11em;
}

/*-------------------------
          OUTILS
-------------------------*/

.popup {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 12;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.redBandeau {
  height: 350px;
  width: 100%;
  margin: 0 auto;
  background-color: #e00000;
}
.mailSvg {
  position: absolute;
  bottom: -80px;
  left: 0;
  right: 0;
  margin: auto;
  width: 25%;
  z-index: 999999999999;
  display: flex;
  justify-content: center;
}
.mailSvg svg {
  width: 100%;
  height: 100%;
}
.mailSvg img {
    width: 70%;
}
input:focus{
    outline: none;
}
.inputForm {
    padding-left: 20px !important;
}
.formulaire {
  margin-top: 5em;
}
.formulaire h3 {
  text-align: center;
  color: #e00000;
  font-size: 3.5em;
  font-weight: bold;
}
.formulaire p {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2em;
  font-weight: 400;
}
.popup form {
  z-index: 998;
}
.inputForm {
  border-radius: 20px;
  box-shadow: none;
  height: 40px;
}
.buttonForm {
  border-radius: 20px;
  background-color: #e00000;
  box-shadow: none;
  color: white;
  transition: all 0.5s ease-in-out;
}
.buttonForm:hover {
  color: #e00000;
  background-color: #fff;
}
.retour {
  color: #e00000;
  background-color: white;
  border: 2px solid #e00000;
  padding: 1em;
  border-radius: 30px;
  transition: all 0.5s ease-in-out;
  margin-top: 1em;
}
.retour:hover {
  color: #fff;
  background-color: #e00000;
  border: 2px solid white;
}
.msgError {
  margin-top: 1em;
  background-color: #e00000;
}

.vmail {
  font-size: 10px;
  padding-left: 10px;
  display: none;
}
.excla {
  font-size: 15px;
  padding-left: 10px;
}
.titreOutils:hover .vmail {
  display: inline;
  text-decoration: none;
}

/*-------------------------
    RESPONSIVE DESKTOP
-------------------------*/
@media only screen and (max-width: 1736px) {
  .bannerAll h1 {
    font-size: 4em;
  }
}

@media only screen and (max-width: 1601px) {
  .bannerAll h1 {
    font-size: 3.3em;
  }

  .artboard2 {
    width: 700px;
  }

  .textBannerAll {
    font-size: 1em;
    padding-bottom: 13%;
  }

  .textRiBanner {
    font-size: 11em;
    right: 110px;
  }

  .textBotBan {
    font-size: 10em;
    bottom: -135px;
  }

  .menuContainer img {
    width: 150px;
  }

  .orgaContainer h3 {
    font-size: 1.3em;
  }

  .orga1,
  .orga2,
  .orga3 {
    height: 200px;
  }

  .contact section {
    padding-left: 3em;
  }

  /*----------------------
          FOOTER
  ----------------------*/
  .bottomTextFotter {
    font-size: 15em;
    margin-bottom: -40%;
  }
  .noPad ul {
    padding-left: 0;
  }
}

@media only screen and (max-width: 1441px) {
  .bottomTextFotter {
    font-size: 13em;
    margin-bottom: -50%;
  }

  .artboard2 {
    width: 650px;
  }

  #footer ul {
    padding-left: 0;
  }
  .footerSocial {
    padding-left: 0;
  }
  .orgaContainer h3 {
    padding-left: 10px;
  }
  .redBandeau {
    height: 300px;
  }
  .mailSvg {
    bottom: -105px;
  }

  .formulaire {
    margin-top: 8em;
  }
  .formulaire h3 {
    font-size: 3em;
  }
  .containerOutils {
      padding-top: 10%;
  }
}

@media only screen and (max-width: 1219px) {
  .bannerAll h1 {
    font-size: 2.7em;
  }

  .artboard2 {
    width: 550px;
  }

  .menuContainer img {
    width: 120px;
  }

  .textBannerAll {
    font-size: 1em;
    padding-bottom: 15%;
  }

  .textRiBanner {
    font-size: 10em;
    right: 100px;
  }

  .textBotBan {
    font-size: 9em;
    bottom: -128px;
  }
}

@media only screen and (max-width: 1031px) and (min-width: 450px) {
  .bannerAll h1 {
    font-size: 2.2em;
  }

  .artboard2 {
    width: 550px;
  }

  .bannerAll .titreBlanc {
    top: 30%;
  }

  .bannerAll .blanc1 {
    top: 20%;
  }

  .orga1,
  .orga2,
  .orga3 {
    height: 260px;
  }

  .orgaContainer h3 {
    font-size: 1.2em;
  }

  .bottomTextFotter {
    position: absolute;
    bottom: -11px;
    right: 0;
    font-size: 9em;
  }

  .contact p {
    font-size: 1em;
  }

  .contact .leftText {
    left: -14%;
    bottom: 39%;
    font-size: 9em;
  }

  .contact .rightText {
    right: -13%;
    top: 72%;
    font-size: 9em;
  }

  .noPad {
    padding: 0;
  }

  #footer a {
    font-size: 1em;
  }
  .mailSvg {
    bottom: -40%;
  }
  .redBandeau {
    height: 200px;
  }
  .formulaire h3 {
    font-size: 2.5em;
  }
  .formulaire p {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .retour {
    margin-top: 0;
  }
  .formulaire {
    margin-top: 6em;
  }
  .blanc2 {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  .numMenu{
    font-size: 3em !important;
    top: -25px !important;
    left: 6px !important;
  }
}
@media only screen and (max-width: 880px) {
  .bannerAll h1 {
    font-size: 1.8em;
  }

  .artboard2 {
    width: 450px;
  }

  .textBannerAll {
    font-size: 1em;
    padding-bottom: 15%;
  }

  .orga1,
  .orga2,
  .orga3 {
    height: 300px;
  }

  .contact p {
    font-size: 1.5em;
  }

  .contact .mainRow div:last-child p:last-child {
    text-align: left;
  }

  .contact .mainRow div:first-child p:first-child {
    font-size: 1.8em;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .contact h3:first-child,
  .contact h3:nth-child(2) {
    font-size: 2em;
  }

  .contact h4 {
    font-size: 1.8em;
    margin-top: 1em;
  }

  .bottomTextFotter {
    position: absolute;
    bottom: -50px;
    right: 0;
    font-size: 6em;
  }
  .imgBanner {
    height: 539px;
    margin-top: 100px;

  }
  .bannerAllContainer .artboard1 {
    height: 64% !important;
  }
  .blanc2 {
    display: none !important;
  }
}

@media only screen and (max-width: 769px) {
  .menuContent {
    padding-top: 150px;
  }

  #footer li {
    text-align: left;
  }

  #footer ul {
    padding-left: 14%;
    margin-top: 0;
  }
  .footerSocial {
    padding-left: 14%;
  }
  #footer .logoResp {
    position: absolute;
    z-index: 1;
    top: 10%;
    left: 13%;
  }

  #footer .logoResp svg {
    width: 80%;
  }

  .bottomTextFotter {
    font-size: 9em;
    margin-bottom: 7%;
    margin-right: -185px;
    transform: rotate(-90deg);
  }

  .artboardMobile {
    top: 0;
    right: 0;
  }

  .nousContent p {
    padding-left: 5em;
  }

  .organiContent ol {
    margin-left: 2em;
  }

  .organiContent .rightText p {
    display: none;
  }

  .chiffre {
    font-size: 4.5em;
  }

  .leftText {
    display: none;
  }

  .rightText {
    display: none;
  }

  .imgCellule p {
    font-size: 0.8em;
  }

  .table thead th {
    font-size: 1.5em;
  }
  .chiffreContent h3 {
    margin-top: 2em;
  }
  .scrollTablescrollTable,
  .scrollTableMap,
  .scrollBarChart {
    overflow-x: scroll;
    overflow-y: hidden;
  }

  .scrollBarChart #colchart_after {
    width: 500px;
    margin-left: -2em;
  }

  .scrollTableMap .celluleList,
  .scrollBarChart #columnchart_material,
  .scrollBarChart #top_x_div {
    width: 1050px;
  }
  .scrollBarChar #piechart2 {
    width: 500px;
    margin-left: -4em;
  }
  .scrollBarChart #piechart {
    width: 800px;
    margin-left: -9em;
  }
}

/*---------------------
  RESPONSIVE MOBILE
---------------------*/

@media only screen and (max-width: 767px) {
  .orga1,
  .orga2,
  .orga3 {
    display: block;
    margin-bottom: 50px;
    margin-left: 10%;
    height: 160px;
  }

  .orgaContainer h3 {
    font-size: 1em;
    padding-left: 10%;
  }

  .organiContent li {
    font-size: 0.9em;
    padding-right: 5px;
  }

  .orgaContainer {
    padding-right: 0;
  }

  .orga2::before {
    width: 50px;
    top: -131%;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(90deg);
  }

  .orga2::after {
    top: -129%;
    transform: rotate(90deg);
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .orga3::before {
    width: 50px;
    top: -131%;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(90deg);
  }

  .orga3::after {
    top: -129%;
    transform: rotate(90deg);
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  
 
}
@media only screen and (max-width: 576px) and (min-width: 416px) {
  .nousContent h3 {
    padding-left: 0;
  }
  .nousContent p {
    padding-left: 0;
  }
  .liContent h3 {
    padding-left: 0;
  }
  .liContent ol {
    padding-left: 0;
  }
  .bannerAll p {
    color: #4e4e4e;
    font-weight: 600;
    padding-bottom: ;
  }
  .textBannerAll {
    font-size: 1.2em;
    margin-bottom: -10em;
    margin-top: 3em;
    padding-left: 0;
    padding-right: 0;
  }
  .bannerAllContainer .artboard1 {
    height: 55% !important;
  }
}
/*---------------------
      BANNER
---------------------*/
@media only screen and (max-width: 415px) {
  .textBannerAll {
    margin-bottom: -5em;
  }
  .imgBanner {
    height: 320px;
    margin-top: 25%;
  }

  .bannerAll p {
    color: #4e4e4e;
    font-weight: 600;
  }

  .bannerAllContainer .artboard1 {
    height: 45% !important;
    width: 50vw;
  }

  .artboardMobile {
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
  }

  .imgBanner .blanc1 {
    top: 9%;
    left: -7%;
    height: 25px;
    width: 140px;
  }

  .imgBanner .titreBlanc {
    font-size: 2em;
    top: 40%;
    left: 12%;
  }

  .imgBanner .textBotBan {
    font-size: 4em;
    bottom: -46px;
  }

  .imgBanner .textRiBanner {
    font-size: 4em;
    right: 47px;
    bottom: 111px;
  }

  .textBannerAll {
    padding: 0;
    margin-top: 45px;
    color: #4e4e4e;
    font-weight: unset;
  }
  .missionContainer h2{
    font-size: 30px;
    text-align: center;
    padding: 0 15px;
  }

  /*---------------------
        FOOTER
---------------------*/
  .menuContent {
    padding-top: 150px;
  }

  #footer ul {
    padding-left: 10%;
    margin-top: 0;
  }
  .footerSocial {
    padding-left: 10%;
  }
  #footer .logoResp {
    position: absolute;
    z-index: 1;
    top: 10%;
    left: 13%;
  }

  #footer .logoResp svg {
    width: 80%;
  }

  .bottomTextFotter {
    font-size: 9em;
    margin-bottom: 16%;
    margin-right: -186px;
    transform: rotate(-90deg);
  }

  /*---------------------
    QUI-SOMMES-NOUS?
---------------------*/
  .nousContent h3 {
    padding-left: 0;
    font-size: 1.4em;
  }

  .nousContent p {
    padding: 0;
  }

  .organiContent h3 {
    font-size: 1.4em;
  }

  .orga1,
  .orga2,
  .orga3 {
    display: block;
    margin-bottom: 50px;
    margin-left: 10%;
    height: 160px;
  }

  .orgaContainer h3 {
    font-size: 1em;
    padding-left: 10%;
  }

  .organiContent li {
    font-size: 0.9em;
    padding-right: 5px;
  }

  .orgaContainer {
    padding-right: 0;
  }

  .orga2::before {
    width: 50px;
    top: -131%;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(90deg);
  }

  .orga2::after {
    top: -129%;
    transform: rotate(90deg);
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .orga3::before {
    width: 50px;
    top: -131%;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(90deg);
  }

  .orga3::after {
    top: -129%;
    transform: rotate(90deg);
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .puceChiffre h3 {
    padding-left: 0;
    text-align: left;
  }

  .organiContent ol {
    margin-left: 0;
  }

  .liContent {
    padding: 0;
  }

  /*--------------------
        CONTACT
  --------------------*/
  .contact section {
    padding-left: 1.5em;
  }

  .contact {
    padding: 0;
  }

  .contact h2 {
    font-size: 3.2em;
    margin-top: 3em;
  }

  .contact .mainRow div:last-child p:last-child {
    text-align: left;
  }

  .contact .mainRow div:first-child p:first-child {
    font-size: 1.2em;
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .contact p {
    font-size: 1em;
  }
  /*------------------
      CHIFFRES
  ------------------*/
  .scrollTable,
  .scrollTableMap,
  .scrollBarChart {
    overflow-x: scroll;
    overflow-y: hidden;
  }

  .scrollBarChart #colchart_after {
    width: 500px;
    margin-left: -2em;
  }

  .scrollTableMap .celluleList,
  .scrollBarChart #columnchart_material,
  .scrollBarChart #top_x_div {
    width: 1050px;
  }
  .scrollBarChar #piechart2 {
    width: 500px;
    margin-left: -4em;
  }
  .scrollBarChart #piechart {
    width: 800px;
    margin-left: -9em;
  }
  .chiffreContent {
    margin-bottom: 2em;
  }

  .chiffreContent h3 {
    margin-top: 32%;
    font-size: 2.1em;
  }

  .chiffreContent p {
    margin-bottom: 2em;
  }

  .imgCellule {
    height: 510px;
  }

  .paraImg {
    height: 75%;
  }

  .imgCellule p {
    font-size: 0.85em;
  }

  .tableau h3 {
    font-size: 2em;
    margin-bottom: -2em;
    text-align: center;
    margin-top: 1em;
  }

  .table thead th {
    font-size: 1.3em;
  }

  .table td,
  table th {
    font-size: 1em;
  }

  .tableau {
    margin-bottom: -4em;
  }

  .chiffreGraph h3 {
    font-size: 2em;
  }

  .order-2 {
    text-align: center;
  }

  .chiffreGraph h2 {
    text-align: center;
  }

  .picto1 p,
  .picto1 ul {
    padding-left: 0;
  }

  .chiffreGraph p,
  .chiffreGraph ul {
    padding-left: 0;
  }
  .celluleRegion {
    margin-top: 0.5em;
    font-size: 2em;
  }
  .celluleNum {
    font-size: 4.5em;
  }
  .celluleList .cellListReg {
    font-size: 0.7em;
    white-space: nowrap;
  }
  .celluleList .cellListNum {
    font-size: 1.2em;
  }
  /*------------------------
        OUTILS
  ------------------------*/
  .redBandeau {
    height: 250px;
  }
  .mailSvg {
    bottom: -70px;
    width: 55%;
  }
  .formulaire {
    margin-top: 5em;
  }
  .formulaire h3 {
    font-size: 2em;
  }
}

@media only screen and (max-width: 375px) {
  .imgBanner .titreBlanc {
    font-size: 1.9em;
  }

  .orgaContainer h3 {
    font-size: 0.9em;
    padding-left: 10%;
  }

  .liContent h3 {
    font-size: 1.2em;
  }

  .orga1,
  .orga2,
  .orga3 {
    margin-left: 6%;
  }

  .bottomTextFotter {
    font-size: 8.5em;
  }

  .menuContainer img {
    left: -5%;
  }

  /*--------------------
        CONTACT
  --------------------*/
  .contact h2 {
    font-size: 2.5em;
    margin-top: 6em;
  }

  .contact p {
    font-size: 0.9em;
  }

  /*-------------------
        CHIFFRES
  -------------------*/
  .chiffreContent h3 {
    margin-top: 46%;
    font-size: 2.1em;
  }

  .chiffreContent p {
    font-size: 0.95em;
  }
  /*------------------------
        OUTILS
  ------------------------*/
  .redBandeau {
    height: 200px;
  }
  .formulaire p {
    font-size: 0.9em;
  }
}

@media only screen and (max-width: 340px) {
  .chiffreContent h3 {
    margin-top: 72%;
    font-size: 1.8em;
  }

  .imgCellule {
    height: 430px;
  }

  .paraImg {
    height: 75%;
  }
  .menuContainer img {
    width: 96px;
  }
  .imgCellule p {
    font-size: 0.72em;
  }

  .table td,
  table th {
    font-size: 0.7em;
  }

  .imgBanner .titreBlanc {
    font-size: 1.7em;
  }
  .scrollBarChar #piechart2 {
    width: 400px;
    margin-left: -4em;
  }
  .formulaire h3 {
    font-size: 1.5em;
  }
  .formulaire p {
    font-size: 0.7em;
  }
  .redBandeau {
    height: 150px;
  }
  .missionContainer h2{
    font-size: 25px;
    text-align: center;
    padding: 0 15px;
  }
}
@media only screen and (max-width: 340px) and (max-height: 481px) {
  .redBandeau {
    height: 100px;
  }
}
