/*  
Theme Name: Stratemark
Theme URI: https://stratemark.fr/
Description: Thème Wordpress pour Stratemark
Author: Initial
Author URI: https://initialcaen.fr/
*/
@charset "UTF-8";

/*** Vars ***/
:root {
  --col-noir: #000000;
  --col-gris: #F9F9F9;
  --col-bleu: #77BBCB;
  --col-marine: #0079b8;
  --col-vert: #00812D;
  --col-sapin: #202A1D;
  --col-blanc: #FFFFFF;
  --rgb-noir: 0, 0, 0;
  --rgb-blanc: 255, 255, 255;
  --rgb-bleu: 119, 187, 203;
  --rgb-vert: 0, 129, 45;
  --rgb-sapin: 32, 42, 29;

  --navbar-height: 140px;
  --sticky-height: 80px;

  --break-point-1500: 1420px;

  --width-container: 1420px;

  --main-padding:  80px;
}

/*** Animations ***/
@-webkit-keyframes loading {
  0%, 30%
  {
    -webkit-filter:blur(5px);
            filter:blur(5px); 
    opacity: 0;
  }
  30%, 50%
  {
    -webkit-filter:blur(5px);
            filter:blur(5px); 
    opacity: 0.2;
  }
  50%, 70%
  {
    -webkit-filter:blur(0px);
            filter:blur(0px); 
    opacity: 1;
  }
}
@keyframes loading {
  0%, 30%
  {
    -webkit-filter:blur(5px);
            filter:blur(5px); 
    opacity: 0;
  }
  30%, 50%
  {
    -webkit-filter:blur(5px);
            filter:blur(5px); 
    opacity: 0.2;

  }
  50%, 70%
  {
    -webkit-filter:blur(0px);
            filter:blur(0px); 
    opacity: 1;
  }
  0% {
    transform: rotate(0deg);    
  }
  70% {
    transform: rotate(360deg);    
  }
  100% {
    transform: rotate(720deg);    
  }
}
@-webkit-keyframes fondu {
  0%, 70%
  {
    opacity:0;
  }
  100%
  {
    opacity:1;
  }
}
@keyframes fondu {
  0%, 70%
  {
    opacity:0;
  }
  100%
  {
    opacity:1;
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-75px, 0, 0);
    transform: translate3d(-75px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-75px, 0, 0);
    transform: translate3d(-75px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(75px, 0, 0);
    transform: translate3d(75px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(75px, 0, 0);
    transform: translate3d(75px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 75px, 0);
    transform: translate3d(0, 75px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 75px, 0);
    transform: translate3d(0, 75px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -75px, 0);
    transform: translate3d(0, -75px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -75px, 0);
    transform: translate3d(0, -75px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.75, 0.75, 0.75);
    transform: scale3d(0.75, 0.75, 0.75);
  }

  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.75, 0.75, 0.75);
    transform: scale3d(0.75, 0.75, 0.75);
  }

  50% {
    opacity: 1;
  }
}
@-webkit-keyframes enterHome {
  0% {
    opacity: 0;
  }

  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes enterHome {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes buttonFromCenter {
   0% { height:0%; opacity:0; width:0; margin-top:0; margin-left:0; left:50%;}
   25% { opacity:1;}
   50% { height:100%; width:3.375em; margin-top:0em; margin-left:-1.6875em; left:50%;}
   100% { height:100%; opacity:1; width:100%; margin-top:0em; margin-left:-1.6875em; left:1.6875em;}
}
@keyframes buttonFromCenter {
   0% { height:0%; opacity:0; width:0; margin-top:0; margin-left:0; left:50%;}
   25% { opacity:1;}
   50% { height:100%; width:3.375em; margin-top:0em; margin-left:-1.6875em; left:50%;}
   100% { height:100%; opacity:1; width:100%; margin-top:0em; margin-left:-1.6875em; left:1.6875em;}
}
@-webkit-keyframes discoverHome {
  0% {height: 100%;}
  80% {height: 100%;}
  100% {height: 0%;}
}
@keyframes discoverHome {
  0% {height: 100%;}
  80% {height: 100%;}
  100% {height: 0%;}
}
@keyframes window-fromright {
     0%        { clip-path: polygon(100% 0%, 100% 100%, 100% 100%, 100% 0%); -webkit-clip-path: polygon(100% 0%, 100% 100%, 100% 100%, 100% 0%);}
     100%      { clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%); -webkit-clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%);}
}
@-webkit-keyframes window-fromright {
     0%        { clip-path: polygon(100% 0%, 100% 100%, 100% 100%, 100% 0%); -webkit-clip-path: polygon(100% 0%, 100% 100%, 100% 100%, 100% 0%);}
     100%      { clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%); -webkit-clip-path: polygon(100% 0%, 100% 100%, 0% 100%, 0% 0%);}
}
@-webkit-keyframes flash {
  10%,
  50%,
  100% {
    opacity: 1;
  }

  0%,
  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  10%,
  50%,
  100% {
    opacity: 1;
  }

  0%,
  25%,
  75% {
    opacity: 0;
  }
}
@-webkit-keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*** Règles ***/
html {
  background-color: var(--col-blanc);
  color: var(--col-noir);
}
html.dark {
  background-color: var(--col-sapin);
  color: var(--col-blanc);
}
/*** Loader ***/
html.loader body .wrapper {
  position:relative;
  animation-name: enterHome;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-duration: 3s;
  animation-fill-mode:both;
  animation-timing-function: cubic-bezier(.26, .53, .74, 1.48);
  -webkit-animation-name: enterHome;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 3s;
  -webkit-animation-fill-mode:both;
  -webkit-animation-timing-function: cubic-bezier(.26, .53, .74, 1.48);
  overflow: hidden;
}
.loader-anim {
  display: none;
}
html.loader .loader-anim {
  position: absolute;
  z-index: 3;
  display: block;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  width: 100px;
  animation-name: loading;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-duration: 2.5s;
  -webkit-animation-name: loading;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 2.5s;
  opacity: 0;
}
body {
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  line-height: 24px;
  background-color: transparent;
  color: var(--col-noir);
  overflow-x: hidden;
  overflow-y: auto;
}
.dark body {
  color: var(--col-blanc);
}
body .wrapper {
  position: relative;
  min-height: 100vh;
}
/*
html.loader body .wrapper::before {
  content: "";
  position: absolute;
  z-index: 2000;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--rgb-vert),.1);
  animation-name: discoverHome;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-duration: 3s;
  animation-fill-mode:both;
  animation-timing-function: cubic-bezier(.26, .53, .74, 1.48);
  -webkit-animation-name: discoverHome;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 3s;
  -webkit-animation-fill-mode:both;
  -webkit-animation-timing-function: cubic-bezier(.26, .53, .74, 1.48);
}
*/
::-moz-selection {
  background: var(--col-bleu);
  color: var(--col-blanc);
  text-shadow: none;
}
::selection {
  background: var(--col-bleu);
  color: var(--col-blanc);
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
input::-moz-focus-inner {
  border: 0 !important;
}
textarea {
  resize: vertical;
}
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
* {
  -webkit-tap-highlight-color: transparent;
  word-break: keep-all !important;
  -webkit-hyphens: manual !important;
  -moz-hyphens: manual !important;
  -ms-hyphens: manual !important;
  -o-hyphens: manual !important;
  hyphens: manual !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width:1500px) {
  .container {
    max-width:var(--break-point-1500);
  }
}
section {
  display:block;
}
a {
  transition:all 0.35s ease-in;
  position:relative;
  color:var(--col-bleu);
}
a:visited,
a:focus,
a:link {
  color:var(--col-bleu);
}
a:hover {
  color:var(--col-vert);
}
header a,
.logo-footer a {
  border: none!important;
}

.no-outline,
.no-outline:focus,
.no-outline:hover,
.no-outline:active {
  outline:0;
}

.hidden {
  visibility: hidden;
}
.align-left {
  text-align:left;
}
.align-right {
  text-align:right;
}
.align-center {
  text-align:center;
}
.margin-top {
  margin-top:20px;
}
.margin-bottom {
  margin-bottom:20px;
}
.no-padding-left {
  padding-left:0px;
}
.no-padding-right {
  padding-right:0px;
}
img,
svg {
  max-width:100%;
  height:auto;
}
.wp-caption {
  max-width:100%;
  font-style: italic;
}
@media (max-width:767px) {
  .wp-caption {
    width:100%!important;
  }
}
.vertical-middle {
  position:absolute;
  left:0;
  top:50%;
  transform: translateY(-50%);
}
.vertical-align-center {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;  
}
/*** medias ***/
.video-responsive,
.wp-block-embed__wrapper {
  width:100%;
  height:0;
  padding-bottom:56.25%;
/*  overflow:hidden;*/
  position:relative;
  max-width: 800px;
  margin: auto;
}
.video-responsive iframe, .video-responsive embed, .video-responsive object,
.wp-block-embed__wrapper iframe, .wp-block-embed__wrapper embed, .wp-block-embed__wrapper object {
  width:100%!important;
  height:100%!important;
  position:absolute!important;
  top:0;
  left:0;
}
/*** MAGNIFIC POPUP ***/
.mfp-bg {
  opacity:0.9;
}
/*** ReCaptcha Badge ***/
.grecaptcha-badge { 
  visibility: hidden;
}
/*** Header ***/
.navbar {
  border-radius: 0px;
  border:0px;
  margin:0px 0 0;
  position: fixed;
  top:0px;
  z-index: 1010;
  width: 100%;
  height: var(--navbar-height);
  padding: 25px 0px 25px;
  background-color: transparent;
  transition: all .350s ease-in;
}
.navbar .container {
  padding: 0;
  position: relative;
}
.navbar.sticky {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  height: var(--sticky-height);
  padding: 15px 0px 15px;
  background-color: rgba(var(--rgb-blanc),.95);
}
.dark .navbar.sticky {
  background-color: rgba(var(--rgb-sapin),.95);
}
.navbar.sticky.navbar-hidden {
  transform: translate3d(0,-100%,0);
}
.navbar.sticky:hover {
  background-color: rgba(var(--rgb-blanc),1);
}
.dark .navbar.sticky:hover {
  background-color: rgba(var(--rgb-sapin),1);
}
.logo-menu-container {
  width:100%;
  padding:0 15px;
  height: auto;
  display: flex;
}
.logo-menu-container .sitename {
  display:none;
}
.navbar h1,
.navbar .h1 {
  float:left;
  margin:0px;
  width: 20%;
  text-align: left;
}
.navbar-brand {
  position: relative;
  vertical-align:top;
  text-align:center;
  padding:0px 0px 0px 0px;
  margin-right:0;
}
.navbar .logo {
  display:inline-block;
  vertical-align:top;
  max-height:100px;
  max-width: 300px;
}
.navbar.sticky .logo {
  max-height: 50px;
  max-width: 240px;
}
.menu-responsive {
  display:none;
  opacity:0;
}
.menu-burger {
  height:40px;
  width: 40px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
}
.menu-burger button {
  position: relative;
  background-color:transparent;
  height:100%;
  text-align:center;
  text-transform:uppercase;
  font-size:0;
  color:var(--col-blanc);
  border:none;
  cursor:pointer;
  padding:0;
  display:inline-block;
  vertical-align: top;
  width:100%;
  text-align:left;
  top: 0px;
}
.menu-burger .icon-bar:nth-child(1),
.menu-burger .icon-bar:nth-child(3) {
  position:absolute;
  height:2px;
  width:40px;
  background-color:var(--col-noir);
}
.menu-burger .icon-bar:nth-child(2) {
  position:absolute;
  width:40px;
  height:2px;
  background-color:var(--col-noir);
}
.dark .menu-burger .icon-bar {
  background-color: var(--col-blanc)!important;
}
.menu-burger .icon-bar:nth-child(1) {
  top:10px;
}
.menu-burger .icon-bar:nth-child(2) {
  top:20px;
}
.menu-burger .icon-bar:nth-child(3) {
  top:30px;
}

@media (min-width:992px) {
  .menu-responsive {
    display: none;
  }
  .menu-burger {
    display:none;
  }
  .menu-container {
    float:right;
    width:80%;
    display:flex;
    justify-content: flex-end;
    padding-left:0px;
  }
  .menu-container .menu-principal {
    width: 100%;
    display: flex;
    justify-content: end;
  }
  .menu-container .menu-header {
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: calc(var(--navbar-height) - 50px); 
  }
  .sticky .menu-container .menu-header {
    justify-content: end;
    height: calc(var(--sticky-height) - 30px); 
  }
  .menu-container .menu-header ul {
    display:inline-block;
    vertical-align:bottom;
    padding:0;
    margin:0;
    list-style:none;
  }
  .menu-container .menu-header ul li {
    float:left;
    position:relative;
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 0em;
    color: var(--col-noir);
    padding: 0 15px;
  }
  .menu-container .menu-header ul li a {
    position:relative;
    text-align: center;
    color: var(--col-noir);
    opacity: 1;
    display:flex;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 5px;
    height: 40px;
    text-decoration: none;
  }
  .dark .menu-container .menu-header ul li,
  .dark .menu-container .menu-header ul li a {
    color: var(--col-blanc);
  }
  .menu-container .menu-header ul li a:hover {
    color: var(--col-bleu);
  }
  .menu-container .menu-header ul li:first-child {
    padding-left: 0;
  }
  .menu-container .menu-header ul li:last-child {
    padding-right: 0;
  }
}
@media (min-width:1200px) {
  .menu-container .menu-header ul li {
    font-size: 20px;
    padding: 0 30px;
  }
}
@media (min-width:1500px) {
  .menu-container .menu-header ul li {
    padding: 0 60px;
  }
}
.menu-responsive {
  position:fixed;
  width:100%;
  height:100vh;
  z-index:10000;
  right:-100vw;
  display:none;
  opacity:0;
  top:0px;
  background:var(--col-blanc);
} 
.dark .menu-responsive {
  background: var(--col-sapin);
}
.menu-responsive .container {
  position: relative;
  height: 100%;
  padding: 0;
}
.menu-responsive .logo-menu-container {
  position: relative;
  width:100%;
  height:100px;
  padding:0px 15px;
}
.menu-responsive .h1 {
  margin:0;
}
.menu-responsive .navbar-brand {
  float:left;
  width:240px;
  margin-top:20px;
}
.menu-responsive .menu-burger {
  top: 69px;
}
.menu-responsive .menu-burger button {
  height:40px;
  top:0px;
}
.menu-responsive .menu-burger .icon-bar:nth-child(2) {
  display:none;
}
.menu-responsive .menu-burger .icon-bar:nth-child(1) {
  transform:rotate(-45deg);
  top:20px;
  background-color:var(--col-noir);
}
.menu-responsive .menu-burger .icon-bar:nth-child(3) {
  transform:rotate(45deg);
  top:20px;
  background-color:var(--col-noir);
}
.dark .menu-responsive .menu-burger .icon-bar {
  background-color: var(--col-blanc)!important;
}
.menu-responsive .menu-responsive-container {
  margin-top:0px;
  padding: 40px 15px;
}
.menu-responsive-container ul {
  list-style:none;
  margin:0px auto 0px;
  padding:0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.menu-responsive-container:first-child ul {
  margin-top: 20px;
}
.menu-responsive-container ul.sub-menu {
  display:none;
  opacity:0;
}
.menu-responsive-container li {
  position:relative;
  padding:0px 0px 0px 0px!important;
  font-size: 20px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 0em;
  color: var(--col-noir);
  text-align: left;
}
.dark .menu-responsive-container li {
  color: var(--col-blanc);
}
.menu-responsive-container li:first-child {
  padding-top:0px;
}
.menu-responsive-container li:last-child {
  padding-bottom:0px;
}
.menu-responsive-container li a {
  position:relative;
  color: var(--col-noir);
  opacity: 1;
  height:50px;
  display:flex;
  flex-direction: column;
  justify-content: space-around;
  text-decoration: none;
}
.dark .menu-responsive-container li a {
  color: var(--col-blanc);
}
.menu-responsive-container li.important {
  padding-left: 0!important;
}
.menu-responsive-container li.important a {
  background-color: var(--col-bleu);
  border: solid 2px var(--col-bleu)!important;
  border-radius: 50px;
  padding: 4px 20px;
  color: var(--col-blanc)!important;
  margin-top: 20px;
  display: inline-block;
}
.menu-responsive-container li.important a:hover {
  background-color: transparent;
  border: solid 2px var(--col-bleu)!important;
  color: var(--col-bleu)!important;
}
.menu-responsive-container li.menu-item-has-children button {
  position:absolute;
  cursor:pointer;
  right:10px;
  top:26px;
  z-index:10;
  border:none;
  background:transparent;
  padding:0;
}
.menu-responsive-container li.menu-item-has-children button::before {
  display:block;
  content:"\f107";
  font-family: "FontAwesome";
  font-size:22px;
  line-height:26px;
  height:26px;
  width:26px;
  border:solid 1px var(--col-noir);
  border-radius:15px;
  color:var(--col-noir);
  transition:all .2s ease-in;
}
.menu-responsive-container li.menu-item-has-children.sub-menu-open button::before {
  transform:rotate(180deg);
}
.menu-responsive-container li a:hover,
.menu-responsive-container li.current-menu-item:not(.important) a {
  color:var(--col-bleu);
}
.menu-responsive-container li .sub-menu {
  background-color:rgba(var(--rgb-blanc),.1);
}
.menu-responsive-container li .sub-menu li a {
  font:300 14px;
  color:var(--col-noir);
  height:auto;
  text-transform: none;
  letter-spacing: normal;
  padding:10px 0;
  min-height:40px;
}
.menu-responsive-container li .sub-menu li a:hover {
  color:var(--col-bleu);
}
.menu-responsive-container li .sub-menu li::after {
  display:none;
}
/*** Classes pour animations ***/
.animated.buttonFromCenter::before {
  animation-name: buttonFromCenter;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
  animation-delay: 1s;
  animation-duration: 1s;
  -webkit-animation-name: buttonFromCenter;
  -webkit-animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
}
/*** Général ***/
a.button,
.formulaire .chosen-container,
.formulaire select.chosen,
.formulaire .submit  {
  position:relative;
  z-index:2;
  display:inline-block;
  text-align:center;
  cursor:pointer;
  padding: 0px 30px;
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 46px;
  height: 46px;
  text-transform: uppercase;
  width:auto;
  cursor: pointer;  
  text-decoration: none;
  border: none;
  background-color: transparent;
/*  animation: 1s ease-in-out 3.5s fade-in both;*/
}
a.button::before,
.formulaire .chosen-container::before,
.formulaire select.chosen::before,
.formulaire .submit::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: 0px; 
  top: 0px; 
  transition: all .450s ease-in-out;
}
a.button-1,
.formulaire .chosen-container,
.formulaire select.chosen,
.formulaire .submit {
  color: var(--col-bleu);
  padding: 0px 15px 0px 75px;
}
a.button-1::before,
.formulaire .chosen-container::before,
.formulaire select.chosen::before {
  background-color: var(--col-bleu);
  border-radius: 50px;
  width: 50px;
  height: 50px;
  color: var(--col-blanc);
}
a.button::after,
.formulaire .chosen-container::after,
.formulaire select.chosen::after,
.formulaire .submit::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  z-index: -1;
  left: 0px; 
  bottom: 0px; 
  transition: all .450s ease-in-out;
}
a.button-1::after,
.formulaire .chosen-container::after,
.formulaire select.chosen::after,
.formulaire .submit::after {
  content: "";
  position: absolute;
  z-index: 4;
  width: 16px;
  height: 16px;
  border: solid var(--col-blanc);
  border-width: 0 2px 2px 0;  
  left: 14px;
  top: calc(50% - 8px);
  transform: rotate(-45deg);
}
a.button-1:hover {
  color: var(--col-blanc);
}
a.button-1:hover::before {
  width: calc(100% + 60px);
}
a.button-1:hover::after {
  left: 60px;
  width: 8px;
  height: 8px;
  top: calc(50% - 4px);
}
a.button-1-b:hover {
  color: var(--col-blanc);
}
a.button-1-b:hover::before{
  border: solid 2px var(--col-blanc);
}
a.button-2 {
  font-weight: 500;
  color: var(--col-blanc);  
}
a.button-2::before {
  background-color: var(--col-bleu);
  border: solid 2px var(--col-bleu);
  border-radius: 50px;
}
/*
a.button-2::after {
  background-color: var(--col-blanc);
  border-radius: 50px;
}
*/
a.button-2:hover {
  color: var(--col-bleu);
}
a.button-2:hover::before {
  background-color: var(--col-blanc);
}
a.button-3 {
  color: var(--col-noir);
}
a.button-3::before,
.formulaire .submit::before {
  background-color: transparent;
  border-bottom: solid 1px var(--col-noir);
  color: var(--col-noir);
}
a.button-3::after,
.formulaire .submit::after {
  background-color: var(--col-noir);
}
a.button-3:hover,
.formulaire .submit:hover {
  color: var(--col-blanc);
}
a.button-3:hover::after,
.formulaire .submit:hover::after {
  height: 100%;
}
ul {
  padding: 0 0 0 20px;
}
body ul li:not(.col-12) {
  position: relative;
  padding-left: 10px;
}
ul.slick-slider {
  padding: 0;
}
body ul.pagination li,
body ul.slick-slider li,
body ul.slick-dots li,
body footer ul li {
  padding-left: 0!important;
}
body h1,
body .h1 {
  position: relative;
  font-weight: 400;
  font-size: 60px;
  line-height: 80px;
  text-align: center;
  margin-bottom: 30px;
  color: var(--col-noir);
}
body h2,
body .h2 {
  position: relative;
  font-weight: 900;
  font-size: 35px;
  line-height: 50px;
  margin-bottom: 20px;
  color: var(--col-noir);
}
body h3,
body .h3 {
  position: relative;
  font-weight: 600;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: normal;  
  margin-bottom: 20px;
  color: var(--col-noir);
}
.dark body h1,
.dark body .h1,
.dark body h2,
.dark body .h2,
.dark body h3,
.dark body .h3 {
  color: var(--col-blanc);
}
.cadre-photo {
  overflow: hidden;
  background: rgba(var(--rgb-gris), 0.05);
  width: 100%;
  height: 800px;
  position: relative;
  z-index: 1;
/*  animation: fadeInDownRight .45s linear;*/
}
.cadre-photo figure {
  position: relative;
  margin: 0;
  height: 100%;
  width: 100%;
}
.cadre-photo img {
  mix-blend-mode: normal;
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: 100%;
}
.page {
  margin-top: var(--navbar-height);
}
.section-interne {
  padding: var(--main-padding) 0;
}

/*** Homepage ***/
.banner {
  position: relative;
}
.banner .cadre-photo {
  height: 640px;
}
.banner .cadre-photo::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(var(--rgb-sapin),.5);
}
.banner .dark-mode {
  position: absolute;
  z-index: 2;
  right: 30px;
  bottom: 30px;
  color: var(--col-blanc);
  font-size: 0;
  text-decoration: none!important;
}
.banner .dark-mode::before {
  content: "\f042";
  font-family: "FontAwesome";
  font-size: 20px;
  padding: 4px;
  border: solid 1px var(--col-blanc);
  border-radius: 100%;
}
.banner .banner-content {
  position: absolute;
  width: 100%;
  top: 150px;
  z-index: 2;
}
.banner h1 {
  color: var(--col-blanc);
}
.banner .banner-texte  {
  padding: var(--main-padding) 0;
  text-align: center;
}
.banner .banner-texte strong,
.texte strong {
  font-weight: 900;
}
.section-breadcrumb a {
  color: var(--col-blanc);
}
.section-nos-expertises {
  position: relative;
}
.section-nos-expertises .grande-photo {
  height: 800px;
  position: relative;
}
.section-nos-expertises .grande-photo::before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(var(--rgb-sapin),.5);
}
.section-nos-expertises .nos-expertises-content {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
.section-nos-expertises h2 {
  color: var(--col-blanc);
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: var(--main-padding);
}
.section-nos-expertises h2 span {
  color: var(--col-bleu);
}
.liste-expertises {
  display: flex;
  list-style: none;
}
.liste-expertises li {
  width: 20%;
}
.bloc-expertise {
  text-align: center;
}
.bloc-expertise .icone {
  height: 200px;
  width: 200px;
  text-align: center;
  border: solid 3px var(--col-blanc);
  margin: 0 auto;
}
.bloc-expertise .icone figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bloc-expertise .icone svg,
.bloc-expertise .icone .svg {
  max-width: 60%;
  max-height: 60%;
  margin: 0 auto;
}
.bloc-expertise .intitule {
  display: block;
  width: 100%;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: var(--col-blanc);
}
.section-paragraphes .item-paragraphe {
  padding: calc(var(--main-padding)*2) 0;
}
.section-paragraphes h2 span,
.section-paragraphes h2 strong {
  color: var(--col-vert);
}
.section-paragraphes h2.with-subtitle,
.section-paragraphes h2.with-subtitle p {
  margin-bottom: 0px;
}
.section-paragraphes .subtitle {
  display: block;
  font-size: 32px;
  line-height: 40px;
  font-weight: 300;
  margin-bottom: 30px;
}
.section-paragraphes .cadre-photo {
  height: auto;
  box-shadow: 0 10px 20px rgba(var(--rgb-noir),.16);
  margin-top: calc(var(--main-padding) / 2);
}
.section-paragraphes .texte {
  text-align: left;
}
.section-paragraphes .item-paragraphe {
  position: relative;
}
.section-paragraphes .item-paragraphe .separateur {
  position: absolute;
  bottom: -25px;
  width: 50px;
  left: calc(50% - 25px);
}
.section-paragraphes .container-paragraphe:first-child .item-paragraphe {
  padding-top: var(--main-padding);
}
.section-paragraphes .container-paragraphe:last-child .separateur {
  display: none;
}
.section-references h2,
.section-contact h2 {
  text-transform: uppercase;
}
.section-references h2 span,
.section-contact h2 span {
  color: var(--col-marine);
}
.section-references ul {
  list-style: none;
  margin: 40px auto;
  padding: 0;
  text-align: center;
}
.section-references ul li {
  width: 20%;
  padding: 0 15px!important;
}
.bloc-reference {
  text-align: left;
  margin-bottom: 40px;
  background-color: var(--col-blanc);
  box-shadow: 0 10px 20px rgba(var(--rgb-noir),.16);
}
.bloc-reference .cadre-photo {
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
}
.bloc-reference .cadre-photo figure {
  height: auto;
  max-height: 100%;
  text-align: center;
}
.bloc-reference .cadre-photo img {
  height: auto;
  width: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.bloc-reference .description {
  padding: 10px;
  height: 300px;
  overflow: hidden;
}
.bloc-reference .categorie {
  font-weight: 300;
  font-size: 20px;
  display: block;
  margin-bottom: 20px;
  color: var(--col-bleu);
  text-transform: uppercase;
}
.bloc-reference .titre {
  display: block;
  font-weight: 900;
  font-size: 18px;
  color: var(--col-noir);
  margin-bottom: 10px;
}
.bloc-reference .texte {
  font-size: 16px;
  font-weight: 300;
}
.section-fondateur .container-photos {
  position: relative;
  height: 630px;
}
.section-fondateur .container-photos .cadre-photo {
  position: absolute;
  box-shadow: 0 10px 20px rgba(var(--rgb-noir),.16);
  height: 400px;
  width: 330px;
}
.section-fondateur .container-photos .photo1 {
  top: 0;
  right: 160px;
  z-index: 1;
}
.section-fondateur .container-photos .photo2 {
  bottom: 0;
  right: 0px;
  z-index: 2;
}
.section-fondateur .texte {
  font-weight: 300;
  font-size: 23px;
  line-height: 40px;
  text-align: left;
  padding-left: 60px;
}
.section-contact {
  padding-top: var(--main-padding);
}
.section-contact .container-map {
  margin-top: calc(var(--main-padding)/2);
  background-color: #242424;
}
.container-map .map-standard {
  height: 600px;
}
.map-info {
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: var(--col-noir)!important;
}
.map-info .titre {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 10px;
}
.map-info a {
  color: var(--col-noir)!important;
  display: inline-block;
  margin-top: 10px;
}
.map-info a:hover {
  color: var(--col-bleu)!important;
}
.page-content {
  padding: var(--navbar-height) 0 var(--main-padding);
}
.page-content .section-header {
  position: relative;
  background-color: var(--col-bleu);
  background-image: url(../img/main/bg-conseil-marketing-assistance-a-maitrise-d-ouvrage-stratemark.jpg);
  background-size: 100% auto;
  background-position: center;
  height: 200px;
  padding-top: 40px;
  color: var(--col-blanc);
}
.page-content .section-header::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(var(--rgb-sapin),.5);
}
.page-content .section-header h1 {
  color: var(--col-blanc);
}
.page-standard .section-content {
  text-align: left;
}
footer {
  position: relative;
  z-index: 1;
  padding-top: calc(var(--main-padding)/2);
  padding-bottom: 0;
  background-color: var(--col-sapin);
  color: var(--col-blanc);
}
footer .section-footer {
  text-align: left;
}
footer .logo-footer {
  width: 180px;
}
footer .logo-footer .sitename {
  display: none;
}
footer .menu-footer-container ul {
  list-style: none;
  color: var(--col-blanc);
}
footer .menu-footer-container li {
  margin-bottom: 10px;
}
footer .column-2 a,
footer .menu-footer-container a {
  list-style: none;
  color: rgba(var(--rgb-blanc),1);
}
footer .column-2 a:hover,
footer .menu-footer-container a:hover {
  color: rgba(var(--rgb-blanc),.5);
}
footer .address {
  margin-bottom: 20px;
}
footer .phone,
footer .mail {
  display: block;
}
.menu-responsive-footer {
  padding-top: calc(var(--main-padding)/2);
  color: var(--col-noir);
  position: absolute;
  bottom: 0;
  width: 100%;
}
.dark .menu-responsive-footer {
  color: var(--col-blanc);
}
footer .copyrights,
.menu-responsive-footer .copyrights {
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  padding: calc(var(--main-padding)/2) 0;
}
.menu-responsive-footer .copyrights a {
  color: rgba(var(--rgb-noir),.75);
}
footer .copyrights a,
.dark .menu-responsive-footer .copyrights a {
  color: rgba(var(--rgb-blanc),.5);
}
.menu-responsive-footer .copyrights a:hover {
  color: rgba(var(--rgb-noir),1);
}
footer .copyrights a:hover,
.dark .menu-responsive-footer .copyrights a:hover {
  color: rgba(var(--rgb-blanc),1);
}
footer .h1,
.menu-responsive-footer .h1 {
  max-width: 55%;
  margin: 0 auto;
}

/*** Responsive à l'envers **/
@media only screen and (max-width:1499px) {
  :root {
    --width-container: 1140px;
  }
  .section-nos-expertises .grande-photo {
    height: 700px;
  }
  .bloc-reference .cadre-photo {
    height: 240px;
  }
  .bloc-reference .categorie {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .bloc-reference .texte {
    font-size: 14px;
  }
  .bloc-reference .description {
    height: 320px;
  }
}

@media only screen and (max-width:1199px) {
  :root {
    --width-container: 960px;
    --main-padding: 80px;
  }
  body h1, body .h1  {
    font-size: 52px;
    line-height: 48px;
  }
  body h2, body .h2 {
    font-size: 26px;
    line-height: 40px;
  }
  body h3, body .h3 {
    font-size: 20px;
  }
  .navbar h1, .navbar .h1 {
    width: 25%;
  }
  .menu-container {
    width: 75%;
  }
  .menu-container .menu-header ul li {
    font-size: 18px;
  }
  .menu-container .menu-header ul li.important a {
    height: 35px;
  }
  a.button-1, 
  .formulaire .chosen-container, 
  .formulaire select.chosen, 
  .formulaire .submit {
    padding: 0px 15px 0px 60px;
  }
  a.button-1:hover::before {
    width: calc(100% + 45px);
  }  
  a.button-1:hover::after {
    left: 45px;
  }
  .banner .cadre-photo {
    height: 540px;
  }  
  .section-nos-expertises .grande-photo {
    height: 600px;
  }
  .bloc-expertise .icone {
    height: 150px;
    width: 150px;
  }
  .section-paragraphes .subtitle {
    font-size: 24px;
  }
  .section-references ul li {
    width: 25%;
  }
}
@media only screen and (max-width: 991px) {
  :root {
    --width-container: 720px;
    --main-padding:  40px;
  }
  body h1, body .h1  {
    font-size: 42px;
    line-height: 40px;
  }
  body h2, body .h2 {
    font-size: 24px;
    line-height: 34px;
  }
  body h3, body .h3 {
    font-size: 20px;
  }
  .banner .cadre-photo {
    height: 440px;
  } 
  .section-nos-expertises .grande-photo {
    height: 500px;
  }
  .bloc-expertise .icone {
    height: 100px;
    width: 100px;
  }  
  .bloc-expertise .intitule {
    font-size: 14px;
  }
  .section-paragraphes .subtitle {
    font-size: 22px;
  }
  .section-paragraphes .cadre-photo {
    margin-bottom: 40px;
  }
  .section-paragraphes .item-paragraphe {
    padding: calc(var(--main-padding)/2) 0;
  }  
  .section-paragraphes .container-paragraphe:first-child .item-paragraphe {
    padding-top: 0;
  }
  .section-paragraphes .item-paragraphe .separateur {
    display: none;
  }
  .section-paragraphes .texte {
    text-align: center;
  }
  .section-references ul li {
    width: 33.333333%;
  }  
  .section-fondateur .container-photos .photo1 {
    left: 120px;
    right: auto;
  }
  .section-fondateur .container-photos .photo2 {
    right: 120px;
  }
  .section-fondateur .colonne-texte {
    text-align: center;
    margin-top: 40px;
  }
  .section-fondateur .texte {
    padding-left: 0;
    text-align: center;
  }
  footer .h1, 
  .menu-responsive-footer .h1 {
    max-width: 65%;
  }
}
@media only screen and (max-width: 767px) {
  :root {
    --width-container: 540px;
  }
  body h1, body .h1  {
    font-size: 36px;
    line-height: 34px;
  }
  .banner .cadre-photo {
    height: 340px;
  }  
  .banner .banner-content {
    top: 100px;
  }
  .liste-expertises {
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
  }
  .liste-expertises li {
    width: 33.33333%;
    padding: 0 15px !important;
    margin-bottom: 20px;
  }  
  .section-references ul li {
    width: 50%;
  }  
  .section-fondateur .container-photos {
    height: 430px;
  }
  .section-fondateur .container-photos .cadre-photo {
    height: 300px;
    width: 248px;
  }
  .section-fondateur .container-photos .photo1 {
    left: 80px;
  }
  .section-fondateur .container-photos .photo2 {
    right: 80px;
  }
  footer .logo-footer {
    width: 140px;
  }
  footer .column {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  :root {
    --navbar-height: 120px;
  }
  html.loader .loader-anim {
    max-width: 90vw;
  }
  .navbar .logo {
    max-width: 200px;
  }
  footer .logo-footer {
    width: 180px;
    margin: 0 auto 40px;
  }  
  footer .section-footer {
    text-align: center;
  }
  footer .column {
    font-size: 16px;
  }
  footer .menu-footer-container ul  {
    padding: 0;
    margin-top: 40px;
  }
}
@media only screen and (max-width: 499px) {
  body h1, body .h1 {
    font-size: 34px;
  }
  .section-nos-expertises .grande-photo {
    height: 900px;
  }  
  .liste-expertises li {
    width: 50%;
  }
  .bloc-expertise .icone {
    height: 150px;
    width: 150px;
  }
  .bloc-expertise .intitule {
    font-size: 16px;
  }  
  .section-references ul li {
    width: 100%;
  }
  .bloc-reference .cadre-photo {
    height: 200px;
  }    
  .bloc-reference .categorie,
  .bloc-reference .titre,
  .bloc-reference .texte {
    text-align: center;
  }
  .bloc-reference .description {
    height: auto;
  }
  .section-fondateur .container-photos .photo1 {
    left: 40px;
  }
  .section-fondateur .container-photos .photo2 {
    right: 40px;
  }
}
@media only screen and (max-width: 449px) {
  .banner .banner-content {
    top: 75px;
  }
  .section-fondateur .container-photos {
    height: 330px;
  }
  .section-fondateur .container-photos .cadre-photo {
    height: 200px;
    width: 165px;
  }
  .section-fondateur .container-photos .photo1 {
    left: 80px;
  }
  .section-fondateur .container-photos .photo2 {
    right: 80px;
  }
  .section-fondateur .texte {
    font-size: 18px;
    line-height: 30px;
  }
  footer .h1, 
  .menu-responsive-footer .h1 {
    font-size: 26px;
    max-width: 80%;
  }  
}
@media only screen and (max-width: 399px) {
  .navbar .logo,
  .menu-responsive .navbar-brand {
    max-width: 200px;
  }
  .section-nos-expertises .grande-photo {
    height: 1300px;
  }  
  .liste-expertises li {
    width: 100%;
  }
}
@media only screen and (max-width: 359px) {
}
@media only screen and (max-height: 640px) {
  .menu-responsive-container li a {
    height: 50px;
  }
}