@charset "UTF-8";
/* Scss Document */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* VARIABLES */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* Couleurs */
/* ----------------------------------------------------- */
/* Specifiques au site */
/* ----------------------------------------------------- */
/* Correspondances couleurs -> texte */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* FONTS */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* FONT-SIZES */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* TRANSITIONS */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* BASES PADDING & MARGIN */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* BORDER RADIUS */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* CONTAINERS */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* HEADER */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* SIDEBAR */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* FOOTER */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* BREAKPOINTS */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* EASING */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* MIXIN.SCSS */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* FONT FACE */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* KEYFRAMES */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* CENTRE UNE IMAGE */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* PREFIXES : Transition */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* PREFIXES : Transform */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* CENTRE UN ELEMENT */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* BASE GRADIENT */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* CENTRE UN BACKGROUND QUAND ON LE MET EN INLINE */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* OBJECT FIT AVEC DETECTIZR */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* TRIANGLES */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* Display flex */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* Object Fit */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* FONCTIONS */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* CONVERSION PX -> EM */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* CONVERSION PX -> % */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ICOMOON */
/* ----------------------------------------------------- */
@font-face { font-family: "icomoon"; src: url("../assets/fonts/icomoon/icomoon.eot"); src: url("../assets/fonts/icomoon/icomoon.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/icomoon/icomoon.woff") format("woff"), url("../assets/fonts/icomoon/icomoon.ttf") format("truetype"), url("../assets/fonts/icomoon/icomoon.svg") format("svg"); font-weight: normal; font-style: normal; }
.icn, section.tabs .tab-content > .tab-pane h4:before { font-family: "icomoon" !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.icn-yacht:before { content: ""; }

.icn-map1:before { content: ""; }

.icn-location:before { content: ""; }

.icn-www:before { content: ""; }

.icn-social_media:before { content: ""; }

.icn-bed:before { content: ""; }

.icn-chevron-down:before { content: ""; }

.icn-chevron-left:before { content: ""; }

.icn-chevron-right:before, section.tabs .tab-content > .tab-pane h4:before { content: ""; }

.icn-chevron-up:before { content: ""; }

.icn-download:before { content: ""; }

.icn-envelope:before { content: ""; }

.icn-facebook:before { content: ""; }

.icn-heart:before { content: ""; }

.icn-instagram:before { content: ""; }

.icn-keys:before { content: ""; }

.icn-loupe:before { content: ""; }

.icn-phone:before { content: ""; }

.icn-plus:before { content: ""; }

.icn-profile:before { content: ""; }

.icn-arrow-down:before { content: ""; }

.icn-sun:before { content: ""; }

.icn-arrow-left:before { content: ""; }

.icn-tick:before { content: ""; }

.icn-arrow-right:before { content: ""; }

.icn-user:before { content: ""; }

.icn-arrow-up:before { content: ""; }

.icn-waves:before { content: ""; }

.icn-cross:before { content: ""; }

.icn-apn:before { content: ""; }

.icn-calendar-alt:before { content: ""; }

.icn-calendar:before { content: ""; }

.icn-cutlery:before { content: ""; }

.icn-man:before { content: ""; }

.icn-map:before { content: ""; }

.icn-meteo:before { content: ""; }

.icn-mountain:before { content: ""; }

.icn-oenologie:before { content: ""; }

/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ANIMATIONS */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* SCROLLDISC */
/* ----------------------------------------------------- */
@-webkit-keyframes scrollDisc { 0% { top: -30%; opacity: 0; }
  20% { opacity: 1; }
  80% { opacity: 1; }
  100% { top: 100%; opacity: 0; } }
@-moz-keyframes scrollDisc { 0% { top: -30%; opacity: 0; }
  20% { opacity: 1; }
  80% { opacity: 1; }
  100% { top: 100%; opacity: 0; } }
@-o-keyframes scrollDisc { 0% { top: -30%; opacity: 0; }
  20% { opacity: 1; }
  80% { opacity: 1; }
  100% { top: 100%; opacity: 0; } }
/* ----------------------------------------------------- */
/* ONDE */
/* ----------------------------------------------------- */
@-webkit-keyframes onde { 0% { opacity: 0; transform: scale(0.9); }
  10% { opacity: 1; }
  80% { opacity: 0.5; }
  100% { opacity: 0; transform: scale(1.25); } }
/* ----------------------------------------------------- */
/* BOUNCE */
/* ----------------------------------------------------- */
@keyframes bounce { 0% { opacity: 0; transform: scale(0.3) translate3d(0, 0, 0); }
  50% { opacity: 0.9; transform: scale(1.1); }
  80% { opacity: 1; transform: scale(0.89); }
  100% { opacity: 1; transform: scale(1) translate3d(0, 0, 0); } }
/* ----------------------------------------------------- */
/* BALANCE */
/* ----------------------------------------------------- */
@keyframes balance { 0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-20%); }
  75% { transform: translateX(20%); } }
/* ----------------------------------------------------- */
/* BALANCE VERTICALE */
/* ----------------------------------------------------- */
@keyframes balancev { 0%, 100% { transform: translateY(0); }
  25% { transform: translateY(-20%); }
  75% { transform: translateY(20%); } }
/* ----------------------------------------------------- */
/* PULSE */
/* ----------------------------------------------------- */
@keyframes pulse { 0%, 100% { transform: scale(2); }
  50% { transform: scale(1); } }
/* ----------------------------------------------------- */
/* WAVES */
/* ----------------------------------------------------- */
@keyframes waves { 0% { transform: scale(1); transform-origin: 100% 100%; opacity: 0; }
  80% { transform: scale(1.1); transform-origin: 100% 100%; opacity: 1; }
  100% { transform: scale(1.1); transform-origin: 100% 100%; opacity: 0; } }
/* ----------------------------------------------------- */
/* RESSORT */
/* ----------------------------------------------------- */
@keyframes ressort { 0%, 100% { transform: translate(-25%, -50%); }
  50% { transform: translate(0%, -50%); } }
/* ----------------------------------------------------- */
/* RESSORT VERTICAL */
/* ----------------------------------------------------- */
@keyframes ressortv { 0%, 100% { transform: translateY(-25%); }
  50% { transform: translateY(0%); } }
/* ----------------------------------------------------- */
/* BOUNCE */
/* ----------------------------------------------------- */
@keyframes elastic { 0% { transform: scale(1.1); opacity: 1; }
  50% { transform: scale(1.4); opacity: 0.7; }
  60% { transform: scale(0.6); opacity: 1; }
  80% { transform: scale(0.95); }
  100% { transform: scale(1); } }
/* ----------------------------------------------------- */
/*  */
/* ----------------------------------------------------- */
.left { text-align: left; }

.right { text-align: right; }

.center { text-align: center; margin-left: auto; margin-right: auto; }

.justify { text-align: justify; }

.flex { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; }

.grid { display: -webkit-grid; display: -moz-grid; display: -ms-grid; display: -o-grid; display: grid; }

.container { width: 100%; max-width: 1540px; margin-left: auto; margin-right: auto; }

.row { position: relative; width: 100%; }
.row [class^="col"] { float: left; padding: 0rem 2%; min-height: 0.125rem; }
.row [class^="col"].col-no-margin { margin: 0; }
.row:after { content: ""; display: table; clear: both; }
.row.flex { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; align-items: stretch; }
.row.flex [class^="col"] { float: none !important; }

.col-1 { width: 8.3333333333%; flex-basis: 8.3333333333%; }

.col-2 { width: 16.6666666667%; flex-basis: 16.6666666667%; }

.col-3 { width: 25%; flex-basis: 25%; }

.col-4 { width: 33.3333333333%; flex-basis: 33.3333333333%; }

.col-5 { width: 41.6666666667%; flex-basis: 41.6666666667%; }

.col-6 { width: 50%; flex-basis: 50%; }

.col-7 { width: 58.3333333333%; flex-basis: 58.3333333333%; }

.col-8 { width: 66.6666666667%; flex-basis: 66.6666666667%; }

.col-9 { width: 75%; flex-basis: 75%; }

.col-10 { width: 83.3333333333%; flex-basis: 83.3333333333%; }

.col-11 { width: 91.6666666667%; flex-basis: 91.6666666667%; }

.col-12 { width: 100%; flex-basis: 100%; }

.col-0 { width: 0; flex-basis: 0; }

.hidden { display: none; }

.hidden-xs, .hidden-sm, .hidden-md, .hidden-lg { display: block; }

@media only screen and (min-width: 501px) { .col-0-xxs { width: 0; flex-basis: 0; }
  .col-1-xxs { display: block; width: 8.3333333333%; flex-basis: 8.3333333333%; }
  .col-2-xxs { display: block; width: 16.6666666667%; flex-basis: 16.6666666667%; }
  .col-3-xxs { display: block; width: 25%; flex-basis: 25%; }
  .col-4-xxs { display: block; width: 33.3333333333%; flex-basis: 33.3333333333%; }
  .col-5-xxs { display: block; width: 41.6666666667%; flex-basis: 41.6666666667%; }
  .col-6-xxs { display: block; width: 50%; flex-basis: 50%; }
  .col-7-xxs { display: block; width: 58.3333333333%; flex-basis: 58.3333333333%; }
  .col-8-xxs { display: block; width: 66.6666666667%; flex-basis: 66.6666666667%; }
  .col-9-xxs { display: block; width: 75%; flex-basis: 75%; }
  .col-10-xxs { display: block; width: 83.3333333333%; flex-basis: 83.3333333333%; }
  .col-11-xxs { display: block; width: 91.6666666667%; flex-basis: 91.6666666667%; }
  .col-12-xxs { display: block; width: 100%; flex-basis: 100%; }
  .hidden-xxs { display: none; }
  .container { width: 100%; padding: 0; } }
@media only screen and (min-width: 650px) { .col-0-xs { width: 0; flex-basis: 0; }
  .col-1-xs { display: block; width: 8.3333333333%; flex-basis: 8.3333333333%; }
  .col-2-xs { display: block; width: 16.6666666667%; flex-basis: 16.6666666667%; }
  .col-3-xs { display: block; width: 25%; flex-basis: 25%; }
  .col-4-xs { display: block; width: 33.3333333333%; flex-basis: 33.3333333333%; }
  .col-5-xs { display: block; width: 41.6666666667%; flex-basis: 41.6666666667%; }
  .col-6-xs { display: block; width: 50%; flex-basis: 50%; }
  .col-7-xs { display: block; width: 58.3333333333%; flex-basis: 58.3333333333%; }
  .col-8-xs { display: block; width: 66.6666666667%; flex-basis: 66.6666666667%; }
  .col-9-xs { display: block; width: 75%; flex-basis: 75%; }
  .col-10-xs { display: block; width: 83.3333333333%; flex-basis: 83.3333333333%; }
  .col-11-xs { display: block; width: 91.6666666667%; flex-basis: 91.6666666667%; }
  .col-12-xs { display: block; width: 100%; flex-basis: 100%; }
  .hidden-xs { display: none; }
  .container { width: 100%; padding: 0; } }
@media only screen and (min-width: 768px) { .col-0-sm { width: 0; flex-basis: 0; }
  .col-1-sm { display: block; width: 8.3333333333%; flex-basis: 8.3333333333%; }
  .col-2-sm { display: block; width: 16.6666666667%; flex-basis: 16.6666666667%; }
  .col-3-sm { display: block; width: 25%; flex-basis: 25%; }
  .col-4-sm { display: block; width: 33.3333333333%; flex-basis: 33.3333333333%; }
  .col-5-sm { display: block; width: 41.6666666667%; flex-basis: 41.6666666667%; }
  .col-6-sm { display: block; width: 50%; flex-basis: 50%; }
  .col-7-sm { display: block; width: 58.3333333333%; flex-basis: 58.3333333333%; }
  .col-8-sm { display: block; width: 66.6666666667%; flex-basis: 66.6666666667%; }
  .col-9-sm { display: block; width: 75%; flex-basis: 75%; }
  .col-10-sm { display: block; width: 83.3333333333%; flex-basis: 83.3333333333%; }
  .col-11-sm { display: block; width: 91.6666666667%; flex-basis: 91.6666666667%; }
  .col-12-sm { display: block; width: 100%; flex-basis: 100%; }
  .hidden-xs { display: block; }
  .hidden-sm { display: none; }
  .container { width: 100%; padding: 0; } }
@media only screen and (min-width: 1025px) { .col-0-md { width: 0; flex-basis: 0; }
  .col-1-md { display: block; width: 8.3333333333%; flex-basis: 8.3333333333%; }
  .col-2-md { display: block; width: 16.6666666667%; flex-basis: 16.6666666667%; }
  .col-3-md { display: block; width: 25%; flex-basis: 25%; }
  .col-4-md { display: block; width: 33.3333333333%; flex-basis: 33.3333333333%; }
  .col-5-md { display: block; width: 41.6666666667%; flex-basis: 41.6666666667%; }
  .col-6-md { display: block; width: 50%; flex-basis: 50%; }
  .col-7-md { display: block; width: 58.3333333333%; flex-basis: 58.3333333333%; }
  .col-8-md { display: block; width: 66.6666666667%; flex-basis: 66.6666666667%; }
  .col-9-md { display: block; width: 75%; flex-basis: 75%; }
  .col-10-md { display: block; width: 83.3333333333%; flex-basis: 83.3333333333%; }
  .col-11-md { display: block; width: 91.6666666667%; flex-basis: 91.6666666667%; }
  .col-12-md { display: block; width: 100%; flex-basis: 100%; }
  .hidden-xs, .hidden-sm { display: block; }
  .hidden-md { display: none; }
  .row [class^="col"] { padding: 0rem 1%; }
  .row.flex { flex-wrap: wrap; align-items: stretch; } }
@media only screen and (min-width: 1541px) { .col-0-lg { width: 0; flex-basis: 0; }
  .col-1-lg { display: block; width: 8.3333333333%; flex-basis: 8.3333333333%; }
  .col-2-lg { display: block; width: 16.6666666667%; flex-basis: 16.6666666667%; }
  .col-3-lg { display: block; width: 25%; flex-basis: 25%; }
  .col-4-lg { display: block; width: 33.3333333333%; flex-basis: 33.3333333333%; }
  .col-5-lg { display: block; width: 41.6666666667%; flex-basis: 41.6666666667%; }
  .col-6-lg { display: block; width: 50%; flex-basis: 50%; }
  .col-7-lg { display: block; width: 58.3333333333%; flex-basis: 58.3333333333%; }
  .col-8-lg { display: block; width: 66.6666666667%; flex-basis: 66.6666666667%; }
  .col-9-lg { display: block; width: 75%; flex-basis: 75%; }
  .col-10-lg { display: block; width: 83.3333333333%; flex-basis: 83.3333333333%; }
  .col-11-lg { display: block; width: 91.6666666667%; flex-basis: 91.6666666667%; }
  .col-12-lg { display: block; width: 100%; flex-basis: 100%; }
  .hidden-xs, .hidden-sm, .hidden-md { display: block; }
  .hidden-lg { display: none; }
  .container { width: 1540px; } }
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* LEAFLET */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* RESPONSIVE */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* DESKTOP : 1540px px */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* TABLETP : 1024px px */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* TABLET : 767px px */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* TABLE : 649px px */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* MOBILEP : 500px px */
/* ----------------------------------------------------- */
body .buorg-icon { width: 22px; height: 16px; vertical-align: middle; position: relative; top: -0.05em; display: inline-block; }
body .buorg { position: fixed; z-index: 111111; width: 100%; top: 0px; left: 0px; border-bottom: 1px solid #98B8C8; text-align: center; color: #000000; background-color: #ffffff; font: 18px Raleway, Arial, sans-serif; box-shadow: none; animation: buorgfly 1s ease-out 0s; }
body .buorg-pad { padding: 9px; line-height: 1.7em; }
body .buorg-buttons { display: block; text-align: center; }
body #buorgig, body #buorgul, body #buorgpermanent { color: #ffffff; text-decoration: none; box-shadow: none; padding: 0.5em 1em; border-radius: 0px; font-weight: normal; background: #4F5B68; white-space: nowrap; margin: 0 2px; display: inline-block; }
body #buorgul:hover { background-color: #444e5a; }
body #buorgig { background-color: #98B8C8; }
body #buorgig:hover { background-color: #87adbf; }
body .buorg-fadeout { transition: visibility 0s 8.5s, opacity 8s ease-out 0.5s; }

@media only screen and (max-width: 700px) { body .buorg div { padding: 5px 12px 5px 9px; line-height: 1.3em; } }
@keyframes buorgfly { from { opacity: 0; transform: translateY(-50px); }
  to { opacity: 1; transform: translateY(0px); } }
.btn, input[type="submit"], input[type="button"] { display: inline-block; text-transform: uppercase; text-align: center; font-weight: 500; font-size: 1em; padding: 1em; transition: all 0.4s ease-out; font-family: Raleway, Arial, sans-serif; letter-spacing: 0.05em; border: none; line-height: 1em; position: relative; border-radius: 0px; -webkit-appearance: none; /* ----------------------------------------------------- */ /* FULL LARGEUR */ /* ----------------------------------------------------- */ /* ----------------------------------------------------- */ /* BOUTONS RONDS */ /* ----------------------------------------------------- */ /* ----------------------------------------------------- */ /* DEFAULT */ /* ----------------------------------------------------- */ /* ----------------------------------------------------- */ /* DEFAULT OUTLINED */ /* ----------------------------------------------------- */ /* ----------------------------------------------------- */ /* DARK */ /* ----------------------------------------------------- */ /* ----------------------------------------------------- */ /* DARK OUTLINED */ /* ----------------------------------------------------- */ /* ----------------------------------------------------- */ /* LIGHT */ /* ----------------------------------------------------- */ /* ----------------------------------------------------- */ /* LIGHT OUTLINED */ /* ----------------------------------------------------- */ /* ----------------------------------------------------- */ /* PRIMARY */ /* ----------------------------------------------------- */ /* ----------------------------------------------------- */ /* PRIMARY OUTLINED */ /* ----------------------------------------------------- */ /* ----------------------------------------------------- */ /* SECONDARY */ /* ----------------------------------------------------- */ /* ----------------------------------------------------- */ /* ENTOURE SECONDAIRE */ /* ----------------------------------------------------- */ /* ----------------------------------------------------- */ /* SOULIGNE */ /* ----------------------------------------------------- */ /* ----------------------------------------------------- */ /* ANIMATIONS */ /* ----------------------------------------------------- */ /* ----------------------------------------------------- */ /* BTN LINK */ /* ----------------------------------------------------- */ }
.btn + .btn, input[type="submit"] + .btn, input[type="button"] + .btn, .btn + input[type="submit"], input[type="submit"] + input[type="submit"], input[type="button"] + input[type="submit"], .btn + input[type="button"], input[type="submit"] + input[type="button"], input[type="button"] + input[type="button"] { margin: 0 5px 5px 0; }
.btn:after, input[type="submit"]:after, input[type="button"]:after { content: ""; display: block; position: absolute; z-index: 1; top: 0; bottom: 0; left: 0; right: 100%; transition: all 0.4s cubic-bezier(0.14, 0.66, 0.28, 0.93); background-color: inherit; }
.btn > i, input[type="submit"] > i, input[type="button"] > i { display: inline-block; vertical-align: middle; font-size: 1.5em; position: relative; z-index: 2; }
.btn > i.icon-before, input[type="submit"] > i.icon-before, input[type="button"] > i.icon-before { margin-right: 0.5em; }
.btn > i.icon-after, input[type="submit"] > i.icon-after, input[type="button"] > i.icon-after { margin-left: 0.5em; }
.btn span, input[type="submit"] span, input[type="button"] span { display: inline-block; vertical-align: middle; position: relative; z-index: 3; }
.btn:hover:after, input[type="submit"]:hover:after, input[type="button"]:hover:after { right: 0; }
.btn.full-width, input.full-width[type="submit"], input.full-width[type="button"] { width: 100%; }
.btn.btn-round, input.btn-round[type="submit"], input.btn-round[type="button"] { border-radius: 100%; }
.btn.btn-default, input[type="submit"], input[type="button"] { color: #ffffff; border: 2px solid #98B8C8; background-color: #4F7182; }
.btn.btn-default:hover, input[type="submit"]:hover, input[type="button"]:hover { color: #ffffff; background-color: #3c5562; }
.btn.btn-default-outlined, input.btn-default-outlined[type="submit"], input.btn-default-outlined[type="button"] { color: #4F5B68; border: 1px solid #4F5B68; background-color: transparent; }
.btn.btn-default-outlined:hover, input.btn-default-outlined[type="submit"]:hover, input.btn-default-outlined[type="button"]:hover { color: #39424b; border-color: #39424b; background-color: transparent; }
.btn.btn-dark, input.btn-dark[type="submit"], input.btn-dark[type="button"] { color: #ffffff; border: none; background-color: #000000; }
.btn.btn-dark:hover, input.btn-dark[type="submit"]:hover, input.btn-dark[type="button"]:hover { color: #ffffff; background-color: black; }
.btn.btn-dark-outlined, input.btn-dark-outlined[type="submit"], input.btn-dark-outlined[type="button"] { color: #000000; border: 1px solid #000000; background-color: transparent; }
.btn.btn-dark-outlined:hover, input.btn-dark-outlined[type="submit"]:hover, input.btn-dark-outlined[type="button"]:hover { color: black; border-color: black; background-color: transparent; }
.btn.btn-light, input.btn-light[type="submit"], input.btn-light[type="button"] { color: #ffffff; border: 2px solid #ffffff; background-color: rgba(255, 255, 255, 0.35); }
.btn.btn-light:hover, input.btn-light[type="submit"]:hover, input.btn-light[type="button"]:hover { color: #ffffff; background-color: rgba(255, 255, 255, 0.2); }
.btn.btn-light-outlined, input.btn-light-outlined[type="submit"], input.btn-light-outlined[type="button"] { color: #ffffff; border: 1px solid #ffffff; background-color: transparent; }
.btn.btn-light-outlined:hover, input.btn-light-outlined[type="submit"]:hover, input.btn-light-outlined[type="button"]:hover { color: #98B8C8; border-color: #98B8C8; background-color: transparent; }
.btn.btn-primary, input.btn-primary[type="submit"], input.btn-primary[type="button"] { color: #ffffff; border: none; background-color: #E4EDF1; outline: none; }
.btn.btn-primary:hover, input.btn-primary[type="submit"]:hover, input.btn-primary[type="button"]:hover { color: #ffffff; background-color: #c2d7e0; }
.btn.btn-primary-outlined, input.btn-primary-outlined[type="submit"], input.btn-primary-outlined[type="button"] { color: #E4EDF1; border: 1px solid #E4EDF1; background-color: transparent; }
.btn.btn-primary-outlined:hover, input.btn-primary-outlined[type="submit"]:hover, input.btn-primary-outlined[type="button"]:hover { color: #c2d7e0; border-color: #c2d7e0; background-color: transparent; }
.btn.btn-secondary, input.btn-secondary[type="submit"], input.btn-secondary[type="button"] { color: #ffffff; border: none; background-color: #E4EDF1; }
.btn.btn-secondary:hover, input.btn-secondary[type="submit"]:hover, input.btn-secondary[type="button"]:hover { color: #ffffff; background-color: #98B8C8; }
.btn.btn-secondary-outlined, input.btn-secondary-outlined[type="submit"], input.btn-secondary-outlined[type="button"] { color: #E4EDF1; font-weight: normal; background-color: transparent; border: 1px solid #E4EDF1; }
.btn.btn-secondary-outlined:hover, input.btn-secondary-outlined[type="submit"]:hover, input.btn-secondary-outlined[type="button"]:hover { color: #c2d7e0; background-color: transparent; border-color: #c2d7e0; }
.btn.btn-underlined, input.btn-underlined[type="submit"], input.btn-underlined[type="button"] { color: #4F5B68; border-bottom: 5px solid #4F5B68; }
.btn.btn-underlined:hover, input.btn-underlined[type="submit"]:hover, input.btn-underlined[type="button"]:hover { color: #39424b; background-color: transparent; border-bottom: 3px solid #39424b; }
.btn.btn-balance:hover > i, input.btn-balance[type="submit"]:hover > i, input.btn-balance[type="button"]:hover > i { animation: balance 1s infinite ease-in-out; }
.btn.btn-balance-vertical:hover > i, input.btn-balance-vertical[type="submit"]:hover > i, input.btn-balance-vertical[type="button"]:hover > i { animation: ressortv 1s infinite both ease-in-out; }
.btn.btn-link, input.btn-link[type="submit"], input.btn-link[type="button"] { text-transform: none; color: #E4EDF1; padding: 0; background-color: transparent; }
.btn.btn-link:hover, input.btn-link[type="submit"]:hover, input.btn-link[type="button"]:hover { color: #98B8C8; }

/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* RESPONSIVE */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* DESKTOP : 1540px px */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* TABLETP : 1024px px */
/* ----------------------------------------------------- */
@media (max-width: 1024px) { .btn, input[type="submit"], input[type="button"] { padding: 0.75rem; } }
/* ----------------------------------------------------- */
/* TABLET : 767px px */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* TABLE : 649px px */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* MOBILEP : 500px px */
/* ----------------------------------------------------- */
.breadcrumbs { text-align: left; position: relative; padding-top: 1.5555555556em; }
.breadcrumbs .breadcrumb-nav { list-style: none; padding: 0; margin: 0; }
.breadcrumbs .breadcrumb-nav li { display: inline-block; vertical-align: top; color: #ffffff; padding-right: 1.5em; }
.breadcrumbs .breadcrumb-nav li:before { content: ""; width: 5px; height: 5px; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAE0lEQVQYV2Ps2bLlPwMaYKSBIAB6lg7F119YXQAAAABJRU5ErkJggg==); margin: 0 5px; display: inline-block; vertical-align: middle; }
.breadcrumbs .breadcrumb-nav li:last-child { padding-right: 0; }
.breadcrumbs > span { display: inline-block; white-space: nowrap; text-transform: normal; color: #4F5B68; font-family: Abhaya, Times, sans-serif; font-size: 0.8888888889em; }
.breadcrumbs > span.separator { margin: 0 0.5em; color: #98B8C8; }
.breadcrumbs a { display: inline-block; color: #98B8C8; font-family: Abhaya, Times, sans-serif; font-size: 0.8888888889em; }
.breadcrumbs a:hover { color: #4F7182 !important; }

/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* RESPONSIVE */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* DESKTOP : 1540px px */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* TABLETP : 1024px px */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* TABLET : 767px px */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* TABLE : 649px px */
/* ----------------------------------------------------- */
@media (max-width: 649px) { .breadcrumbs { padding-top: 0; } }
/* ----------------------------------------------------- */
/* MOBILEP : 500px px */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* STYLES GENERAUX */
/* ----------------------------------------------------- */
input[type="submit"], input[type="button"] { cursor: pointer; }

textarea, input[type="text"], input[type="tel"], input[type="email"], input[type="password"], input[type="search"], input[type="date"], select { display: inline-block; width: 100%; color: #4F5B68; background-color: #ffffff; font-family: Raleway, Arial, sans-serif; font-size: 1em; font-weight: normal; text-transform: none; -webkit-appearance: none; border: 1px solid #EAEAEA; border-radius: 0px; padding: 0.75em; margin: 0 0 0.8125em 0; }

input[type="radio"] { width: 1.3333333333em !important; height: 1.3333333333em !important; margin: 0 0.5555555556em 0 0; }

select option { color: #4F5B68; }

label { color: #4F5B68; font-family: Raleway, Arial, sans-serif; font-size: 0.8888888889em; line-height: 1.0555555556em; font-weight: 600; text-align: center; text-transform: none; }

input:-ms-input-placeholder { color: #4F5B68; font-family: Raleway, Arial, sans-serif; font-size: 0.8888888889em; line-height: 1.0555555556em; font-weight: 600; text-align: center; text-transform: none; }

textarea { resize: vertical; }

/* ----------------------------------------------------- */
/* MOTEURS DE RECHERCHE DE POSTS */
/* ----------------------------------------------------- */
.form-container { text-align: center; margin-bottom: 40px; }
.form-container form { display: inline-block; text-align: center; padding: 15px 40px; background-color: #ffffff; border-radius: 58px; }
.form-container form p { display: inline-block; vertical-align: baseline; }
.form-container form select { line-height: 58px; height: 58px; background: white; padding: 10px; font-size: 1em; }
.form-container form input[type='text'] { line-height: 58px; height: 58px; background: white; padding: 10px; font-size: 1em; border-radius: 6px; }

.acf-form-submit { text-align: right; }

/* ----------------------------------------------------- */
/* MOTEURS DE RECHERCHE SIT / AUTRES */
/* ----------------------------------------------------- */
.moteur-recherche { display: block; position: relative; z-index: 5; }
.moteur-recherche .form-field-row { display: block; margin: 0 0 0.25em 0; }
.moteur-recherche .form-field-row .form-field:last-child { margin-right: 0; }
.moteur-recherche .form-field { display: inline-block; vertical-align: top; }
.moteur-recherche .form-field label { font-size: 0.75em; color: #ffffff; }
.moteur-recherche .form-field input[type="text"] { background-color: rgba(255, 255, 255, 0.6); }
.moteur-recherche .form-field.form-field-submit { display: block; text-align: center; margin: 1em 0; }
.moteur-recherche.moteur-hebergements { text-align: center; }

/* ----------------------------------------------------- */
/*  */
/* ----------------------------------------------------- */
.form-group { display: -webkit- flex; display: -moz- flex; display: -ms- flex; display: -o- flex; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: flex-start; }
.form-group .form-field { flex-basis: 100%; }
.form-group .form-field.form-half { flex-basis: 50%; }
.form-group .form-field.form-half:first-child { padding-right: 0.5rem; }
.form-group .form-field.form-half:last-child { padding-left: 0.5rem; }
.form-group .form-field.form-file { padding: 0.5rem 0; text-align: center; }

/* ----------------------------------------------------- */
/* SURCHARGE WPFORMS */
/* ----------------------------------------------------- */
div.wpforms-container-full .wpforms-form .wpforms-field-label { color: #4F5B68 !important; font-size: 1em !important; }

.wpforms-container .wpforms-field-label { font-weight: normal; }
.wpforms-container .wpforms-field-label-inline { font-size: 1em; }

.wpforms-label-hide, .wpforms-sublabel-hide { display: none; }

.wpforms-field-container { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: space-between; align-items: flex-start; }

.wpforms-field { flex-basis: 100%; flex-shrink: 0; flex-grow: 0; }
.wpforms-field.half { flex-basis: 48%; }
.wpforms-field.half:last-child { margin-left: 4%; }

/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* RESPONSIVE */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* DESKTOP : 1540px px */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* TABLETP : 1024px px */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* TABLET : 767px px */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* TABLE : 649px px */
/* ----------------------------------------------------- */
@media (max-width: 649px) { .moteur-recherche.moteur-hebergements form { padding: 0 1em; }
  .moteur-recherche.moteur-hebergements form .form-label { font-size: 1.325em; }
  input[type="text"], input[type="tel"], input[type="email"], input[type="password"], input[type="search"], input[type="date"], select { min-height: 3em; }
  .form-group { flex-wrap: wrap; }
  .form-group .form-field.form-half { flex-basis: 100%; } }
/* ----------------------------------------------------- */
/* MOBILEP : 500px px */
/* ----------------------------------------------------- */
@media (max-width: 500px) { input[type="text"], input[type="tel"], input[type="email"], input[type="password"], input[type="search"], input[type="date"], select { width: 100%; }
  input[type="submit"] { width: 100%; }
  .form-field { width: 100%; } }
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* CARTE INTERACTIVE */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ACCUEIL */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* PAGE CARTE */
/* ----------------------------------------------------- */
#map { height: 60vh; }

/* Conteneur Map */
/* ----------------------------------------------------- */
.content-map { position: relative; /* On cache la barre de partage */ /* ----------------------------------------------------- */ /* Conteneur Map */ /* ----------------------------------------------------- */ /* Filtres */ /* ----------------------------------------------------- */ }
.content-map .sharedaddy { display: none; }
.content-map #map { height: 80vh; }
.content-map .map-filtres { position: absolute; top: 0px; right: 0; width: 25%; background: #98B8C8; max-width: 350px; padding: 30px 50px; border-radius: 0px 0 0px 45px; color: #ffffff; font-size: 2rem; box-shadow: 0 0 30px rgba(0, 0, 0, 0.3); text-align: center; z-index: 29; }
.content-map .map-filtres p { border-bottom: 1px solid white; padding-bottom: 20px; margin-top: 0; }
.content-map .map-filtres .form-group { display: block; margin-bottom: 16px; }
.content-map .map-filtres .form-group label { font-size: 0.875em; }
.content-map .map-filtres .form-group select { display: block; width: 100%; height: 58px; line-height: 58px; background-color: rgba(255, 255, 255, 0.25); color: #ffffff; font-size: 0.875em; border: none; }
.content-map .map-filtres .form-group select option { font-size: 0.875em; color: #ffffff; }

/* ----------------------------------------------------- */
/* INFOWINDOW */
/* ----------------------------------------------------- */
.gm-style-iw { padding: 16px; }
.gm-style-iw .title { padding: 16px 0; background-color: #ffffff; color: #4F5B68; font-size: 1.75rem; font-weight: bold; text-align: center; }
.gm-style-iw .image { display: inline-block; vertical-align: top; width: 100%; min-height: 140px; position: relative; overflow: hidden; }
.gm-style-iw .image img { position: absolute; width: 100%; height: auto; position: absolute; left: 50%; top: 50%; width: 100%; height: auto; transform: translate(-50%, -50%); }
.gm-style-iw .content { display: inline-block; vertical-align: top; width: 100%; padding-top: 16px; font-size: 1.25rem !important; color: #4F5B68; }
.gm-style-iw .link { text-align: right; }
.gm-style-iw .link .btn, .gm-style-iw .link input[type="submit"], .gm-style-iw .link input[type="button"] { padding: 10px 20px; }

/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* RESPONSIVE */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* DESKTOP : 1540px px */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* TABLETP : 1024px px */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* TABLET : 767px px */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* TABLE : 649px px */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* MOBILEP : 500px px */
/* ----------------------------------------------------- */
.search-content article > a { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: center; padding-bottom: 16px; border-bottom: 1px solid #4F5B68; margin-bottom: 20px; }
.search-content article > a .post-image { flex-basis: 20%; }
.search-content article > a .post-title { flex-basis: 80%; padding-left: 16px; }

.wsp-pages-list > li > .children { margin-left: 2em; }
.wsp-pages-list > li > .children > li > a { color: #4F5B68; }
.wsp-pages-list > li > .children > li > a:hover { color: #98B8C8; }
.wsp-pages-list > li > .children > li > .children { margin-left: 2em; }

.wsp-posts-list > li .wsp-posts-list { margin-left: 2em; }

/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* SOMMAIRE */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
.sommaire { position: relative; margin: 1em 0; text-align: center; }
.sommaire .sommaire-page { display: inline-block; vertical-align: top; width: calc(100% / 4); height: 100px; padding: 1em; }
.sommaire .sommaire-page .sommaire-inner { width: 100%; height: 100%; position: relative; }
.sommaire .sommaire-page .sommaire-image { width: 100%; height: 100%; overflow: hidden; position: relative; }
.sommaire .sommaire-page .sommaire-image img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; height: auto; }
.sommaire .sommaire-page .sommaire-title { position: absolute; top: 0; width: 100%; height: 100%; background-color: rgba(79, 91, 104, 0.75); text-align: center; }
.sommaire .sommaire-page .sommaire-title h2 { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); margin: 0; padding: 0; width: auto; height: auto; opacity: 0.75; transition: all 0.4s ease-out; color: #ffffff; font-size: 3em; }
.sommaire .sommaire-page .sommaire-title h2 a { color: #ffffff; }
.sommaire .sommaire-page:hover .sommaire-title h2 { opacity: 1; }

/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* MAIN */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* SECTIONS */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* SLIDER EXPERIENCES */
/* ----------------------------------------------------- */
/* ---> regarder dans posts/experience */
section { overflow: hidden; margin: 3em 0; /* ----------------------------------------------------- */ /* TITLES */ /* ----------------------------------------------------- */ /* ----------------------------------------------------- */ /* GMAP */ /* ----------------------------------------------------- */ /* ----------------------------------------------------- */ /* TEXTE IMAGE */ /* ----------------------------------------------------- */ /* ----------------------------------------------------- */ /* TEXTE SIMPLE ET SLIDER DE PAGE INTERNE */ /* ----------------------------------------------------- */ /* ----------------------------------------------------- */ /* TXT LARGE */ /* ----------------------------------------------------- */ /* ----------------------------------------------------- */ /* SLIDER DES PAGES */ /* ----------------------------------------------------- */ /* ----------------------------------------------------- */ /* SLIDER DES PAGES MASTER */ /* ----------------------------------------------------- */ /* ----------------------------------------------------- */ /* NEWS */ /* ----------------------------------------------------- */ /* Citation */ /* ----------------------------------------------------- */ /* ----------------------------------------------------- */ /* ONGLETS */ /* ----------------------------------------------------- */ }
section .title { margin-bottom: 38px; }
section .title i { vertical-align: middle; }
section .title .subtitle { font-family: Abhaya, Times, sans-serif; font-weight: normal; }
section.gray { background-color: rgba(90, 121, 131, 0.08); }
section .section_title { text-align: center; }
section .section_title .subtitle { font-family: Abhaya, Times, sans-serif; }
section .section_subtitle { font-family: Raleway, Arial, sans-serif; font-size: 1.3333333333em; font-weight: 500; line-height: 1.6111111111em; margin-bottom: 0.9166666667em; }
section.gmap .title { margin-bottom: 36px; }
section.gmap .map-container { position: relative; }
section.gmap .mapboxgl-marker { width: 44px; height: 56px; background-repeat: no-repeat; background-position: center center; -webkit-background-size: contain; -moz-background-size: contain; background-size: contain; }
section.gmap .mapboxgl-marker.marker_agencestouristiques { background-image: url("/preprod/content/themes/vloriot//assets/images/map/marker_agencestouristiques.png"); }
section.gmap .mapboxgl-marker.marker_restauration { background-image: url("/preprod/content/themes/vloriot//assets/images/map/marker_restauration.png"); }
section.gmap .mapboxgl-marker.marker_hebergements { background-image: url("/preprod/content/themes/vloriot//assets/images/map/marker_hebergements.png"); }
section.gmap .mapboxgl-marker.marker_activites { background-image: url("/preprod/content/themes/vloriot//assets/images/map/marker_activites.png"); }
section.gmap .mapboxgl-marker.marker_itineraires { background-image: url("/preprod/content/themes/vloriot//assets/images/map/marker_itineraires.png"); }
section.gmap .mapboxgl-popup-close-button { top: 0px; right: 10px; font-size: 2em; -webkit-appearance: none; }
section.gmap .map_popup_content_titre { font-family: Abhaya, Times, sans-serif; font-size: 1.25em; }
section.gmap #map_legend { position: absolute; top: 0; right: 0; left: auto; bottom: 0; padding: 2em; background-color: #ffffff; }
section.gmap #map_legend .btn-tag-map { display: block; margin-bottom: 2em; opacity: 0.5; }
section.gmap #map_legend .btn-tag-map img { vertical-align: middle; }
section.gmap #map_legend .btn-tag-map span { vertical-align: middle; padding-left: 1em; text-decoration: line-through; }
section.gmap #map_legend .btn-tag-map.active { opacity: 1; }
section.gmap #map_legend .btn-tag-map.active span { text-decoration: none; }
section.gmap .leaflet-control-layers-list > label { display: none; }
section.gmap.page-carte .leaflet-top.leaflet-right { top: auto; bottom: 0; height: auto; }
section.gmap.page-carte .leaflet-control-layers-list > label { display: block; color: #000000; font-family: Raleway, Arial, sans-serif; font-size: 1em; text-transform: uppercase; font-weight: bold; line-height: 1.4444444444em; margin-bottom: 3.3333333333em; }
section.txt-img, section.img-txt { position: relative; min-height: 23.7222222222em; }
section.txt-img:after, section.img-txt:after { display: block; position: absolute; z-index: 1; bottom: 0; opacity: 0.4; }
section.txt-img .section_title, section.img-txt .section_title { font-size: 1.6666666667em; margin-bottom: 1.1333333333em; }
section.txt-img .section_subtitle, section.img-txt .section_subtitle { font-family: Raleway, Arial, sans-serif; font-size: 1.3333333333em; font-weight: 500; line-height: 1.6111111111em; margin-bottom: 0.9166666667em; }
section.txt-img .img, section.img-txt .img { position: relative; overflow: hidden; }
section.txt-img .img img, section.img-txt .img img { width: 100%; height: 100%; display: block; object-fit: contain; object-position: center; }
section.txt-large, section.slider_page { padding: 6em 0; text-align: center; position: relative; /* (pattern) */ }
section.txt-large .section_title, section.slider_page .section_title { margin-bottom: 56px; }
section.txt-large .section_title h1, section.slider_page .section_title h1 { font-family: Abhaya, Times, sans-serif; font-size: 4.4444444444em; color: #4F7182; }
section.txt-large .text p, section.slider_page .text p { font-family: Raleway, Arial, sans-serif; font-weight: normal; font-size: 1em; line-height: 1.2222222222em; text-align: center; }
section.txt-large .link, section.slider_page .link { margin-top: 1.7777777778em; text-align: center; }
section.txt-large .pattern-left, section.slider_page .pattern-left { position: absolute; top: 10%; left: 0; width: auto; height: 30vh; text-align: left; overflow: hidden; opacity: 0.25; }
section.txt-large .pattern-left #pattern-left, section.slider_page .pattern-left #pattern-left { width: auto; height: 100%; }
section.txt-large .pattern-left #pattern-left path, section.slider_page .pattern-left #pattern-left path { fill: rgba(79, 113, 130, 0.5); }
section.txt-large .pattern-left #pattern-left-strokes, section.slider_page .pattern-left #pattern-left-strokes { width: auto; height: 100%; }
section.txt-large .pattern-left #pattern-left-strokes line, section.slider_page .pattern-left #pattern-left-strokes line { stroke: rgba(79, 113, 130, 0.5); stroke-width: 2px; stroke-dasharray: 60px; stroke-dashoffset: 60px; transition: all 1.4s cubic-bezier(0.12, 0.9, 0.79, 1); }
html:not(.parallax) section.txt-large .pattern-left #pattern-left-strokes line, html:not(.parallax) section.slider_page .pattern-left #pattern-left-strokes line { stroke-dashoffset: 0px; }
section.txt-large .pattern-right, section.slider_page .pattern-right { position: absolute; right: 0; bottom: 0; width: auto; height: 30vh; text-align: right; overflow: hidden; opacity: 0.25; }
section.txt-large .pattern-right #pattern-right, section.slider_page .pattern-right #pattern-right { width: auto; height: 100%; }
section.txt-large .pattern-right #pattern-right path, section.slider_page .pattern-right #pattern-right path { fill: rgba(79, 113, 130, 0.5); }
section.txt-large .pattern-right #pattern-right-strokes, section.slider_page .pattern-right #pattern-right-strokes { width: auto; height: 100%; }
section.txt-large .pattern-right #pattern-right-strokes line, section.slider_page .pattern-right #pattern-right-strokes line { stroke: rgba(79, 113, 130, 0.5); stroke-width: 2px; stroke-dasharray: 60px; stroke-dashoffset: 60px; transition: all 1.4s cubic-bezier(0.12, 0.9, 0.79, 1); }
html:not(.parallax) section.txt-large .pattern-right #pattern-right-strokes line, html:not(.parallax) section.slider_page .pattern-right #pattern-right-strokes line { stroke-dashoffset: 0px; }
section.txt-large.visible .pattern-left #pattern-left-strokes line, section.slider_page.visible .pattern-left #pattern-left-strokes line { stroke-dashoffset: 0px; }
section.txt-large { padding: 2rem 0; }
section.txt-large .text p { font-size: 1.2em; }
section.slider_page { margin: 0; padding: 0; /* ( specificites de la page dents de sagesse) */ }
body.page-id-290 section.slider_page { background-image: url("/preprod/content/themes/vloriot/assets/images/dents_sagesse.png"); background-position: bottom; background-repeat: repeat-x; -webkit-background-size: auto 25%; -moz-background-size: auto 25%; background-size: auto 25%; position: relative; }
body.page-id-290 section.slider_page .pattern-left, body.page-id-290 section.slider_page .pattern-right { display: none; }
body.page-id-290 section.slider_page .dent { position: absolute; top: 50%; left: 0; -webkit-transform: translate(-33%, -50%); -ms-transform: translate(-33%, -50%); -o-transform: translate(-33%, -50%); transform: translate(-33%, -50%); width: auto; height: 70%; z-index: 3; opacity: 0.15; transform: opacity 0.4s linear; }
body.page-id-290 section.slider_page .dent svg { width: auto; height: 100%; }
body.page-id-290 section.slider_page .dent svg path { fill: #000000; }
section.slider_page .content { padding: 3em 0; }
section.slider_page .pattern-left { height: 30vh; }
section.slider_page .pattern-right { height: 30vh; }
section.slider_page .pattern-left.aos-init.aos-animate line, section.slider_page .pattern-right.aos-init.aos-animate line { stroke-dashoffset: 0px !important; }
section.slider_page_master { margin: 0; padding: 0; position: relative; min-height: 50vh; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; flex-direction: column; justify-content: center; align-items: center; }
section.slider_page_master .dent { position: absolute; top: 50%; left: 0; -webkit-transform: translate(-33%, -50%); -ms-transform: translate(-33%, -50%); -o-transform: translate(-33%, -50%); transform: translate(-33%, -50%); width: auto; height: 70%; z-index: 3; opacity: 0; transform: opacity 0.4s linear; }
section.slider_page_master .dent svg { width: auto; height: 100%; }
section.slider_page_master .dent svg path { fill: #ffffff; }
section.slider_page_master .dent.aos-init.aos-animate { opacity: 0.5; }
section.slider_page_master .section_image { position: absolute; z-index: 2; top: 0; left: 0; right: 0; bottom: 0; width: auto; height: auto; }
section.slider_page_master .section_image img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
section.slider_page_master .section_image:after { content: ""; display: block; position: absolute; top: 0; right: 0; left: 0; bottom: 0; background: rgba(79, 91, 104, 0.45); z-index: 5; }
section.slider_page_master .section_title { margin-bottom: 0; position: relative; opacity: 0; z-index: 10; }
section.slider_page_master .section_title h1 { font-family: Abhaya, Times, sans-serif; font-size: 4.4444444444em; color: #ffffff; }
section.news { background-color: #F8F8F8; padding: 3.7777777778em 0; position: relative; }
section.news:after { content: url("/preprod/content/themes/vloriot/assets/images/forme-bottom.svg"); display: block; position: absolute; bottom: 0; right: 0; width: 33%; opacity: 0.25; }
section.news .item-news { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-items: stretch; }
section.news .item-news .image { flex-basis: 50%; }
section.news .item-news .image img { width: 100%; height: auto; }
html.objectfit section.news .item-news .image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
html:not(.objectfit) section.news .item-news .image img { width: 100%; height: auto; }
section.news .item-news .content { flex-basis: 50%; padding: 0 1em 3em 2em; }
section.news .item-news .content .titre_news { font-family: Raleway, Arial, sans-serif; font-size: 1.3333333333em; line-height: 1.375em; color: #000000; padding-bottom: 1.4166666667em; margin-bottom: 1.4166666667em; position: relative; -ms-transition: all 0.4s cubic-bezier(0.14, 0.66, 0.28, 0.93); -o-transition: all 0.4s cubic-bezier(0.14, 0.66, 0.28, 0.93); -moz-transition: all 0.4s cubic-bezier(0.14, 0.66, 0.28, 0.93); -webkit-transition: all 0.4s cubic-bezier(0.14, 0.66, 0.28, 0.93); transition: all 0.4s cubic-bezier(0.14, 0.66, 0.28, 0.93); -ms-transform: translateX(10vw); -o-transform: translateX(10vw); -moz-transform: translateX(10vw); -webkit-transform: translateX(10vw); transform: translateX(10vw); transition-delay: 0s; opacity: 0; }
section.news .item-news .content .titre_news:after { content: ""; display: block; position: absolute; top: 100%; width: 0; height: 1px; background-color: #E4EDF1; margin-bottom: 0.7727272727em; -ms-transition: all 0.4s cubic-bezier(0.14, 0.66, 0.28, 0.93); -o-transition: all 0.4s cubic-bezier(0.14, 0.66, 0.28, 0.93); -moz-transition: all 0.4s cubic-bezier(0.14, 0.66, 0.28, 0.93); -webkit-transition: all 0.4s cubic-bezier(0.14, 0.66, 0.28, 0.93); transition: all 0.4s cubic-bezier(0.14, 0.66, 0.28, 0.93); }
section.news .item-news .content .date { color: #E4EDF1; font-size: 0.9em; -ms-transition: all 0.4s cubic-bezier(0.14, 0.66, 0.28, 0.93); -o-transition: all 0.4s cubic-bezier(0.14, 0.66, 0.28, 0.93); -moz-transition: all 0.4s cubic-bezier(0.14, 0.66, 0.28, 0.93); -webkit-transition: all 0.4s cubic-bezier(0.14, 0.66, 0.28, 0.93); transition: all 0.4s cubic-bezier(0.14, 0.66, 0.28, 0.93); -ms-transform: translateX(10vw); -o-transform: translateX(10vw); -moz-transform: translateX(10vw); -webkit-transform: translateX(10vw); transform: translateX(10vw); transition-delay: 0.1s; opacity: 0; }
section.news .item-news .content .date:after { -ms-transition: all 3s cubic-bezier(0.14, 0.66, 0.28, 0.93); -o-transition: all 3s cubic-bezier(0.14, 0.66, 0.28, 0.93); -moz-transition: all 3s cubic-bezier(0.14, 0.66, 0.28, 0.93); -webkit-transition: all 3s cubic-bezier(0.14, 0.66, 0.28, 0.93); transition: all 3s cubic-bezier(0.14, 0.66, 0.28, 0.93); transition-delay: 0.5s; }
section.news .item-news .content .extrait { -ms-transition: all 0.4s cubic-bezier(0.14, 0.66, 0.28, 0.93); -o-transition: all 0.4s cubic-bezier(0.14, 0.66, 0.28, 0.93); -moz-transition: all 0.4s cubic-bezier(0.14, 0.66, 0.28, 0.93); -webkit-transition: all 0.4s cubic-bezier(0.14, 0.66, 0.28, 0.93); transition: all 0.4s cubic-bezier(0.14, 0.66, 0.28, 0.93); -ms-transform: translateX(10vw); -o-transform: translateX(10vw); -moz-transform: translateX(10vw); -webkit-transform: translateX(10vw); transform: translateX(10vw); transition-delay: 0.2s; opacity: 0; }
section.news .item-news .content .avatar { -ms-transition: all 0.4s cubic-bezier(0.14, 0.66, 0.28, 0.93); -o-transition: all 0.4s cubic-bezier(0.14, 0.66, 0.28, 0.93); -moz-transition: all 0.4s cubic-bezier(0.14, 0.66, 0.28, 0.93); -webkit-transition: all 0.4s cubic-bezier(0.14, 0.66, 0.28, 0.93); transition: all 0.4s cubic-bezier(0.14, 0.66, 0.28, 0.93); -ms-transform: translateX(10vw); -o-transform: translateX(10vw); -moz-transform: translateX(10vw); -webkit-transform: translateX(10vw); transform: translateX(10vw); transition-delay: 0.3s; opacity: 0; }
section.news .item-news .content .permalink { position: absolute; bottom: 0; right: 0; -ms-transition: all 0.4s cubic-bezier(0.14, 0.66, 0.28, 0.93); -o-transition: all 0.4s cubic-bezier(0.14, 0.66, 0.28, 0.93); -moz-transition: all 0.4s cubic-bezier(0.14, 0.66, 0.28, 0.93); -webkit-transition: all 0.4s cubic-bezier(0.14, 0.66, 0.28, 0.93); transition: all 0.4s cubic-bezier(0.14, 0.66, 0.28, 0.93); -ms-transform: translateX(-10vw); -o-transform: translateX(-10vw); -moz-transform: translateX(-10vw); -webkit-transform: translateX(-10vw); transform: translateX(-10vw); transition-delay: 0.4s; opacity: 0; }
section.news .owl-item.active .content .titre_news, section.news .owl-item.active .content .date, section.news .owl-item.active .content .extrait, section.news .owl-item.active .content .permalink { opacity: 1; -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); }
section.news .owl-item.active .content .titre_news:after { width: 2.4444444444em; }
section.news .news-slider .owl-nav > div { position: absolute; top: 50%; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); transition: all 0.3s ease-out; width: 4.7222222222em; height: 4.7222222222em; color: #000000; background-color: #ffffff; text-align: center; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: center; overflow: hidden; }
section.news .news-slider .owl-nav > div > i { display: block; font-size: 3em; }
section.news .news-slider .owl-nav > div:hover { background-color: #4F5B68; color: #ffffff; }
section.news .news-slider .owl-nav > div:hover > i { animation: balance 1s infinite ease-in-out; }
section.news .news-slider .owl-nav > div.owl-prev { left: 0; }
section.news .news-slider .owl-nav > div.owl-next { right: 0; }
section.quotation { padding: 3.8888888889em 0 0 0; }
section.quotation .quote-container .quote { width: calc(100% / 12 * 8); margin: 0 auto; }
section.quotation .quote-container .quote p { color: #E4EDF1; font-family: Raleway, Arial, sans-serif; font-size: 1.3333333333em; font-weight: 600; line-height: 1.2916666667em; text-align: center; }
section.tabs { padding-bottom: 5.5555555556em; }
section.tabs .nav-tabs { border-bottom: none; margin-bottom: 3.1111111111em; }
section.tabs .nav-tabs.nav-desktop { display: flex; }
section.tabs .nav-tabs.nav-mobile { display: none; }
section.tabs .nav-tabs #pageTabsContent { display: block; }
section.tabs .nav-tabs .nav-item { margin-bottom: 0.3333333333em; margin-right: 0.3333333333em; }
section.tabs .nav-tabs .nav-link { color: #ffffff; font-family: Raleway, Arial, sans-serif; font-size: 1em; font-weight: bold; line-height: 1.6666666667em; text-align: center; padding: 1.1111111111em 1.6666666667em; background-color: #98B8C8; border: none; text-transform: uppercase; }
section.tabs .nav-tabs .nav-link:hover { background-color: #4F7182; }
section.tabs .nav-tabs .nav-link.active { background-color: #4F7182; }
section.tabs .tab-content > .tab-pane { -webkit-transform: translate(0, 10%); -ms-transform: translate(0, 10%); -o-transform: translate(0, 10%); transform: translate(0, 10%); transition: all 0.4s ease-out; }
section.tabs .tab-content > .tab-pane.show { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); }
section.tabs .tab-content > .tab-pane h3 { margin-bottom: 1.0952380952em; }
section.tabs .tab-content > .tab-pane h4 { margin-bottom: 0.8888888889em; }
section.tabs .tab-content > .tab-pane h4:before { color: #98B8C8; font-size: 0.65em; }
section.tabs .tab-content > .tab-pane figcaption { display: none; }

/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* RESPONSIVE */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* DESKTOP : 1540px px */
/* ----------------------------------------------------- */
@media (max-width: 1540px) { section.tabs .container .row [class^="col"] { padding: 0; }
  section.tabs .nav-tabs .nav-link { padding: 0.75em; } }
/* ----------------------------------------------------- */
/* TABLETP : 1024px px */
/* ----------------------------------------------------- */
@media (max-width: 1024px) { section.txt-large .pattern-left, section.txt-large .pattern-right, section.slider_page .pattern-left, section.slider_page .pattern-right { opacity: 0.25; }
  section.txt-large { min-height: 0; }
  section.txt-large .text p { font-size: 1.25em; }
  section.tabs .container .row [class^="col"] { padding: 0; }
  section.tabs .nav-tabs .nav-link { padding: 0.5em; }
  section.tabs .tab-content figure { width: 100% !important; margin: 0 0 1rem 0; }
  section.tabs .tab-content figure img { width: 100%; height: auto; } }
/* ----------------------------------------------------- */
/* TABLET : 767px px */
/* ----------------------------------------------------- */
@media (max-width: 859px) { section.txt-img .img, section.img-txt .img { overflow: hidden; } }
/* ----------------------------------------------------- */
/* TABLET : 767px px */
/* ----------------------------------------------------- */
@media (max-width: 767px) { section .section_title { padding: 0 1em; }
  section.txt-img .section_title, section.img-txt .section_title { padding: 0; }
  section.txt-large { min-height: 0; }
  section.txt-large .text p { font-size: 1em; }
  section.news .news-slider .owl-nav > div { width: 2em; }
  section.full_img_txt { padding: 0; }
  section.full_img_txt .txt { -webkit-transform: translate(0, 10%); -moz-transform: translate(0, 10%); -ms-transform: translate(0, 10%); -o-transform: translate(0, 10%); transform: translate(0, 10%); }
  section.gradient_txt_img { margin: 0; }
  section.dbl_img_txt .section_title { padding: 0; }
  section.dbl_img_txt .links { text-align: center; }
  section.tabs .nav-tabs.nav-desktop { display: none; }
  section.tabs .nav-tabs.nav-mobile { display: block; }
  section.tabs #pageTabsContent { display: none; }
  section.tabs .tab-content > .tab-pane { padding: 1em; } }
/* ----------------------------------------------------- */
/* TABLE : 649px px */
/* ----------------------------------------------------- */
@media (max-width: 649px) { section { padding: 1em 0; margin: 1em 0; }
  section .title { text-align: center; margin-bottom: 0.75em; }
  section .section_title { margin-bottom: 1em; }
  section .section_subtitle { font-size: 1.25em; }
  section.txt-large, section.slider_page { padding: 1em 0; }
  section.txt-large .text p, section.slider_page .text p { font-size: 1em; }
  section.txt-large .section_title h1, section.slider_page .section_title h1 { font-size: 3em; }
  section.txt-img .img img, section.img-txt .img img { position: static; box-shadow: none; width: 100%; }
  section.slider_page_master { margin: 0; }
  section.slider_page_master .section_title h1 { font-size: 2em; }
  section.gradient_txt_img { margin: 0 2%; }
  section.gradient_txt_img .image { top: 0; bottom: 0; left: 0; right: 0; -webkit-transform: none; -ms-transform: none; -o-transform: none; transform: none; }
  section.gradient_txt_img .texte { position: relative; padding: 0; }
  section.quotation .quote-container .quote { width: calc(100% / 12 * 10); }
  section.dbl_img_txt .row { z-index: 2; }
  section.dbl_img_txt .txt { margin-top: 2em; }
  section.dbl_img_txt .links { text-align: right; }
  section.dbl_img_txt:after { z-index: 1; }
  section.full_img_txt { padding: 0; }
  section.full_img_txt .txt { width: 100%; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; }
  section.sit-grid .grid { grid-template-rows: 1fr 1fr 1fr; }
  section.sit-grid .grid .sit:nth-child(1) { grid-column-start: 1; grid-column-end: 3; grid-row-start: 1; grid-row-end: 1; }
  section.sit-grid .grid .sit:nth-child(2) { grid-column-start: 1; grid-column-end: 3; grid-row-start: 2; grid-row-end: 2; }
  section.sit-grid .grid .sit:nth-child(3) { grid-column-start: 1; grid-column-end: 3; grid-row-start: 3; grid-row-end: 3; }
  section.sit-grid .grid .sit:nth-child(4) { grid-column-start: 1; grid-column-end: 3; grid-row-start: 4; grid-row-end: 4; }
  section.news .item-news { flex-wrap: wrap; }
  section.news .item-news .content { flex-basis: 100%; padding: 0 3em 3em 3em; }
  section.news .item-news .content .permalink { right: 3em; }
  section.news .item-news .image { flex-basis: 100%; padding: 0 3em 3em 3em; }
  section.news .news-slider .owl-nav > div > i { font-size: 2em; }
  section.gmap #map_legend { position: static; padding: 1em; }
  section.gmap #map_legend .tags-container { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; flex-wrap: wrap; }
  section.gmap #map_legend .btn-tag-map { margin-bottom: 0.5em; padding-right: 0.5em; }
  section.gmap #map_legend .btn-tag-map img { width: 1.3333333333em; }
  section.gmap #map_legend .btn-tag-map span { font-size: 0.75em; } }
/* ----------------------------------------------------- */
/* MOBILEP : 500px px */
/* ----------------------------------------------------- */
@media (max-width: 500px) { section.txt-large .section_title h1, section.slider_page .section_title h1 { font-size: 2.3em; } }
/* ----------------------------------------------------- */
/* MOBILEP : 500px px */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* MODULES */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
.module { /* ----------------------------------------------------- */ /* BRANCHEMENT DE PAGES */ /* ----------------------------------------------------- */ }
.module.branchepage { /* GRILLE */ /* ----------------------------------------------------- */ /* Liste */ /* ----------------------------------------------------- */ /* EN CARTOUCHES */ /* ----------------------------------------------------- */ }
.module.branchepage .module-branchepage-grid .row.flex { justify-content: center; }
.module.branchepage .module-branchepage-grid .section_title { text-align: left; }
.module.branchepage .module-branchepage-grid .text { margin-top: 7.8888888889em; }
.module.branchepage .module-branchepage-grid .text p { font-size: 1.1111111111em; }
.module.branchepage .module-branchepage-grid .grid-item { margin-top: 2.1111111111em; position: relative; cursor: pointer; background-repeat: no-repeat; background-position: center center; background-size: cover; }
.module.branchepage .module-branchepage-grid .grid-item .image-container { width: calc(1417px / 6); height: calc(1417px / 6); border-radius: 100%; border: 1vh solid #E4EDF1; border-radius: 100%; position: relative; z-index: 2; margin: 0 auto; }
.module.branchepage .module-branchepage-grid .grid-item .image-container .img { overflow: hidden; position: relative; z-index: 2; width: 100%; height: 100%; border-radius: 100%; }
.module.branchepage .module-branchepage-grid .grid-item .image-container .img .img-inner { width: 100%; height: 100%; border-radius: 100%; overflow: hidden; }
.module.branchepage .module-branchepage-grid .grid-item .image-container img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: grayscale(1); transform: scale(1); transition: all 0.4s ease-out, transform 4s ease-out; }
.module.branchepage .module-branchepage-grid .grid-item .image-container:before { content: ""; display: block; position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; border-radius: 100%; background-color: #E4EDF1; opacity: 0; transition: all 0.4s ease-out; transform: scale(0.9); }
.module.branchepage .module-branchepage-grid .grid-item .grid-item-title { display: block; font-family: Abhaya, Times, sans-serif; font-size: 1.3333333333em; margin-top: 1.5833333333em; color: #000000; text-align: center; transition: all 0.4s ease-out; }
.module.branchepage .module-branchepage-grid .grid-item:hover .image-container img { filter: grayscale(0); transform: scale(1.25); }
.module.branchepage .module-branchepage-grid .grid-item:hover .image-container:before { animation: onde 2s ease-out infinite; }
.module.branchepage .module-branchepage-grid .grid-item:hover .grid-item-title { color: #98B8C8; }
.module.branchepage .module-branchepage-list { padding: 4.2222222222em 0; }
.module.branchepage .module-branchepage-list .section_title { position: relative; }
.module.branchepage .module-branchepage-list .section_title .btn, .module.branchepage .module-branchepage-list .section_title input[type="submit"], .module.branchepage .module-branchepage-list .section_title input[type="button"] { position: absolute; top: 0; right: 0; }
.module.branchepage .module-branchepage-list .items .item { cursor: pointer; margin: 3.6666666667em 0 0 0; }
.module.branchepage .module-branchepage-list .items .item a { color: inherit; }
.module.branchepage .module-branchepage-list .items .item .date, .module.branchepage .module-branchepage-list .items .item a .date { font-family: Raleway, Arial, sans-serif; font-weight: 600; color: #E4EDF1; font-size: 1.4444444444em; text-align: left; position: relative; padding: 0 0.2692307692em 0.3846153846em 0; }
.module.branchepage .module-branchepage-list .items .item .date span, .module.branchepage .module-branchepage-list .items .item a .date span { position: relative; }
.module.branchepage .module-branchepage-list .items .item .date span:after, .module.branchepage .module-branchepage-list .items .item a .date span:after { content: ""; display: inline-block; transform-origin: 0 0; width: 1.6923076923em; height: 2px; background-color: #E4EDF1; margin-left: 0.2307692308em; -webkit-transition: transform all 1.4s cubic-bezier(0.12, 0.9, 0.79, 1); -moz-transition: transform all 1.4s cubic-bezier(0.12, 0.9, 0.79, 1); -ms-transition: transform all 1.4s cubic-bezier(0.12, 0.9, 0.79, 1); -o-transition: transform all 1.4s cubic-bezier(0.12, 0.9, 0.79, 1); transition: transform all 1.4s cubic-bezier(0.12, 0.9, 0.79, 1); }
.module.branchepage .module-branchepage-list .items .item .extrait p, .module.branchepage .module-branchepage-list .items .item a .extrait p { font-family: Raleway, Arial, sans-serif; font-weight: normal; text-transform: none; font-style: normal; font-size: 1em; color: #4F5B68; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; -ms-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; transition: all 0.4s ease-out; }
.module.branchepage .module-branchepage-list .items .item:hover .date, .module.branchepage .module-branchepage-list .items .item a:hover .date { color: #98B8C8; }
.module.branchepage .module-branchepage-list .items .item:hover .date span:after, .module.branchepage .module-branchepage-list .items .item a:hover .date span:after { -webkit-transform: scaleX(2); -moz-transform: scaleX(2); -ms-transform: scaleX(2); -o-transform: scaleX(2); transform: scaleX(2); }
.module.branchepage .module-branchepage-list .items .item:hover .extrait p, .module.branchepage .module-branchepage-list .items .item a:hover .extrait p { color: #000000; }
.module.branchepage .module-branchepage-cartouches { position: relative; padding: 0 0 4.2222222222em 0; /* (pattern) */ }
.module.branchepage .module-branchepage-cartouches .row.flex { flex-wrap: wrap; justify-content: center; }
.module.branchepage .module-branchepage-cartouches .page-container { display: flex; flex-wrap: wrap; justify-content: center; }
.module.branchepage .module-branchepage-cartouches .page { position: relative; z-index: 2; flex-basis: calc(100% / 3); text-align: center; padding: 0 1.3333333333em; }
.module.branchepage .module-branchepage-cartouches .pattern-left { position: absolute; top: -40%; left: 0; width: auto; height: 30vh; max-height: 22.2222222222em; text-align: left; overflow: hidden; }
.module.branchepage .module-branchepage-cartouches .pattern-left #pattern-left { width: auto; height: 100%; }
.module.branchepage .module-branchepage-cartouches .pattern-left #pattern-left path { fill: rgba(79, 113, 130, 0.5); }
.module.branchepage .module-branchepage-cartouches .pattern-left #pattern-left-strokes { width: auto; height: 100%; }
.module.branchepage .module-branchepage-cartouches .pattern-left #pattern-left-strokes line { stroke: rgba(79, 91, 104, 0.3); stroke-width: 2px; stroke-dasharray: 60px; stroke-dashoffset: 60px; transition: all 1.4s cubic-bezier(0.12, 0.9, 0.79, 1); }
html:not(.parallax) .module.branchepage .module-branchepage-cartouches .pattern-left #pattern-left-strokes line { stroke-dashoffset: 0px; }
.module.branchepage .module-branchepage-cartouches .pattern-right { position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: auto; height: 30vh; max-height: 22.2222222222em; text-align: right; overflow: hidden; }
.module.branchepage .module-branchepage-cartouches .pattern-right #pattern-right { width: auto; height: 100%; }
.module.branchepage .module-branchepage-cartouches .pattern-right #pattern-right path { fill: rgba(79, 113, 130, 0.5); }
.module.branchepage .module-branchepage-cartouches .pattern-right #pattern-right-strokes { width: auto; height: 100%; }
.module.branchepage .module-branchepage-cartouches .pattern-right #pattern-right-strokes line { stroke: rgba(79, 91, 104, 0.3); stroke-width: 2px; stroke-dasharray: 60px; stroke-dashoffset: 60px; transition: all 1.4s cubic-bezier(0.12, 0.9, 0.79, 1); }
html:not(.parallax) .module.branchepage .module-branchepage-cartouches .pattern-right #pattern-right-strokes line { stroke-dashoffset: 0px; }
.module.branchepage .module-branchepage-cartouches .cartouches-item { overflow: hidden; display: inline-block; width: 100%; height: auto; border-radius: 100em; background: #98B8C8; border: 1vh solid #E4EDF1; position: relative; margin: 0; }
.module.branchepage .module-branchepage-cartouches .cartouches-item .content { display: flex; width: 100%; height: 100%; flex-direction: column; justify-content: center; align-items: center; padding: 4.4444444444em 0.75em; }
.module.branchepage .module-branchepage-cartouches .cartouches-item .content > a { position: relative; z-index: 3; }
.module.branchepage .module-branchepage-cartouches .cartouches-item .icon { text-align: center; height: 60px; margin-bottom: 1em; }
.module.branchepage .module-branchepage-cartouches .cartouches-item .icon img { width: auto; height: 100%; margin: 0 auto; }
.module.branchepage .module-branchepage-cartouches .cartouches-item .title { margin-bottom: 0; }
.module.branchepage .module-branchepage-cartouches .cartouches-item .title h2 { color: #ffffff; font-family: Abhaya, Times, sans-serif; font-size: 1.5555555556em; text-align: center; margin-bottom: 0; }
.module.branchepage .module-branchepage-cartouches .cartouches-item:before { content: ""; display: block; position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; border-radius: 100%; background-color: #E4EDF1; opacity: 0; transition: all 0.4s ease-out; transform: scale(0.9); }
.module.branchepage .module-branchepage-cartouches .cartouches-item:hover:before { animation: onde 2s ease-out infinite; }

/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* RESPONSIVE */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* DESKTOP : 1540px px */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* DESKTOP : 1540px px */
/* ----------------------------------------------------- */
@media (max-width: 1540px) { .module.branchepage .module-branchepage-cartouches .cartouches-item .title h2 { font-size: 1.75vw; }
  .module.branchepage .module-branchepage-grid .grid-item .image-container { width: 12vw; height: 12vw; } }
/* ----------------------------------------------------- */
/* TABLETP : 1024px px */
/* ----------------------------------------------------- */
@media (max-width: 1024px) { .module.branchepage .module-branchepage-grid { padding: 4vh 0; }
  .module.branchepage .module-branchepage-grid .grid-item .image-container { width: 10vw; height: 10vw; border-width: 1vw; }
  .module.branchepage .module-branchepage-grid .text { margin-top: 2vh; }
  .module.branchepage .module-branchepage-cartouches .page { width: 50%; }
  .module.branchepage .module-branchepage-cartouches .cartouches-item { width: 28vw; height: 28vw; border-radius: 28vw; }
  .module.branchepage .module-branchepage-cartouches .cartouches-item .title h2 { font-size: 3vw; } }
/* ----------------------------------------------------- */
/* TABLET : 767px px */
/* ----------------------------------------------------- */
@media (max-width: 767px) { .module.branchepage .module-branchepage-grid .grid-item .image-container { width: 40vw; height: 40vw; }
  .module.branchepage .module-branchepage-cartouches .cartouches-item { width: 28vw; height: 28vw; border-radius: 28vw; } }
/* ----------------------------------------------------- */
/* TABLE : 649px px */
/* ----------------------------------------------------- */
@media (max-width: 649px) { .module.branchepage .module-branchepage-grid .section_title { padding: 0; }
  .module.branchepage .module-branchepage-grid .text p { font-size: 1em; }
  .module.branchepage .module-branchepage-cartouches .page { flex-basis: 100%; }
  .module.branchepage .module-branchepage-cartouches .cartouches-item { width: 60vw; height: 60vw; border-radius: 100%; }
  .module.branchepage .module-branchepage-cartouches .cartouches-item .icon { height: 100px; }
  .module.branchepage .module-branchepage-cartouches .cartouches-item .title h2 { font-size: 6vw; padding: 0 1em; } }
/* ----------------------------------------------------- */
/* MOBILEP : 500px px */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* FOOTER */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
.site-footer { position: relative; background-color: #4F5B68; padding: 1rem 0; /* ----------------------------------------------------- */ /* TITRE DES COLONNES */ /* ----------------------------------------------------- */ /* ----------------------------------------------------- */ /* PATTERN */ /* ----------------------------------------------------- */ }
.site-footer .title { position: relative; font-family: Abhaya, Times, sans-serif; font-size: 1.7777777778em; text-align: left; color: #ffffff; font-weight: bold; margin-bottom: 0.75em; }
.site-footer .pattern-down { position: absolute; bottom: 0; left: 25%; width: 30vh; height: auto; }
.site-footer .pattern-down #pattern-down-strokes { width: 100%; height: auto; }
.site-footer .pattern-down #pattern-down-strokes line { stroke: rgba(255, 255, 255, 0.1); stroke-width: 2px; stroke-dasharray: 60px; stroke-dashoffset: 60px; transition: all 1.4s cubic-bezier(0.12, 0.9, 0.79, 1); }
.site-footer .pattern-down.aos-init.aos-animate #pattern-down-strokes line { stroke-dashoffset: 0px; }
.site-footer .row.flex { align-items: center; }

/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* "MODULES" */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
.footer { /* ----------------------------------------------------- */ /* Logo */ /* ----------------------------------------------------- */ /* ----------------------------------------------------- */ /* Adresse */ /* ----------------------------------------------------- */ /* ----------------------------------------------------- */ /* Horaires */ /* ----------------------------------------------------- */ /* ----------------------------------------------------- */ /* Reseaux sociaux */ /* ----------------------------------------------------- */ /* ----------------------------------------------------- */ /* Newsletter */ /* ----------------------------------------------------- */ /* ----------------------------------------------------- */ /* Mentions / Koredge */ /* ----------------------------------------------------- */ /* ----------------------------------------------------- */ /* Menu */ /* ----------------------------------------------------- */ /* ----------------------------------------------------- */ /* Liens */ /* ----------------------------------------------------- */ /* ----------------------------------------------------- */ /* ----------------------------------------------------- */ /* Agencement */ /* ----------------------------------------------------- */ /* ----------------------------------------------------- */ /* ----------------------------------------------------- */ /* Haut */ /* ----------------------------------------------------- */ }
.footer-logo p { color: #ffffff; }
.footer-address .tel, .footer-address .address, .footer-address .cp, .footer-address .ville { font-family: Raleway, Arial, sans-serif; font-weight: normal; color: #ffffff; font-size: 1em; }
.footer-address .tel { display: inline-block; font-size: 1.5555555556em; margin-bottom: 1em; }
.footer-address a { -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; -ms-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; transition: all 0.4s ease-out; color: #ffffff; }
.footer-address a:hover { color: #98B8C8; }
.footer-address .link { margin-top: 2.7777777778em; }
.footer-address .link .btn, .footer-address .link input[type="submit"], .footer-address .link input[type="button"] { color: #ffffff; }
.footer-horaires [class^="col"]:first-child { padding-left: 0; }
.footer-horaires [class^="col"]:last-child { padding-right: 0; }
.footer-horaires p { font-family: Raleway, Arial, sans-serif; font-weight: normal; font-size: 0.8333333333em; line-height: 1; color: #ffffff; }
.footer-networks { margin-top: 2em; }
.footer-networks ul { list-style: none; padding: 0; margin: 0; }
.footer-networks ul li { list-style: none; display: inline-block; vertical-align: top; font-family: Raleway, Arial, sans-serif; font-size: 0.8333333333em; font-weight: normal; margin-right: 1.1333333333em; }
.footer-networks ul li a { color: #ffffff; display: block; width: 40px; height: 40px; border: 1px solid #ffffff; text-align: center; line-height: 40px; }
.footer-networks ul li a:hover { color: #39424b; border-color: #39424b; }
.footer-networks ul li:last-child { margin-right: 0; }
.footer-newsletter .mc4wp-form-fields { position: relative; }
.footer-newsletter .mc4wp-form-fields input[type="email"], .footer-newsletter .mc4wp-form-fields input[type="text"] { position: relative; z-index: 1; width: 100%; height: 1.6666666667em; border-bottom: 1px solid #ffffff; padding-bottom: 0.5em; font-family: Raleway, Arial, sans-serif; font-size: 0.8333333333em; font-weight: normal; font-style: italic; color: #ffffff; background-color: transparent; border-radius: 0; text-transform: none; }
.footer-newsletter .mc4wp-form-fields input[type="email"]::-webkit-input-placeholder, .footer-newsletter .mc4wp-form-fields input[type="text"]::-webkit-input-placeholder { color: #ffffff; font-style: normal; font-weight: normal; }
.footer-newsletter .mc4wp-form-fields input[type="email"]:-moz-placeholder, .footer-newsletter .mc4wp-form-fields input[type="text"]:-moz-placeholder { color: #ffffff; font-style: normal; font-weight: normal; }
.footer-newsletter .mc4wp-form-fields input[type="email"]:-ms-input-placeholder, .footer-newsletter .mc4wp-form-fields input[type="text"]:-ms-input-placeholder { color: #ffffff; font-style: normal; font-weight: normal; }
.footer-newsletter .mc4wp-form-fields .submit { position: absolute; top: 50%; right: 0; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); color: #ffffff; background-color: transparent; z-index: 3; }
.footer-newsletter .mc4wp-form-fields .submit input[type="submit"] { opacity: 0; }
.footer-newsletter .mc4wp-form-fields .submit > i { position: absolute; top: 50%; right: 0; font-size: 1.5em; -webkit-transform: translate(0, -50%); -moz-transform: translate(0, -50%); -ms-transform: translate(0, -50%); -o-transform: translate(0, -50%); transform: translate(0, -50%); z-index: 2; }
.footer-mentions { text-align: right; }
.footer-mentions p { font-family: Raleway, Arial, sans-serif; font-weight: normal; font-size: 1em; color: #ffffff; margin: 0; }
.footer-mentions p > a { color: #ffffff; display: block; }
.footer-mentions p > a:hover { color: #98B8C8; }
.footer-mentions p > span { display: none; }
.footer-menu .nav { display: block; padding: 0; margin: 0; list-style: none; columns: 2; }
.footer-menu .nav .menu-item, .footer-menu .nav .page_item { list-style: none; font-family: Raleway, Arial, sans-serif; color: #ffffff; font-size: 1em; font-weight: normal; }
.footer-menu .nav .menu-item a, .footer-menu .nav .page_item a { color: inherit; }
.footer-menu .nav .menu-item a:hover, .footer-menu .nav .page_item a:hover { color: #98B8C8; }
.footer-links .btn + .btn, .footer-links input[type="submit"] + .btn, .footer-links input[type="button"] + .btn, .footer-links .btn + input[type="submit"], .footer-links input[type="submit"] + input[type="submit"], .footer-links input[type="button"] + input[type="submit"], .footer-links .btn + input[type="button"], .footer-links input[type="submit"] + input[type="button"], .footer-links input[type="button"] + input[type="button"] { margin: 5px 0; }
.footer-top-left { display: flex; flex-direction: column; justify-content: space-between; }

/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* Scroll to Top */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
.scrolltotop { position: fixed; display: block; }
.scrolltotop.visible { opacity: 1; }

/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* MailChimp Messages */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
.mc4wp-alert p { font-family: Raleway, Arial, sans-serif; font-weight: normal; font-size: 1em; color: #ffffff; }
.mc4wp-alert p a { color: inherit; text-decoration: underline; }
.mc4wp-alert.mc4wp-error p { color: #FF0000; }

/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* RESPONSIVE */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* DESKTOP : 1540px px */
/* ----------------------------------------------------- */
@media (max-width: 1540px) { .footer-horaires [class^="col"] { padding-left: 0; } }
/* ----------------------------------------------------- */
/* TABLETP : 1024px px */
/* ----------------------------------------------------- */
@media (max-width: 1024px) { .site-footer .title { font-size: 1.5em; }
  .site-footer p { font-size: 0.75rem; }
  .footer-logo p { font-size: 0.75rem; }
  .footer-networks ul { text-align: center; }
  .footer-newsletter { margin-top: 2em; }
  .footer-horaires { margin-bottom: 1em; }
  .footer-horaires [class^="col"] { padding: 0; }
  .footer-address { margin-bottom: 1em; }
  .footer-newsletter .mc4wp-form-fields input[type="email"], .footer-newsletter .mc4wp-form-fields input[type="text"] { padding-left: 0; }
  .footer-links a { font-size: 0.875rem; } }
/* ----------------------------------------------------- */
/* TABLET : 767px px */
/* ----------------------------------------------------- */
@media (max-width: 767px) { .footer-menu .nav { columns: 1; }
  .footer-links a { font-size: 0.875rem; } }
/* ----------------------------------------------------- */
/* TABLE : 649px px */
/* ----------------------------------------------------- */
@media (max-width: 649px) { .site-footer { padding: 1em 0; }
  .site-footer .title { font-size: 1.5em; }
  .footer-bottom { padding: 0; }
  .footer-address .tel { font-size: 1.25em; }
  .footer-address .link { margin: 3.125em 0; }
  .footer-address .link .btn, .footer-address .link input[type="submit"], .footer-address .link input[type="button"] { width: 100%; }
  .footer-menu { padding: 0; }
  .footer-menu .nav { text-align: left; }
  .footer-newsletter .mc4wp-form-fields input[type="email"], .footer-newsletter .mc4wp-form-fields input[type="text"] { padding-right: 2em; overflow: hidden; text-overflow: ellipsis; }
  .footer-mentions p { text-align: center; }
  .footer-mentions p > a { display: inline-block; vertical-align: middle; }
  .footer-mentions p > span { display: inline-block; vertical-align: middle; }
  .menu { order: 1; } }
/* ----------------------------------------------------- */
/* MOBILEP : 500px px */
/* ----------------------------------------------------- */
@media (max-width: 500px) { .site-footer .menu { display: none; }
  .site-footer .title { text-align: center; }
  .footer-top { padding: 0.25em 0; }
  .footer-logo { text-align: center; }
  .footer-mentions { text-align: center; }
  .footer-mentions .tel { font-size: 1.75em; }
  .footer-mentions .link { text-align: center; margin: 3.125em 0 0 0; }
  .footer-mentions .link .btn, .footer-mentions .link input[type="submit"], .footer-mentions .link input[type="button"] { width: auto; } }
.alignleft { float: left; margin-right: 1em; }

.aligncenter { text-align: center; }

.alignright { float: right; margin-left: 1em; }

figure { position: relative; display: block; margin: 0 1em 1em 0; max-width: 100%; height: auto; }
figure figcaption { position: absolute; bottom: 0; left: 0; color: #ffffff; font-size: 0.75em; padding: 1em; }

blockquote { padding: 1em; border: 1px solid #4F5B68; background: #F4F4F4; }

.site-main { padding: 1em 4.5vw 0 4.5vw; }

/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* RESPONSIVE */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* DESKTOP : 1540px px */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* TABLETP : 1024px px */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* TABLET : 767px px */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* TABLE : 649px px */
/* ----------------------------------------------------- */
@media (max-width: 649px) { figure { margin: 0; } }
/* ----------------------------------------------------- */
/* MOBILEP : 500px px */
/* ----------------------------------------------------- */
#map { width: 100%; }

.leaflet-left .leaflet-control { margin-top: 10px !important; }

.leaflet-bar a { background-color: #98B8C8 !important; color: #ffffff !important; }
.leaflet-bar a:hover { background-color: #4F5B68 !important; }

/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* CONTACT */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
section.form-map { position: relative; /* (pattern) */ }
section.form-map > div.container { position: relative; z-index: 2; }
section.form-map .pattern-left { position: absolute; z-index: 1; bottom: 10vh; left: 0; width: auto; height: 30vh; text-align: left; overflow: hidden; }
section.form-map .pattern-left #pattern-right-strokes { width: auto; height: 100%; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
section.form-map .pattern-left #pattern-right-strokes line { stroke: rgba(79, 113, 130, 0.5); stroke-width: 2px; stroke-dasharray: 60px; stroke-dashoffset: 60px; transition: all 1.4s cubic-bezier(0.12, 0.9, 0.79, 1); }
section.form-map.visible .pattern-left #pattern-left-strokes line { stroke-dashoffset: 0px; }
section.form-map .wpforms-submit-container { text-align: center; }

/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* RESPONSIVE */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* DESKTOP : 1540px px */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* TABLETP : 1024px px */
/* ----------------------------------------------------- */
@media (max-width: 1024px) { section.form-map .pattern-left { height: 50vh; }
  section.form-map .module { margin: 0; }
  section.form-map .left, section.form-map .right { padding: 0; } }
/* ----------------------------------------------------- */
/* TABLET : 767px px */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* TABLE : 649px px */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* MOBILEP : 500px px */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* POSTS.SCSS */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* PAGE NEWS */
/* ----------------------------------------------------- */
.page-news { background-color: #4F5B68; position: relative; overflow: hidden; /* SOLEIL */ }
.page-news .sun-bg { position: absolute; z-index: 1; bottom: 0; left: 0; -webkit-transform: translate(-50%, 40%); -moz-transform: translate(-50%, 40%); -ms-transform: translate(-50%, 40%); -o-transform: translate(-50%, 40%); transform: translate(-50%, 40%); }
.page-news .sun-bg svg { width: 590px; height: 590px; }
.page-news .sun-bg svg path { fill: rgba(228, 237, 241, 0.1); }

section.news-section { position: relative; z-index: 2; }
section.news-section .news-item-container { /* Flexbox */ /* ----------------------------------------------------- */ /* NO Flexbox */ /* ----------------------------------------------------- */ /* Items */ /* ----------------------------------------------------- */ }
html.flexbox section.news-section .news-item-container { display: flex; flex-flow: row wrap; justify-content: flex-start; align-items: stretch; }
html.flexbox section.news-section .news-item-container .news-item { flex-basis: 50%; flex-shrink: 0; display: flex; flex-direction: column; justify-content: space-between; }
html:not(.flexbox) section.news-section .news-item-container .news-item { display: inline-block; vertical-align: top; width: 50%; }
section.news-section .news-item-container .news-item { padding: 60px; /* Image */ /* Content */ /* LIen */ }
section.news-section .news-item-container .news-item .image { position: relative; width: 100%; height: 280px; overflow: hidden; border-bottom: 10px solid #98B8C8; padding: 35px; }
section.news-section .news-item-container .news-item .image img { position: absolute; left: 50%; top: 50%; width: 100%; height: auto; transform: translate(-50%, -50%); }
section.news-section .news-item-container .news-item .content { padding: 35px; }
section.news-section .news-item-container .news-item .content .date { font-family: Abhaya, Times, sans-serif; font-weight: bold; font-size: 0.9375em; color: #98B8C8; letter-spacing: 1.25em; padding-bottom: 40px; }
section.news-section .news-item-container .news-item .content .titre_news { font-family: Abhaya, Times, sans-serif; font-weight: bold; font-size: 1.375em; color: #4F5B68; text-transform: uppercase; }
section.news-section .news-item-container .news-item .content .titre_news a { color: #4F5B68; }
section.news-section .news-item-container .news-item .content .titre_news a:hover { color: #98B8C8; }
section.news-section .news-item-container .news-item .content .extrait { font-family: Raleway, Arial, sans-serif; font-weight: normal; font-size: 0.9375em; color: #98B8C8; }
section.news-section .news-item-container .news-item .content .extrait strong, section.news-section .news-item-container .news-item .content .extrait b { color: #4F5B68; }
section.news-section .news-item-container .news-item .link { padding: 35px; }

/* ----------------------------------------------------- */
/* THEMES */
/* ----------------------------------------------------- */
.theme { position: absolute; bottom: -15px; left: 0; background: #4F5B68; color: #ffffff; font-family: Raleway, Arial, sans-serif; text-transform: uppercase; font-weight: 500; padding: 6px 0px; z-index: 2; height: 30px; }
.theme .triangle { position: absolute; top: 0; right: -15px; width: 0; height: 0; border-style: solid; border-width: 15px 0 15px 15px; border-color: transparent transparent transparent #4F5B68; }
.theme span { padding: 6px 20px; }

/* ----------------------------------------------------- */
/* ACTUS */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* ACTUALITES SUR LA HOMEPAGE */
/* ----------------------------------------------------- */
html.flexbox .actualites-container { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-end; align-items: stretch; }
html.flexbox .actualites-container .container_actu { margin: 0; }
html.flexbox .actualites-container .container_actu .bloc_item_actu { height: 100%; }
html.flexbox .actualites-container .container_actu .bloc_item_actu figure { height: 100%; }

/* ----------------------------------------------------- */
/* ACTUALITES DANS LA PAGE ACTUALITES */
/* ----------------------------------------------------- */
html.flexbox .page_actualites, html.flexbox .page_search { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: flex-start; align-items: stretch; }
.page_actualites.container_actu, .page_search.container_actu { margin: 0; }
.page_actualites.container_actu .bloc_item_actu, .page_search.container_actu .bloc_item_actu { flex-basis: 47%; width: 50%; }
.page_actualites.container_actu .bloc_item_actu .item_actu, .page_search.container_actu .bloc_item_actu .item_actu { height: 100%; }

/* ----------------------------------------------------- */
/* TYPOLOGIES */
/* ----------------------------------------------------- */
.typologies-results { position: relative; overflow: hidden; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-around; align-items: stretch; }
.typologies-results .typologie-result { flex-basis: 24%; }
.typologies-results .typologie-result .post-image { width: 100%; position: relative; height: 208px; overflow: hidden; }
.typologies-results .typologie-result .post-image img { position: absolute; width: 100%; height: auto; top: 50%; transform: translate(0, -50%); }
.typologies-results .typologie-result .title { margin: 1em 0px; min-height: 76px; }
.typologies-results .typologie-result .post-link { text-align: right; margin: 1em 0px; }

/* ----------------------------------------------------- */
/* ----------------------------------------------------- */
/* EVENTS */
/* ----------------------------------------------------- */
/* ----------------------------------------------------- */

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