@charset "UTF-8";
/* CSS Document */

/*

bleu : #005f7e			    gris clair : #fafafc		marine : #151b32         or : #a99566
rgba(0,95,126,1)			rgba(250,250,252,1)			rgba(21,27,50,1)         rgba(169,149,102,1)


font-family: 'Quicksand', sans-serif;
font-family: 'Roboto', sans-serif;

*/

html {
  scroll-behavior: smooth;
}

body {
	font-size: 0.9rem;
	color: #151b32;
	background-color: #fafafc;
	transition: all 0.3s ease-in;
    font-family: 'Roboto', sans-serif;
}

@font-face {
  font-family: 'atelierduteck';
  src: url('/font/atelierduteck.eot?18674812');
  src: url('/font/atelierduteck.eot?18674812#iefix') format('embedded-opentype'),
       url('/font/atelierduteck.woff2?18674812') format('woff2'),
       url('/font/atelierduteck.woff?18674812') format('woff'),
       url('/font/atelierduteck.ttf?18674812') format('truetype'),
       url('/font/atelierduteck.svg?18674812#atelierduteck') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "atelierduteck";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} 
.icon-youtube:before { content: '\e800'; } /* '' */
.icon-facebook:before { content: '\e801'; } /* '' */
.icon-instagram:before { content: '\e802'; } /* '' */
.icon-clock:before { content: '\e803'; } /* '' */
.icon-tag:before { content: '\e804'; } /* '' */
.icon-blockquote:before { content: '\e805'; } /* '' */
.icon-phone:before { content: '\e806'; } /* '' */
.icon-presse:before { content: '\e807'; } /* '' */
.icon-back:before { content: '\e808'; } /* '' */
.icon-gift:before { content: '\e809'; } /* '' */
.icon-play:before { content: '\f144'; } /* '' */

h1 {
    font-family: 'Quicksand', sans-serif;
    font-size: 2rem;
    color: #151b32;
}
h2 {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 30px 0;
}
h3 {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    margin: 40px 0 30px;
}

a, a:hover {
    text-decoration: none;
}
a {
    color: #005f7e;
    transition: all 0.3s ease-in;
}
a:hover {
    color: #151b32;
}

.btn {
    color: #fff;
    padding: 10px 20px;
    transition: all 0.3s ease-in;
}
.btn:hover {
    color: #fff;
    padding: 10px 30px;
}
.btn-bleu {
    background-color: #005f7e;
}
.btn-bleu:hover {
    background-color: #a99566;
}
.btn-or {
    background-color: #a99566;
}
.btn-or:hover {
    background-color: #151b32;
}
.btn-marine {
    background-color: #151b32;
}
.btn-marine:hover {
    background-color: #005f7e;
}
.btn-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    left: 20px;
    z-index: 10000;
}

.bleu {
    color: #005f7e;
}
.or {
    color: #a99566;
}
.marine {
    color: #151b32;
}

header {
    height: 325px;
}
header > #header-container {
    position: absolute;
    z-index: 10;
    height: 325px;
    width: 100%;
}
#full-header header {
    height: 80vh;
}
#full-header header > #header-container {
    height: 80vh;
}
header #header-top {
    padding: 50px;
    display: flex;
    justify-content: space-between;
}
header #header-bottom {
    position: absolute;
    bottom: -1px;
    width: 100%;
}
header .logo img {
  -webkit-filter: drop-shadow(0 1rem 3rem rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 1rem 3rem rgba(0, 0, 0, 0.1));
}

#full-header h1 {
    font-size: 1.2rem;
    margin: 30px;
}

.wave {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    overflow: hidden;
}
.wave > img {
    max-width: 30%;
    margin-bottom: -1px;
}
.wave > img:first-child {
    margin-left: -1px;
}
.wave > img:last-child {
    transform: scaleX(-1);
    margin-right: -1px;
}

.navigation__checkbox {
  display: none;
}
.navigation__button {
  background-color: #fff;
  height: 90px;
  width: 90px;
  position: fixed;
  top: 40px;
  right: 40px;
  border-radius: 50%;
  z-index: 20000000000;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
  text-align: center;
  cursor: pointer;
}
.navigation__background {
  height: 88px;
  width: 88px;
  border-radius: 50%;
  position: fixed;
  top: 41px;
  right: 41px;
  background-image: radial-gradient(#005f7e, #005f7e);
  z-index: 1000;
  transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1);
}
.navigation__nav {
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1500;
  opacity: 0;
  width: 0;
  visibility: hidden;
  transition: all 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.navigation__list {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  list-style: none;
  text-align: center;
  width: 100%;
  padding: 0;
}
.navigation__item {
  margin: 10px;
}
.navigation__link:link, .navigation__link:visited {
  display: inline-block;
  font-size: 1rem;
  padding: 7px 15px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background-image: linear-gradient(120deg, transparent 0%, transparent 50%, #fff 50%);
  background-size: 250%;
  transition: all 0.4s;
}
.navigation__link:hover, .navigation__link:active {
  background-position: 100%;
  color: #005f7e;
}
.navigation__checkbox:checked ~ .navigation__background {
  transform: scale(80);
}
.navigation__checkbox:checked ~ .navigation__nav {
  visibility: visible;
  opacity: 1;
  width: 100%;
}
.navigation__icon {
  position: relative;
  margin-top: 45px;
}
.navigation__icon, .navigation__icon::before, .navigation__icon::after {
  width: 40px;
  height: 5px;
  background-color: #005f7e;
  display: inline-block;
}
.navigation__icon::before, .navigation__icon::after {
  content: "";
  position: absolute;
  left: 0;
  transition: all 0.2s;
}
.navigation__icon::before {
  top: -0.8rem;
}
.navigation__icon::after {
  top: 0.8rem;
}
.navigation__button:hover .navigation__icon::before {
  top: -1rem;
}
.navigation__button:hover .navigation__icon::after {
  top: 1rem;
}
.navigation__checkbox:checked + .navigation__button .navigation__icon {
  background-color: transparent;
}
.navigation__checkbox:checked + .navigation__button .navigation__icon::before {
  top: 0;
  transform: rotate(135deg);
}
.navigation__checkbox:checked + .navigation__button .navigation__icon::after {
  top: 0;
  transform: rotate(-135deg);
}

#swiper {
    position: relative;
}
#swiper .swiper-slide > img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

header .swiper-header, header img.header-bg {
    position: absolute;
    display: block;
    width: 100%;
    height: 325px;
    object-fit: cover;
    z-index: 0;
    top: 0;
}
#full-header header .swiper-header {
    height: 80vh;
}

section {
    padding: 50px 0;
}
section a {
    font-weight: bold;
}

.annonce {
    background-color: #a99566;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin: 15px 0;
    border-radius: 5px;
}

.cocorico {
    font-family: 'Quicksand', sans-serif;
}
.cocorico::before, .cocorico::after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 6px;
    margin: 0 8px;
}
.cocorico::before {
    background-color: #0069b4;
}
.cocorico::after {
    background-color: #e30613;
}

.encarts-double {
    margin: 50px 0;
}
.encarts-double > .row > div > div {
    background-color: #fff;
    padding: 30px 20px 40px;
    -webkit-box-shadow: 0px 10px 15px 0px #E6E6E9; 
    box-shadow: 0px 10px 15px 0px #E6E6E9;
    text-align: center;
    border-radius: 5px;
    transition: all 0.3s ease-in;
}
.encarts-double > .row > div > div:hover {
    -webkit-box-shadow: 0px 0px 15px 0px #E6E6E9; 
    box-shadow: 0px 0px 15px 0px #E6E6E9;
}

.art-article {
    color: #fff;
}
.art-article h3 {
    font-weight: 700;
    margin-top: 15px;
}
.art-article.art-bleu {
    background-color: #005f7e;
    background-image: url(/img/bg-art-bleu.svg);
    background-size: cover;
}
.art-article.art-or {
    background-color: #a99566;
    background-image: url(/img/bg-art-or.svg);
    background-size: cover;
}
.art-article.art-marine {
    background-color: #151b32;
    background-image: url(/img/bg-art-marine.svg);
    background-size: cover;
}
.art-article img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.art-left {
    text-align: right;
}
.art-left  > .container > .row > div:first-child {
    padding: 50px;
}
.art-right {
    text-align: left;
}
.art-right  > .container > .row > div:last-child {
    padding: 50px;
}

#btn-float {
    position: absolute;
    left: 50%; /* à 50%/50% du parent référent */
    transform: translate(-50%,-50%); /* décalage de 50% de sa propre taille */
    z-index: 3;
}
#btn-float > .btn-marine:hover {
    background-color: #fff;
    color: #151b32;
}

#madeinfrance {
    margin: 100px 0;
    font-family: 'Quicksand', sans-serif;
    display: flex;
    align-items:  center;
    position: relative;
}
#madeinfrance aside {
    font-size: 1.5rem;
}
#madeinfrance .cocorico::before, #madeinfrance .cocorico::after {
    content: "";
    display: inline-block;
    width: 37px;
    height: 9px;
    margin: 0 12px;
}
#madeinfrance > div {
    width: 100%;
}
#madeinfrance > div p {
    padding: 0;
    margin: 0;
}
#madeinfrance > div > div {
    background-color: #151b32;
    color: #fff;
    font-size: 1.8rem;
    padding: 50px;
}
#madeinfrance > img {
    position: absolute;
    right: -1px;
    top: -50px;
}

.art-video .container {
    position: relative;
}
.art-video .video-right {
    position: absolute;
    right: 15px;
    bottom: -60px;
    z-index: 2;
    width: 50%;
}
.art-video .video-right .video-popup {
    width: 121px;
    height: 121px;
    background-color: #a99566;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    left: -60.5px;
    bottom: 60px;
    font-size: 3rem;
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.art-video .video-right .video-popup:hover {
    background-color: #151b32;
}
.art-left.art-video > .container > .row > div:first-child {
    text-align: left;
    padding: 50px 120px 50px 0;
}

.grid-photos .media-box-container {
    border-radius: 0;
}
.media-box-image {
    cursor: zoom-in;
}

#partenaires {
    background-color: #fff;
    overflow: hidden;
}
#partenaires h3 {
    font-family: 'Quicksand', sans-serif;
    font-size: 1.2rem;
    font-weight: 200;
}
#partenaires div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 50px;
}
#partenaires a img {
    height: 80px;
    filter: saturate(0);
    transition: all 0.3s ease-in;
}
#partenaires a:hover img {
    filter: saturate(1);
}

#map-canvas {
    height: 600px;
    margin-top: 30px;
}

.article-presse article {
    margin: 30px 0;
}
.article-presse article > div > img {
    width: 100%;
}
.info-presse {
    display: inline-block;
    border: 1px solid #a99566;
    margin: 0 0 20px;
    padding: 0;
}
.info-presse span {
    display: inline-block;
    padding: 5px 10px;
}
.info-presse span.source-presse {
    background-color: #a99566;
    color: #fff;
}

#info-contact > div > div {
    background-color: rgba(0,95,126,0.05);
    border-radius: 3px;
    padding: 15px;
    text-align: center;
}
#info-contact > div > div > h3 {
    margin-top: 1rem;
}

.article-presse > .container > img:nth-of-type(1) {
    margin: 15px 0 50px;
}
.article-presse .galerie {
    margin: 30px 0;
}

.video {
    position: relative;
    cursor: pointer;
    margin: 30px 0;
}
.article-presse .video {
    width: 70%;
}
.video .video-capture {
    transition: all 0.3s;
    filter: brightness(100%);
    -webkit-filter: brightness(100%);
    -moz-filter: brightness(100%);
    -o-filter: brightness(100%);
    -ms-filter: brightness(100%);
    z-index: 1;
}
.video:hover .video-capture {
    filter: brightness(50%);
    -webkit-filter: brightness(50%);
    -moz-filter: brightness(50%);
    -o-filter: brightness(50%);
    -ms-filter: brightness(50%);
}
.video .video-bt {
    position: absolute; 
    top: 50%; left: 50%; 
    transform: translate(-50%, -50%);
    z-index: 20;
}

.info-article {
    display: flex;
    justify-content: space-between;
}

.info-links {
    display: inline-block;
    border: 1px solid #005f7e;
    margin: 0 0 20px;
    padding: 0;
}
.info-links a {
    display: inline-block;
    padding: 5px 10px;
}
.info-links a.link-retour {
    background-color: #005f7e;
    color: #fff;
}
.info-links a:hover {
    background-color: #a99566;
    color: #fff;
}

blockquote {
    background-color: rgba(0,95,126,0.05);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100px;
    border-radius: 3px;
    text-align: center;
    padding: 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
blockquote *:last-child {
    margin-bottom: 0;
}
blockquote i {
    font-size: 4em;
    margin-right: 15px;
    color: rgba(0,95,126,0.3);
}
.blockquote-footer::after {
    content: "\2014\00A0";
    margin-left: 3px;
}

/* ////// 404 ////// */

.page_404 {
    text-align: center;
}
.page_404 .page_404_gif {
    display: inline-block;
    margin: 30px 0;
}
.page_404 .page_404_gif span {
    display: block;
    float: left;
    font-size: 130px;
    font-weight: 700;
    height: 240px;
    line-height: 240px;
}
.page_404 .page_404_gif div {
    background: #CCC;
    border: 10px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 10px #494b46;
    display: block;
    float: left;
    height: 240px;
    width: 240px;
    margin: 0 20px;
    overflow: hidden;
}
.page_404 .page_404_gif img {
    width: 220px;
}
.page_404 .page_404_gif a {
    display: inline-block;
}
.page_404 .page_404_gif a:link {
    display: block;
}


/* ////// FORMULAIRE ////// */

form.formulaire input:not([type=checkbox]), form.formulaire textarea {
    box-sizing: border-box;
    padding: 5px;
    border: none;
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,.1);
    width: 100%;
    margin-bottom: 15px;
}
form.formulaire #validation {
    text-align: center;
}
form.formulaire .g-recaptcha {
    padding: 20px 0;
    margin: 20px 0;
    border-radius: 3px;
}
form.formulaire .g-recaptcha > div {
    margin: 0 auto;
}
form.formulaire .g-recaptcha > div iframe {
    background: none;   
}
form.formulaire input[type="submit"] {
    background: #004259;
    color: #ffffff;
    cursor: pointer;
    border-radius: 3px;
    border: none;
    margin: 15px 0 0 0;
    padding: .375rem 1rem;
    transition: all 0.3s;
    width: inherit;
}
form.formulaire input[type="submit"]:hover {
    background: #e56e1f;
}

#validation .btn {
    transition: all ease-in 0.5s;
    margin: 15px 0 0;
}
#validation .opt-out {
    opacity: 0.5;
    cursor: inherit;
    pointer-events: none;
}
#validation .opt-in {
    opacity: 1;
    cursor: pointer;
}

p.errors, p.success {
    margin: 30px 0;
    padding: 20px 60px;
    text-align: center; 
    clear: both;
    border-radius: 3px;
}
p.success {
    color: #5c6a06;
    background: #c5e21a;
}
p.errors, form div.error input, form div.error textarea, .formulaire .g-recaptcha.error {
    color: #bc3d2d;
    background: #fddcdf;
}


/* ////// FOOTER //////*/

footer {
    background-color: #151b32;
    color: #fff;
    font-family: 'Quicksand', sans-serif;
}
footer ul, footer ul li {
    padding: 0;
    margin: 0;
    list-style: none;
}
footer #footer-top {
    background-color: #fafafc;
    margin-bottom: -3px;
}
footer #footer-top img:nth-child(2) {
    margin-bottom: 30px;
}
footer > div.container > .row > div {
    margin: 60px 0;
}
footer > div.container > .row > div:first-child {
    text-align: left;
}
footer > div.container > .row > div:first-child ul li a {
    display: block;
    padding: 3px 0;
    color: #fff;
    transition: all 0.3s ease-in;
}
footer > div.container > .row > div:first-child ul li a:hover {
    padding-left: 15px;
    color: #a99566;
}
footer #coordonnees {
    text-align: center;
    margin: 0 0 30px;  
}
footer #coordonnees h3 {
    font-weight: 700;
}
footer #coordonnees span {
    color: #005f7e;
}
footer #coordonnees .tel {
    color: #fff;
    font-size: 1.2rem;
}
.icons-social {
    padding: 0;
}
.icons-social li {
    display: inline-block;  
}
.icons-social li a {
    color: #005f7e;
    font-size: 1.5rem;
}
footer #coordonnees .icons-social li a {
    color: #fff;
}
.icons-social li a:hover, footer #coordonnees .icons-social li a:hover {
    color: #a99566;
}
footer > div.container >  .row > div:last-child {
    text-align: right;
}
footer > div.container >  .row > div:last-child #presse {
    display: block;
    margin: 60px 0 0;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.3rem;
}
footer > div.container >  .row > div:last-child #presse:hover {
    color: #a99566;
}
footer > div.container >  .row > div:last-child #presse p {
    display: inline-block;
}
footer > div.container >  .row > div:last-child #presse::after {
    font-family: 'atelierduteck';
    content: '\e807';
    font-size: 4rem;
    margin-left: 20px;
}
footer #footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}
footer #footer-bottom center {
    padding-bottom: 20px;
    padding-top: 20px;
}
footer #footer-bottom center small {
    font-size: 0.6rem;
    color: rgba(255, 255, 255, 0.3);
}
footer #footer-bottom center small a {
    color: #7b7c7c;
    transition: all 0.3s ease-in;
}
footer #footer-bottom center small a:hover {
    color: #fff;
}


/* ////// AJOUTS //////*/

.to-top {
    height: 40px;
    width: 40px;
    background: #a99566;
    position: fixed;
    bottom: 12px;
    right: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    opacity: 0;
    pointer-events: none;
    transition: all .5s;
    z-index: 9;
}
.to-top:hover {
    background: #151b32;
}
.to-top.active {
    bottom: 24px;
    pointer-events: auto;
    opacity: 1;
}
.to-top svg, .to-top:hover svg {
    color: #fff;
}

.fancybox-progress {
    background: #a99566;
}
.fancybox-thumbs__list a::before {
    border-color: #a99566;
}