@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital@0;1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,600;1,600&display=swap");
@font-face {
font-family: 'ITC Stone Serif Std';
src: url(//www.buralgestion.fr/wp-content/themes/buralgestion/fonts/StoneSerifStd-Medium.woff2) format('woff2'),
url(//www.buralgestion.fr/wp-content/themes/buralgestion/fonts/StoneSerifStd-Medium.woff) format('woff');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'ITC Stone Serif Std';
src: url(//www.buralgestion.fr/wp-content/themes/buralgestion/fonts/StoneSerifStd-Bold.woff2) format('woff2'),
url(//www.buralgestion.fr/wp-content/themes/buralgestion/fonts/StoneSerifStd-Bold.woff) format('woff');
font-weight: 600;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'GravurCondensed';
src: url(//www.buralgestion.fr/wp-content/themes/buralgestion/fonts/GravurCondensed-Thin.woff2) format('woff2'),
url(//www.buralgestion.fr/wp-content/themes/buralgestion/fonts/GravurCondensed-Thin.woff) format('woff');
font-weight: 300;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'GravurCondensed';
src: url(//www.buralgestion.fr/wp-content/themes/buralgestion/fonts/GravurCondensed-Regular.woff2) format('woff2'),
url(//www.buralgestion.fr/wp-content/themes/buralgestion/fonts/GravurCondensed-Regular.woff) format('woff');
font-weight: 400;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: 'GravurCondensed';
src: url(//www.buralgestion.fr/wp-content/themes/buralgestion/fonts/GravurCondensed-Bold.woff2) format('woff2'),
url(//www.buralgestion.fr/wp-content/themes/buralgestion/fonts/GravurCondensed-Bold.woff) format('woff');
font-weight: 600;
font-style: normal;
font-display: swap;
} body {
margin: 0;
font-family: "Montserrat", serif;
font-weight: 400;
line-height: 1.6;
color: var(--bg_noir);
background-color: var(--bg_blanc);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
#wrapper {
width: 100%;
overflow: hidden;
}
a, a:hover {
color: initial;
text-decoration: none;
-webkit-transition: all .3s;  
-o-transition: all .3s;  
transition: all .3s;
}
#zonetxt a, .zonetxt a,
#ztxt a, .ztxt a {
color: var(--bg_rouge);
text-decoration: underline;
font-weight: 600;
}
#zonetxt a:hover, .zonetxt a:hover,
#ztxt a:hover, .ztxt a:hover {
color: var(--bg_rouge);
text-decoration: none;
}
a:not([href]):not([tabindex]) {
cursor: pointer;
}
*
*:focus,
*:active {
outline: none !important;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
p, h1, h2, h3, h4, li {
-webkit-user-select: text !important;
-moz-user-select: text !important;
-ms-user-select: text !important;
user-select: text !important;
}
p,
#zonetxt img {margin-bottom: 15px;}
[class*="col-"] p:last-child,
.zonetxt *:last-child {margin-bottom: 0;}
b, strong {font-weight: 600;}
h1, h2, h3,
h4, h5, h6 {
font-family: 'ITC Stone Serif Std';
line-height: 1.2;
color: var(--bg_bleu);  
font-weight: 400;
margin-top: 0;
margin-bottom: 15px;
}
h1 b, h1 strong,
h2 b, h2 strong,
h3 b, h3 strong,
h4 b, h4 strong {
font-weight: 600;
}
ul {-webkit-padding-start: 15px;padding-inline-start: 15px;}
img { 
max-width: 100%;
-webkit-user-drag: none; 
-khtml-user-drag: none; 
-moz-user-drag: none; 
-o-user-drag: none; 
user-drag: none; 
}
blockquote {
display: block;
margin: 0;
margin-top: 25px;
margin-bottom: 25px;
background: transparent;
border: 1.5px solid var(--bg_bleu);
color: var(--bg_bleu);
border-radius: 40px;
padding: 20px 30px;
}
.grecaptcha-badge {
display: none !important;
visibility: hidden !important;
} .col-5col {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
width: 100%;
float: left;
}
@media (min-width: 768px) {
.col-5col {width: 50%;float: left;}
}
@media (min-width: 992px) {
.col-5col {width: 25%;float: left;}
}
@media (min-width: 1200px) {
.col-5col {width: 20%;float: left;}
} .container-fluid {padding: 0 10%;}
.container-fluid.init {padding: 0;}
.container-fluid {
max-width: 2500px;
}
.container {
max-width: 1300px;
padding-left: 30px;
padding-right: 30px;
} 
@media (max-width: 2300px) {
.container-fluid { padding: 0 100px; }
}
@media (max-width: 1500px) {
.container-fluid { padding: 0 70px; }
}
@media (max-width: 1199px) {
.container { padding: 0 5%; }
}
@media (max-width: 991px) {
.container-fluid { padding: 0 30px; }
} :root {
--bg_blanc:       #FFFFFF;
--bg_noir:        #636363;  
--bg_gris:        #F4F4F4;
--bg_grisfonce:   #818181;
--bg_bleu:        #00446B;
--bg_bleufonce:   #003553;
--bg_rouge:       #E30613;
}
::-moz-selection {background-color: #F1F1F1;}
::selection {background-color: #F1F1F1;} :root {
--spacingsmall:            70px;
--spacing:                140px;
--hauteurnav:             150px;
--hauteurnavssmenu:       218px;
} .wordpress-gdpr-popup {
z-index: 999 !important;
}
.wordpress-gdpr-popup-small {
width: 210px;
}
.wordpress-gdpr-popup p {
font-size: 10px;
line-height: 1.2;
}
.wordpress-gdpr-popup-actions {
margin-top: 10px;
}
.wordpress-gdpr-popup-agree,
.wordpress-gdpr-popup-decline {
font-size: 15px;
padding: 10px 15px;
float: none;
text-align: center;
display: block;
line-height: 20px;
height: 42px !important;
}
.wordpress-gdpr-popup-close {
top: -10px;
right: -10px;
width: 20px;
height: 20px;
}
a.wordpress-gdpr-popup-decline,
.wordpress-gdpr-popup-decline.wordpress-gdpr-privacy-settings-popup-services-decline-all {
border: 1px solid var(--bg_rouge);
}
.wordpress-gdpr-popup-actions-links a {
font-size: 10px;
line-height: 12px;
text-align: center;
display: block;
}
.wordpress-gdpr-privacy-settings-popup-services-container {
border: none;
}
.wordpress-gdpr-privacy-settings-popup-services-buttons .gdpr-clear {
display: none;
}
.wordpress-gdpr-privacy-settings-popup-services-buttons div {
margin-top: 10px;
}
.wordpress-gdpr-privacy-settings-popup-services-decline-all,
.wordpress-gdpr-privacy-settings-popup-services-accept-all {
height: 42px !important;
line-height: 20px !important;
}
.wordpress-gdpr-privacy-settings-popup-services-buttons .btn {
border-radius: 0;
font-weight: 600;
}  #scrollTop {
position: fixed;
z-index: 1000;
cursor: pointer;
right: 5px;
bottom: 20px;
opacity: 0;
visibility: hidden;
width: 30px;
height: 30px;
background: var(--bg_rouge);
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
#scrollTop i {
font-size: 9px;
color: var(--bg_blanc);
line-height: 30px;
}
@media (min-width: 768px) {
#scrollTop.show {
opacity: 1;
visibility: visible;
}
}  body {font-size: 16px;}
h1,.h1 {font-size: 36px;}
h2,.h2 {font-size: 26px;}
h3,.h3 {font-size: 22px;}
h4,.h4 {font-size: 18px;}
@media (max-width: 1370px) {
body {font-size: 16px;}
h1,.h1 {font-size: 34px;}
h2,.h2 {font-size: 24px;}
h3,.h3 {font-size: 20px;}
h4,.h4 {font-size: 17px;}
}
@media (max-width: 1199px) {
h1,.h1 {font-size: 30px;}
}
@media (max-width: 767px) {
body {font-size: 14px;}
h1,.h1 {font-size: 27px;}
h2,.h2 {font-size: 22px;}
h3,.h3 {font-size: 18px;}
h4,.h4 {font-size: 16px;}
h1, h2, h3,
h4, h5, h6 {
margin-bottom: 10px;
}
} h5, h5 a {
display: inline-block;
}
h5 a {
font-size: 22px;
font-weight: 400 !important;
font-family: 'GravurCondensed';
text-transform: uppercase;
text-decoration: none !important;
color: var(--bg_blanc) !important;
background: var(--bg_bleu);
border: 1.5px solid var(--bg_bleu);
margin-top: 15px;
margin-bottom: 0;
padding: 15px 25px;
border-radius: 30px;
cursor: pointer;
}
h5 a:hover {
color: var(--bg_bleu) !important;
background: var(--bg_blanc);
}
h5 a:before {
content: "\e901";
font-family: 'Buralgestion';
position: relative;
top: 2px;
margin-right: 15px;
display: inline-block;
-webkit-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
}
h5 a:hover:before {
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
h5 a.white, h5 a.bleu,
.bgbleu .zonetxt:not(.init) h5 a,
.bgrouge .zonetxt:not(.init) h5 a {
color: var(--bg_blanc) !important;
border-color: var(--bg_blanc) !important;
background: transparent;
}
h5 a.white:hover,
.bgrouge .zonetxt:not(.init) h5 a:hover{
background: var(--bg_blanc) !important;
color: var(--bg_rouge) !important;
}
.zonetxt:not(.init) h5 a.bleu:hover {
background: var(--bg_blanc) !important;
color: var(--bg_bleu) !important;
}
.bgbleu .zonetxt:not(.init) h5 a:hover {
background: var(--bg_blanc) !important;
color: var(--bg_bleu) !important;
}
h5 a.red {
border-color: var(--bg_rouge) !important;
background: var(--bg_rouge);
}
h5 a.red:hover {
background: var(--bg_blanc) !important;
color: var(--bg_rouge) !important;
} #entrance {
margin-bottom: calc(var(--spacing) / 1.5);
}
#end {
margin-top: calc(var(--spacing) / 1.5);
}
#entrance:not(.left) p,
#end:not(.left) p {
max-width: 900px;
display: block;
margin: 0 auto;
}
#entrance,
#end {
text-align: center;
}
#entrance.left,
#end.left {
text-align: left;
}
#end h1 {
margin-bottom: 0 !important;
} .bgbleu {
background: var(--bg_bleu) !important;
}
.bgrouge {
background: var(--bg_rouge) !important;
}
.bggris {
background: var(--bg_gris) !important;
} .bgbleu .zonetxt:not(.init) *:not(h5, h5 a),
.bgrouge .zonetxt:not(.init) *:not(h5, h5 a) {
color: var(--bg_blanc);
} .zonetxt ul {
list-style-type: none;
padding: 0;
}
.zonetxt ul li {
position: relative;
padding-left: 30px;
}
.zonetxt ul li:before {
content: "\e901";
font-family: 'Buralgestion';
position: absolute;
left: 0;
} #navigation {
position: absolute;
z-index: 1000;
width: 100%;
overflow: hidden;
} #navigation #topbar {
background: var(--bg_gris);
padding-left: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#navigation #topbar a {
color: var(--bg_grisfonce);
font-size: 17px;
text-transform: uppercase;
margin-right: 60px;
font-family: 'GravurCondensed';
-webkit-transition: color .3s;
-o-transition: color .3s;
transition: color .3s;
}
#navigation #topbar a i {
margin-right: 10px;
}
#navigation #topbar a:last-child {
margin-right: 0;
}
#navigation #topbar #topbarbtn,
#navigation #navbtn {
background: var(--bg_bleu);
color: var(--bg_blanc);
width: 220px;
min-height: 50px;
font-size: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
} #navigation .zonenav {
background: var(--bg_blanc);
font-family: 'GravurCondensed';
}
#navigation nav.navbar {
padding: 0 30px;
padding-right: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
} .navbar-brand {
padding: 0;
margin: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
#navigation svg#logo_big {
width: 230px;
}
#navigation.fixed svg#logo_big,
#navigation:not(.fixed) svg#logo_small {
display: none;
}
#navigation svg#logo_small {
width: 55px;
} #navigation svg#logo_big .cls-1 {
fill: var(--bg_bleu);
}
#navigation svg#logo_big .cls-2,
#navigation svg#logo_small .cls-2 {
fill: var(--bg_rouge);
}
#navigation svg#logo_small .cls-1 {
fill: var(--bg_blanc);
}
#navigation svg#logo_small:hover .cls-2 {
fill: var(--bg_bleu);
} #navigation .navbar-collapse {
-webkit-box-flex: initial;
-ms-flex-positive: initial;
flex-grow: initial;
}
#navigation ul.navbar-nav {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
}
#navigation ul.navbar-nav .nav-item .nav-link,
#navigation #navbtn {
text-transform: uppercase;
font-size: 20px;
line-height: 1;
color: var(--bg_bleu);
padding: 0 30px;
position: relative;
height: 100px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition: color .3s;
-o-transition: color .3s;
transition: color .3s;
}
#navigation #navbtn {
background: var(--bg_rouge);
color: var(--bg_blanc);
margin-left: 25px;
}
#navigation ul.navbar-nav .nav-item .nav-link:not(.dropdown-toggle):hover,
#navigation ul.navbar-nav .nav-item .nav-link.active,
#navigation ul.navbar-nav .nav-item .dropdown-item:hover {
color: var(--bg_rouge);
}
@media (max-width: 1370px) {
#navigation ul.navbar-nav .nav-item .nav-link {
padding: 0 25px;
}
} #navigation .dropdown-toggle::after {
content: "\e906";
font-family: 'Buralgestion';
border: none;
color: var(--bg_gris);
width: auto;
height: auto;
vertical-align: initial;
-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
#navigation .dropdown-menu {
position: absolute;
top: 90px;
left: auto;
z-index: 1000;
margin: 0;
margin-left: 30px;
display: none;
padding: 30px;
list-style: none;
background-color: var(--bg_blanc);
border: none;
border-radius: 0 0 20px 20px;
}
#navigation .mega-dropdown {
position: unset;
}
#navigation .mega-dropdown-menu ul {
list-style: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#navigation .dropdown-menu img {
width: 315px;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#navigation .dropdown-item {
display: block;
width: 100%;
padding: 10px 0;
clear: both;
font-size: 17px;
font-weight: 500;
color: var(--bg_bleu);
text-align: inherit;
white-space: nowrap;
background-color: transparent;
border: 0;
}
@media(min-width: 1200px) {
#navigation .dropdown .dropdown-menu {
display: block;
visibility: hidden;
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
-webkit-transition: all .3s ease-in;
-o-transition: all .3s ease-in;
transition: all .3s ease-in 
}
#navigation .dropdown:hover>.dropdown-menu {
visibility: visible;
opacity: 1;
-webkit-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
opacity: 1;
visibility: visible;
}
#navigation .dropdown-submenu:hover .dropdown-menu {
visibility: visible;
opacity: 1;
-webkit-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
opacity: 1;
visibility: visible;
}
} #navigation .navbar-toggler {
padding: 0;
position: relative;
}
#navigation .navbar-toggler .icon-bar {
width: 40px;
height: 3px;
background-color: var(--bg_bleu);
display: block;
-webkit-transition: all 0.2s;
-o-transition: all 0.2s;
transition: all 0.2s;
margin-top: 7px;
}
#navigation .navbar-toggler .top-bar {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transform-origin: 20% 190%;
-ms-transform-origin: 20% 190%;
transform-origin: 20% 190%;
}
#navigation .navbar-toggler .middle-bar {
opacity: 0;
}
.navbar-toggler .bottom-bar {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transform-origin: 15% -80%;
-ms-transform-origin: 15% -80%;
transform-origin: 15% -80%;
}
#navigation .navbar-toggler.collapsed .top-bar {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
}
#navigation .navbar-toggler.collapsed .middle-bar {
opacity: 1;
}
#navigation .navbar-toggler.collapsed .bottom-bar {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
} @-webkit-keyframes menu_sticky {
0% {
margin-top: -75px;
opacity: 0;
}
50% {
margin-top: -64px;
opacity: 0;
}
100% {
margin-top: 0;
opacity: 1;
}
}
@keyframes menu_sticky {
0% {
margin-top: -75px;
opacity: 0;
}
50% {
margin-top: -64px;
opacity: 0;
}
100% {
margin-top: 0;
opacity: 1;
}
}
#navigation.fixed {
background: var(--bg_blanc);
position: fixed;
z-index: 999;
top: 0;
left: 0;
width: 100%;
-webkit-animation: menu_sticky 1s ease-in-out;
animation: menu_sticky 1s ease-in-out;
}
#navigation.fixed #navbtn,
#navigation.fixed ul.navbar-nav .nav-item .nav-link {
height: 70px;
}
#navigation.fixed .dropdown-menu {
top: 77px;
}
#navigation.fixed nav.navbar {
width: 100%;
-ms-flex-flow: wrap;
flex-flow: wrap;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
border-radius: 0;
} @media (min-width: 1301px){
.navbar-expand-custom {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.navbar-expand-custom .navbar-nav {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.navbar-expand-custom .dropdown-menu {
position: absolute;
}
.navbar-expand-custom .nav-link {
padding-right: .5rem;
padding-left: .5rem;
}
.navbar-expand-custom > .container {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.navbar-expand-custom .navbar-collapse {
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.navbar-expand-custom .navbar-toggler {
display: none;
}
}
@media (max-width: 1300px) {
#navigation #topbar {
text-align: center;
}
#navigation #topbar a {
font-size: 15px;
}
#navigation nav.navbar {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-flow: wrap;
flex-flow: wrap;
padding: 15px 30px;
border-radius: 0;
}
#navigation ul.navbar-nav {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-padding-start: 0;
padding-inline-start: 0;
padding-top: 30px;
}
#navigation ul.navbar-nav .nav-item .nav-link {
padding: 15px 0 !important;
font-size: 18px;
height: auto !important;
}
#navigation #navbtn {
margin: 0 !important;
margin-top: 10px !important;
height: auto;
width: 100% !important;
}
#navigation .dropdown-menu.show {
display: block;
}
#navigation .dropdown-menu {
position: initial;
padding: 0 0 30px;
margin: 0;
}
}
@media (max-width: 800px) {
#navigation #topbar a:before {
margin: 0 20px;    
}
}
@media (max-width: 640px) {
#navigation #topbar .inside {
padding: 0;
}
#navigation #topbar a {
font-size: 13px;
-webkit-transition: none;
-o-transition: none;
transition: none;
}
#navigation #topbar a:before {
margin: 0 10px;    
}
#navigation .dropdown-menu img {
width: 200px;
}
}
@media (max-width: 500px) {
#navigation .dropdown-menu .zoneimg {
display: none;
}
#navigation #topbar a:nth-child(3),
#navigation #topbar a:nth-child(5) {
display: none;
}
#navigation #topbar a:before {
display: none;
}
#navigation #topbar .inside {
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
width: 100%;
}
}  #index_z1 {
position: relative;
width: 100%;
height: 100vh;
min-height: 1000px;
max-height: 1200px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
} #index_z1 .diapofull {
position: absolute;
z-index: -1;
width: 100%;
height: 100%;
}
#index_z1 img {
position: absolute;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
} #index_z1 .title {
padding-top: 280px;
}
#index_z1 .title h1 span {
background-color: var(--bg_bleu);
color: var(--bg_blanc);
padding: 20px;
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
font-size: 45px;
line-height: 70px;
} #index_z1 .diapocases {
width: 100%;
}
#index_z1 .diapocases .categorie {
background: var(--bg_bleu);
-webkit-transition: all .3s;  
-o-transition: all .3s;  
transition: all .3s;
}
#index_z1 .diapocases a:hover .categorie {
background: var(--bg_rouge);
}
#index_z1 .diapocases .categorie h4 {
color: var(--bg_blanc);
font-family: 'GravurCondensed';
font-weight: 400;
text-align: center;
text-transform: uppercase;
margin: 0;
padding: 10px 10px 5px;
}
#index_z1 .diapocases .zonetxt {
background: var(--bg_blanc);
padding: 40px 10px;
text-align: center;
}
#index_z1 .swiper-pagination {
position: initial;
background: var(--bg_rouge);
border-radius: 30px;
width: auto;
display: table;
padding: 10px 20px;
margin: 35px auto;
}
.swiper-pagination-bullet {
background: var(--bg_blanc);
width: 12px;
height: 12px;
margin: 0 5px !important;
} #index_z2 {
padding-top: var(--spacing);
padding-bottom: var(--spacing);
background: var(--bg_gris);
position: relative;
} #index_z2 #encarts {
padding-top: var(--spacing);
}
#index_z2 #encarts .inside {
position: relative;
background: var(--bg_blanc);
padding: 50px;
text-align: center;
display: block;
height: 100%;
}
#index_z2 #encarts .inside * {
-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
#index_z2 #encarts .zonetxt svg * {
-webkit-transition: none;
-o-transition: none;
transition: none;
}
#index_z2 #encarts .zonetxt {
position: relative;
z-index: 1;
}
#index_z2 #encarts .zonetxt svg {
width: 115px;
margin-bottom: 20px;
fill: var(--bg_bleu); 
}
#index_z2 #encarts .inside .overlay {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
opacity: 0;
background: var(--bg_rouge);
}
#index_z2 #encarts .inside .overlay img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
opacity: .3;
}
#index_z2 #encarts .inside .arrow {
position: absolute;
right: 0;
bottom: 0;
width: 40px;
height: 40px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background: var(--bg_rouge);
font-size: 18px;
}
#index_z2 #encarts .inside .arrow i {
color: var(--bg_blanc); 
}
#index_z2 #encarts .inside:hover svg {
fill: var(--bg_blanc); 
}
#index_z2 #encarts .inside:hover .zonetxt * {
color: var(--bg_blanc); 
}
#index_z2 #encarts .inside:hover .overlay {
opacity: 1;
}
#index_z2 #encarts .inside:hover .arrow {
background: var(--bg_blanc); 
}
#index_z2 #encarts .inside:hover .arrow i {
color: var(--bg_rouge); 
} #index_z3 {
padding-top: var(--spacing);
padding-bottom: var(--spacing);
}
#index_z3 #entrance {
padding-bottom: var(--spacing);
margin: 0;
}
#index_z3 #cases {
}
#index_z3 #cases .zoneimg {
width: 100%;
height: 700px;
}
#index_z3 #cases .zoneimg img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}
#index_z3 #cases .zonetxt {
padding: 50px;
background: var(--bg_gris);
}
#index_z3 #cases .zonetxt .bloc {
padding: 30px 0;
}
#index_z3 #cases .zonetxt .bloc h1 {
font-family: 'GravurCondensed';
font-weight: 300;
font-size: 60px;
margin-bottom: 0;
}
#index_z3 #cases .nb1 {
margin-top: 400px;
}
#index_z3 #cases .nb2 {
margin-top: 150px;
}
#index_z3 #cases .nb3 {
} #bloc_TEXTEDIAPO.index_z4 {
position: relative;
} #index_z5 {
background: var(--bg_bleu);
padding-top: var(--spacing);
padding-bottom: var(--spacing);
}
#index_z5 #entrance .zonetxt *:not(h5, h5 a),
#index_z6 #entrance .zonetxt *:not(h5, h5 a) {
color: var(--bg_blanc);
}
#index_z5 #entrance {
margin-bottom: 0;
} #index_z5 #cases {
padding: 70px 0 55px;
}
#index_z5 #cases div[class^='col']{
margin: 15px 0;
}
#index_z5 #cases .inside {
position: relative;
width: 100%;
height: 100%;
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
#index_z5 #cases .inside .zoneimg {
position: relative;
width: 100%;
height: 220px;
overflow: hidden;
}
#index_z5 #cases .inside .zoneimg .tag {
position: absolute;
z-index: 1;
left: 20px;
top: 20px;
font-family: 'GravurCondensed';
text-transform: uppercase;
background: var(--bg_blanc);
color: var(--bg_bleu);
font-size: 14px;
padding: 5px 10px 0;
border-radius: 30px;
}
#index_z5 #cases .inside .zoneimg img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
#index_z5 #cases .inside .zonetxt {
position: relative;
background: var(--bg_blanc);   
-webkit-transition: all .5s;   
-o-transition: all .5s;   
transition: all .5s;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
padding: 30px;
}
#index_z5 #cases .inside .zonetxt:before {
content: "\e90b";
font-family: "Buralgestion";
position: absolute;
top: -15px;
right: 15px;
width: 35px;
height: 35px;
border-radius: 50%;
background: var(--bg_bleu);
color: var(--bg_blanc);
font-size: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}
#index_z5 #cases .inside .zonetxt h3 {
-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
#index_z5 #cases .inside:hover .zoneimg img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
#index_z5 #cases .inside:hover .zonetxt {
background: var(--bg_rouge);
}
#index_z5 #cases .inside:hover .zonetxt:before {
background: var(--bg_rouge);
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
#index_z5 #cases .inside:hover .zonetxt h3 {
color: var(--bg_blanc);   
} #index_z5 #termlist {
padding-top: 70px;
}
#index_z5 #termlist h3 {
color: var(--bg_blanc); 
margin-bottom: 30px;
}
#index_z5 #termlist h3:before {
content: "\e90d";
font-family: "Buralgestion";
margin-right: 10px;  
}
#index_z5 #termlist .tags a, 
.filter-dropdown select#filter-select {
font-family: 'GravurCondensed';
text-transform: uppercase;
background: var(--bg_bleu);
border: 1.5px solid var(--bg_blanc);
color: var(--bg_blanc);
border-radius: 30px;
padding: 5px 10px 0;
display: inline-block;
margin: 5px 10px 5px 0;
font-size: 20px;
line-height: 1.3;
font-weight: 400;
text-decoration: none;
}
.filter-dropdown select#filter-select {
padding: 15px 20px 10px !important;
width: 100%;
appearance: none;
position: relative;
}
.filter-dropdown {
position: relative;
}
.filter-dropdown:after {
content: "\e906";
font-family: "Buralgestion";
position: absolute;
font-size: 10px;
right: 15px;
top: 50%;
transform: translateY(-50%);
color: var(--bg_blanc);
}
#index_z5 #termlist .tags a:hover {
background: var(--bg_blanc);
color: var(--bg_bleu);
}
#index_z5 #termlist .tags a.active {
background: var(--bg_rouge) !important;
border-color: var(--bg_rouge) !important;
color: var(--bg_blanc) !important;
} #index_z6 {
background: var(--bg_bleufonce);
padding-top: var(--spacing);
padding-bottom: var(--spacing);
}
#slidertem .controls {
width: 50px;
height: 50px;
border-radius: 50%;
background: var(--bg_rouge);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
cursor: pointer;
-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
#slidertem .controls i {
font-size: 20px;
color: var(--bg_blanc);
-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
#slidertem .controls.swiper-button-disabled {
opacity: 0;
}
#slidertem .controls:hover {
background: var(--bg_blanc);
}
#slidertem .controls:hover i {
color: var(--bg_rouge);
}
#slidertem .inside {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 20px 0;
}
#slidertem .inside img {
width: 100px;   
height: 100px;
border-radius: 50%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}
#slidertem .zonetxt {
padding-left: 50px; 
padding-right: 50px;
}
#slidertem .zonetxt * {
color: var(--bg_blanc);
}
#slidertem .zonetxt p:last-of-type {
margin-bottom: 25px;
}
#slidertem .zonetxt span {
margin-right: 30px;
font-family: 'GravurCondensed';
text-transform: uppercase;
}
#slidertem .zonetxt span:before {
margin-right: 10px;
}
#slidertem .zonetxt span.name:before {
content: "\e90f";
font-family: "Buralgestion";
}
#slidertem .zonetxt span.place:before {
content: "\e910";
font-family: "Buralgestion"; 
}
#slidertem .swiper-pagination {
position: initial;
background: var(--bg_rouge);
border-radius: 30px;
width: auto;
display: none;
padding: 10px 20px;
margin: var(--spacingsmall) auto 0;
}
#slidertem .swiper-pagination-bullet {
background: var(--bg_blanc);
width: 12px;
height: 12px;
margin: 0 5px !important;
} #toparea {
position: absolute;
z-index: 50;
top: 150px;
}
#toparea.fixed {
position: fixed;
z-index: 900;
top: 120px;
-webkit-animation: menu_sticky 1s ease-in-out;
animation: menu_sticky 1s ease-in-out;
}
#toparea .dropdown {
}
#toparea .menu_topbar {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background: var(--bg_bleu);
width: 100vw;
margin: 0;
padding: 0;
border: none;
border-radius: 0;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
#toparea .menu_topbar a {
background: var(--bg_bleu);
padding: 20px;
margin: 0 25px;
font-size: 18px;
font-family: 'GravurCondensed';
text-transform: uppercase;
text-align: center;
cursor: pointer !important;
width: auto;
}
#toparea .menu_topbar a {
color: var(--bg_blanc);
}
#toparea .menu_topbar a.active {
background: var(--bg_rouge) !important;
} #toparea button#ssmenu {
display: none;
font-family: 'ITC Stone Serif Std';
line-height: 1.2;
font-size: 18px;
}
#toparea button#ssmenu {
background: var(--bg_bleu);
color: var(--bg_blanc);
border: none;
padding: 20px 0;
font-size: 16px;
width: 100vw;
height: 70px;
}
#toparea button#ssmenu:after {
display: none !important;
}
#toparea button#ssmenu .round {
display: inline-block;
margin-left: 10px;
background: var(--bg_rouge);
border: none;
width: 20px;
height: 20px;
border-radius: 50%;
-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
vertical-align: 0;
}
#toparea button#ssmenu[aria-expanded="true"] .round {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
#toparea button#ssmenu .round i {
font-size: 6px;
}
@media (max-width: 1250px) {
#toparea button#ssmenu {
display: block;
}
#toparea .dropdown-menu.nav {
display: none !important;
}
#toparea .dropdown-menu.show {
display: block !important;
}
#toparea .menu_topbar a {
background: var(--bg_bleu) !important;
border-bottom: 1px solid #13425f;
padding: 10px 0;
font-size: 16px;
width: 100%;
height: auto;
display: block;
text-align: center;
position: relative;
}
#toparea .menu_topbar a {
color: var(--bg_blanc);
margin: 0;
padding: 8px 0;
}
} #page5_z1 {
background: var(--bg_bleu);
margin-top: var(--hauteurnav);
padding-top: var(--spacingsmall);
padding-bottom: var(--spacingsmall);
text-align: center;
}
#page5_z1 .zonetxt * {
color: var(--bg_blanc);
}
#page5_z1 #groupbtn {
padding-top: 20px;
}
#page5_z1 #groupbtn button {
font-family: 'GravurCondensed';
text-transform: uppercase;
border: 1.5px solid var(--bg_blanc);
background: var(--bg_bleu);
color: var(--bg_blanc);
border-radius: 30px;
padding: 5px 15px 0;
display: inline-block;
margin: 8px;
font-size: 20px;
cursor: pointer;
text-decoration: none;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
#page5_z1 #groupbtn button.active {
background: var(--bg_rouge) !important;
border-color: var(--bg_rouge) !important;
color: var(--bg_blanc) !important;
}
#page5_z1 #groupbtn button:hover {
background: var(--bg_blanc);
border-color: var(--bg_blanc);
color: var(--bg_bleu);
} #page5_z2 {
padding-top: var(--spacing);
padding-bottom: var(--spacing);
} #index_z5.page6_z1 {
margin-top: var(--hauteurnav);
padding-top: var(--spacingsmall);
padding-bottom: var(--spacingsmall);
}
#index_z5.page6_z1 #entrance {
margin: 0;
}
#index_z5.page6_z1 #termlist {
padding-top: 30px;
text-align: center;
}
#index_z5.page6_z1 #cases {
padding: var(--spacingsmall) 0;
} .pagination-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.pagination ul {
padding: 0;
}
.page-numbers li {
position: relative;
float: left;
color: var(--bg_blanc) !important;
font-size: 20px;
list-style-type: none !important;
padding: 0 !important;
}
.page-numbers li:before {
display: none;
}
.page-numbers a,.page-numbers span {
color: var(--bg_blanc) !important;
border: none !important;
padding: 15px 30px !important;
font-family: 'GravurCondensed';
font-weight: 400;
text-decoration: none;
text-transform: uppercase;
font-size: 25px;
}
.page-numbers a:hover {
background-color:none;
cursor:pointer
}
.page-numbers span.current {
color: var(--bg_blanc) !important;
cursor: default;
background-color: var(--bg_rouge);
border-color: var(--bg_rouge) !important;
} #pagecontact {
background: var(--bg_bleu);
padding-top: var(--hauteurnav);
}
#pagecontact .container-fluid {
padding: 0;
max-width: 100%;
} #pagecontact #maps {
width: 100%;
height: 100%;
} #pagecontact .inside {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
height: 100%;
padding: 10% 15%;
}
#pagecontact .zonetxt {
text-align: center;
}
#pagecontact .zonetxt * {
color: var(--bg_blanc);
}
#pagecontact .zoneform {
margin: 50px 0;
}
#pagecontact .coord {
text-align: center;
}
#pagecontact .coord a {
color: var(--bg_blanc);
}
#pagecontact .social {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 15px;
}
#pagecontact .social svg {
fill: var(--bg_blanc);
}
#pagecontact .social a:hover svg {
fill: var(--bg_rouge);
} .bloc_MAPS {
padding: 0;
}
.bloc_MAPS #maps {
width: 100%;
height: 500px;
background: var(--bg_gris);
}
#maps .marker {
background-image: url(//www.buralgestion.fr/wp-content/themes/buralgestion/images/pointer.svg);
background-size: contain !important;
background-repeat: no-repeat !important;
background-position: center !important;
width: 80px !important;
height: 100px !important;
} footer.pagecontact {
padding: 100px 0;
}
footer.pagecontact #nb1,
footer.pagecontact #nb2 {
display: none;
}
footer.pagecontact #nb3 {
padding-top: 0;
} .wpcf7 {
position: relative;
padding-bottom: 40px;
}
.wpcf7 div[class^='col'] {
padding: 2px 5px; 
}
.wpcf7 small {
color: var(--bg_blanc);
font-size: 12px;
}
.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea,
.wpcf7-form-control-wrap select {
width: 100%;
padding: 12px 20px;
margin: 5px 0;
border: 1.3px solid var(--bg_blanc);
color: var(--bg_blanc);
border-radius: 25px;
background: transparent;
}
.wpcf7-form-control-wrap select {
background: var(--bg_blanc);
color: var(--bg_bleu);
font-weight: 600;
-moz-appearance: none;
appearance: none;
-webkit-appearance: none;
}
.wpcf7 h3 {
color: var(--bg_blanc);
display: block;
margin: 0;
}
.box {
position: relative;
}
.wpcf7 .box:after {
content: '\e906';
font-family: 'Buralgestion';
color: var(--bg_bleu);
position: absolute;
font-size: 8px;
right: 25px;
top: 25px;
}
.wpcf7 .row.space {
margin-top: 25px;
}
.wpcf7 .space2 {
margin-top: 25px;
margin-bottom: 25px;
}
.wpcf7-form-control-wrap input:-internal-autofill-selected {
background-color: transparent !important;
color: var(--bg_blanc) !important;
}
.wpcf7 input::-webkit-input-placeholder {color: rgb(255 255 255 / 50%) !important;}
.wpcf7 input:-moz-placeholder {color: rgb(255 255 255 / 50%) !important;}
.wpcf7 input::-moz-placeholder {color: rgb(255 255 255 / 50%) !important;}
.wpcf7 input:-ms-input-placeholder {color: rgb(255 255 255 / 50%) !important;}
.wpcf7 textarea::-webkit-input-placeholder {color: rgb(255 255 255 / 50%) !important;}
.wpcf7 textarea:-moz-placeholder {color: rgb(255 255 255 / 50%) !important;}
.wpcf7 textarea::-moz-placeholder {color: rgb(255 255 255 / 50%) !important;}
.wpcf7 textarea:-ms-input-placeholder {color: rgb(255 255 255 / 50%) !important;}
.wpcf7-form-control-wrap textarea {
height: 130px !important;
width: 100% !important;
}
.mtn-form label {
margin-bottom: 30px;
text-align: left;
}
span.mtn-form span {
font-size: 12px;
font-weight: 400;
line-height: 1.2;
margin: 0;
color: var(--bg_blanc);
}
span.mtn-form input {
display: inline;
width: 20px;
margin: 0;
}
.wpcf7-submit,
.wpcf7-stripe button {
font-family: 'GravurCondensed';
text-transform: uppercase;
border: none;
background: var(--bg_blanc);
color: var(--bg_bleu);
border-radius: 30px;
padding: 10px 10px 8px;
display: inline-block;
margin: 5px 0;
font-size: 21px;
text-decoration: none;
width: 100%;
cursor: pointer;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
.wpcf7-submit:hover,
.wpcf7-stripe button:hover {
background: var(--bg_rouge);
color: var(--bg_blanc);
}
.wpcf7-spinner {
position: absolute;
margin-top: 20px;
}
div.wpcf7-validation-errors,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
div.wpcf7-mail-sent-ok,
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border: none !important;
color: var(--bg_blanc) !important;
background: var(--bg_rouge) !important;
padding: 5px 20px !important;
margin: 0;
border-radius: 30px;
font-size: 15px;
text-align: center;
position: absolute;
width: calc(100% + 15px);
left: -7.5px;
}
div.wpcf7-mail-sent-ok,
.wpcf7 form.sent .wpcf7-response-output {
background: #01BE00 !important;
}
span.wpcf7-not-valid-tip {
display: none;
}
.wpcf7-form-control-wrap .wpcf7-not-valid {
border-color: var(--bg_rouge) !important;
}
.wpcf7-not-valid.mtn-form span {
border-bottom: none !important;
font-weight: 600;
} .wpcf7 .wpcf7-stripe .wpcf7-form-control {
padding: 20px 12px;
margin-bottom: 45px;
border: none;
border-radius: 15px;
}  #page5_z1.page8_1_z1 {
margin-top: var(--hauteurnavssmenu);
}
#page5_z1.page8_1_z1 #entrance {
margin: 0;
} #page5_z2.page8_2_z2 .bloc_DDL .item {
margin: 30px 0;
}
#page5_z2.page8_2_z2 .bloc_DDL a .zoneimg {
height: 200px;
-ms-flex-preferred-size: 200px;
flex-basis: 200px;
height: 200px;
}
#page5_z2.page8_2_z2 .bloc_DDL a {
padding: 50px;
}
#page5_z2.page8_2_z2 .bloc_DDL a .metadonnes {
padding-left: 50px;
}
#page5_z2.page8_2_z2 .bloc_DDL a .metadonnes span {
margin-bottom: 30px;
}
#page5_z2.page8_2_z2 .bloc_DDL a .metadonnes span i {
margin-left: 20px;
}
#page5_z2.page8_2_z2 .bloc_DDL a .metadonnes span i:first-child {
margin-left: 0;
}
#page5_z2.page8_2_z2 .bloc_DDL a .metadonnes span {
margin-bottom: 25px;
}
#page5_z2.page8_2_z2 .bloc_DDL a .metadonnes button {
margin-top: 30px;
}  #page10_z1 {
background: var(--bg_bleu);
margin-top: var(--hauteurnav);
padding-top: var(--spacingsmall);
padding-bottom: var(--spacingsmall);
}
#page10_z1 .tag,
#index_z5.page10_z2 .tag {
font-family: 'GravurCondensed';
text-transform: uppercase;
background: var(--bg_rouge);
border: 1.5px solid var(--bg_blanc);
color: var(--bg_blanc);
border-radius: 30px;
padding: 5px 20px 0;
display: inline-block;
margin: 0 0 20px;
font-size: 17px;
font-weight: 400;
text-decoration: none;
}
#page10_z1 .tag span,
#index_z5.page10_z2 .tag span {
display: inline-block;
margin: 0 5px;
}
#page10_z1 .tag i,
#index_z5.page10_z2 .tag i {
margin-right: 5px;
}
#page10_z1 .zonetxt {
background: var(--bg_blanc);
padding: 70px;
}
#page10_z1 .zonetxt div:last-child {
margin-bottom: 0 !important;
}
#page10_z1 .extrait {
margin-bottom: 50px;
border-left: 2px solid var(--bg_bleu);
color: var(--bg_bleu);
padding-left: 15px;
}
#page10_z1 .files {
margin-top: 50px;
}
#page10_z1 .files a {
background: var(--bg_bleu);
color: var(--bg_blanc);
text-decoration: none;
display: block;
padding: 10px 20px;
border-radius: 30px;
}
#page10_z1 .files a i {
margin-right: 5px;
}
#page10_z1 .files a:not(:last-child) {
margin-bottom: 15px;
}
#page10_z1 .files a:hover {
background: var(--bg_rouge); 
}
#page10_z1 h5.formlink {
margin-top: 25px;
}
#page10_z1 h5.formlink.reservee a {
border-color: var(--bg_rouge) !important;
background: var(--bg_rouge) !important;
pointer-events: none !important;
}
#page10_z1 .images {
margin: 0;
}
#page10_z1 .images div {
padding: 0;
}
#page10_z1 #bloc_SHARE {
margin-top: 20px;
}
#index_z5.page10_z2 {
padding-top: 0;
padding-bottom: var(--spacingsmall);
}
#index_z5.page10_z2 #cases .inside .zonetxt {
background: transparent;
}
#index_z5.page10_z2 .tag {
background: transparent;
font-size: 12px;
padding: 5px 10px 0;
-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
#index_z5.page10_z2 .inside:hover .tag {
background: var(--bg_rouge);
border-color: var(--bg_rouge);
color: var(--bg_blanc);
}
#index_z5.page10_z2 #cases .inside .zonetxt h3 {
color: var(--bg_blanc);
}
#index_z5.page10_z2 #cases .inside .zonetxt:before {
display: none;
}
#index_z5.page10_z2 #cases .inside .zonetxt {
background: transparent !important;
border-bottom: 2px solid var(--bg_blanc);
}
#index_z5.page10_z2 #cases .inside:hover .zonetxt {
border-color: var(--bg_rouge);
}
#index_z5.page10_z2 #controls {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 100px;
}
#index_z5.page10_z2 #controls i {
width: 50px;
height: 50px;
border-radius: 50%;
font-size: 20px;
background: var(--bg_blanc);
color: var(--bg_bleu);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
cursor: pointer;
-webkit-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
}
#index_z5.page10_z2 #controls i.swiper-button-disabled {
opacity: 0.2;
}
#index_z5.page10_z2 #controls i:hover {
background: var(--bg_rouge);
color: var(--bg_blanc);
} .modal-content {
border: none;
border-radius: 25px;
overflow: hidden;
}
.modal-header {
padding: 30px calc(10% - 10px);
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
border: none;
}
.modal-header .close {
margin: 0;
padding: 0;
position: absolute;
right: 10px;
top: 10px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
background: var(--bg_bleu);
width: 20px;
height: 20px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 12px;
color: var(--bg_blanc);
text-shadow: none;
opacity: 1;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
.modal-header .close:hover {
background: var(--bg_rouge);
}
.modal-header h2 {
margin-bottom: 0;
}
.modal-header span.price,
#bloc_FORMULAIRE span.price {
background: var(--bg_rouge);
color: var(--bg_blanc);
padding: 5px 10px;
border-radius: 50px;
font-weight: 600;
}
.modal-body {
background: var(--bg_bleu);
padding: 30px 10% 45px;
}
.modal-body .nav-tabs {
padding: 0;
margin: 0 -15px 15px;
border: none;
}
.modal-body .nav-tabs a {
display: inline-block;
background: transparent;
color: var(--bg_blanc);
border: 1px solid var(--bg_blanc);
padding: 5px 10px;
border-radius: 50px;
font-weight: 600;
margin: 5px;
}
.modal-body .nav-tabs a.show {
background: var(--bg_blanc);
color: var(--bg_bleu);
}
.modal-body h3 {
color: var(--bg_blanc);
font-size: 16px;
border-left: 1px solid var(--bg_blanc);
padding-left: 15px;
}
.modal-body .wpcf7 {
padding-bottom: 0;
}
.modal-body .wpcf7-submit,
.modal-body .wpcf7-stripe button {
width: auto;
padding-left: 25px;
padding-right: 25px;
}
.modal-body div.wpcf7-validation-errors,
.modal-body .wpcf7 form.invalid .wpcf7-response-output,
.modal-body .wpcf7 form.unaccepted .wpcf7-response-output
.modal-body div.wpcf7-mail-sent-ok,
.modal-body .wpcf7 form.sent .wpcf7-response-output,
.modal-body .wpcf7 form.invalid .wpcf7-response-output,
.modal-body .wpcf7 form.unaccepted .wpcf7-response-output,
.modal-body .wpcf7 form.payment-required .wpcf7-response-output {
position: relative;
} main#builder {
position: relative;
overflow: hidden;
margin-top: var(--hauteurnav);
}
main#builder.dblnav {
margin-top: var(--hauteurnavssmenu);
}
body.empty main#builder {
margin-top: 1000px;
}
main#builder section [class^="col"] *:last-child {
margin-bottom: 0;
}
main#builder section {
margin-bottom: var(--spacing);
}
main#builder section:last-child {
margin-bottom: 0;
}
main#builder section.bgrouge,
main#builder section.bgbleu,
main#builder section.bggris {
padding: var(--spacing) 0;
margin-bottom: 0;
} @media (max-width: 767px) {
main#builder section.bgrouge,
main#builder section.bgbleu,
main#builder section.bggris {
padding: var(--spacing) 0;
}
} #bloc_COL1-2 .row [class^="col"] {
margin-bottom: 50px;
}
#bloc_COL1-2 .row:last-child {
margin-bottom: -50px;
} #bloc_TEXTEDIAPO {
padding: 0 !important;
}
#bloc_TEXTEDIAPO .container-fluid {
padding: 0;
max-width: 100%;
}
#bloc_TEXTEDIAPO .gauche {
padding: 6%;
min-height: 500px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#bloc_TEXTEDIAPO .droite {
padding: 0;
background: var(--bg_gris);
}
#bloc_TEXTEDIAPO .droite .inside,
#bloc_TEXTEDIAPO .droite .diaposerv,
#bloc_TEXTEDIAPO .droite .swiper-slide {
width: 100%;
height: 100%;
}
#bloc_TEXTEDIAPO .droite .inside {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#bloc_TEXTEDIAPO .droite .inside img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}
#bloc_TEXTEDIAPO .droite .inside.notxt {
height: 100%;
background-size: cover !important;
background-position: center !important;
background-repeat: no-repeat !important;
}
#bloc_TEXTEDIAPO .droite .inside.withtxt img {
width: 40%;
}
#bloc_TEXTEDIAPO .droite .inside .zonetxt {
position: relative;
padding: 8% 12%;
}
#bloc_TEXTEDIAPO .swiper-pagination.swiper-pagination-lock {
display: none !important;
}
#bloc_TEXTEDIAPO .swiper-pagination {
position: absolute;
z-index: 100;
background: var(--bg_rouge);
border-radius: 30px;
width: auto;
height: -webkit-max-content;
height: -moz-max-content;
height: max-content;
padding: 20px 10px;
margin: 0 auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
top: 50%;
left: initial;
right: -17px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
#bloc_TEXTEDIAPO.bgrouge .swiper-pagination {
background: var(--bg_bleu);
}
#bloc_TEXTEDIAPO .swiper-pagination-bullet {
margin: 5px 0 !important;
} @media (max-width: 1199px) {
#bloc_TEXTEDIAPO .gauche {
min-height: auto;
padding: 70px;
}
#bloc_TEXTEDIAPO .droite .inside .zonetxt {
position: relative;
padding: 130px 70px;
}
#bloc_TEXTEDIAPO.withtxt .swiper-pagination {
position: absolute;
right: initial;
top: inherit;
bottom: -20px;
-webkit-transform: none;
-ms-transform: none;
transform: none;
display: inline-block;
padding: 10px 20px;
}
#bloc_TEXTEDIAPO.withtxt .swiper-pagination-bullet {
margin: 0 5px !important;
}
}
@media (max-width: 991px) {
#bloc_TEXTEDIAPO .droite .inside.notxt {
height: 300px; 
}
#bloc_TEXTEDIAPO.page1_z2 .swiper-pagination {
position: absolute;
right: initial;
top: inherit;
bottom: -20px;
-webkit-transform: none;
-ms-transform: none;
transform: none;
display: inline-block;
padding: 10px 20px;
}
#bloc_TEXTEDIAPO.page1_z2 .swiper-pagination-bullet {
margin: 0 5px !important;
}
}
@media (max-width: 767px) {
#bloc_TEXTEDIAPO .gauche {
min-height: auto;
padding: 70px 45px;
}
#bloc_TEXTEDIAPO .droite .inside .zonetxt {
position: relative;
padding: 70px 45px;
}
#bloc_TEXTEDIAPO .droite .inside.withtxt img {
width: 40%;
display: none;
}
} #bloc_COL-IMG .row.animatedParent {
margin-top: -50px;
}
#bloc_COL-IMG [class^="col"] .bloc {
margin: 50px 0;
padding: 0 10px;
}
#bloc_COL-IMG .bloc {
}
#bloc_COL-IMG img {
margin-bottom: 30px !important;
}
@media (max-width: 767px) {
#bloc_COL-IMG img {
margin-bottom: 20px;
}
#bloc_COL-IMG [class^="col"] .bloc {
padding: 0;
}
} #bloc_TEXTIMGDESS {
}
#bloc_TEXTIMGDESS .image {
text-align: center;
}
#bloc_TEXTIMGDESS .image img {
max-width: 80%;
} #bloc_COL1 .zoneimg {
position: relative;
}
#bloc_COL1.gauche .row {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
#bloc_COL1 svg#logo_small {
width: 100px;
position: absolute;
right: -50px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
#bloc_COL1 svg#logo_small .cls-2 {
fill: var(--bg_rouge);
}
#bloc_COL1.ouibleu svg#logo_small .cls-2 {
fill: var(--bg_bleu);
}
#bloc_COL1 svg#logo_small .cls-1 {
fill: var(--bg_blanc);
}
#bloc_COL1 #coldroite img {
width: 100%;
height: 100%;
min-height: 300px;
-o-object-fit: cover;
object-fit: cover;
} @media (max-width: 991px) {
#bloc_COL1 .zonetxt {
padding-bottom: 30px;
}
#bloc_COL1 svg#logo_small {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
bottom: -50px;
right: initial;
top: inherit;
}
#bloc_COL1 .zoneimg {
position: relative;
margin-bottom: 100px;
}
} #bloc_IMGTXT100 .container-fluid {
padding: 0;
max-width: 100%;
}
#bloc_IMGTXT100 .container-fluid .row:nth-child(even) {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
#bloc_IMGTXT100 .gauche {
padding: 9%;
min-height: 500px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#bloc_IMGTXT100 .droite {
padding: 0;
background: var(--bg_gris);
}
#bloc_IMGTXT100 .droite .inside {
height: 100%;
background-size: cover !important;
background-position: center !important;
background-repeat: no-repeat !important;
} @media (max-width: 991px) {
#bloc_IMGTXT100 .gauche {
padding: 50px;
min-height: auto;
}
#bloc_IMGTXT100 .droite .inside {
height: 300px;  
}
} #bloc_NOMBTXT #nb01 {
padding-bottom: var(--spacing); 
}
#bloc_NOMBTXT .cadre {
border: 1.5px solid var(--bg_bleu);
width: 100%;
height: 400px;
padding: 50px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
text-align: center;
}
#bloc_NOMBTXT .cadre .counter {
font-size: 90px;
margin-bottom: 0;
}
#bloc_NOMBTXT .cadre p {
width: 400px;
max-width: 100%;
display: block;
margin: 0 auto;
} @media (max-width: 1199px) {
#bloc_NOMBTXT img {
margin: 15px 0;
}
}
@media (max-width: 991px) {
#bloc_NOMBTXT .cadre {
height: auto;
padding: 50px;
margin-bottom: 50px !important;
}
#bloc_NOMBTXT .cadre .counter {
font-size: 70px;
}
} #bloc_ACCORDION #entrance {
margin-bottom: 30px;
}
#bloc_ACCORDION #end {
margin-top: 45px;
}
#bloc_ACCORDION h1 {
margin-bottom: 50px;
}
#bloc_ACCORDION .item {
margin: 25px 0 !important;
}
#bloc_ACCORDION button {
width: 100%;
background: none;
border: 1.5px solid var(--bg_bleu);
border-radius: 30px;
}  
#bloc_ACCORDION button[aria-expanded="true"] {
background: var(--bg_bleu);
}
#bloc_ACCORDION button:hover {
cursor: pointer;
}
#bloc_ACCORDION button h2 {
padding: 17px 25px;
padding-right: 60px;
margin: 0;
font-size: 22px;
text-align: left;
position: relative;
-webkit-user-select: none !important;
-moz-user-select: none !important;
-ms-user-select: none !important;
user-select: none !important;
}
#bloc_ACCORDION button[aria-expanded="true"] h2 {
color:var(--bg_blanc);
}
#bloc_ACCORDION button h2:after {
content: "\e906";
font-family: 'Buralgestion';
font-size: 10px;
position: absolute;
right: 15px;
text-align: center;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
#bloc_ACCORDION button[aria-expanded="true"] h2:after{
content: "\e905";
margin-top: -3px;
}
#bloc_ACCORDION .card-body {
background-color: var(--bg_gris);
border-radius: 30px;
margin-top: 10px;
padding: 50px;
}
#bloc_ACCORDION.bggris .card-body{
background-color: var(--bg_blanc);
} @media (max-width: 991px) {
#bloc_ACCORDION button h2 {
font-size: 18px;
}
#bloc_ACCORDION .card-body {
padding: 30px;
}
}
@media (max-width: 767px) {
#bloc_ACCORDION #entrance {
margin-bottom: 10px;
}
#bloc_ACCORDION #end {
margin-top: 5px;
}
} #bloc_CHIFFRES .bloc {
margin: 20px auto !important;
max-width: 230px;
}
#bloc_CHIFFRES h1 {
font-size: 70px;
margin-bottom: 5px;
font-family: 'GravurCondensed';
font-weight: 300;
}
#bloc_CHIFFRES h3 {
font-weight: 300;
}
#bloc_CHIFFRES h1,
#bloc_CHIFFRES h3 {
text-align: center;
} @media (max-width: 1300px) {
#bloc_CHIFFRES h1 {
font-size: 55px;
}
}
@media (max-width: 991px) {
#bloc_CHIFFRES h1 {
font-size: 40px;
}
} #bloc_TIMELINE .timeline {
list-style: none;
position: relative;
font-weight: 300;
margin-bottom: 0;
}
#bloc_TIMELINE .timeline:before {
top: 0;
bottom: 0;
position: absolute;
content:" ";
width: 1.5px;
background: var(--bg_bleu);
left: 50%;
margin-left: -1.5px;
}
#bloc_TIMELINE .timeline > li {
position: relative;
width: 50%;
float: left;
clear: left;
padding: 0 60px;
margin-bottom: 150px;
}
#bloc_TIMELINE .timeline > li:nth-last-child(2) {
margin-bottom: 0;
}
#bloc_TIMELINE .timeline > li > .timeline-panel {
width: calc(100% - 25px);
}
#bloc_TIMELINE .timeline > li > .timeline-badge {
background: var(--bg_blanc);
border: 1.5px solid var(--bg_bleu);
width: 70px;
height: 70px;
border-radius: 50%;
position: absolute;
right: -27px;
z-index: 10;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 30px;
font-weight: 400;
font-family: 'GravurCondensed';
text-transform: uppercase;
color: var(--bg_bleu);
}
#bloc_TIMELINE .timeline > li.timeline-inverted > .timeline-panel {
float: right;
}
#bloc_TIMELINE .timeline > li:hover .timeline-badge {
background: var(--bg_rouge);
border-color: var(--bg_rouge);
color: var(--bg_blanc);
} #bloc_TIMELINE .timeline > li.timeline-inverted {
float: right;
clear: right;
}
#bloc_TIMELINE .timeline > li:nth-child(2) {
margin-top: 200px;
}
#bloc_TIMELINE .timeline > li.timeline-inverted > .timeline-badge {
left: -43px;
}
#bloc_TIMELINE .timeline .no-float {
float: none !important;
} #bloc_TIMELINE .timeline .timeline-img {
width: 100%;
height: 400px;
overflow: hidden;
}
#bloc_TIMELINE .timeline .timeline-img img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
}
#bloc_TIMELINE .timeline > li:hover .timeline-img img {
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
}
#bloc_TIMELINE .timeline .timeline-body {
background: var(--bg_gris);
position: relative;
padding: 50px;
}
#bloc_TIMELINE .timeline > li:hover .timeline-body {
background: var(--bg_rouge);
}
#bloc_TIMELINE .timeline .timeline-body .timeline-arrow {
background: var(--bg_bleu);
width: 60px;
height: 60px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 15px;
color: var(--bg_blanc);
position: absolute;
top: -60px;
left: 0;
}
#bloc_TIMELINE .timeline > li:hover .timeline-body .timeline-arrow {
background: var(--bg_rouge);
}
#bloc_TIMELINE .timeline > li:hover .timeline-body .timeline-arrow i {
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
#bloc_TIMELINE .timeline .timeline-body .timeline-title * {
margin: 0;
}
#bloc_TIMELINE .timeline .timeline-body .timeline-txt *:first-child {
padding-top: 15px;
}
#bloc_TIMELINE .timeline .timeline-body .timeline-txt {
max-height: 0;
overflow: hidden;
}
#bloc_TIMELINE .timeline > li:hover .timeline-body .timeline-txt {
max-height: 500px;
}
#bloc_TIMELINE .timeline > li:hover .timeline-body .timeline-title *,
#bloc_TIMELINE .timeline .timeline-body .timeline-txt * {
color: var(--bg_blanc);
} #bloc_TIMELINE .timeline .timeline-img img,
#bloc_TIMELINE .timeline > li > .timeline-badge,
#bloc_TIMELINE .timeline .timeline-body .timeline-arrow i,
#bloc_TIMELINE .timeline .timeline-body,
#bloc_TIMELINE .timeline .timeline-body .timeline-txt {
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
#bloc_TIMELINE .timeline .timeline-body .timeline-arrow {
-webkit-transition: all .2s;
-o-transition: all .2s;
transition: all .2s;   
} @media (max-width: 1430px) {
#bloc_TIMELINE .timeline .timeline-img {
height: 300px;
}
#bloc_TIMELINE .timeline .timeline-body {
padding: 30px;
}
#bloc_TIMELINE .timeline .timeline-body .timeline-arrow {
width: 40px;
height: 40px;
font-size: 10px;
top: -40px;
}
}
@media (max-width: 1199px) {
#bloc_TIMELINE .timeline > li > .timeline-badge {
width: 55px;
height: 55px;
right: -19px;
font-size: 25px;
}
#bloc_TIMELINE .timeline > li.timeline-inverted > .timeline-badge {
left: -35px;
}
#bloc_TIMELINE .timeline > li {
padding: 0 50px;
margin-bottom: 130px;
}
#bloc_TIMELINE .timeline .timeline-img {
height: 250px;
} 
#bloc_TIMELINE .timeline .timeline-body .timeline-txt {
max-height: initial;
overflow: visible;
}
#bloc_TIMELINE .timeline > li:hover .timeline-body .timeline-title * {
color: var(--bg_bleu);  
}
#bloc_TIMELINE .timeline .timeline-body .timeline-txt * {
color: var(--bg_noir);
}
#bloc_TIMELINE .timeline > li:hover .timeline-body {
background: var(--bg_gris);
}
}
@media (max-width: 767px) {
#bloc_TIMELINE .timeline:before {
left: 40px;
}
#bloc_TIMELINE .timeline > li {
margin-bottom: 0;
padding: 0 20px;
position: relative;
width:100%;
float: left;
clear: left;
}
#bloc_TIMELINE .timeline > li > .timeline-panel {
width: calc(100% - 65px);
width: -webkit-calc(100% - 65px);
}
#bloc_TIMELINE .timeline > li > .timeline-badge {
left: -2px;
margin-left: 0;
top: 0;
}
#bloc_TIMELINE .timeline > li > .timeline-panel {
float: right;
}
#bloc_TIMELINE .timeline > li > .timeline-panel:before {
border-left-width: 0;
border-right-width: 15px;
left: -15px;
right: auto;
}
#bloc_TIMELINE .timeline > li > .timeline-panel:after {
border-left-width: 0;
border-right-width: 14px;
left: -14px;
right: auto;
}
#bloc_TIMELINE .timeline > li.timeline-inverted {
float: left;
clear: left;
margin-top: 30px;
margin-bottom: 30px;
}
#bloc_TIMELINE .timeline > li.timeline-inverted > .timeline-badge {
left: -3px;
}
} #bloc_BANDEAU {
margin-bottom: var(--spacing);
}
#bloc_BANDEAU.non {
margin-bottom: 0;
}
#bloc_BANDEAU img {
width: 100%;
height: 400px;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
} @media (max-width: 1300px) {
#bandeau img {
height: 300px;
}
}
@media (max-width: 991px) {
#bandeau img {
height: 200px;
}
} #bloc_VIDEO100 {
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
#bloc_VIDEO100 video {
width: 100%;
height: 350px;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
} @media (max-width: 991px) {
#bloc_VIDEO100 video {
height: 200px;
}
} #bloc_MASONRY,
#bloc_MASONRY .container-fluid,
#pagesancres #bloc_MASONRY .container-fluid {
padding: 0;
}
#bloc_MASONRY .vignettes {
opacity: 1;
padding: 0;
}
#bloc_MASONRY #bloc {
position: relative;
overflow:hidden;
} #bloc_MASONRY .vignettes img {
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
width: 100%;
}
#bloc_MASONRY .vignettes #bloc:hover img{
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
}
#bloc_MASONRY .vignettes .overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
opacity: 0;
padding: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
height: 100%;
width: 100%;
-webkit-transition: .7s all;
-o-transition: .7s all;
transition: .7s all;
}
#bloc_MASONRY .vignettes:hover .overlay {
opacity: 1;
}
#bloc_MASONRY .vignettes .overlay h1 {
font-size: 25px;
font-weight: 500;
margin: 0;
} .bloc_DDL .item {
margin: 15px 0;
}
.bloc_DDL a {
background: var(--bg_gris);
width: 100%;
padding: 20px;
border-radius: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#isoddl.bloc_DDL a {
padding: 40px 20px;
}
.bloc_DDL a:hover {
background: transparent;
}
.bloc_DDL a .zoneimg {
-ms-flex-preferred-size: 125px;
flex-basis: 125px;
-webkit-box-flex: 0;
-ms-flex-positive: 0;
flex-grow: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
height: 155px;
overflow: hidden;
position: relative;
will-change: transform;
-ms-touch-action: manipulation;
touch-action: manipulation;
}
.bloc_DDL a .zoneimg img {
width: 100%;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
display: block;
-webkit-transition: all .6s;
-o-transition: all .6s;
transition: all .6s;
will-change: transform;
-ms-touch-action: manipulation;
touch-action: manipulation;
}
.bloc_DDL a:hover .zoneimg img {
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
}
.bloc_DDL a .metadonnes {
text-decoration: none;
padding-left: 30px;
}
.bloc_DDL h3 {
margin-bottom: 5px;
}
.bloc_DDL mark {
font-family: 'GravurCondensed';
text-transform: uppercase;
background: var(--bg_rouge);
border: 1.5px solid var(--bg_blanc);
color: var(--bg_blanc);
border-radius: 30px;
padding: 5px 10px 1px;
margin-left: 5px;
font-size: 16px;
font-weight: 400;
text-decoration: none;
}
.bloc_DDL a .metadonnes span {
display: block;
font-size: 14px;
}
.bloc_DDL a .metadonnes span i {
margin-right: 10px;
}
.bloc_DDL a .metadonnes p {
margin: 15px 0 0;
}
.bloc_DDL a .metadonnes button {
background: var(--bg_blanc);
color: var(--bg_bleu);
border: none;
margin-top: 15px;
padding: 7px 15px 3px;
border-radius: 30px;
font-size: 18px;
font-family: 'GravurCondensed';
text-transform: uppercase;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
.bloc_DDL a:hover .metadonnes button {
background: var(--bg_bleu);
color: var(--bg_blanc);
}
.bloc_DDL a[href=""] {
pointer-events: none !important;
} @media (max-width: 767px) {
.bloc_DDL a .zoneimg {
-ms-flex-preferred-size: 80px !important;
flex-basis: 80px !important;
height: 110px !important;
}
}
@media (max-width: 600px) {
.bloc_DDL a .zoneimg {
display: none !important;
}
.bloc_DDL a .metadonnes {
padding-left: 0 !important;
}
.bloc_DDL a {
padding: 40px !important;
}
.bloc_DDL .item {
margin: 15px 0 !important;
}
} #bloc_SHARE,
#bloc_SHARE .container-fluid {
padding-top: 0 !important;
padding-bottom: 0 !important;
}
#bloc_SHARE .share {
position: relative;
display: inline-block;
font-size: 13px;
background: var(--bg_noir);
color: var(--bg_blanc);
text-align: center;
padding: 5px 15px;
}
#bloc_SHARE .addtoany_shortcode {
display: inline;
}
#bloc_SHARE .addtoany_list.a2a_kit_size_32 a:not(.addtoany_special_service)>span {
height: 25px;
line-height: 25px;
width: 25px;
border-radius: 50%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
cursor: pointer;
opacity: 1 !important;
}
.addtoany_list.a2a_kit_size_32 a:hover {
opacity: 0.3 !important;
}
#bloc_SHARE .a2a_svg svg {
width: 20px;
} #bloc_FORMULAIRE {
padding-top: var(--spacing);
padding-bottom: var(--spacing);
}
#bloc_FORMULAIRE #entrance {
margin-bottom: 50px;
}
#bloc_FORMULAIRE span.price {
margin-top: 20px;
display: inline-block;
} #bloc_SPACE {
padding-bottom: var(--spacing);
margin: 0 !important;
}  #portail_z1 {
margin-top: var(--hauteurnav);
background: var(--bg_rouge);
text-align: center;
padding: 5px 15px;
}
#portail_z1 p {
color: var(--bg_blanc);
margin: 0;
font-size: 13px;
}
#portail_z1 p svg {
width: 15px;
fill: var(--bg_blanc);
position: relative;
top: 2px;
margin-right: 5px;
} #portail_z2 {
display: flex;
}
#portail_z2 a {
width: 50%;
height: 650px;
display: flex;
justify-content: center;
text-align: center;
position: relative;
overflow: hidden;
}
#portail_z2 a img {
width: 100%;
height: 100%;
position: absolute;
object-fit: cover;
opacity: .4;
}
#portail_z2 a.case01 {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
#portail_z2 a.case02 {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
#portail_z2 a:hover img {
opacity: 1;
transform: scale(1.05);
}
#portail_z2 a .zonetxt {
position: relative;
width: 100%;
background: var(--bg_blanc);
padding: 25px;
}
#portail_z2 a:hover .zonetxt {
background: var(--bg_rouge);
}
#portail_z2 a .zonetxt span {
text-transform: uppercase;
font-weight: 300;
color: var(--bg_rouge);
}
@media (min-width: 1200px) {
#portail_z2 a .zonetxt h1 {
font-size: 32px;
}
}
#portail_z2 a:hover .zonetxt * {
color: var(--bg_blanc);
}
#portail_z2 a img,
#portail_z2 a .zonetxt,
#portail_z2 a .zonetxt * {
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
} #portail_z3 {
padding-top: var(--spacingsmall);
padding-bottom: var(--spacingsmall);
background: var(--bg_gris);
}
#portail_z3 .zonetxt {
text-align: center;
max-width: 700px;
margin: 0 auto;  
} #connectzone {
margin-top: 50px;
padding: 40px;
text-align: center;
color: var(--bg_blanc);
border: 1.5px solid var(--bg_blanc);
}
#connectzone label {
font-family: 'GravurCondensed';
text-transform: uppercase;
line-height: 1.2;
display: block;
font-size: 22px;
}
#connectzone p {
margin-bottom: 25px;
}
#connectzone p.namelog,
#connectzone p.remlog {
display: none;
}
#connectzone input {
padding: 15px 25px;
width: 100%;
text-align: center;
font-size: 20px;
color: var(--bg_bleu);
font-weight: 600;
margin-top: 5px;
border-radius: 50px;
border: none;
}
#connectzone p.golog {
margin: 0;
}
#connectzone p.golog input#wp-submit,
#connectzone p.golog input#wp-email-submit,
#connectzone p.logout a {
background: transparent;
border: 1.5px solid var(--bg_blanc);
color: var(--bg_blanc);
font-weight: 400 !important;
font-family: 'GravurCondensed';
font-size: 22px;
padding: 15px 25px;
text-transform: uppercase;
border-radius: 50px;
cursor: pointer;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
#connectzone p.golog input#wp-submit:hover,
#connectzone p.golog input#wp-email-submit:hover,
#connectzone p.logout a:hover {
background: var(--bg_blanc);
color: var(--bg_bleu);
}
#connectzone p.logout {
margin-bottom: 0;
font-weight: 600;
}
#connectzone p.logout a {
display: block;
margin-top: 20px;
}
#connectzone .error-message {
background: var(--bg_rouge);
color: var(--bg_blanc);
border-radius: 50px;
margin-bottom: 30px;
font-size: 15px;
} div[id^='wp-realtime-sitemap'] h3 {
font-size: 30px;
margin-top: 20px;
}
div[id^='wp-realtime-sitemap'] ul {
margin-bottom: 50px !important;
}
div[id^='wp-realtime-sitemap'] a {
text-decoration: none;
}
div[id^='wp-realtime-sitemap'] a:hover {
text-decoration: underline;
}
div[id^='wp-realtime-sitemap'] li.page_item.page-item-490,
div[id^='wp-realtime-sitemap'] li.page_item.page-item-1561,
div#wp-realtime-sitemap-paiement {
display: none !important;
} footer {
padding: var(--spacing) 0;
} footer #nb1 {
}
footer #nb1 svg#logo_big {
width: 300px;
margin-bottom: 60px;
}
footer #nb1 svg#logo_big .cls-1 {
fill: var(--bg_bleu);
}
footer #nb1 svg#logo_big .cls-2 {
fill: var(--bg_rouge);
}
footer #nb1 h3 {
line-height: 1.5;
}
.coord {
}
.coord a {
font-family: 'GravurCondensed';
text-transform: uppercase;
color: var(--bg_bleu);
margin-right: 30px;
font-size: 18px;
line-height: 1.8;
}
.coord a:hover {
color: var(--bg_rouge);
}
.coord a:before {
font-family: "Buralgestion"; 
margin-right: 10px;
}
.coord a:nth-child(3) {
display: block;
}
.coord a:nth-child(1):before {
content: "\e911";
}
.coord a:nth-child(2):before {
content: "\e912";
}
.coord a:nth-child(3):before {
content: "\e910";
}
.social {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-top: 25px;
}
.social svg {
width: 35px;
fill: var(--bg_bleu);
margin-right: 20px;
-webkit-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
.social a:hover svg{
fill: var(--bg_rouge);
} footer .bloc_MAPS #maps {
width: 100%;
height: 400px;
} footer #nb3 {
padding-top: 100px;
padding-bottom: 20px;
text-align: center;
}
footer #nb3 a {
font-family: 'GravurCondensed';
text-transform: uppercase;
border: 1.5px solid var(--bg_bleu);
color: var(--bg_bleu);
border-radius: 30px;
padding: 5px 10px 0;
display: inline-block;
margin: 10px 5px;
font-size: 20px;
text-decoration: none;
}
footer #nb3 a:hover {
background: var(--bg_bleu);
color: var(--bg_blanc);
}
footer #nb3 a:nth-child(9),
footer #nb3 a:nth-child(10):hover {
background: var(--bg_blanc);
border-color: var(--bg_rouge);
color: var(--bg_rouge);
}
footer #nb3 a:nth-child(9):hover,
footer #nb3 a:nth-child(10) {
border-color: var(--bg_rouge);
background: var(--bg_rouge);
color: var(--bg_blanc);
} footer #nb4 {
text-align: center;
}
footer #nb4 a {
font-size: 13px;
color: var(--bg_grisfonce);
}
footer #nb4 a:hover {
opacity: .5;
}
footer #nb4 a:after {
content: "―";
margin: 0 15px;
opacity: 1 !important;
}
footer #nb4 a:last-child:after {
display: none;
} @media (max-width: 1700px) { :root {
--spacingsmall: 60px;
--spacing: 120px;
} #navigation #topbar a {
margin-right: 30px;
}
#navigation svg#logo_big {
width: 200px;
}
#navigation ul.navbar-nav .nav-item .nav-link,
#navigation #navbtn {
font-size: 19px;
padding: 0 25px;
}
#navigation #topbar #topbarbtn,
#navigation #navbtn {
font-size: 19px;
width: 190px;
}
#navigation #navbtn {
margin-left: 20px;
} }
@media (max-width: 1430px) { #navigation #topbar a {
font-size: 15px;
}
#navigation svg#logo_big {
width: 185px;
}
#navigation ul.navbar-nav .nav-item .nav-link,
#navigation #navbtn {
font-size: 18px;
padding: 0 20px;
}
#navigation #topbar #topbarbtn,
#navigation #navbtn {
font-size: 18px;
width: 170px;
}
#navigation #navbtn {
margin-left: 15px;
} #index_z1 .title h1 span {
font-size: 40px;
line-height: 65px;
}
#index_z1 .diapocases .zonetxt h2 {
font-size: 22px;
}
#index_z1 .swiper-pagination {
padding: 5px 10px;
}
#index_z2 #encarts .inside {
padding: 30px;
}
#index_z2 #encarts .zonetxt svg {
width: 50px;
margin-bottom: 25px;
}
#index_z3 #cases .col-lg-3 {
-ms-flex: 0 0 33.333333%;
-webkit-box-flex: 0;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
#index_z3 #cases .zonetxt .bloc h1 {
font-size: 50px;
} } 
@media (max-width: 1300px) { :root {
--hauteurnav: 124.5px;
--hauteurnavssmenu: 194.5px;
} #toparea {
top: 124.5px;
}
#toparea.fixed {
top: 135px;  
} #index_z2 #encarts .col-lg-3 {
-ms-flex: 0 0 50%;
-webkit-box-flex: 0;
flex: 0 0 50%;
max-width: 50%;
}
#index_z2 #encarts .inside {
margin: 15px 0;
} footer #nb1 svg#logo_big {
width: 270px;
}
footer .bloc_MAPS #maps {
width: 100%;
height: 330px;
} }
@media (max-width: 1199px) { h5 a {
font-size: 20px;
padding: 10px 20px;
} #index_z1 .title {
padding-top: 220px;
}
#index_z5 #termlist .tags a,
#page5_z1 #groupbtn button {
font-size: 17px;
}
#slidertem .controls {
display: none;
}
#slidertem .swiper-pagination {
display: table;
}
#slidertem .zonetxt span {
display: block;
}
#slidertem .zonetxt {
padding-left: 30px;
padding-right: 0;
} .page-numbers a, .page-numbers span {
padding: 15px 20px !important;
font-size: 17px;
} footer {
padding: 130px 0;
}
footer #nb1 svg#logo_big {
width: 250px;
margin-bottom: 30px;
}
.social svg {
width: 30px;
}
footer #nb3 {
padding-top: 80px;
}
footer #nb3 a {
margin: 5px;
font-size: 15px;
}
footer .bloc_MAPS #maps {
height: 250px;
} }
@media (max-width: 991px) { :root {
--spacing: 70px;
} #entrance .zonetxt h1 br {
display: none;
} #index_z1 {
min-height: 700px;
}
#index_z1 .title {
padding-top: 220px;
}
#index_z1 .title h1 span {
font-size: 35px;
line-height: 55px;
}
#index_z2 .zonetxt h1 {
margin-bottom: 30px !important;
}
#index_z3 #entrance {
padding-bottom: var(--spacing);
}
#index_z3 #cases .nb1 {
margin-top: 0;
}
#index_z3 #cases .rellax {
-webkit-transform: none !important;
-ms-transform: none !important;
transform: none !important;
}
#index_z3 #cases .zoneimg {
width: 100%;
height: 400px;
}
#index_z3 #cases .nb2 {
margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}
#index_z3 #cases .col-lg-3 {
-ms-flex: 0 0 100%;
-webkit-box-flex: 0;
flex: 0 0 100%;
max-width: 100%;
}
#index_z3 #cases .zonetxt .bloc {
padding: 25px 0;
} #page5_z1 #groupbtn button,
#index_z5.page6_z1 #termlist .tags a {
margin: 3px;
} #pagecontact .container-fluid {
padding: 0 15px;
}
#pagecontact div[class^='col'] {
min-height: auto;
padding: initial;
}
#pagecontact #maps {
width: 100%;
height: 350px;
}
#pagecontact .inside {
padding: var(--spacing) 45px;
} #page10_z1 .zonetxt {
padding: 50px;
} #portail_z2 a {
height: 400px;
} footer .bloc_MAPS #maps {
display: none;
}
footer #nb3 {
display: none;
}
footer #nb4 {
text-align: left;
margin-top: 30px;
}
footer #nb4 a {
font-size: 12px;
line-height: 20px;
display: block;
color: var(--bg_grisfonce);
}
footer #nb4 a:after {
display: none;
} }
@media (max-width: 767px) { :root {
--spacing: 50px;
--spacingsmall: 50px;
--hauteurnav: 92px;
--hauteurnavssmenu: 142px;
} h5 a {
font-size: 16px;
padding: 10px 15px;
} #navigation #topbar a:last-child {
display: none;
}
#navigation #topbar #topbarbtn {
font-size: 18px;
min-height: 35px;
width: 120px;
}
#navigation svg#logo_big {
width: 155px;
}
#navigation svg#logo_small {
width: 40px;
}
#navigation nav.navbar {
padding: 10px 30px;
} #toparea {
top: 92px;
}
#toparea.fixed {
top: 95px;  
}
#toparea button#ssmenu {
font-size: 16px;
padding: 15px 0;
height: 50px;
} #entrance {
margin-bottom: var(--spacing);
}
#end {
margin-top: var(--spacing);
} #index_z1 {
height: 800px;
min-height: auto;
}
#index_z1 .title {
padding-top: 190px;
}
#index_z1 .title h1 span {
font-size: 25px;
line-height: 40px;
}
#index_z1 .title h1 span {
padding: 12px;
}
#index_z1 .title h1 span br {
display: none;
}
#index_z2 #encarts .col-lg-3 {
-ms-flex: 0 0 100%;
-webkit-box-flex: 0;
flex: 0 0 100%;
max-width: 100%;
}
#index_z5 #cases {
padding: 30px 0 15px;
}
#index_z5 #termlist .tags a,
#page5_z1 #groupbtn button {
font-size: 14px;
} .page-numbers a,
.page-numbers span {
padding: 10px !important;
} #page10_z1 .zonetxt {
padding: 30px;
}
#page10_z1 .tag {
font-size: 14px;
} #portail_z1 p {
font-size: 11px;
} .coord a {
font-size: 14px;
} }
@media (max-width: 530px) { #portail_z2 {
flex-direction: column;
}
#portail_z2 a {
height: auto;
width: 100%;
display: inline-block;
}
#portail_z2 a img {
position: relative;
height: 200px;
} }