/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #454545;
    font-size: 0.8rem;
    line-height: 1.2;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #a0d5ff;
    text-shadow: none;
}

::selection {
    background: #a0d5ff;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* =========================================================================
   Author's custom styles
   ========================================================================= */
body {
  font-family: 'dregular', sans-serif;
  background-color:#fff;
}

* {
  -webkit-tap-highlight-color: transparent;
  white-space: normal;
  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;
}

section {
  display:block;
}
a {
  transition:color 0.2s linear, background 0.2s linear;
  color:#0000FF;
}
a:visited,
a:focus,
a:link {
  text-decoration: none;
  color:#0000FF;
}
a:hover {
  text-decoration: none;
  color:#FFC049;
}

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

img {
  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%);
}
/*** medias ***/
.video-responsive {
  width:100%;
  height:0;
  padding-bottom:56.25%;
/*  overflow:hidden;*/
  position:relative;
}
.video-responsive iframe, .video-responsive embed, .video-responsive object {
  width:100%!important;
  height:100%!important;
  position:absolute!important;
  top:0;
  left:0;
}

/*** MAGNIFIC POPUP ***/
.mfp-bg {
  opacity:0.9;
}

/*** COOKIEBANNER **/
.cookiebanner {
  font-family: 'arvo-regular', sans-serif!important;
  margin: 10px;
  padding:10px;
  height:auto!important;
  font-size:14px!important;
  color:#838383;
  height:100%;
  padding: 5% 0% 10% 0%;
  background: -moz-linear-gradient(-45deg, rgba(255,255,255,0.75) 0%, rgba(255,255,255,1) 100%)!important; /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0.75) 0%,rgba(255,255,255,1) 100%)!important; /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(255,255,255,0.75) 0%,rgba(255,255,255,1) 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfffffff', endColorstr='#ffffff',GradientType=1 )!important; /* IE6-9 fallback on horizontal gradient */
  transition:all 0.5s ease;
  opacity:0.98!important;
  border:none;
  border-radius:20px;
  top:auto!important;
  right:auto!important;
  left:0!important;
  bottom:0;
}
.cookiebanner:hover {
  opacity:1!important;
  background: rgb(255,255,255)!important; /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%)!important; /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%)!important; /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 )!important; /* IE6-9 fallback on horizontal gradient */
}
.cookiebanner span {
  display:inline-block;
  margin:10px 10px 80px;
  line-height:1em;
  color:#232323;
  text-align:left;
}
.cookiebanner span a {
  display:inline-block;
  float:none;
  margin: 15px 0px 0px 0px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight:700;
  width:100%;
  color: rgb(255, 190, 0) !important;
}
.cookiebanner span a:hover {
  color: rgb(255, 190, 0) !important;
  text-decoration: underline;
}
.cookiebanner span a::after {
  font-family: 'FontAwesome';
  content: "\f105";
  margin-left:5px;
}
.cookiebanner img.emoji {
  opacity:0.75;
}
.cookiebanner-close {
  position:absolute;
  bottom: 25px;
  transform: translateX(-50%);
  left: 50%;
  padding: 10px 20px !important;
  text-align: center;
  width: auto;
  text-transform: uppercase;
  transition: 0.2s ease-in all;
  font-family:'arvo-bold',sans-serif;
  color:#fff;
  background: rgb(74,111,255); /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(74,111,255,1) 0%, rgba(0,0,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(74,111,255,1) 0%,rgba(0,0,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(74,111,255,1) 0%,rgba(0,0,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a6fff', endColorstr='#0000ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */  
  border-radius:50px;
  cursor:pointer;
}
.cookiebanner-close::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.4s;
  z-index: -1;  
  border-radius:50px;
  background: rgb(255,199,50); /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(255,199,50,1) 0%, rgba(255,149,23,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(255,199,50,1) 0%,rgba(255,149,23,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(255,199,50,1) 0%,rgba(255,149,23,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc732', endColorstr='#ff9517',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */  
}
.cookiebanner-close:hover::before {
  opacity: 1;
}
.cookiebanner-close:hover {
  color:#fff!important;
}
@media (min-width: 992px) {
  .cookiebanner {
    font-size:16px!important;
    width:30%;
  }
}
@media (min-width: 1200px) {
  .cookiebanner {
    width:25%;
  }
}
@media (min-width: 1500px) {
  .cookiebanner {
    width:20%;
  }
}

.back-to-top {
  position: fixed;
  z-index: 100;
  right: 0px;
  bottom: 0px;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.6s;  
}
.back-to-top.visible {
  opacity:0.8;
}
.back-to-top a {
  height: 40px;
  position: relative;
  width: 40px;
  display: block;  
  -webkit-animation: bounceUp 2s infinite 2s;
  animation: bounceUp 2s infinite 2s;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  transform: scale(1)
}
.back-to-top a::before {
  position:absolute;
  text-align:center;
  content:"\f01b";
  font-family:"FontAwesome";
  color:#303193;
  font-size:40px;
  line-height:20px;
  left:calc(50% - 20px);
  top:calc(50% - 24px);
}
.back-to-top a:hover::before {
  color:#FFC049;
}
@media (min-width:992px) {
  .back-to-top {
    width:80px;
    height:80px;
  }
  .back-to-top a {
    height: 80px;
    width: 80px;
  }
  .back-to-top a::before {
    font-size:80px;
    line-height:80px;
    left:calc(50% - 40px);
    top:calc(50% - 50px);
  }
}
.button {
  position:relative;
  z-index:1;
  display:inline-block;
  background: rgb(74,111,255); /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(74,111,255,1) 0%, rgba(0,0,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(74,111,255,1) 0%,rgba(0,0,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(74,111,255,1) 0%,rgba(0,0,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a6fff', endColorstr='#0000ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */  
  text-align:center;
  cursor:pointer;
  font-family: 'arvo-bold', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color:#fff!important;
  min-width:250px;
  padding:0 20px;
  border-radius:50px;
  height:60px;
  line-height:60px;
}
@media (min-width:992px) {
  .button {
    font-size:16px;
  }
}
.button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.4s;
  z-index: -1;  
  border-radius:50px;
  background: rgb(255,199,50); /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(255,199,50,1) 0%, rgba(255,149,23,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(255,199,50,1) 0%,rgba(255,149,23,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(255,199,50,1) 0%,rgba(255,149,23,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc732', endColorstr='#ff9517',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */  
}
.button:hover::before {
  opacity: 1;
}
.button img {
  max-height:50px;
  width:auto;
}
.border-button {
  position:relative;
  z-index:2;
  padding:4px;
}
.border-button span {
  align-items: center;
  background: #fff;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  height: 100%;
  transition: all .2s ease;
  width: 100%; 
  padding:0 20px;
  min-width:250px; 
  color:#fff;
}
.border-button:hover span {
  background: transparent!important; 
  color:#FFC049; 
}

.homepage .defy-gravity {
  position:relative;
  padding:120px 0 100px;
  background-image:url('../img/backgrounds/defy-gravity-bg.jpg');
  background-size:cover;
  color:#fff;
  text-align:center;
  font-family: 'arvo-bold', sans-serif;
  font-size:16px;
  text-transform:uppercase;
}
.defy-gravity .btn-promo {
  position:absolute;
  width:100%;
  text-align:center;
  top:0;
  left:0;
  background: rgb(74,111,255); /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(74,111,255,0.8) 0%, rgba(0,0,255,0.8) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(74,111,255,0.8) 0%,rgba(0,0,255,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(74,111,255,0.8) 0%,rgba(0,0,255,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a6fff', endColorstr='#0000ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */  
  color:#fff;
  padding:15px 0;
}
.defy-gravity .btn-promo:hover {
  color:#FFC049;
}
.defy-gravity .btn-promo svg {
  margin-right:6px;
}
.defy-gravity .ajhackett img {
  max-width:185px;
}
.defy-gravity h1 {
  font-size:0pt;
  margin-top:40px;
}
.defy-gravity .call-to-actions {
  display:inline-block;
  margin-top:40px;
}
.defy-gravity .button {
  display:block;
  margin:20px auto;
  width:300px;
}
.defy-gravity .button svg {
  display: inline-block;
  margin-right:10px;
}
.defy-gravity .button.bon-cadeau svg {
  width:27px;
  height:27px;
}
.defy-gravity .button.bon-cadeau svg path {
  fill:#fff;
}

.homepage .activites {
  padding:50px 0 100px;
  background-image:url('../img/backgrounds/blue-bg.jpg');
  background-size:cover;
  color:#fff;
  text-align:center;
  font-family: 'arvo-bold', sans-serif;
  font-size:16px;
  text-transform:uppercase;
}
.activites ul {
  list-style:none;
  padding:0 0 0px;
  margin:0 auto;
  width:80%;
  display:block;
  text-align:center;
}
.activites ul li {
  display:inline-block;
  vertical-align:top;
  text-align:center;
  width:49%;
  margin:auto auto 40px;
  min-height:110px;
}
@media (min-width:992px) {
  .activites ul {
    width:100%;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .activites ul li {
    float:none;
    width:auto;
    margin:auto;
  }
}
.homepage .activites ul a {
  color:#fff;
  text-align:center;
  width: 120px;
  display: inline-block;
  word-wrap: break-word;
}
.navigation-activites div {
  display:flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin:0 auto 10px;
  width:60px;
  height:60px;
  border-radius:60px;
  background-color:#0000fe;
}
.navigation-activites div img {
  margin:auto;
  width:auto;
}
.navigation-activites span {
  display:inline-block;
  line-height:1em;
}
.homepage .activites h2 {
  font-size:36px;
  color:#FFC049;
  text-align:left;
  line-height: 1.0em;
  padding-left: 0;
  margin-bottom:40px;
}
.homepage .activites .texte {
  text-align:left;
  font-family: 'arvo-regular', sans-serif;
  font-size:16px;
  text-transform: none;
  line-height: 1.3em;
  padding-right: 0;
  text-align: left;
}
.homepage .activites .texte strong {
  font-family: 'arvo-bold', sans-serif;
  font-size:24px;
  font-weight:normal;
}
.homepage .activites .call-to-actions {
  margin-top:60px;
}
.homepage .activites .call-to-actions .button {
  margin-bottom:20px;
}
.activites .button img,
.activites .button svg {
  margin-right:6px;
}
.activites .visitezlesite img {
  max-height: 22px;
}

.homepage .celebrating {
  position:relative;
  padding:80px 0 80px;
  background-image:url('../img/backgrounds/celebrating-bg.jpg');
  background-size:auto 100%;
  background-position:center;
  color:#fff;
  text-align:center;
  font-family: 'arvo-bold', sans-serif;
  font-size:16px;
  text-transform:uppercase;
}
.celebrating h2 {
  text-align:left;
  font-size:36px;
  opacity:0.3;
  margin-top:40px;
}
.celebrating .bloc-slogan {
  margin-top:40px;
}
.celebrating .bloc-slogan span {
  font-size:20px;
  display:block;
  line-height:1em;
}
.celebrating .bloc-slogan .big {
  font-size:46px;
}
@media (min-width:992px) {
  .homepage .celebrating {
    background-size:cover;
  }
  .celebrating .bloc-slogan span {
    font-size:18px;
  }
  .celebrating .bloc-slogan .big {
    font-size:42px;
  }
  .celebrating .bloc-slogan:first-child,
  .celebrating .bloc-slogan:last-child {
    padding-top:22px;
  }
}
@media (min-width:1200px) {
  .celebrating .bloc-slogan span {
    font-size:20px;
  }
  .celebrating .bloc-slogan .big {
    font-size:54px;
  }
}

.homepage .compteurs {
  position:relative;
  padding:150px 0 150px;
  background-image:url('../img/backgrounds/compteurs-bg.jpg');
  background-size: auto 100%;
  background-position: center -1px;
  color:#fff;
  text-align:center;
  font-family: 'arvo-bold', sans-serif;
  font-size:16px;
  text-transform:uppercase;
}
.homepage .compteurs a {
  display:block;
  font-family: 'arvo-regular', sans-serif;
  color:#FFC049;
}
.homepage .compteurs a strong {
  font-weight:normal;
  font-family:'arvo-bolditalic',sans-serif;
}
.homepage .compteurs a:hover {
  color:#fff;
}
.homepage .compteurs .big {
  font-size:50px;
}
.homepage .compteurs .col-12 {
  margin-bottom:40px;
}
@media (min-width:992px) {
  .homepage .compteurs {
    background-size:cover;
    background-position:0 -1px;
  }
  .homepage .compteurs .col-12 {
    margin-bottom:0px;
  }
  .homepage .compteurs .col-12::after {
    content:"";
    border-right:solid 1px #fff;
    height: 100px;
    position: absolute;
    right: 0;
    top: 10px;
  }
  .homepage .compteurs .row .col-12:nth-child(1),
  .homepage .compteurs .row .col-12:nth-child(2) {
    padding-top:24px;
  }
  .homepage .compteurs .row .col-12:last-child::after {
    display:none;
  }
}

.homepage .galerie-photos {
  position:relative;
  padding:80px 0 80px;
  background: rgb(255,199,50); /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(255,199,50,1) 0%, rgba(255,149,23,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(255,199,50,1) 0%,rgba(255,149,23,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(255,199,50,1) 0%,rgba(255,149,23,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc732', endColorstr='#ff9517',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  color:#fff;
  text-align:center;
  font-family: 'arvo-bold', sans-serif;
  font-size:16px;
  text-transform:uppercase;
}
.galerie-photos h2 {
  font-family: 'arvo-bold', sans-serif;
  font-size:36px;
  text-transform:uppercase;
  color:#fff;
  text-align:left;
  line-height:1em;
  margin-bottom:30px;
}
.slider ul {
  padding:0;
  margin:0 0 0px;
  list-style:none;
  position:relative;
}
.slider ul .owl-stage-outer {
  margin-bottom:40px;
}
.slider .owl-nav {
  width: 200px;
  margin: auto;
  position: relative;  
}
.slider .owl-prev,
.slider .owl-next {
  font-size:0;
  width: 20px;
  position: absolute;
  top: 0;  
}
.slider .owl-prev {
  left: 0;
}
.slider .owl-next {
  right: 0;
}
.slider .owl-prev::before {
  content:"\f0d9";
  font-family: "FontAwesome";
  font-size:20px;
  color:#fff;
}
.slider .owl-next::before {
  content:"\f0da";
  font-family: "FontAwesome";
  font-size:20px;
  color:#fff;
}
.slider .owl-dots {
  width: 140px;
  margin: auto;
  padding-top:2px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;  
}
.slider .owl-dot::before {
  content:"\f10c";
  font-family: "FontAwesome";
  font-size:12px;
  color:#fff;
}
.slider .owl-dot.active::before {
  content:"\f111";
}

.actualites {
  position:relative;
  padding:80px 0 90px;
  background: rgb(74,111,255); /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(74,111,255,1) 0%, rgba(0,0,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(74,111,255,1) 0%,rgba(0,0,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(74,111,255,1) 0%,rgba(0,0,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a6fff', endColorstr='#0000ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */  
}
.actualites .border-button.d-lg-block {
  position:absolute;
  top:50px;
  right:0;
}
.actualites .border-button.d-lg-block span {
  background: rgb(40,60,255); /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(40,60,255,1) 0%, rgba(31,46,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(40,60,255,1) 0%,rgba(31,46,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(40,60,255,1) 0%,rgba(31,46,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#283cff', endColorstr='#1f2eff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.actualites .d-lg-none .border-button span {
  background: rgb(7,8,255); /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(7,8,255,1) 0%, rgba(5,6,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(7,8,255,1) 0%,rgba(5,6,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(7,8,255,1) 0%,rgba(5,6,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0708ff', endColorstr='#0506ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */  
}
.homepage .actualites h2 {
  text-transform:uppercase;
  font-family: 'arvo-bold', sans-serif;
  font-size:36px;
  color:#fff;
  text-align:left;
  line-height: 1.0em;
  margin-bottom:40px;
}
.actualites article {
  display:inline-block;
  border-radius:20px;
  background-color: #ffffff;
  color:#0000FF;
  text-align:left;
  min-height:660px;
  overflow:hidden;
  margin-bottom:40px;
}
.actualites article .news-img {
  background-size: cover;
  height:260px;
  width:100%;
  background-repeat:no-repeat;
  background-position: center;
}
.actualites article .content {
  padding:30px;
  min-height:400px;
  position:relative;
}
.actualites article h3 {
  font-family:'arvo-bold',sans-serif;
  font-size:24px;
  font-weight:normal;
  color:#0000FF;
  text-transform: uppercase;
  line-height: 1.2em;
  margin-bottom:20px;
  transition: all 0.2s linear;
}
@media (min-width:992px) {
  .actualites article h3 {
    font-size:22px;
  }  
}
@media (min-width:1200px) {
  .actualites article h3 {
    font-size:32px;
  }  
}
.actualites article a:hover h3 {
  color:#FFC049;
}
.actualites article .text {
  font-family:'arvo-regular',sans-serif;
  font-size:16px;
  line-height:1.2em;
}
.actualites article .suite {
  position:absolute;
  font-family: 'arvo-bold',sans-serif;
  bottom:30px;
  left:30px;
  color:#0000FF;
}
.actualites article .suite:hover {
  color:#FFC049;
}
.actualites .border-button,
.actualites .border-button::before {
  background: rgb(3,2,255); /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(3,2,255,1) 0%, rgba(72,108,255,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(3,2,255,1) 0%,rgba(72,108,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(3,2,255,1) 0%,rgba(72,108,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0302ff', endColorstr='#486cff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */  
}

.homepage .nos-videos {
  padding:120px 0;
  background: rgb(3,8,29); /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(3,8,29,1) 0%, rgba(41,28,124,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(3,8,29,1) 0%,rgba(41,28,124,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(3,8,29,1) 0%,rgba(41,28,124,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03081d', endColorstr='#291c7c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.nos-videos h2 {
  font-family: 'arvo-bold', sans-serif;
  font-size:36px;
  text-transform:uppercase;
  color:#fff;
  text-align:left;
  line-height:1em;
  margin-bottom:30px;
}
.nos-videos .border-button,
.nos-videos .border-button::before {
  width:290px;
  background: rgb(193,40,45); /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(193,40,45,1) 0%, rgba(6,0,248,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(193,40,45,1) 0%,rgba(6,0,248,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(193,40,45,1) 0%,rgba(6,0,248,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1282d', endColorstr='#0600f8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.nos-videos .border-button.d-lg-block span {
  background: rgb(15,14,59); /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(15,14,59,1) 0%, rgba(21,18,75,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(15,14,59,1) 0%,rgba(21,18,75,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(15,14,59,1) 0%,rgba(21,18,75,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f0e3b', endColorstr='#15124b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.nos-videos .d-lg-none .border-button {
  margin-top:40px;
}
.nos-videos .d-lg-none .border-button span {
  background: rgb(21,18,75); /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(21,18,75,1) 0%, rgba(34,24,106,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(21,18,75,1) 0%,rgba(34,24,106,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(21,18,75,1) 0%,rgba(34,24,106,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#15124b', endColorstr='#22186a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


.homepage .social-medias {
  position:relative;
  padding:230px 0 210px;
  background-image:url('../img/backgrounds/socialmedia-bg.jpg');
  background-size:auto 100%;
  background-position: center;
  color:#fff;
  text-align:center;
  font-family: 'arvo-bold', sans-serif;
  font-size:16px;
  text-transform:uppercase;
}
@media (min-width:992px) {
  .homepage .social-medias {
    background-size:cover;
  }
}
.social-medias h2 {
  font-family: 'arvo-bold', sans-serif;
  font-size:36px;
  text-transform:uppercase;
  color:#fff;
  line-height:1em;
  margin-bottom:50px;
}
.social-medias .socials {
  list-style:none;
  padding:0;
  margin:0;
  width:100%;
  display:flex;
  justify-content: space-around;
  flex-direction: column;
  text-align: center;
}
@media (min-width:992px) {
  .social-medias .socials {
    flex-direction:row;
  }
}
.social-medias .socials li {
  margin-bottom:40px;
}
.social-medias .socials svg {
  height:60px;
  width:60px;
}
.social-medias .socials a svg path,
.social-medias .socials a svg circle {
  transition:all 0.2s ease;
}
.social-medias .socials a:hover svg path,
.social-medias .socials a:hover svg circle {
  fill:#303193;
}

footer {
  padding:100px 0px 30px;
  color:rgba(88, 88, 255,0.5);
  text-align:center;
  background: rgb(3,8,29); /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(3,8,29,1) 0%, rgba(23,17,63,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(3,8,29,1) 0%,rgba(23,17,63,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(3,8,29,1) 0%,rgba(23,17,63,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03081d', endColorstr='#17113f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
footer .payment {
  margin-bottom:40px;
  text-transform:uppercase;
  font-family:'arvo-regular',sans-serif;
  font-size:16px;
}
footer .payment img {
  margin-right:14px;
}
footer .payment span {
  display: inline-block;
  vertical-align: top;
  padding-top: 10px;
}
footer h2 {
  display:inline-block;
  width:100%;
  text-align:center;
  margin-top:0px;
}
footer .navbar-brand {
  display:flex;
  flex-direction: column;
  justify-content: flex-end;
  height:120px;
  background-color:transparent;
  width: 200px;
  padding: 0;  
}
@media (min-width:992px) {
  footer .text-lg-right .navbar-brand {
    float:right;
  }
  footer .text-lg-left .navbar-brand {
    float:left;
  }
}
footer .navbar .logo {
  margin-top:0px;
}
footer .navbar-brand .sitename {
  display:none;
}
footer .menu-footer-container ul {
  list-style:none;
  padding:0;
  margin:0;
  text-align:left;
  font-family: 'arvo-bold', sans-serif;
  text-transform:uppercase;
  display:flex;
  width:100%;
  flex-direction: row;
  justify-content: space-between;
}
footer .menu-footer-container ul.parent {
  margin-bottom:30px;
}
footer .menu-footer-container ul.parent li {
  font-size:18px;
  border-bottom:solid 1px #FFC049;
  width:100%;
}
footer .menu-footer-container ul.submenu {
  flex-direction: column;
  margin-bottom:40px;
}
footer .menu-footer-container ul.submenu li {
  margin-bottom:10px;
  font-size:16px;
}
footer .normandie {
  float:left;
  max-width:140px;
  margin-top:10px;
  margin-bottom: 40px;
}
footer a {
  color:rgba(88, 88, 255,0.5)!important;
}
footer a:hover {
  color:#fff!important;
}
footer .adresse {
  margin-bottom:20px;
}
footer .adresse span.strong {
  font-size:16px;
  font-family: 'arvo-bold', sans-serif;
  text-transform:uppercase;
}
footer .adresse div[itemprop=address] {
  font-size:16px;
  font-family: 'arvo-regular', sans-serif;
  text-transform:uppercase;
}
footer p.label {
  font-size:16px;
  font-family: 'arvo-bold', sans-serif;
  text-transform:uppercase;
  margin-bottom:4px;
}
#tel-activite-display button, 
footer #mail-footer-display button, 
footer #tel-footer-display button {
  border-radius:20px;
  background: rgb(255,199,50); /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(255,199,50,1) 0%, rgba(255,149,23,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(255,199,50,1) 0%,rgba(255,149,23,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(255,199,50,1) 0%,rgba(255,149,23,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc732', endColorstr='#ff9517',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */  
  padding: 6px 10px;
  text-transform: uppercase;  
  font-family: 'arvo-regular', sans-serif;
  font-size:12px;
  border:0;
  color:#fff;
  cursor:pointer;
}
footer #tel-footer-display,
footer #mail-footer-display {
  font-family: 'arvo-regular', sans-serif;
  font-size:16px;
  text-transform:uppercase;  
}
footer .credits {
  margin-top:40px;
  font-family:'arvo-regular',sans-serif;
  font-size:16px;
  text-transform:uppercase;
}
footer .credits ul {
  list-style:none;
  margin:0;
  padding:0;
}
footer .credits ul li {
  margin-bottom:20px;
}
footer .copyrights {
  margin-top:40px;
  font-family: 'arvo-bold', sans-serif;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing: 0.45em;
}
@media (max-width:992px) {
  footer {
    padding-top:60px;
  }
  footer .navbar-brand {
    display:inline-block;
    margin-bottom: 60px;
    padding: 0;
    height:60px;
  }  
  footer .menu-footer-container ul {
    flex-direction: column;
    justify-content: space-between;
  }
}

@media (min-width: 992px) {
  .page-content h1 {
    font-size:26px;
  }
  .page-content h2 {
    font-size:20px;
  }
  .activites ul {
    padding-bottom:40px;
  }
  .homepage .activites h2,
  .celebrating h2,
  .galerie-photos h2,
  .homepage .actualites h2,
  .nos-videos h2,
  .social-medias h2 {
    font-size:48px;
  }  
  .homepage .activites h2 {
    margin-bottom:0px;
    padding-left:5%;
  }
  .homepage .activites .texte {
    padding-right:5%;
  }

  .defy-gravity .call-to-actions,
  .homepage .activites .call-to-actions {
    width:100%;
  }
  
  .homepage .activites .call-to-actions .button {
    margin-bottom:0px;
  }

  .celebrating h2 {
    margin-top:0px;
  }
}

@media (min-width: 1200px) {
  .homepage .activites h2,
  .celebrating h2,
  .galerie-photos h2,
  .homepage .actualites h2,
  .nos-videos h2,
  .social-medias h2 {
    font-size:62px;
  }  
}