html {
  height: 100%;
}

body {
  font-family: 'Montserrat', sans-serif;
  display: flex;
  flex-direction: column;
  color: #424242;
  font-size: 14px;
  line-height: 22px;
}

@font-face {
 font-family: 'Montserrat', sans-serif;
}


/********* LOADER *********/
.loader-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #222222;
  display:flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}
.loader {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  border: 4px solid #Fff;
  animation: loader 2s infinite ease;
}
.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  animation: loader-inner 2s infinite ease-in;
}
@keyframes loader {
  0% { transform: rotate(0deg);}
  25% { transform: rotate(180deg);}
  50% { transform: rotate(180deg);}
  75% { transform: rotate(360deg);}
  100% { transform: rotate(360deg);}
}
@keyframes loader-inner {
  0% { height: 0%;}
  25% { height: 0%;}
  50% { height: 100%;}
  75% { height: 100%;}
  100% { height: 0%;}
}

/********* GENERAL *********/

.cta {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  min-width: 200px;
  height: 50px;
  border-radius: 5px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 1px;
  transition: 0.4s;
  display: inline-block;
}

.cta:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
}

.filled {
  background: #0084ED;
  color: #fff;
}

.filled:hover {
  background: #009BED;
}

.white {
  background: #fff;
  color: #0084ED;
  transition: all 0.3s ease;
}

.white:hover {
  font-weight: 700;
}

.outline {
  border: 1px solid #fff;
  color: #fff;
}

.outline:hover {
  background: #009BED;
  box-shadow: unset;
  border: 1px solid #009BED;
}

.filled:after {
  position: relative;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f061';
  opacity: 0;
  margin-left: -13px;
  transition: 0.5s;
}

.filled:hover:after {
  opacity: 1;
  margin-left: 10px;
}

.white:after {
  position: relative;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f061';
  opacity: 0;
  margin-left: -13px;
  transition: 0.5s;
}

.white:hover:after {
  opacity: 1;
  margin-left: 10px;
}

.small-link {
  color: #0084ED;
  font-weight: 600;
}

.small-link:hover {
  color: #009BED;
}

.small-link:before {
  content: '\f0a9';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
  font-size: 15px;
  color: #454C68;
  transition: all 0.3s ease;
}

.small-link:hover:before {
  margin-right: 10px;
  color: #009BED;
}

section {
  padding: 5% 10%;
  display: flex;
  justify-content: center;
}

h1 {
  font-size: 5vw;
  line-height: 10vw;
  font-weight: 700;
}

header h1 {
  font-size: 4vw;
  line-height: 5vw;
  font-weight: 700;
}

h2 {
  font-size: 2vw;
  font-weight: 700;
  line-height: 2.5vw;
  margin-bottom: 20px;
}

h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}

.bold {
  font-weight: 600;
}

.bloc-content {
  padding: 8%;
  text-align: center;
}

.sixty {
  width: 53%;
}

.sixty p {
  margin-bottom: 15px;
}

.forty {
  width: 41%;
}

.grey {
  background: #F0F4FA;
}

.description {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 50px;
  width: 60%;
  text-align: center;
}

header {
  width: 80%;
  height: 55vh;
  padding: 0 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  background: black; 
  background-position: center;
  background-size: cover;
  text-align: center;
}

/********* SPLASH *********/
.splash {
  width: 100%;
  min-height: 100vh;
  background: #1C1C1C;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

#splashVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  filter:opacity(42%);
  background: url(../images/proxima_office_bg_accueil.jpg) no-repeat;
  background-size: cover;
}

.intro {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}

.intro p {
  width: 50%;
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 70px;
}

/********* METIERS *********/
#metiers {
  flex-direction: column;
  align-items: center;
  background: url('../images/proxima_metiers_bg.jpg');
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}

#metiers h2 {
  text-align: center;
}

#metiers h3 {
  height: 60px;
}

#metiers .small-link:before {
  content: '\f0a9';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 5px;
  font-size: 15px;
  color: #0084ED;
  transition: all 0.3s ease;
}

#metiers .small-link:hover:before {
  margin-right: 10px;
  color: #009BED;
}

#metiers .articles {
  margin-bottom: 0;
}

.white-bloc {
  width: 30%;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(30,44,62,0.1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(30,44,62,0.1);
  box-shadow: 0px 0px 20px 0px rgba(30,44,62,0.1);
}

.white-bloc img {
  max-width: 100%;
}

.push-down {
  margin-bottom: 20px;
}

.pushdown-big {
  margin-bottom: 50px;
}

/********* PARTENAIRES *********/
#partenaires {
  align-items: center;
  flex-direction: column;
  background: radial-gradient(#0A78D6, #01376E);
  padding: 3% 10%;
  color: #fff;
}

#partenaires h2 {
  font-size: 1.5vw;
  font-weight: 600;
}

.logos {
  display: flex;
  align-items: center;
}

.logos img {
  padding: 0 20px;
}

/********* LE GROUPE *********/
#groupe {
  padding: 0;
  flex-direction: row;
}

#groupe h2 {
  font-weight: 300;
}

#groupe p {
  margin-bottom: 40px;
}

.arg1 {
  width: 30%;
  padding: 5% 10%;
  background: url(../images/groupe_proxima_bg.jpg); 
  background-position: right;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.arg2 {
  width: 28%;
  padding: 5% 17% 5% 5%;
  background: url(../images/environnement_bg.jpg); 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.arg2 img {
  display: none;
  max-width: 100%;
}


/********* ACTUS *********/
#actus {
  background: #F0F4FA;
  flex-direction: column;
  align-items: center;
}

.articles {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.article {
  width: 30%;
  background: #fff;
  border-radius: 5px;
}

.article img {
  border-radius: 5px 5px 0 0;
  width: 100%;
}

.article-date {
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  color: #136ad6;
  padding: 0 5px;
  margin-bottom: 10px;
  background: #f0f4fa;
  border-radius: 3px;
}

.bloc-content p {
  padding: 20px 0;
  line-height: 22px;
}

/********* CONTACT *********/
#contact {
  background: url(../images/bg_bloc_contact.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  flex-direction: column;
  align-items: center;
  color: #fff;
}

#contact .articles img {
  margin-bottom: 10px;
}

#contact .articles > div {
  text-align: center;
  margin: 0 30px;
  line-height: 22px;
  width: 200px;
  margin-bottom: 50px;
}

/********* FOOTER *********/
footer {
  background: #222222;
  color: #fff;
  display: flex;
  flex-direction: column;
}

footer svg {
  margin-right: 10px;
}

footer svg {
  fill: #fff;
}

footer svg:hover {
  fill: #00ADED;
}

.top-footer {
  display: flex;
  justify-content: space-between;
  padding: 40px 5%;
}

.column-footer {
  display: flex;
  font-size: 14px;
  line-height: 22px;
  flex-direction: column;
}

.column-footer p {
  margin-bottom: 15px;
}

.column-footer li::before {
  content: ' ';
  width: 3px;
  height: 11px;
  background: #424242;
  display: inline-block;
  margin-right: 10px;
}

.footer-links {
  color: #fff;
}

.footer-links:hover {
  color: #00ADED;
}

.info {
  font-size: 12px;
  font-weight: 300;
  color: #848991;
}

.bottom-footer {
  font-size: 12px;
  text-align: center;
  border-top: 1px solid #424242;
  padding: 20px;
}


/********* PAGE ACTUALITES *********/
#actualites {
  background-image: url(../images/proxima_office_bg_actualites.jpg);
}

#main-article {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0;
}

#main-article .bloc-content {
  text-align: left;
}

#main-article img {
  width: 55%;
}

#main-article .bloc-content {
  width: 40%;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#main-article h2 {
  margin-bottom: unset;
}

#main-article p {
  padding: 10px 0;
}

#news-list {
  background: #fff;
  flex-direction: column;
}

#news-list .articles {
  flex-wrap: wrap;
}

#news-list .article {
  margin-top: 5%;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(30,44,62,0.1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(30,44,62,0.1);
  box-shadow: 0px 0px 20px 0px rgba(30,44,62,0.1);
  transition: 0.4s;
}

#news-list .article:hover {
  -webkit-box-shadow: 0px 0px 20px 10px rgba(30,44,62,0.2);
  -moz-box-shadow: 0px 0px 20px 10px rgba(30,44,62,0.2);
  box-shadow: 0px 0px 20px 10px rgba(30,44,62,0.2);
}

.pagination {
  text-align: center;
  font-weight: 700;
  font-size: 12px;
}

.pagination a {
  display: inline-block;
  border: 1px solid #E1E8F2;
  border-radius: 5px;
  color: #0084ED;
  width: 40px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  margin: 0 2px;
  padding-top: 10px;
  transition: 0.4s;
}

.pagination a:hover {
  background: #0084ED;
  border: 1px solid #0084ED;
  color: #fff;
}

.in {
  display: inline-block;
  width: 40px;
  height: 30px;
  padding-top: 10px;
  text-align: center;
  vertical-align: middle;
  margin: 0 2px;
  background: #0084ED;
  border: 1px solid #0084ED;
  border-radius: 5px;
  color: #fff;
}

#fluxrss {
  background: #F0F4FA;
}

/********* PAGE METIERS *********/
#metiers-header {
  background-image: url(../images/proxima_office_bg_metiers.jpg);
  background-position: center;
}

#acces-metiers {
  flex-direction: column;
  align-items: center;
}

/********* PAGE ACTUALITES *********/
#contact-header {
  background-image: url(../images/proxima_office_bg_contact.jpg);
  background-position: center;
}

#contact-infos {
  justify-content: space-between;
  align-items: center;
}

#contact-infos .sixty {
  display: flex;
  width: 60%;
  background: #fff; 
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(30,44,62,0.1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(30,44,62,0.1);
  box-shadow: 0px 0px 20px 0px rgba(30,44,62,0.1);
  padding: 40px 0;
}

#contact-infos .forty {
  width: 34%;
}

#contact-infos .sixty > div {
  width: 33%;
  text-align: center;
}

#contact-infos .sixty > div h3 {
  margin-top: 15px;
  margin-bottom: 5px;
}

#contact-infos .sixty > div:nth-child(2n) {
  border-left: 1px solid #F0F4FA;
  border-right: 1px solid #F0F4FA;
}

.blue-p {
  margin-top: 10px;
  color: #0A6AD6;
  font-weight: 600;
}

#formulaire {
  background: #FFF; 
  padding-top: 0;
}

#formulaire form {
  width: 94%;
  padding: 3%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #F0F4FA; 
}

#formulaire form .field-container {
  position: relative;
  width: 47%;
}

#formulaire form .textarea-container {
  position: relative;
  width: 100%;
}

#formulaire form input {
  width: 94%;
  height: 30px;
  padding: 3% 2% 2% 2%;
  font-size: 12px;
  color: #999;
  letter-spacing: 1px;
  background: #FFF;
  border: 2px solid #FFF;
  margin-bottom:25px;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

#formulaire form textarea {
  width:95%;
  height:150px;
  padding: 4% 2% 1% 2%;
  resize: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color:#999;
  letter-spacing:1px;
  background: #FFF;
  border:2px solid #FFF;
  margin-bottom:25px;
  -webkit-transition:all .1s ease-in-out;
  -moz-transition:all .1s ease-in-out;
  -ms-transition:all .1s ease-in-out;
  -o-transition:all .1s ease-in-out;
  transition:all .1s ease-in-out;
}

#formulaire form label {
  position:absolute;
  pointer-events:none;
  top: 5px;
  left:10px;
  font-size: 10px;
  opacity:0;
  padding: 0 2px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

#formulaire form input:focus,
#formulaire form textarea:focus {
  border:2px solid #dd4545;
  padding: 4% 2% 1% 2%;
  color:#424242;
}

#formulaire form input:valid,
#formulaire form textarea:valid {
  color:#424242;
  padding: 4% 2% 1% 2%;
}

#formulaire form input:valid + label,
#formulaire form textarea:valid + label {
  opacity:1;
  top:2;
  color: #999;
}

#formulaire form input:invalid + label,
#formulaire form textarea:invalid + label {
  top:2;
  color: #999;
}

#formulaire form input:focus + label,
#formulaire form textarea:focus + label{
  opacity:1;
  top:2;
  color: #00ADED;
}

#formulaire form button {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  min-width: 200px;
  height: 50px;
  border-radius: 5px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 1px;
  transition: 0.4s;
  display: inline-block;
  background: #0084ED;
  color: #fff;
  border: none;
  -webkit-transition:all .1s ease-in-out;
  -moz-transition:all .1s ease-in-out;
  -ms-transition:all .1s ease-in-out;
  -o-transition:all .1s ease-in-out;
  transition:all .1s ease-in-out;
}

#formulaire form button:hover {
  background: #009BED;
  cursor:pointer;}

#formulaire form .required {
  color:#b43838;
}

.remarques {
  display: none;
}

.msg-alert {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.cent {
  width: 100%;
  text-align: center;
}

#recrutement-acces {
  background: url(../images/recrutement_bg.png), linear-gradient(45deg, #01376E, #0A78D6);
  background-size: cover;
  color: #fff;
  align-items: center;
}

#recrutement-acces > div {
  width: 50%;
}

#recrutement-acces > div:last-child {
  width: 45%;
  padding-left: 5%;
}

#recrutement-acces > div:last-child p {
  margin-bottom: 30px;
}


/********* PAGE ECRANS *********/

#ecrans {
  background-image: url(../images/proxima_office_bg_ecrans.jpg);
}

.column {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.push-left{
  margin-right: 80px;
}

.push-right{
  margin-left: 80px;
}

.center {
  text-align: center;
}


/********* PAGE TELEPHONIE *********/
#telephonie {
  background-image: url(../images/proxima_office_bg_telephonie.jpg);
}

/********* PAGE GED *********/
#ged {
  background-image: url(../images/proxima_office_bg_ged.jpg);
}

.asterisk {
  font-size: 11px;
  line-height: 16px;
}

/********* INFOGERANCE *********/
#infogerence {
  background-image: url(../images/proxima_office_bg_infogerence.jpg);
}

.table-list {
  display: flex;
  justify-content: space-between;
}

.table-list ul {
  width: 45%;
}

.table-list li {
  margin-bottom: 15px;
  background: url('../images/check.svg') no-repeat left top;
  padding: 2px 0px 3px 30px;
}

/********* PAGE COURRIER *********/
#courrier {
  background-image: url(../images/proxima_office_bg_courrier.jpg);
}

.avantages {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 20px;
}

.avantage {
  width: 42%;
  display: flex;
  align-items: flex-start; 
  margin-top: 33px;
}

.avantage img {
  margin-right: 20px;
}

/********* PAGE GROUPE *********/
#groupe-header {
  background-image: url(../images/proxima_office_bg_groupe.jpg);
}

/********* PAGE SOLUTIONS IMPRESSION *********/
#impression {
  background-image: url(../images/proxima_office_bg_impression.jpg);
}

.solutions {
  display: flex;
  justify-content: space-around;
}

.solution {
  width: 28%;
  text-align: center;
}

.mfp {
  background: linear-gradient(#13B8EA, #4E56F3);
  color: #fff;
  display: flex;
  justify-content: space-around;
}

.liste li {
  margin-bottom: 15px;
  background: url('../images/check.svg') no-repeat left top;
  padding: 2px 0px 3px 33px;
}

/********* PAGE RECRUTEMENT *********/
#recrutement-header {
  background-image: url(../images/proxima_office_bg_recrutement.jpg);
}

.profils {
  background: linear-gradient(#13B8EA, #4E56F3);
  color: #fff;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 16px;
}

.postes {
  background: #fff;
  color: #424242;
  padding: 40px;
  border-radius: 10px;
  font-size: 14px;
}

.postes p {
  margin-bottom: 15px;
}

.postes p:last-child {
  margin-bottom: 0;
}

.poste {
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.postuler {
  background: #F0F4FA;
  padding: 4%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.postuler .cta {
  margin-left: 100px;
}

.etapes {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  margin-bottom: 60px;
}

.etape {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 20%;
}

.etape img {
  margin-bottom: 20px;
}

/********* PAGE MENTIONS *********/
.mentions {
  flex-direction: column;
}

.mentions p {
  margin-bottom: 10px;
}

.mentions h3 {
  margin: 30px 0 15px 0;
}


/* Responsive */

@media (min-width: 320px) and (max-width: 480px) {
  /********* GENERAL *********/
  section {
    flex-direction: column;
    padding: 10% 5%;
  }

  header {
    height: 30vh;
    background-position: center;
    background-size: cover;
  }

  h1 {
    font-size: 10vw;
    line-height: 12vw;
    margin-bottom: 10px;
    margin-top: 20px;
  }

  h2 {
    font-size: 6vw;
    line-height: 8.5vw;
    margin-bottom: 20px;
    text-align: center;
  }

  .cta {
    min-width: 250px;
  }

  .description {
    font-size: 16px;
    line-height: 30px;
    width: 100%;
  }

  /********* SPLASH *********/
  .intro {
    width: 90%;
    text-align: center;
  }

  .intro p {
    width: 100%;
    margin-bottom: 60px;
  }

  #splashVideo {
    display: none;
  }

  .splash {
    background: url(../images/proxima_office_bg_accueil_mobile.jpg);
  }

  /********* METIERS *********/
  #metiers {
    background: unset;
    width: 100%;
    padding: 10% 0;
  }

  #metiers .description {
    text-align: center;
    padding: 0 5%;
    width: 90%;
  }

  #metiers h2 {
    padding: 0 5%;
  }

  .forty {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

 #metiers .articles {
    width: 90%;
    flex-wrap: nowrap;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    padding-bottom: 20px;
  }

 #metiers .push-down {
    margin-bottom: 0;
  }

  .white-bloc {
    width: 80%;
    flex-shrink: 0;
    margin-left: 5%;
    scroll-snap-align: center;
  }

  /********* PARTENAIRES *********/
  #partenaires {
    padding: 5%;
    width: 90%;
  }

  #partenaires h2 {
    font-size: 5.5vw;
    font-weight: 500;
  }

  .logos {
    max-width: 100%;
    justify-content: space-between;
  }

  .logos img {
    padding: 0 5px;
    max-width: 20%;
  }

  /********* LE GROUPE *********/
  #groupe {
    padding: 0;
    flex-direction: column;
  }

  .arg2 h2 {
    margin: 0 5%;
  }

  #groupe p {
    margin-bottom: unset;
    margin: 0 5%;
  }

  .arg1 {
    width: 90%;
    padding: 10% 5%;
    text-align: center;
  }

  .arg1 .cta {
    margin-top: 40px;
  }

  .arg2 {
    width: 100%;
    padding: 10% 0;
    text-align: center;
    background: #ececea;
  }

  .arg2 img {
    display: block;
  }

  /********* ACTUS *********/
  #actus {
    width: 100%;
    padding: 10% 0;
  }

  #actus .description {
    padding: 0 5%;
    width: 90%;
  }

  #actus h3 {
    margin-bottom: 20px;
  }

  #actus .articles {
    width: 90%;
    flex-wrap: nowrap;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    padding-bottom: 20px;
  }

  .article {
    width: 80%;
    flex-shrink: 0;
    margin-left: 5%;
    scroll-snap-align: center;
  }

  .bloc-content {
    padding: 6%;
  }

  /*.bloc-content p {
    display: none;
  }*/

  ::-webkit-scrollbar-track {
    background-color: #D9E5F7;
    margin: 0 5%;
    border-radius: 3px;
    opacity: 0;
  }

  ::-webkit-scrollbar {
    height: 6px;
    background-color: rgba(240, 244, 250, 0);
    margin: 0 5%;
    border-radius: 3px;
  }

  ::-webkit-scrollbar-thumb {
    background-color: #9FBAD5;
    border-radius: 3px;
  }

  /********* CONTACT *********/

  #contact .articles {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
  }

  #contact .articles > div {
    background: #222222;
    padding: 20px;
    margin-bottom: 2px;
  }

  #contact .articles > div:first-child {
    border-radius: 5px 5px 0 0;
  }

  #contact .articles > div:last-child {
    border-radius: 0 0 5px 5px;
  }

  /********* FOOTER *********/
  .column-footer {
    font-size: 12px;
    line-height: 22px;
  }

  .bottom-footer {
    font-size: 11px;
  }

  /********* PAGE ACTUALITES *********/
  #actualites {
    background-size: cover;
  }

  #main-article {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0;
  }

  #main-article .bloc-content {
    width: 100%;
    padding: 8% 0;
    text-align: left;
  }

  #main-article img {
    width: 100%;
  }

  #main-article p {
    display: unset;
  }

  #main-article h2 {
    text-align: left;
  }

  #main-article .small-link {
    margin-top: 20px;
  }

  #news-list .article {
    width: 100%;
    margin-left: unset;
  }

  #news-list h3 {
    margin-bottom: 20px;
  }

  /********* PAGE CONTACT *********/
  #contact-infos .forty {
    width: 100%;
    margin-bottom: 30px;
  }

  #contact-infos .sixty {
    width: 100%;
    flex-direction: column;
  }

  #contact-infos .sixty > div {
    width: 100%;
  }

  #contact-infos .sixty > div:nth-child(2n) {
    border-left: unset;
    border-right: unset;
    border-top: 1px solid #F0F4FA;
    border-bottom: 1px solid #F0F4FA;
    padding: 40px 0;
    margin: 40px 0;
  }

  #formulaire form {
    width: 90%;
    padding: 10% 5%;
  }

  #formulaire form textarea {
    margin-bottom: unset;
  }

  #formulaire form p {
    margin-bottom: 20px;
  }

  #formulaire form .field-container {
    width: 100%;
  }

  #formulaire form button {
    width: 100%;
  }

  #recrutement-acces img {
    max-width: 100%;
    margin-bottom: 30px;
  }

  #recrutement-acces > div:last-child {
    width: 100%;
    padding: 0;
    text-align: center;
  }

  header h1 {
    font-size: 6vw;
    line-height: 8vw;
    text-transform: uppercase;
  }

  .row {
    flex-direction: column;
    align-items: unset;
  }

  img {
    max-width: 100%;
  }

  .sixty {
    width: 100%;
  }

  .push-left {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .push-right {
    margin-left: 0;
}

/********* PAGE IMPRESSION *********/
  .solutions {
    flex-wrap: wrap;
  }

  .solution {
    width: 90%;
    margin-bottom: 30px;
  }

  .mfp {
    text-align: center;
  }

  .video {
  position: relative;
  padding-bottom: 56.25%; 
  height: 0;
  margin-top: 30px;
  }

  .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

/********* INFOGERANCE *********/
  .table-list {
    display: unset;
  }

  .table-list ul {
    width: 100%;
  }

/********* PAGE COURRIER *********/
  .avantage {
    width: unset;
  }

/********* PAGE RECRUTER *********/
  .profils .sixty {
    text-align: center;
  }

  .etapes {
    flex-direction: column;
    align-items: center;
  }

  .etape {
    width: unset;
    margin-bottom: 30px;
  }

  .blue-line {
    display: none;
  }

  .postuler {
    flex-direction: column;
    padding: 10%;
    text-align: center;
  }

  .postuler .cta {
    margin-left: unset;
    margin-top: 30px;
}

}

@media (min-width: 768px) and (max-width: 1024px) {

  section {
    padding: 5% 3%;
  }

  h2 {
    font-size: 3vw;
    line-height: 4.5vw;
    margin-bottom: 20px;
  }

  h3 {
    font-size: 16px;
  }

  header {
    height: 40vh;
  }

  .description {
    font-size: 16px;
    line-height: 26px;
    width: 70%;
  }

  .intro {
    text-align: center;
  }

  .intro h1 {
    font-size: 8vw;
  }

  .intro p {
    width: 70%;
    margin: 20px 0 60px 0;
  }

  .row img {
    width: 40%;
  }

    /********* METIERS *********/
  #page-metiers {
    background: unset;
    width: 100%;
    padding: 10% 0;
    flex-direction: column;
  }

  #metiers .description {
    text-align: center;
    width: 80%;
    padding: 0 10%;
  }

  #metiers h2 {
    padding: 0 5%;
  }

  #metiers h3 {
    height: 70px;
  }

  .forty {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  .sixty {
    width: 100%;
    flex-wrap: nowrap;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    padding-bottom: 20px;
  }

  .white-bloc {
    width: 32%;
  }

  .push-down {
    margin-top: unset;
  }

  /********* PARTENAIRES *********/
  #partenaires h2 {
    font-size: 3vw;
  }

  .logos {
    max-width: 100%;
  }

  .logos img {
    max-width: 20%;
  }

  /********* GROUPE *********/
  .arg1 {
    width: 40%;
    padding: 5%;
    text-align: center;
  }

  .arg2 {
    width: 40%;
    padding: 5%;
    text-align: center;
    background: url(../images/environnement_tablet.jpg); 
    background-position: bottom;
    background-size: cover;
  }


  /********* ACTUS *********/
  .bloc-content p {
    display: none;
  }

  .article {
    width: 32%;
  }

  .article h3 {
    font-size: 16px;
    line-height: 22px;
    height: 100px;
  }

  /********* ACTUS *********/
  .articles {
    width: 100%;
  }

  /********* PAGE CONTACT *********/
  #contact-infos {
    flex-direction: column;
  }

  #contact-infos .forty {
    width: 100%;
    margin-bottom: 30px;
  }

  #contact-infos .sixty {
    width: 100%;
  }

  #recrutement-acces img {
    max-width: 50%;
  }

  #contact .articles > div {
    margin: 0 20px;
    width: 181px;
}
  
}