img {
  max-width: 100%;
}

.mobile {
  display: none;
}

@media screen and (max-width: 991px) {
  .ordinateur {
    display: none;
  }

  .mobile {
    display: block;
    margin: auto;
  }
}
.bouton {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 300px;
  background: linear-gradient(to right, #f2a51f, #f18520);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  border: 1px solid transparent;
}
.bouton:hover {
  background: #144051;
  color: #fff;
  border: 1px solid #fff;
}

body {
  font-family: "Noto Sans", sans-serif;
  background: #fff2e5;
}

.header {
  padding: 20px 60px;
  position: fixed;
  width: 100%;
  z-index: 1;
  top: 0;
  background: #fff;
}
.header #triggerButton {
  display: none;
}
@media screen and (max-width: 991px) {
  .header #triggerButton {
    display: inline-block;
    text-decoration: none;
    font-size: 30px;
    color: #144051;
  }
}
.header .row {
  align-items: center;
}
.header nav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.header nav ul li {
  padding: 0 15px;
}
.header nav ul li a {
  color: #144051;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
}
.header nav ul li a:hover {
  color: #f18520;
}
@media screen and (max-width: 1200px) {
  .header .col-4 {
    order: 2;
    text-align: right;
  }
  .header .col-2 {
    order: 3;
    margin-top: 15px;
  }
}
@media screen and (max-width: 991px) {
  .header {
    padding: 20px;
  }
  .header nav,
.header .col-xl-2:last-of-type {
    display: none;
  }
  .header .col-2 {
    text-align: right;
  }
}

#accueil {
  padding: 240px 0 180px 0;
  text-align: center;
}
#accueil h1 {
  color: #144051;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 60px;
  margin-bottom: 60px;
}
#accueil h1 span {
  background: linear-gradient(to right, #f2a51f, #f18520);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 991px) {
  #accueil h1 {
    font-size: 30px;
  }
}
#accueil p {
  width: 60%;
  max-width: 100%;
  margin: 0 auto 60px auto;
}
#accueil .services {
  display: flex;
  flex-wrap: wrap;
  margin-top: 120px;
}
#accueil .services .service {
  width: 10%;
  padding: 0 30px;
  position: relative;
}
#accueil .services .service img {
  margin: 0 auto 15px auto;
}
#accueil .services .service span {
  position: absolute;
  bottom: -40px;
  left: -40%;
  background: #f18520;
  color: #fff;
  border-radius: 100px;
  padding: 5px 10px;
  width: 180%;
  transition: 0.4s ease;
  opacity: 0;
}
#accueil .services .service span:before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: -4px;
  left: calc(50% - 4px);
  background: #f18520;
  transform: rotate(45deg);
}
#accueil .services .service:hover span {
  opacity: 1;
  transition: 0.4s ease;
}
@media screen and (max-width: 1200px) {
  #accueil .services .service {
    width: 20%;
  }
  #accueil .services .service span {
    width: 100%;
    left: 0;
    bottom: -60px;
  }
  #accueil .services .service:first-of-type,
#accueil .services .service:nth-of-type(2),
#accueil .services .service:nth-of-type(3),
#accueil .services .service:nth-of-type(4),
#accueil .services .service:nth-of-type(5) {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 991px) {
  #accueil .services {
    display: none;
  }
}

#qui-sommes-nous {
  padding: 120px 0 0 0;
  background: #fff;
}
#qui-sommes-nous .row:first-of-type {
  align-items: center;
}
#qui-sommes-nous .row:nth-of-type(2) {
  text-align: center;
  padding: 120px 0;
}
#qui-sommes-nous .row:nth-of-type(2) img {
  border-radius: 500px;
  box-shadow: 5px 15px 30px rgba(0, 0, 0, 0.1);
}
#qui-sommes-nous .row:nth-of-type(2) h3 {
  color: #144051;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
  margin: 30px 0 15px 0;
}
@media screen and (max-width: 991px) {
  #qui-sommes-nous .row:nth-of-type(2) h3 {
    margin-top: 0;
  }
}
#qui-sommes-nous .row:last-of-type .col-xl-2 {
  background: linear-gradient(to right, #f2a51f, #f18520);
  border-radius: 30px 30px 0 0;
}
#qui-sommes-nous .row:last-of-type .col-xl-5 {
  padding-bottom: 60px;
  padding-top: 60px;
  font-size: 22px;
  color: #144051;
  font-weight: bold;
}
#qui-sommes-nous img {
  border-radius: 50px;
}
#qui-sommes-nous h2 {
  text-align: center;
  color: #144051;
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 40px;
}
@media screen and (max-width: 1200px) {
  #qui-sommes-nous h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  #qui-sommes-nous img {
    margin-bottom: 30px;
  }
  #qui-sommes-nous .row:last-of-type {
    display: none;
  }
}

#ghislain {
  padding: 120px 0 0 0;
}
#ghislain .bouton {
  margin-top: 30px;
}
#ghislain .row {
  align-items: center;
}
#ghislain .row h2 {
  text-align: left;
  color: #144051;
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 40px;
}
@media screen and (max-width: 1200px) {
  #ghislain .row h2 {
    font-size: 30px;
  }
}
#ghislain .row .relative {
  position: relative;
}
#ghislain .row .relative img:first-of-type {
  border-radius: 500px 500px 10px 10px;
  margin-left: 60px;
}
#ghislain .row .relative img:last-of-type {
  border-radius: 10px;
  box-shadow: 5px 15px 30px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  bottom: 60px;
  background: #fff;
}
@media screen and (max-width: 1200px) {
  #ghislain .row .relative img:first-of-type {
    margin: 30px 0 0 0;
  }
  #ghislain .row .relative img:last-of-type {
    position: initial;
    margin: -30px 30px 0 30px;
    width: calc(100% - 60px);
  }
}

#maxcommunication {
  padding: 120px 0 0 0;
}
#maxcommunication .bouton {
  margin-top: 30px;
}
#maxcommunication .row {
  align-items: center;
}
#maxcommunication .row h2 {
  text-align: left;
  color: #144051;
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 40px;
}
@media screen and (max-width: 1200px) {
  #maxcommunication .row h2 {
    font-size: 30px;
  }
}
#maxcommunication .row .relative {
  position: relative;
}
#maxcommunication .row .relative img:first-of-type {
  border-radius: 10px 500px 500px 10px;
  padding-right: 60px;
}
#maxcommunication .row .relative img:last-of-type {
  border-radius: 10px;
  box-shadow: 5px 15px 30px rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 0;
  bottom: 60px;
  background: #fff;
}
@media screen and (max-width: 1200px) {
  #maxcommunication .row .relative img:first-of-type {
    margin: 30px 0 0 0;
    padding: 0;
    border-radius: 500px 500px 10px 10px;
  }
  #maxcommunication .row .relative img:last-of-type {
    position: initial;
    margin: -30px 30px 0 30px;
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 991px) {
  #maxcommunication .row .col-xl-6 {
    order: 2;
  }
  #maxcommunication .row .col-xl-5 {
    order: 1;
  }
}

#netizis {
  padding: 120px 0 0 0;
}
#netizis .bouton {
  margin-top: 30px;
}
#netizis .row {
  align-items: center;
}
#netizis .row h2 {
  text-align: left;
  color: #144051;
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 40px;
}
@media screen and (max-width: 1200px) {
  #netizis .row h2 {
    font-size: 30px;
  }
}
#netizis .row .relative {
  position: relative;
}
#netizis .row .relative img:first-of-type {
  border-radius: 10px 10px 500px 500px;
  margin-left: 60px;
}
#netizis .row .relative img:last-of-type {
  border-radius: 10px;
  box-shadow: 5px 15px 30px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  bottom: 60px;
  background: #fff;
}
@media screen and (max-width: 1200px) {
  #netizis .row .relative img:first-of-type {
    margin: 30px 0 0 0;
    border-radius: 500px 500px 10px 10px;
  }
  #netizis .row .relative img:last-of-type {
    position: initial;
    margin: -30px 30px 0 30px;
    width: calc(100% - 60px);
  }
}

#proxycom {
  padding: 120px 0 120px 0;
}
#proxycom .bouton {
  margin-top: 30px;
}
#proxycom .row {
  align-items: center;
}
#proxycom .row h2 {
  text-align: left;
  color: #144051;
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 40px;
}
@media screen and (max-width: 1200px) {
  #proxycom .row h2 {
    font-size: 30px;
  }
}
#proxycom .row .relative {
  position: relative;
}
#proxycom .row .relative img:first-of-type {
  border-radius: 500px 10px 10px 500px;
  margin-right: 60px;
  width: calc(100% - 60px);
}
#proxycom .row .relative img:last-of-type {
  border-radius: 10px;
  box-shadow: 5px 15px 30px rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 0;
  bottom: 60px;
  background: #fff;
}
@media screen and (max-width: 1200px) {
  #proxycom .row .relative img:first-of-type {
    margin: 30px 0 0 0;
    padding: 0;
    border-radius: 500px 500px 10px 10px;
    width: 100%;
  }
  #proxycom .row .relative img:last-of-type {
    position: initial;
    margin: -30px 30px 0 30px;
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 991px) {
  #proxycom .row .col-xl-6 {
    order: 2;
  }
  #proxycom .row .col-xl-5 {
    order: 1;
  }
}

#contact {
  background: linear-gradient(to right, #f2a51f, #f18520);
}
#contact .row {
  align-items: center;
}
#contact .col-xl-6 {
  background: #144051;
  padding: 120px 30px;
}
#contact .col-xl-6 h2 {
  text-align: left;
  color: #fff;
  margin-bottom: 40px;
  font-weight: bold;
  font-size: 40px;
}
@media screen and (max-width: 991px) {
  #contact .col-xl-6 h2 {
    font-size: 30px;
  }
}
#contact .col-xl-6 form .checkbox {
  display: flex;
}
#contact .col-xl-6 form .checkbox input {
  margin-right: 15px;
}
#contact .col-xl-6 form .checkbox label {
  margin: 0;
}
#contact .col-xl-6 form label {
  color: #fff;
  margin: 15px 0 5px 0;
}
#contact .col-xl-6 form textarea {
  height: 150px;
}
#contact .col-xl-6 form input[type=text],
#contact .col-xl-6 form textarea {
  border-color: #fff;
}
#contact .col-xl-6 form input:focus,
#contact .col-xl-6 form input:hover,
#contact .col-xl-6 form textarea:focus,
#contact .col-xl-6 form textarea:hover {
  border-color: #f18520;
}
#contact .col-xl-6 form .rgpd {
  margin-top: 30px;
}
#contact .col-xl-6 form .etape1 .bouton {
  margin-top: 30px;
  cursor: pointer;
}
#contact .col-xl-6 form .g-recaptcha {
  margin-top: 30px;
  margin-bottom: 30px;
}
#contact .col-xl-6 form .g-recaptcha > div {
  margin: auto;
}
#contact .col-xl-6 form .etape2,
#contact .col-xl-6 form .etape1 {
  display: none;
}
#contact .col-xl-6 form .active {
  display: block !important;
}
#contact .col-xl-4 {
  text-align: center;
  color: #fff;
}
#contact .col-xl-4 img {
  margin-bottom: 60px;
}
#contact .col-xl-4 p:first-of-type {
  font-style: italic;
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  #contact .col-xl-4 {
    padding: 120px 30px;
  }
}

#mentions-legales {
  padding: 220px 0 120px 0;
}

footer {
  text-align: center;
  padding: 0 0 0 0;
  background: #144051;
  color: #fff;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .copyright {
  padding: 30px 0;
}

.c-offcanvas.is-open {
  z-index: 99999;
}

#tarteaucitronAlertSmall #tarteaucitronManager {
  content: url("../images/cookie.png");
}

#tarteaucitronAlertSmall {
  background: none !important;
}
#tarteaucitronAlertSmall #tarteaucitronCookiesNumber {
  display: none !important;
}
#tarteaucitronAlertSmall #tarteaucitronManager:hover {
  background: none !important;
}

/*# sourceMappingURL=styles.css.map */
