/* FONTS */

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Work+Sans:wght@800&display=swap');
@font-face {
  font-family: 'Socialico';
  font-style: normal;
  font-weight: normal;
  src: url('/fonts/Socialico-Regular.woff') format('woff'), url('/fonts/Socialico-Regular.woff2') format('woff2'), url('/fonts/Socialico-Regular.eot') format('eot');
}



body {
  margin: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
	width: 100%;
	position: relative;
	overflow-x: hidden;
}
header {
  transition-duration: 0.4s;
}
.hidden {
  opacity: 0;
}
.ms-container {
  width: 1150px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.ms-align-vertical-helper {
  position: relative;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
a {
  border-bottom: solid 0 rgba(153, 27, 38, 1.00);
  transition-duration: 0.1s;
  font-weight: 400;
  color: #7C252D;
  text-decoration: none;
}
a:hover {
  color: #301b2d;
  border-bottom: solid 1px #301b2d;
}
a .ms-link-icon {
  height: 15px;
  margin-right: 5px;
  margin-bottom: -2px;
}
a.ms-link-button {
  background-color: #7C252D;
  padding: 8px 15px 10px;
  margin: 10px 0;
  border-radius: 5px;
  color: white;
  display: inline-block;
  position: relative;
}
a.ms-link-button:hover {
  background-color: #301b2d;
  border-bottom: none;
  transform: translateY(-3px);
}
p {
  margin: 0 0 10px 0;
  line-height: 1.6;
  font-size: 12pt;
}
h1, h2, h3, h4 {
  margin: 15px 0 10px;
  transition-duration: 0.4s;
  font-family: 'Work Sans', sans-serif;
  font-weight: 800;
  line-height: 0.95;
  color: #7C252D;
}
h1 {
  font-size: 30pt;
}
h2 {
  font-size: 20pt;
}
h3 {
  font-size: 17pt;
}
h4 {
  font-size: 12pt;
}
h4.ms-heading-title {
  opacity: 0.5;
  margin: 0 0;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 9pt;
  letter-spacing: 5px;
  line-height: 1.3;
}
.social {
  display: inline-block;
  position: relative;
  font-family: 'Socialico';
  font-size: 2.5em;
  transform: translateY(5px);
  margin: 0;
  height: 0px;
}
.ms-col-50 {
  -webkit-column-count:2;
 -moz-column-count:2;
 column-count:2;
 -webkit-column-gap:50px;
 -moz-column-gap:50px;
 column-gap:50px;
  position: relative;
  height: auto;
    display: flex;
      display:block;
}
.break {
	break-before: column;
	height: 0;
	position: relative;
	overflow: hidden;
}



/* IMAGES */

img {
	max-width: 100%;
}
.borderRadius {
	border-radius: 7px;
}
.imageAlignLeft, .imageAlignRight {
	max-width: 60%;
	height: auto;
}
.imageAlignLeft {
	float: left;
	margin-right: 20px;
}
.imageAlignRight {
	float: right;
	margin-left: 20px;
}
.imageMaxWidth {
	width: 120%;
	max-width: 120%;
	margin: 30px -10%;
}

.ms-image-fullwidth {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  width: 100%;
  margin: 0;
  padding: 0;
}
.ms-image-fullwidth img {
  height: 100%;
	max-width:none;
}



/* GALLERIES */

div.gallery {
  padding: 0;
  border-radius: 3px;
  margin: 50px 0;
  width: 100%;
  position: relative;
  padding-bottom: 40px;
  overflow: hidden;
}
div.gallery .swiper-slide {
  position: relative;
  width: 100%;
  text-align: center;
}
div.gallery .swiper-slide p {
  margin: 10px 0;
  font-size: 12px;
  font-family: 'Aileron Regular';
  line-height: 1.2;
  color: rgba(155, 155, 155, 1.00);
}
div.gallery img {
  width: auto;
  max-width: 85%;
  height: auto;
  max-height: 500px;
  min-height: 400px;
}
div.gallery .swiper-button-next, div.gallery .swiper-button-prev {
  transform: scale(0.7);
  opacity: 0.4;
  color: rgba(180, 180, 180, 0.82);
}
div.gallery .swiper-button-next:hover, div.gallery .swiper-button-prev:hover {
  opacity: 1;
  color: rgba(0, 104, 129, 1.00);
}

aside.gallery {
  position: relative;
  padding: 30px 15px;
  margin: 20px 0;
  background-color: rgba(248, 248, 248, 1.00);
  border: dashed 2px rgba(226, 226, 226, 1.00);
  text-align: center;
  font-family: 'Aileron Thin';
}
aside.gallery:before {
  content: "Ajouter ici vos images ici ↓";
  font-size: 13px;
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
}
aside.gallery:after {
  content: 'Note : pour ajouter une description, remplir le champ "Alternative description" dans les propriétés de l\'image';
  font-size: 11px;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  color: rgba(77, 77, 77, 1.00);
}
aside.gallery img {
  height: 110px;
  width: auto;
  margin: 10px;
}



/* NAVIGATION MENU */

.ms-navbar {
	top:0;
  z-index: 10;
  width: 100%;
	max-width: 100%;
	position: relative;
	overflow: hidden;
  margin-bottom: 30px;
  padding: 15px 0;
  background-color: rgba(255, 255, 255, 0.90);
  border-bottom: solid 1px rgba(230, 230, 230, 0.8);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  transition-duration: 0.2s;
}
.ms-navbar a {
}
.ms-navbar a:hover {
	border: none;
}
.ms-navbar-fixed {
  position: fixed;
}
.ms-navbar #navbarLogo {
  width: 170px;
  fill: #7C252D;
  display: inline-block;
  vertical-align: middle;
  transition-duration: 0.2s;
}
.ms-navbar #navbarLogo:hover {
  transform: scale(1.1);
}
.ms-navbar .ms-navbar-toggle {
  width: 35px;
  fill: #7C252D;
  display: none;
  vertical-align: middle;
  float: right;
}
.ms-navbar .ms-navbar-nav {
  list-style: none;
  margin: 5px 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  width: calc(100% - 180px);
}
.ms-navbar .ms-navbar-nav li {
  display: inline-block;
  font-size: 12pt;
  font-weight: 400;
  padding: 5px 10px;
  border-radius: 5px;
  transition-duration: 0.2s;
}
.ms-navbar .ms-navbar-nav li svg {
  fill: #7C252D;
  height: 20px;
  margin-bottom: -3px;
}
.ms-navbar .ms-navbar-nav li:hover {
  background-color: #7b242d;
  color: white;
}
.ms-navbar .ms-navbar-nav li:hover svg {
  fill: white;
}
.ms-navbar.ms-navbar-dark {
  background-color: rgba(24, 24, 24, 0.20);
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.ms-navbar.ms-navbar-dark #navbarLogo {
  fill: white;
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, .7));
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, .7));
}
.ms-navbar.ms-navbar-dark .ms-navbar-nav li {
    margin: 0 0 0 0;
  color: white;
  text-shadow: 0 0 5px rgba(0, 0, 0, .8), 0 0 30px rgba(0, 0, 0, .7);
}
.ms-navbar.ms-navbar-dark .ms-navbar-toggle {
	width: 20px;
	height: 20px;
  fill: white;
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, .7));
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, .7));
}
.ms-navbar.ms-navbar-dark .ms-navbar-nav li svg {
  fill: white;
  -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, .7));
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, .7));
}
#backHome {
    height: 25px;
    margin-bottom: -5px;
    margin-right: 5px;
    transition-duration: 0.2s;
    fill: #7C252D;
}
#backHome:hover {
    transform: scale(1.1);
    opacity: 0.8;
}


/* SECTIONS */

section {
  padding: 50px 0;
}
.ms-top-section {
  width: 100%;
  height: 750px;
  background-color: #7C252D;
  margin: 0 0 50px 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ms-top-section h1 {
  font-size: 40pt;
  color: white;
}
.ms-top-section p {
  font-weight: 500;
}
.ms-top-section .mainPhoto {
	height: auto; 
	width: auto;
	max-width: auto;
	min-width: 100%;
	max-height: auto;
	min-height: 100%;
	position: absolute; 
	z-index: 0; 
	opacity: 1;
}
.ms-normal-section {
  width: 100%;
  margin: 80px 0;
}



/* CASES */

.ms-cases {
  list-style: none;
  margin: 50px 0;
  padding: 0;
}
.ms-cases li {
  display: inline-block;
  align-items: center;
  vertical-align: top;
  padding: 3%;
  margin: 1.4% 1.4%;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1)
}
.ms-cases.ms-cases-33 li {
  width: 24%;
}
.ms-cases li .ms-cases-icon {
  width: 35px;
  margin-bottom: 20px;
}
.ms-cases li p {
  font-size: 10pt;
}



/* LISTS */

ul {
    
}
ul li {
  margin: 15px 0;
  font-size: 11pt;
}

.ms-list {
  margin: 0 0 0 0;
  padding: 0 10px 10px 10px;
}
.ms-list.ms-list-check {
  list-style: none;
  font-weight: 400;
}
.ms-list.ms-list-check li:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-bottom: -2px;
  background-image: url("/images/icon_check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
  filter: invert(42%) sepia(93%) saturate(1352%) hue-rotate(87deg) brightness(80%) contrast(200%);
}





/* VIDEO */

.ms-video-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  width: 100%;
  padding-bottom: 56.25%;
  margin: 0;
}
.ms-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/* ARTICLE */

article {
	width: 90%;
	margin-left: 5%;
}
article a:hover {
	border: none;
}



/* FOOTER */

footer {
  padding: 0 0;
}
footer .ms-footer-top {
  background-color: rgba(24, 24, 24, 1);
  border-bottom: solid 10px #7C252D;
}
footer .ms-footer-lang {
  text-align: right;
  margin: 0;
  padding: 40px;
  border-bottom: solid 1px #7E7E7E;
}
footer .ms-button-lang {
  color: white;
  font-weight: 700;
  text-transform: uppercase;
}
footer .ms-button-lang svg {
  fill: white;
  height: 20px;
  margin-bottom: -3px;
  margin-right: 10px;
}
footer #footerLogo {
  width: 330px;
	height: auto;
  margin: 50px 0;
  fill: white;
  display: inline-block;
  vertical-align: middle;
  transition-duration: 0.2s;
}
footer .ms-footer-ul {
  list-style: none;
  margin: 5px 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 340px);
  text-align: right;
}
footer .ms-footer-ul li {
  margin: 0 0 0 0;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  transition-duration: 0.2s;
  font-size: 10pt;
  font-weight: 400;
  color: white;
}
footer .ms-footer-ul li:hover {
  background-color: #7b242d;
  color: white;
}



/* RESPONSIVE */

@media screen and (max-width: 1150px) {
  .ms-navbar #navbarLogo {
    width: 100px;
  }
  .ms-navbar .ms-navbar-nav {
    width: calc(100% - 110px);
  }
  .ms-navbar .ms-navbar-nav li {
    font-size: 12pt;
    padding: 5px 7px;
  }
}
@media screen and (max-width: 768px) {
  .ms-col-50 {
      width: 100%;
      -webkit-column-count:1;
     -moz-column-count:1;
     column-count:1;
     -webkit-column-gap:0;
     -moz-column-gap:0;
     column-gap:0;
    }
    .break {
        break-before: avoid;
        display: none;
    }
    .ms-top-section {
      height: 500px;
    }
    .ms-top-section h1 {
      font-size: 30pt;
    }
    .ms-navbar .ms-navbar-toggle {
      display: inline-block;
    }
    .ms-navbar .ms-navbar-nav {
      display: none;
      margin: 25px 0 5px;
      text-align: center;
      width: 100%;
    }
    .ms-navbar .ms-navbar-nav li {
      padding: 15px 10px;
      width: calc(100% - 20px);
    }
  .ms-cases.ms-cases-33 li {
    width: 90%;
  }

  footer #footerLogo {
    width: 130px;
  }
  footer .ms-footer-ul {
    width: calc(100% - 140px);
  }
}