.colvert {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 10px;
    }

.colvert div {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
.colvert div.first {height: 90px;}
.fdb {background: rgba(219, 214, 239, 0.20);}
.complex .colvert:last-child {position: relative;}
.complex .colvert:first-child div,
.cache div {text-align: left;
justify-content: start;
color: #2B3766;
  font-weight: 600;
  text-transform: uppercase;
  }
.complex {position: relative;}

.first {border-bottom: 1px solid #242F62;
  padding: 20px;}


.convertforms.cf-success .cf-response {
	background: none;
	display: block;
	color: initial;
	border: 0;
	border-radius: 0;
}

#animatedModal {
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
}

/*.hide img,
.hide picture,
.blocvid video { opacity: 0; filter: blur(20px); }*/

/* fallback si JS désactivé */
.no-js .hide img,
.no-js .hide picture,
.no-js .blocvid video {
  opacity: 1;
  filter: blur(0);
}

/* état JS dès le rendu (GSAP posera l'état initial) */
.js .hide img,
.js .hide picture,
.js .blocvid video {
  opacity: 0;
  filter: blur(20px);
  transition: opacity 0.3s ease, filter 0.3s ease;
}

.js .hide img,
.js .hide picture,
.js .blocvid video {
}

.page-link {
	border: 0;
	background: none;
    color: #012A5B;
}

.capit {
  background: #012a5b;
  color: #fff;
  border-radius: 50%;
  padding: 14px;
  height: 40px;
  width: 40px;
  display: block;
  line-height: 12px;
}

.counter {
	color: inherit;
}

.page-link.active, .active > .page-link {
	background-color: #012A5B;
	border-color: #012A5B;
}

.page-link.disabled, .disabled > .page-link {
	border: 0;
	background: none;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {color: #012a5b;}

.t4-megamenu .dropdown-menu li > a, .t4-megamenu .dropdown-menu li > .nav-link, .t4-megamenu .dropdown-menu li .dropdown-item {
	font-size: 18px;
}

.t4-megamenu .dropdown-toggle .item-caret::before {
	border-top: 4px solid #012a5b;
}

.t4-megamenu .navbar-nav > li > a, .t4-megamenu .navbar-nav > li > .nav-link,
.header-wrap .navbar > .navbar-nav .nav-link,
.newsflash-title a,
.t4-megamenu .dropdown-menu li > a,
.t4-megamenu .dropdown-menu li > .nav-link,
.t4-megamenu .dropdown-menu li .dropdown-item {text-decoration: none;}

.t4-offcanvas .t4-off-canvas-body .navbar.drilldown-effect .sub-menu-back {
	background: #012A5B;
	color: #fff;
}
.t4-offcanvas .t4-off-canvas-body .navbar.drilldown-effect .sub-menu-back:hover, .t4-offcanvas .t4-off-canvas-body .navbar.drilldown-effect .sub-menu-back:focus, .t4-offcanvas .t4-off-canvas-body .navbar.drilldown-effect .sub-menu-back:active {
	background-color: #333;
}
.t4-offcanvas .t4-off-canvas-body .navbar.drilldown-effect .navbar-nav .nav-item .dropdown-menu .nav-item {
	background: #e9ecef;
}
.t4-offcanvas .t4-off-canvas-body .navbar .dropdown-menu .dropdown-item, .t4-offcanvas .t4-off-canvas-body .navbar .dropdown-menu .nav-link {
	font-family: var(--megamenu-font-family);
	text-decoration: none;
    font-size: 20px;
}
.bouton {position:relative;
  border: 1px solid #012A5B;
  border-radius: 25px;
  width: auto;
  text-align: center;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  padding: 15px 25px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background: #012A5B;
  text-decoration: none;
}

.bouton:hover {background: #ecf1f9;color: #012A5B;}

.bouton.thin {color: #fff;border: 1px solid #fff;background: none;}
.bouton.thin:hover {color: #fff;border: 1px solid #012A5B;background: #012A5B;}

.thin.dark {color: #012A5B;border: 1px solid #012A5B;}

.t4-wrapper {
	background: url(../images/fond-test.jpg) repeat;
}

.t4-header {
	background-color: #f5f3ee;
    background: url(../images/fond-test.jpg) repeat;
	border-bottom: 0;
}

.navbar-brand {
	text-align: center;
}

.logo-img {max-width: 160px;}

.t4-header-r li.nav-item {
  padding: 20px 1rem;
}

.header-wrap .navbar > .navbar-nav .nav-link {
	margin-left: 0;
}

h1 span {font-size: var(--h2-font-size);}

.max-cont picture + h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 5rem;
    line-height: 4rem;
    text-align: center;
    max-width: 90%;
}

.max250 {max-width: 250px;}

.article-aside {margin: 0;}

.ligneb {
  position: absolute;
  width: 100%;
  top: 50%;
  height: 1px;
  background: #fff;
  z-index: -1;
}

.nav-link {
font-size: var(--megamenu-font-size) !important;
font-weight: var(--t4-nav-link-font-weight);
color: var(--mainnav-link-color);
font-family:var(--megamenu-font-family);
}

.bgblanc {background: #fff;}
.bgbleu {background:var(--footer-bg-color)}

.img-responsive {width: 100%;}

a {text-decoration:underline;}
.field a,a.nav-link {text-decoration:none;}

a.fleche {
	padding-left: 50px;
	background: url(../images/fleche.png) no-repeat 0 -3px;
	font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
}

.ivyora {font-family:var(--heading-font-family);}

.exergue {font-size: 1.667rem;}

.abs {position: absolute;}

.category-desc {
	border: 0;
}

.customtitre span {
    font-size:1rem;
    font-family: var(--body-font-family);
    text-transform: uppercase;
    padding-left: 70px;
    font-weight: 400;}

.content__int .abs {
background: rgba(0,0,0,0.4);
  border-start-end-radius: 50px;
  border-start-start-radius: 50px;
    width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
}

.content--sticky {
  will-change: transform, filter;
}

.blog-centre .page-header h2 {text-align: center;}

.wrap .content--sticky:nth-child(even) .content__int .abs {justify-content: flex-start;}

.content__int .abs > div {
  margin-right: 20%;
}

.wrap .content--sticky:nth-child(even) .content__int .abs > div {
  margin-right: 0%;
  margin-left: 20%;
}

.content__int .abs a,
.content__int .abs h2 {
color: #fff;
}

.content__int .abs h2 {
  font-size: 5rem;
  line-height: 44px;
  display: inline-block;
}

.block-gauche .abs {
background: rgba(0,0,0,0.3);
    width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
    transition: background ease-in-out 0.2s;
    z-index: 1;
}

.block-droit .abs {
background: rgba(0,0,0,0.3);
    width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
  transition: background ease-in-out 0.2s;
  z-index: 1;
}

.block-gauche .abs:hover,
.block-droit .abs:hover  {
background: rgba(0,0,0,0.1);
}

.block-droit .detspe {margin-right: 10%;
}

.block-gauche .detspe {margin-left: 10%;
}

.blockspe {margin-bottom: 1rem;}
.max-cont .blockspe:last-child {margin-bottom: 0rem;}

.blockspe .abs h2 {
  font-size: 5rem;
  line-height: 4rem;
  display: inline-block;
}

.blockspe .abs a,
.blockspe .abs h2 {
color: #fff;
}

  
.cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.rounded-tlr {
border-start-end-radius: 50px;
  border-start-start-radius: 50px;
  }

.history-accordion > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.history-accordion .history-title {
    padding: 1rem 0;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
    cursor: pointer;
}

.history-accordion .history-title:after {
    content: "+";
font-size: 24px;
line-height: 28px;
width: 30px;
text-align: center;
display: block;
position: absolute;
right: 20px;
top: 25px;
font-weight: lighter;
height: 30px;
color:#000;
}
.history-accordion li.active .history-title:after {
    color: #000;
    content: "-";
line-height: 24px;
}
.history-accordion .history-content {
    font-size: inherit;
    font-weight: 200;
    line-height: 2;
    padding: 20px 0;
}

.history-accordion .history-content ul li {list-style:none;padding-left: 10px;}
.history-accordion .history-content ul li.annotation {
  padding: 5px 0;
}
.history-accordion .history-content ul {
  padding-left: 0;
}

.history-accordion .history-title h3 {font-size:1rem;font-family: var(--body-font-family);}

#t4-footer {
	width: 100%;
	z-index: 0;
	padding-top: 20px;
    background: var(--footer-bg-color);
    overflow: hidden;
}

.t4-footer h3 {color: #fff;}

.t4-footer a {text-decoration: none;}

#locationlocator {
	background: none;
    margin: 0 auto !important;
}

.map_canvas {border-radius: 0.8rem;}

.view-location .mmlmap {margin-bottom: 3rem;}

#locationlocator .mymap-group {border-radius: .8rem !important;}

#locationlocator .span1::before {
	display: none;
}

#locationlocator .mymap-group .mymap-success, #locationlocator #locationsearch_div .input-append .mymap-primary, #resulttop .label-important, #resulttop.badge-important, #locationsearch_div input.labelauty:checked + label {
	background: var(--footer-bg-color) !important;
	border: none !important;
	box-shadow: 0 0 0 !important;
    border-radius: 30px;
}

#locationlocator #locationsearch_div {
  padding: 40px 30px;
  border-radius: .8rem !important;
}

#locationlocator .span1 {
  width: 20%;
}

#locationlocator .separatorLoc h5 {
	font-size: 32px;
    background: none;
    color: #012a5b !important;
}

#resulttop .row0, #resulttop .row1 {
	background: none;
	border-bottom: 1px solid #012a5b;
	border-radius: 0;
}

#resulttop .label-important  {
  padding: 5px 10px;
  border-radius: 30px;
}

#locationlocator #locationsearch_div .input-append {
	margin: 19px 0 0 0;
}

#autosuggest .twitter-typeahead {
	width: 100%;
}

#locationlocator #locationsearch_div .input-append .mymap-primary {
    margin-left: auto;
    padding: 5px 10px;
}  

#map-location #autosuggest .search-query.tt-hint {
	background: none !important;
}

#locationlocator #locationsearch_div .input-append #searchinput {
    background: none !important;
    border-radius: 30px;
    padding: 0 20px;
}

.type span {display: inline-block;padding-right: 20px;}
/* .valueno i {color: red;} */
.valueyes i {color:#53bf37;}
a.savoir {padding-left: 5px;font-size: 16px;}

.locationaddress a {padding-left: 25px;position: relative;margin-top: 10px;
  display: block;}
.locationaddress a::before {
    content:'';
	position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
	background: url(../images/phone-alt-solid.svg) no-repeat 0 0;
    display: block;
    background-size: 18px;
}

#maps {
	margin: 0 auto;
	float: none;
}

.mml_address {
	margin-left: 0 !important;
}
.myaddress {
	float: none !important;
}
.map_canvas .mymap-icon {
	float: none !important;
	margin: 0 0 10px 0 !important;
}

.blocvid {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: calc(100% - 1rem);
  border-radius: 0.8rem;
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blocvid video {
  width: 100%;
  transform: translateY(-25%);
}

.blocprod {position: relative;margin-bottom: 1rem;}

.blocprod img {border-radius: 0.8rem;
transition: opacity 0.64s cubic-bezier(0.4,0,0,1), filter 0.64s cubic-bezier(0.4,0,0,1);
width: 100%;
}

.fiche-image img,
.standard img {border-radius: 0.8rem;width: 100%;max-width: 100%;height: auto;}

.blocprod .item-content  {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: #012a5b78;
  padding: 20px;
  border-radius: 0.8rem;
  display: none;
  opacity: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.titreprod {text-align: center;padding: 0 20px;}
.titreprod h2,.titreprod h2 a,.titreprod a {color: #fff;text-decoration: none;}
.titreprod h2 a:hover,.titreprod a:hover {color: #fff;}

.blocprod:hover .item-content {display: flex;opacity: 1;}
.blocprod.hide:hover .item-content {display: none;opacity: 0;}

/*.blocprod.hide > img, .blocvid.hide > video,.blockspe.hide > picture {
	filter: blur(20px);
	opacity: 0;
}*/

.no-js .blocprod.hide > img,
.no-js .blocvid.hide > video,
.no-js .blockspe.hide > picture {
  opacity: 1;
  filter: blur(0);
}

/* état JS dès le rendu (GSAP posera l'état initial) */
.js .blocprod.hide > img,
.js .blocvid.hide > video,
.js .blockspe.hide > picture {
  opacity: 0;
  filter: blur(20px);
  transition: opacity 0.3s ease, filter 0.3s ease;
}

.js .blocprod.hide > img,
.js .blocvid.hide > video,
.js .blockspe.hide > picture {
}

.blocprod::before {
	border: solid 1px transparent;
	border-radius: 0.8rem;
	box-sizing: border-box;
	content: '';
	height: 100%;
	left: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	transition: border-color 0.4s cubic-bezier(0.07,0.51,0.18,0.96);
	width: 100%;
	z-index: 1;
}

.fiche .blocprod::before {display: none;}

.scale {
	overflow: hidden;
    border-radius: 0.8rem;
}

.scale img {
	-webkit-transform: scale(1);
	transform: scale(1);
	transition-duration: .3s;
	transition-timing-function: ease-out;
	transition-property: opacity,transform,filter;
}

.scale:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.bordercentre {position: relative;padding: 60px 0;
  margin-top: 20px;}

.bordercentre:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  background-color: #012A5B;;
  left: 50%;
  margin-left: -1.5px;
  height: 60px;
  display: block !important;
}

.bordercentre:after {
  top: auto;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  background-color: #012A5B;;
  left: 50%;
  margin-left: -1.5px;
  height: 60px;
}
.bordercentre.seultop {padding: 60px 0 0;}
.bordercentre.seultop:after {display: none;}

.t4-footer ul li {list-style: none;}
.t4-footer ul {padding-left: 0;}
.t4-footer ul li {padding: 5px 0;}

ul.listehoriz li {list-style: initial;
  padding: 10px;
  margin: 0 0 0 30px;}
ul.listehoriz li:first-child {list-style: none;margin: 0px;}

.infoprat {
	display: flex;
	margin-top: 10px;
	margin-bottom: 30px;
    flex-wrap: wrap;
}

.infoprat div {
	text-align: center;
	margin-right: 30px;
}

.infoprat img {
	display: inherit;
	margin: 0 auto;
	width: 100px;
}

.infoprat span {
font-size: 13px;
  font-weight: 500;
}

.rapi_ajax_search_result {
	border-radius: 0.8rem;
    background: #263E59;
    font-weight: 200;
}

.rapi_ajax_search_result ul li {
	border-bottom: 1px solid #344f6f;
}

.rapi_ajax_search_modal_content input {
	border-width: 1px !important;
	font-family: var(--heading-font-family);
}

.rapi_ajax_search_result .result_image {
	margin: 10px 15px 0 0;
	border: 0;
	border-radius: 0.8rem;
}

.rapi_ajax_search_result a, .rapi_ajax_search_result li a, .rapi_ajax_search_result span, .rapi_ajax_search_result p, span.result_date, p.result_text, a.result_title {
	color: #fff !important;
}

.grid-sizer,
.grid-item {
	width: 31%;
    padding-bottom: 20px;
}
.grid-item a {display: block;}
.grid-item img, .grid-item iframe, .grid-item video {
	box-sizing: border-box;
}

.wf-mediabox-numbers ol {display: none;}

.flatpickr-time .flatpickr-time-separator {
	display: none;
}
.numInputWrapper span {
	opacity: 1;
}

span.flatpickr-day.nextMonthDay.today:not(.selected):hover, span.flatpickr-day.prevMonthDay.today:not(.selected):hover, span.flatpickr-day.today:not(.selected):hover {
	border: 1px solid #012A5B;
}

.flatpickr-day.today:focus, .flatpickr-day.today:hover {
	border-color: #012A5B;
	background: #012A5B;
}

.flatpickr-day.endRange, .flatpickr-day.endRange.inRange, .flatpickr-day.endRange.nextMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.endRange:focus, .flatpickr-day.endRange:hover, .flatpickr-day.selected, .flatpickr-day.selected.inRange, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.selected:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange, .flatpickr-day.startRange.inRange, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.startRange:focus, .flatpickr-day.startRange:hover {
	border-color: #012A5B;
	background: #012A5B;
}

span.flatpickr-day.nextMonthDay.today:not(.selected), span.flatpickr-day.prevMonthDay.today:not(.selected), span.flatpickr-day.today:not(.selected) {
	border-color: transparent transparent #012A5B #e9e9e9;
}


.marquee3k span {
    padding: 10px 20px;
    border: 1px solid #012A5B;
    border-radius: 35px;
    margin:0 5px;
    font-family: var(--heading-font-family);
    font-size: var(--h4-font-size);
}

.marquee3k span:hover {background-color: #e9e9e9;}

.marquee3k span a {color: #012A5B;text-decoration: none;}

small, .small, #search-results .result-url, #search-results .search-pagination .search-pages-counter {
	font-size: .775rem;
}

.fermeture {
    cursor: pointer;
  background: #012a5b;
  border-radius: 50px;
  border: 0;
  color: #fff;
  padding: 10px 20px;
}

.fermeture:hover {
	background: #ecf1f9;
	color: #012A5B;
}

@media (min-width:1500px) {
.max-cont {max-width: 1440px !important;}
}

@media (min-width:1400px) {
.container-small {
	max-width: 1140px !important;
}
}

@media (min-width: 992px) {
  .t4-megamenu .dropdown-menu {
    box-shadow: 0 0 0;
    border-radius: 0.8rem;
  }
}

@media(max-width: 767.98px) {
 .detfiche .abs {position: relative !important;}
 .block-droit .detspe {margin-right: 0;
}
.block-gauche .detspe {margin-left: 0;
}
#locationlocator .mymap-group, #locationlocator #locationsearch_div, #locationlocator .span1 {
	width: 100%;
}
#locationlocator #locationsearch_div {
	padding: 10px 0px;
}
.grid-sizer, .grid-item {
	width: 48%;
}
}

@media(max-width: 575.98px) {
.logo-img {
	max-width: 140px;
}    
.max-cont picture + h1 {
	font-size: 2rem;
	line-height: 2rem;
}
h1, .h1 {
	font-size: 32px;
}    
.mobcenter {position: absolute;
  left: calc(50% - 70px);
  top: 10px;}
.t4-header .header-block {
	height: 100px;
}  
.blockspe .abs h2 {
	font-size: 2rem;
	line-height: 2rem;
}
a.fleche {
	padding-left: 35px;
	background-position: 0px -2px;
	background-size: 30px;
}
.history-accordion .history-title h3 {
	padding-right: 30px;
}
.history-accordion .history-title::after {
	right: 0px;
}
.bordercentre {
	padding: 20px 0;
}
.bordercentre::before,
.bordercentre::after {
	height: 20px;
}
.infoprat {margin-top: 0;}
.infoprat div {
	margin-right: 0;
	padding: 10px 0;
	width: 50%;
}
.exergue {
	font-size: 1.333rem;
}
h2, .h2 {
	font-size: 24px;
}
.blockspe .abs a {
	font-size: 12px;
}
.margininv {margin: -1.5rem;;}
.wf-mediabox-content-item .contentpane .item-page {
	padding: 0;
}
.colvert div {
	height: 75px;
}
}

@media(max-width: 479.98px) {
#locationresult #resulttop address {
	width: 100%;
}    
#locationresult address {
	padding: 20px 0px 0;
}
.grid-sizer, .grid-item {
	width: 47%;
}
}

@media(max-width: 379.98px) {
.grid-sizer, .grid-item {
	width: 44%;
}
}