/* GLOBAL RULES */
* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
}

html {
  scroll-behavior: smooth;
}

a {
  color: white;
  text-decoration: none;
}

img.responsive {
  width: 100%;
  height: auto;
}

h1 {
  color: white;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 25px;
}

h2 {
  font-family: 'Proza Libre', sans-serif;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  color: white;
}

h3 {
  font-family: 'Proza Libre', sans-serif;
  color: white;
  font-size: 25px;
}

p, a {
  font-family: 'Open Sans', sans-serif;
  color: white;
}

.remarque {
  display: none;
}

.btn {
  background-color: white;
  color: #2b3a59;
  text-transform: uppercase;
  font-weight: 600;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  border-radius: .25rem;
  -webkit-transition: .25s;
  transition: .25s;
  cursor: pointer;
}

.btn:hover {
  background-color: #2b3a59;
  color: white;
  border: 1px solid white;
  outline: none;
}

header {
  background-color: #2b3a59;
}

header section {
  margin-top: 50px;
  padding-left: 10%;
  padding-right: 10%;
  text-align: center;
}

header section p {
  padding-bottom: 50px;
}

main .barre {
  width: 170px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 55px;
  border-bottom: 6px solid white;
}

main h2 {
  text-align: center;
  margin-bottom: 0px;
  padding-bottom: 50px;
}

main article.services {
  background-color: #2b3a59;
}

main article.services section {
  padding-bottom: 50px;
}

main article.services section div img {
  border-top: 5px solid white;
  border-bottom: 5px solid white;
  margin-bottom: 25px;
}

main article.services section h3 {
  margin-bottom: 25px;
  text-align: center;
}

main article.services section p {
  text-align: center;
  padding-right: 20px;
  padding-left: 20px;
}

main article.realisations {
  background-color: #2b3a59;
  padding-bottom: 50px;
  text-align: center;
}

main article.realisations div.item {
  padding-bottom: 25px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

main article.realisations div.item img {
  border: 6px solid white;
  height: 250px;
  width: 100%;
}

main article.realisations div.link {
  margin-bottom: 15px;
  margin-top: 15px;
}

main article.intervention {
  background-color: #2b3a59;
  padding-bottom: 50px;
}

main article.intervention iframe {
  height: 450px;
}

main article.contact {
  background-color: #2b3a59;
}

main article.contact form {
  padding-left: 8%;
  padding-right: 8%;
}

main article.contact form input {
  height: 40px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

main article.contact form input[type="text"], main article.contact form input[type="email"], main article.contact form textarea {
  width: 100%;
  margin-bottom: 20px;
  padding-left: 15px;
  outline: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
  border-radius: 5px;
}

main article.contact form textarea {
  width: 100%;
  margin-bottom: 20px;
  padding-top: 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

main article.contact form input[type="text"]::-webkit-input-placeholder, main article.contact form input[type="email"]::-webkit-input-placeholder
, main article.contact form textarea::-webkit-input-placeholder {
  color: #2b3a59;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

main article.contact form input[type="text"]:-ms-input-placeholder, main article.contact form input[type="email"]:-ms-input-placeholder
, main article.contact form textarea:-ms-input-placeholder {
  color: #2b3a59;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

main article.contact form input[type="text"]::-ms-input-placeholder, main article.contact form input[type="email"]::-ms-input-placeholder
, main article.contact form textarea::-ms-input-placeholder {
  color: #2b3a59;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

main article.contact form input[type="text"]::placeholder, main article.contact form input[type="email"]::placeholder
, main article.contact form textarea::placeholder {
  color: #2b3a59;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

main article.contact form div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

main article.contact form div label {
  -ms-flex-preferred-size: 90%;
      flex-basis: 90%;
  color: white;
  font-size: 12px;
  padding-left: 10px;
}

main article.contact form .btn {
  color: #2b3a59;
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  background-color: white;
  border: 1px solid white;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0rem 0rem;
  width: 100%;
}

main article.contact form .btn:hover {
  background-color: var(--mainBlue);
  color: white;
  background-color: #2b3a59;
  border: 1px solid white;
  outline: none;
}

main.mentionslegales {
  background-color: #2b3a59;
  padding-left: 10%;
  padding-right: 10%;
}

main.mentionslegales article h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

main.mentionslegales article p {
  margin-bottom: 10px;
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #2b3a59;
  padding-top: 50px;
  padding-bottom: 50px;
  color: white;
  text-align: center;
}

footer div.about {
  margin-bottom: 25px;
}

footer div.social {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer div.social a {
  text-decoration: underline;
  -webkit-transition: .5s;
  transition: .5s;
}

footer div.social a:hover {
  color: #9ea2b2;
}
footer small a{
  color: #5e58f1 !important;
}

@media screen and (min-width: 767px) {
  main article.realisations div.item img {
    border: 6px solid white;
    height: 450px;
    width: 100%;
  }
  footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding-top: 85px;
    padding-bottom: 50px;
    color: white;
  }
  footer div.footer-logo {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
  }
  footer div.about {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    margin-bottom: 0px;
  }
  footer div.social {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
  }
  footer div.social a {
    text-decoration: underline;
  }
  footer small a{
    color: #5e58f1;
  }
}

@media screen and (min-width: 900px) {
  main article.realisations div.item img {
    border: 6px solid white;
    height: 500px;
    width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  header {
    position: relative;
    z-index: 0;
    min-height: 500px;
  }
  header section {
    margin-top: 85px;
  }
  main {
    display: block;
    margin-top: -150px;
    position: relative;
    z-index: 1;
    background-color: white;
  }
  main article.services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: white;
  }
  main article.services div {
    background-color: #2b3a59;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  main article.services div div {
    margin-bottom: 250px;
  }
  main article.services section.format {
    margin-top: -187.5px;
  }
  main article.services section {
    padding-right: 20%;
    padding-left: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding-bottom: 50px;
  }
  main article.services section div img {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    height: 375px;
    width: 100%;
    border-top: 0px solid white;
    border-bottom: 0px solid white;
    margin-bottom: 25px;
  }
  main article.services section div {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    height: 375px;
  }
  main article.services section div h3 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 25px;
    text-align: left;
  }
  main article.services section div p {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: left;
    padding-left: 0px;
    padding-right: 0px;
  }
  main article.services section div.content {
    padding: 50px;
  }
  main article.services section div:first-child {
    border-right: 3px solid white;
  }
  main article.services section div:nth-child(2n) {
    border-left: 3px solid white;
  }
  main article.services section.toRight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  main article.services section.toRight div.right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    border-left: 3px solid white;
  }
  main article.services section.toRight div.left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border-right: 3px solid white;
  }
  main article.services section.toRight div.left h3 {
    text-align: right;
  }
  main article.services section.toRight div.left p {
    text-align: right;
  }
  main article.realisations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -250px;
    padding-top: 250px;
    padding-bottom: 50px;
    text-align: center;
  }
  main article.realisations div {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  main article.realisations div.item {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
  main article.realisations div.link {
    margin-top: 25px;
  }
  main article.intervention {
    padding-bottom: 50px;
  }
  main article.intervention iframe {
    height: 750px;
  }
  footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding-top: 150px;
    padding-bottom: 50px;
    color: white;
  }
  footer div.footer-logo {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
  }
  footer div.about {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
    margin-bottom: 0px;
  }
  footer div.social {
    -ms-flex-preferred-size: 32%;
        flex-basis: 32%;
  }
  footer div.social a {
    text-decoration: underline;
  }
  footer small a{
    color: #5e58f1 !important;
  }
}

@media screen and (min-width: 1981px) {
  header section {
    margin-top: 25px;
    padding-left: 25%;
    padding-right: 25%;
  }
  main article.services section {
    padding-right: 25%;
    padding-left: 25%;
  }
}

@media screen and (min-width: 3440px) {
  main article.services section {
    padding-right: 35%;
    padding-left: 35%;
  }
  main article.realisations {
    padding-right: 20%;
    padding-left: 20%;
  }
}
/*# sourceMappingURL=style.css.map */