.square .inside-square .square-content .square-plus, .square .inside-square .square-content .square-title, .square .cat a, .container .desc-container .desc {
  /*font-family: "Source Sans Pro", serif;*/

  font-family: 'Raleway', sans-serif;




  font-weight: bold;
  color: white;
}

.square-communication {
  width: 162.54px;
  height: 162.54px;
}

.square-you {
  width: 157.122px;
  height: 157.122px;
}

.square-industrie {
  width: 96.32px;
  height: 96.32px;
}

.voir-video-mobile {
  margin-left:30px;
}

.separateur {
  margin-left: 30px;
  color:#88ba25;
}

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

/***** MIXINS ******/
@media only screen and (min-width: 479px) {
  .res-d-xs {
    display: block !important;
  }

  .res-di-xs {
    display: inline !important;
  }
}
@media only screen and (min-width: 959px) {
  .res-d-sm {
    display: block !important;
  }

  .res-di-sm {
    display: inline !important;
  }
}
@media only screen and (min-width: 1150px) {
  .res-d-md {
    display: block !important;
  }

  .res-di-md {
    display: inline !important;
  }
}
@media only screen and (min-width: 1600px) {
  .res-d-lg {
    display: block !important;
  }

  .res-di-lg {
    display: inline !important;
  }
}
@media only screen and (min-width: 479px) {
  .res-h-xs {
    display: none !important;
  }
}
@media only screen and (min-width: 959px) {
  .res-h-sm {
    display: none !important;
  }
}
@media only screen and (min-width: 1150px) {
  .res-h-md {
    display: none !important;
  }
}
@media only screen and (min-width: 1600px) {
  .res-h-lg {
    display: none !important;
  }
}
@font-face {
  font-family: champagne-limousine;
  src: url("../font/champagne-limousine.ttf");
}
@font-face {
  font-family: champagne-limousine-bold;
  src: url("../font/champagne-limousine-bold.ttf");
}
html, body {
  /* font-family: "Source Sans Pro", serif; */

  font-family: 'Raleway', sans-serif;
  margin: 0;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 320px;
  min-height: 820px;
  height: 100vh;
}
@media only screen and (min-width: 1150px) and (max-height: 619px) {
  body {
    margin-bottom: 350px;
  }
}
body.disable-scrolling {
  overflow: hidden;
}

.social-link {
  display: inline-flex;
  padding: 8px;
  background-color: #232323;
  border: 1px solid white;
}
.social-link.social-link:hover {
  border: 1px solid transparent;
}
.social-link, .social-link svg {
  width: 16px;
  max-height: 16px;
}
.social-link svg path {
  fill: white;
}

.background-container {
  height: 100%;
  overflow: hidden;
  transform: translateZ(0);
}
.background-container .background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  animation: bgAnimation 50s linear;
  animation-iteration-count: infinite;
}
@keyframes bgAnimation {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}

.menu-container {
  display: none;
  position: relative;
  margin: 0 auto;
  width: 1150px;
}
@media only screen and (min-width: 1150px) {
  .menu-container {
    display: block;
  }
}
.menu-container nav {
  display: flex;
  position: absolute;
  right: 0;
  top: 20px;
}
.menu-container nav > div, .menu-container nav > a {
  margin-right: 10px;
}
.menu-container nav .qui-sommes-nous-container {
  position: relative;
}
.menu-container nav .qui-sommes-nous-container .qui-sommes-nous {
  text-align: center;
  color: white;
  font-size: x-large;
}
.menu-container nav .qui-sommes-nous-container .qui-sommes-nous a {
  display: inline-block;
  color: white;
  font-size: large;
  font-weight: 700;
  text-decoration: none;
  text-shadow: none;
  margin-top: 5px;
  padding: 7px 10px 10px;
  text-align: center;
}
.menu-container nav .qui-sommes-nous-container .qui-sommes-nous a:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 100%;
  background-color: rgba(127, 190, 65, 0);
  height: 2px;
  width: 100%;
  transition: height 300ms, width 300ms, top 300ms, bottom 300ms, background-color 300ms, transform 300ms;
  transform: scale(0.86);
}
.menu-container nav .qui-sommes-nous-container .qui-sommes-nous a:after {
  content: "";
  display: block;
  left: 0;
  top: 100%;
  position: absolute;
  background-color: #7fbe41;
  height: 2px;
  width: 100%;
  transition: height 300ms, width 300ms, left 300ms, border-top-color 300ms, transform 300ms;
  transform: scale(0.86);
}
.menu-container nav .qui-sommes-nous-container .qui-sommes-nous a:hover:before {
  background-color: #7fbe41;
  bottom: 23px;
  transform: scale(0.95);
  top: 10%;
}
.menu-container nav .qui-sommes-nous-container .qui-sommes-nous a:hover:after {
  transform: scale(0.95);
}

.choix_langue {
  color:white;
  font-weight: 800;
  margin-top:8px;
  margin-left:10px;
  margin-right:10px;
}

.choix_langue:hover {
  color:#88ba25;
}

.container {
  display: none !important;
}


@media only screen and (min-width: 1150px) and (min-height: 620px) {
  .container {
    display: block !important;
  }

  .container-small-screen {
    display: none;
  }

  .lien-covid-mobile {
    display: none;
  }

}

@media only screen and (min-width:1150px){
  .lien-covid-mobile {
    display: none !important;
  }
  .lien-video-presentation {
    display: none !important;
  }
}

header {
  display: flex;
  justify-content: space-between;
  max-width: 1150px;
  margin: 0 auto;
}
header .logo {
  justify-self: left;
}
header .logo img {
  max-height: 100px;
}

.container {
  max-width: 1150px;
  margin: 0 auto;
  height: calc(100% + 280px);
}
.container .desc-container {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.container .desc-container .desc {
  /* border: 1px solid white;
  padding: 12px;
  font-size:20px !important;
  color:white !important; */
}

.container .desc-container .desc a {
    color:#88ba25;
}

.container .desc-container .desc .lien_catalogue_covid {
  color:white;
  border: 1px solid white;
  border-radius: 12px;
  background-color:#88ba25;
  padding:12px;
  font-size: 20px !important;
}



.container .desc-container .desc .voir-video-mobile {
  color:white;
  border: 1px solid white;
  border-radius: 12px;
  background-color:#88ba25;
  padding:12px;
  font-size: 20px !important;
}


.animation-container {
  position: absolute;
  left: 0;
  top: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 650px;
}
.animation-container .animation {
  position: relative;
  background-image: url("../img/structure.png");
  background-size: 616.448px 540.596px;
  width: 616.448px;
  height: 540.596px;
}
.square, .inside-square {
  border-radius: 20.468px;
}

.square {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.square .cat {
  display: none;
  /*font-size: medium;*/
  font-size:small;
  /* padding: 10px; */
  padding:5px;
  width: 300px;
}
.square .cat {
  position: absolute;
}
.square .cat a {
  text-decoration: none;
  padding-top:2px; /*CHANGE */
}
.square .cat a:hover {
  text-decoration: underline;
  text-decoration-color: #7fbe41;
}
.square .inside-square {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.5s;
}
.square .inside-square .square-content {
  z-index: 1000;
}
.square .inside-square .square-content .square-title {
  text-transform: uppercase;
  transition: opacity 0.5s;
  text-align: center;
  margin: 5px;
  /*margin:10px;*/
}
.square .inside-square .square-content .square-plus {
  transition: opacity 0.5s;
  font-size: x-small;
  /*margin: 10px 30px;*/
  margin: 5px 10px;
  text-align: center;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.square .inside-square, .square .inside-square:before {
  cursor: pointer;
}
.square .inside-square:before {
  transition: background-color 0.5s;
  position: absolute;
  border-radius: 20.468px;
}

footer {
  padding: 50px;
  background-image: url("../img/footer-bg.jpg");
  color: white;
  font-size: x-large;
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  height: 320px;
}
footer .title {
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 70px;
}
footer .parts {
  display: flex;
  justify-content: center;
  font-weight: bold;
}
footer .parts div {
  padding: 0 50px;
}

.conditions_vente {
  font-size:small;
}


@media only screen and (min-width: 959px) {
  footer .parts div:not(:first-child) {
    border-left: 1px solid chartreuse;
    
  }

}

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