@import url("https://fonts.googleapis.com/css2?family=Anton&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,900&display=swap");
/* ---------------------VARIABLE--------------------- */
/* ---------------------MIXIN--------------------- */
/*

@include wide(){
    background-color: dodgerblue;
}
@include petitecran(){
    background-color: rebeccapurple;
}
@include tablette(){
    background-color: lightsalmon;
}
@include mobile(){
    background-color: red;
}

*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

html {
  scroll-behavior: smooth;
  font-family: "Montserrat", sans-serif;
  color: #212121;
}

.fluide {
  width: 100%;
  height: auto;
}

body {
  width: 96%;
  margin: 0 auto;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1950px) {
  body {
    max-width: 1920px;
  }
}
@media screen and (max-width: 1450px) {
  body {
    height: 100%;
  }
}
@media screen and (max-width: 850px) {
  body {
    display: block;
  }
}
body header .header-gouvernement {
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 2px solid #555555;
}
@media screen and (max-width: 850px) {
  body header .header-gouvernement {
    justify-content: space-between;
  }
}
body header .header-gouvernement .header-logo-gouv {
  flex-basis: 20%;
  display: block;
}
@media screen and (max-width: 850px) {
  body header .header-gouvernement .header-logo-gouv {
    flex-basis: 22%;
  }
}
body header .header-gouvernement .header-logo-gouv .logo-gouv {
  height: 64px;
  margin: 30px 40px;
}
@media screen and (max-width: 1450px) {
  body header .header-gouvernement .header-logo-gouv .logo-gouv {
    margin: 0px 10px;
  }
}
@media screen and (max-width: 850px) {
  body header .header-gouvernement .header-logo-gouv .logo-gouv {
    margin: 0;
    display: flex;
  }
}
body header .header-gouvernement .header-logo-gouv .logo-gouv .format-logo-gouv {
  max-width: 220px;
  height: auto;
  margin-top: 5px;
}
@media screen and (max-width: 850px) {
  body header .header-gouvernement .header-logo-gouv .logo-gouv .format-logo-gouv {
    margin: 0;
    width: 100%;
  }
}
body header .header-gouvernement .header-titre-gouv {
  flex-basis: 75%;
  align-items: center;
  background-color: #1A64B7;
  padding: 2px 0;
  margin: 50px 0;
}
@media screen and (max-width: 1450px) {
  body header .header-gouvernement .header-titre-gouv {
    margin: 20px 0;
  }
}
@media screen and (max-width: 850px) {
  body header .header-gouvernement .header-titre-gouv {
    margin: 10px 0;
    padding: 0;
    align-self: center;
  }
}
@media screen and (max-width: 450px) {
  body header .header-gouvernement .header-titre-gouv {
    padding: 0 0 5px;
  }
}
body header .header-gouvernement .header-titre-gouv a {
  padding: 0 50px;
  text-decoration: none;
  color: #fefefe;
  letter-spacing: 2px;
  font-size: 0.8rem;
}
@media screen and (max-width: 850px) {
  body header .header-gouvernement .header-titre-gouv a {
    padding: 0 25px;
  }
}
@media screen and (max-width: 450px) {
  body header .header-gouvernement .header-titre-gouv a {
    font-size: 0.4rem;
    padding: 0 10px;
  }
}
body header nav {
  border-bottom: 2px solid #555555;
}
body header nav .container-logo {
  width: 25%;
  padding-block: 20px;
}
@media screen and (max-width: 850px) {
  body header nav .container-logo {
    width: 45%;
    padding-block: 10px;
  }
}
@media screen and (max-width: 450px) {
  body header nav .container-logo {
    width: 60%;
  }
}
body main {
  flex-grow: 1;
  margin: 5rem 0 1rem;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1450px) {
  body main {
    margin: 3rem 0 1rem;
  }
}
@media screen and (max-width: 850px) {
  body main {
    display: block;
  }
}
@media screen and (max-width: 450px) {
  body main {
    margin: 1.5rem 0 1rem;
  }
}
body main .textes-informations {
  flex-basis: 39%;
  align-self: center;
}
@media screen and (max-width: 1450px) {
  body main .textes-informations {
    flex-basis: 45%;
  }
}
@media screen and (max-width: 850px) {
  body main .textes-informations {
    width: 90%;
    margin: 0 auto;
  }
}
body main .textes-informations h1 {
  font-family: "Anton", sans-serif;
  text-transform: uppercase;
  font-size: 5rem;
  letter-spacing: 5px;
  line-height: 1.2;
}
@media screen and (max-width: 1450px) {
  body main .textes-informations h1 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 850px) {
  body main .textes-informations h1 {
    font-size: 3.25rem;
    text-align: center;
  }
}
@media screen and (max-width: 450px) {
  body main .textes-informations h1 {
    font-size: 2.5rem;
    letter-spacing: 3px;
  }
}
body main .textes-informations h2 {
  font-size: 24px;
  margin: 4rem 0;
}
@media screen and (max-width: 1450px) {
  body main .textes-informations h2 {
    font-size: 16px;
    margin: 2rem 0;
  }
}
@media screen and (max-width: 450px) {
  body main .textes-informations h2 {
    font-size: 14px;
  }
}
body main .textes-informations .contact-general h3, body main .textes-informations .contact-formation h3 {
  font-size: 18px;
}
body main .textes-informations .contact-general .listing, body main .textes-informations .contact-formation .listing {
  display: flex;
  margin: 0.3em 0;
}
body main .textes-informations .contact-general .listing:hover div, body main .textes-informations .contact-formation .listing:hover div {
  transform: translateX(10px);
}
body main .textes-informations .contact-general .listing:hover p, body main .textes-informations .contact-formation .listing:hover p {
  border-bottom: 2px solid #ff7600;
}
body main .textes-informations .contact-general .listing div, body main .textes-informations .contact-formation .listing div {
  height: 50px;
  width: 50px;
  text-align: center;
  border-radius: 50%;
  font-size: 2em;
  color: #555555;
  transition: all 350ms ease-in-out;
}
body main .textes-informations .contact-general .listing p, body main .textes-informations .contact-formation .listing p {
  color: #ff7600;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 1px;
  margin-left: 0.6em;
  align-self: center;
  transition: all 350ms ease-in-out;
}
body main .textes-informations .contact-general small, body main .textes-informations .contact-formation small {
  font-weight: 700;
}
body main .textes-informations .contact-general small a, body main .textes-informations .contact-formation small a {
  text-decoration: underline;
  color: #ff7600;
}
body main .textes-informations .contact-general small a:hover, body main .textes-informations .contact-formation small a:hover {
  opacity: 0.7;
}
body main .textes-informations .contact-reseau {
  margin: 2.5rem 0;
}
@media screen and (max-width: 1450px) {
  body main .textes-informations .contact-reseau {
    margin: 1rem 0;
  }
}
@media screen and (max-width: 450px) {
  body main .textes-informations .contact-reseau {
    margin: 2.5rem 0;
  }
}
body main .textes-informations .contact-reseau h3 {
  font-size: 18px;
}
@media screen and (max-width: 1450px) {
  body main .textes-informations .contact-reseau h3 {
    font-size: 16px;
  }
}
body main .textes-informations .contact-reseau a {
  color: #212121;
}
body main .textes-informations .contact-reseau a .fa-square-facebook {
  font-size: 4rem;
  margin-top: 1rem;
  transition: all 350ms ease-in-out;
}
body main .textes-informations .contact-reseau a .fa-square-facebook:hover {
  color: #4267b2;
}
@media screen and (max-width: 1450px) {
  body main .textes-informations .contact-reseau a .fa-square-facebook {
    font-size: 2.5rem;
    margin-top: 0.5rem;
  }
}
body main .image-construction {
  flex-basis: 59%;
  align-self: center;
}
@media screen and (max-width: 1450px) {
  body main .image-construction {
    flex-basis: 55%;
  }
}
@media screen and (max-width: 850px) {
  body main .image-construction {
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 450px) {
  body main .image-construction {
    width: 60%;
  }
}
body footer .footer-gouvernement {
  display: flex;
  flex-wrap: wrap;
  background-color: #fefefe;
  color: #555555;
}
body footer .footer-gouvernement .footer-gouv-adresse {
  flex-basis: 100%;
  margin: 5% 7% 1%;
  font-size: 0.9rem;
}
body footer .footer-gouvernement .footer-gouv-adresse a {
  color: #212121;
  font-weight: 600;
  text-decoration: none;
}
body footer .footer-gouvernement .footer-gouv-liseret {
  background-color: #555555;
  height: 2px;
  flex-basis: 96%;
  margin: 0 auto;
}
body footer .footer-gouvernement .footer-gouv-droit {
  flex-basis: 100%;
  margin: 1% 7% 5%;
  font-size: 0.9rem;
}
body footer .footer-gouvernement .footer-logo-gouv {
  flex-basis: 100%;
  align-items: center;
  text-align: center;
  margin-bottom: 50px;
}
body footer .footer-gouvernement .footer-logo-gouv .format-logo-gouv-footer {
  width: 150px;
  height: auto;
  margin-bottom: 15px;
}
@media screen and (max-width: 850px) {
  body footer .footer-gouvernement .footer-logo-gouv .format-logo-gouv-footer {
    width: 100px;
  }
}
@media screen and (max-width: 850px) {
  body footer .footer-gouvernement .footer-logo-gouv p {
    font-size: 0.6rem;
  }
}