@charset "utf-8";
/* CSS Document */
body{
	font-family: 'Roboto', sans-serif;
	color: #414A58;
}

@media all and (min-width: 1600px) {
	.container{
		max-width: 1500px;
	}
}

a{
	font-weight: 700;
	text-decoration: none;
}
a:hover{
	color: #414A58;
}
h1{
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 700;
	font-size: 2.25rem;
}
h2{
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 700;
	color: #D01050;
	font-size: 1.75rem;
}
h3{
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 700;
	font-size: 1.35rem;
}
p{
	margin-bottom: 2rem;
}

blockquote{
	font-size: 1.1rem;
	font-style: italic;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 700;
	background-color: #F3F3F3;
	padding: 2rem 3rem;
}
blockquote p:last-child{
	margin-bottom: 0;
}

.barlow{
	font-family: 'Barlow Semi Condensed', sans-serif;
}
.pink{
	color: #D01050;
}
.green{
	color: #009E95;
}

.ombre{
	-webkit-box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 10px 15px -5px rgba(0, 0, 0, 0.1);
}
.fiche{
	-webkit-box-shadow: 0px 5px 20px 1px rgba(104, 125, 184, 0.15); 
	box-shadow: 0px 5px 20px 1px rgba(104, 125, 184, 0.15);
}

#up{
    padding: .5rem .75rem !important;
    border: none !important;
    background-color: #D01050;
    color: #FFFFFF !important;
    position: fixed;
    right: 0;
    bottom: 5%;
    font-size: 1.25rem;
    display: block;
    transform: translateX(100%);
    z-index: 999;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#up.show {
	transform: translateX(0);
}

.btn{
	text-decoration: none !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/* .btn i, a i{
	vertical-align: middle;
} */
.btn-white{
	background: #FFFFFF !important;
	color: #D01050 !important;
	border: 1px solid #ffffff !important;
	padding: .5rem 1.25rem .5rem 1.25rem !important;
	font-size: .9rem;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 700;
}
.btn-white:hover, .btn-white.disabled{
	color: #FFFFFF !important;
	background-color: transparent !important;
}
.btn-green{
	background: #009E95 !important;
	color: #FFFFFF !important;
	border: 1px solid #009E95 !important;
	padding: .5rem 1.25rem .5rem 1.25rem !important;
	font-size: .9rem;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 700;
}
.btn-green:hover, .btn-green.disabled{
	color: #009E95 !important;
	background-color: #FFFFFF !important;
}
.btn-orange{
	background: #ED7C00 !important;
	color: #FFFFFF !important;
	border: 1px solid #ED7C00 !important;
	padding: .5rem 1.25rem .5rem 1.25rem !important;
	font-size: .9rem;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 700;
}
.btn-orange:hover, .btn-orange.disabled{
	color: #ED7C00 !important;
	background-color: #FFFFFF !important;
}
.btn-grey{
	background: #414A58 !important;
	color: #FFFFFF !important;
	border: 1px solid #414A58 !important;
	padding: .5rem 1.25rem .5rem 1.25rem !important;
	font-size: .9rem;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 700;
}
.btn-grey:hover, .btn-grey.disabled{
	color: #414A58 !important;
	background-color: #FFFFFF !important;
}
.btn-pink{
	background: #D01050 !important;
	color: #FFFFFF !important;
	border: 1px solid #D01050 !important;
	padding: .5rem 1.25rem .5rem 1.25rem !important;
	font-size: .9rem;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 700;
}
.btn-pink:hover, .btn-pink.disabled{
	color: #D01050 !important;
	background-color: #FFFFFF !important;
}
.btn-pink-ghost {
	background: #FFFFFF !important;
	color: #D01050 !important;
	border: 1px solid #D01050 !important;
	padding: .5rem 1.25rem .5rem 1.25rem !important;
	font-size: .9rem;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 700;
}
.btn-pink-ghost:hover,
.btn-pink-ghost.disabled {
	color: #FFFFFF !important;
	background-color: #D01050 !important;
}


.topbar{
	font-size: .9rem;
	background-color: #D01050;
	color: #FFFFFF;
}
.topbar a{
	color: #FFFFFF;
}
.topbar .borders{
	border-left: 1px solid #B10840;
	border-right: 1px solid #B10840;
}
@media (max-width: 499px) {
	.topbar{
		font-size: .8rem;
	}
}

.breadcrumbs{
	color: #D01050;
	font-style: italic;
}
.breadcrumbs a{
	color: #D01050;
	text-decoration: underline;
	font-style: normal;
}

#logo{
	max-width: 200px;
}

header{
	position: relative;
}
header .navbar{
    padding: 0;
	background-color: #F3F3F3;
	display: block;
}
header .navbar .navbar-toggler{
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 1046;
	color: #2D3748;
	border: none;
	font-weight: bold;
	font-size: .9rem;
}
header .navbar .navbar-toggler span{
	display: block;
	background-color: #2D3748;
	height: 2px;
	width: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
	
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
header .navbar .navbar-toggler span:nth-child(1),
header .navbar .navbar-toggler span:nth-child(2),
header .navbar .navbar-toggler span:nth-child(3) {
	-webkit-transition: transform .35s ease-in-out;
	-moz-transition: transform .35s ease-in-out;
	-o-transition: transform .35s ease-in-out;
	transition: transform .35s ease-in-out;
}
header .navbar .navbar-toggler span:nth-child(2){
	width: 20px;
}
header .navbar .navbar-toggler span:nth-child(3){
	width: 15px;
}
header .navbar .navbar-toggler:focus {
	box-shadow: none;
}
header .navbar .navbar-toggler:not(.closed) span:nth-child(1) {
	position: absolute;
	width: 25px;
	left: 0px;
	top: 5px;
	
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
header .navbar .navbar-toggler:not(.closed) span:nth-child(2) {
	height: 12px;
	background-color: transparent;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(3605deg);
	transform: rotate(360deg);
	width: 25px;
}
header .navbar .navbar-toggler:not(.closed) span:nth-child(3) {
	position: absolute;
	left: 0px;
	top: 5px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
	width: 25px;
}
@media (max-width: 1199px) {
	header .navbar .offcanvas-body{
		margin-top: 6rem;
	}
}
header .navbar .menu-item a.nav-link {
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 700;
	font-size: 1rem;
	color: #2D3748;
}

.dropdown-menu{
	border: none !important;
	/*background-color: transparent;*/
	border-radius: 0 !important;
	-webkit-box-shadow: 0px 10px 15px -5px rgb(0 0 0 / 15%);
	box-shadow: 0px 10px 15px -5px rgb(0 0 0 / 15%);
}

.dropdown-menu .dropdown-menu{
	position: relative !important;
	top: inherit;
	left: inherit;
	display: block;
}

.dropdown-item{
	white-space: normal; 
}

.dropdown-menu .dropdown-item::after{
	content: none;
}

.dropdown-item:focus, .dropdown-item:hover{
	background-color: transparent;
}
.dropdown-item.active, .dropdown-item:active{
	background-color: transparent;
    color: #D01050 !important;
}

.dropdown-menu .menu-item {
	margin-right: 0 !important;
}

.dropdown-toggle::after{
	display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	border: none;
	font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f078";
	margin-left: 0.5em;
    vertical-align: 0;
}

@media (min-width: 1200px) {
	.dropdown-menu{
		min-width: 225px;
		padding: 1rem 0;
		margin: 0;
	}
}
@media (max-width: 1199px) {
	.dropdown-menu{
		-webkit-box-shadow: none;
		box-shadow: none;
		margin-bottom: 1rem;
	}
}


.dropdown-item{
	padding: 1rem 1.75rem;
	border-bottom: 1px solid #dddddd;
	font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    color: #2D3748;
    color: #000;
	line-height: 1.1;
}
.dropdown-item:hover{
	color: #D01050;
}
.dropdown-menu li:last-child .dropdown-item{
	border-bottom: none;
}

@keyframes fadeInDown {
   0% {
      opacity: 0;
      transform: translateY(-20px);
   }
   100% {
      opacity: 1;
      transform: translateY(0);
   }
} 

.sticky-menu{
	left: 0;
	margin: auto;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
	background: #fff;
	-webkit-animation: .5s ease-in-out 0s normal none 1 running fadeInDown;
	animation: .5s ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	border-radius: 0;
}
/*
@media (max-width: 499px) {
	#sticky-header{
		left: 0;
		margin: auto;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 99;
		background: #fff;
		-webkit-animation: .5s ease-in-out 0s normal none 1 running fadeInDown;
		animation: .5s ease-in-out 0s normal none 1 running fadeInDown;
		-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
		box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
		border-radius: 0;
	}
}
*/

#inlineFormSearch{
	border-radius:0px;
	display:none;
	width: 50%;
}

.prefooter{
	background-color: #D01050;
	color: #FFFFFF;
}
footer{
	background-color: #414A58;
	color: #FFFFFF;
	font-size: .9rem;
	padding: 5rem 0;
}
footer a, footer a:hover{
	color: #FFFFFF;
}
footer i{
	padding-top: .15rem;
}
#logo-footer{
	max-width: 200px;
}
.menu-footer{
	padding: 0;
	margin: 0;
	list-style: none;
}
.menu-footer li{
	margin-bottom: .5rem;
}
.menu-footer li:last-child{
	margin-bottom: 0;
}
.menu-footer a{
	color: #ADB6C6;
	text-decoration: none;
}

/********************************/
.homectn section{
	padding: 3rem 0;
}
.ctn, .agenda-ctn, .ctn-chart{
	padding: 6rem 0;
}
.presentation{
	padding-top: 6rem !important;
	padding-bottom: 3rem !important;
}
@media (max-width: 991px) {
	.homectn section, .ctn, .agenda-ctn{
		padding: 3rem 0;
	}
}
.ctn a{
	color: #D01050;
	text-decoration: underline;
}
.ctn hr{
	margin: 3rem 0;
}
.ctn h2{
	margin-bottom: 1.5rem;
}
.ctn h3{
	text-transform: none;
	color: #009E95;
    font-size: 1.15rem;
	margin: 3rem 0 1.5rem 0;
}

.ctn ul{
	list-style: none;
	margin-bottom: 2rem;
	padding-left: 3rem;
}
.ctn li{
	margin-bottom: .5rem;
}
.ctn ul li:before{
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	
	font-family: "Font Awesome Kit";
    content: "\e000";
    color: #ED7C00;
    font-size: .5rem;
    font-weight: 400;
	
    width: 2.5em;
    margin-left: -2.5em;
    vertical-align: middle;
	
    transform: translateY(-0.1rem);
}
.ctn .booknow-container ul li:before{
	content: none;
}

.homepage-message {
	padding: 1rem 0 1rem 0;
	color: white;
	background-color: #414A58;
	font-size: 1rem;
    font-weight: bold;
	overflow: hidden;
	position: relative;
	line-height: 1;
}
.homepage-message .row{
	margin-bottom: .5rem;
}
.homepage-message .row:last-child{
	margin-bottom: 0;
}
/*
.marquee {
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    position: absolute;
    white-space: nowrap;
    animation: marquee 30s linear infinite;
	font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 600;
	line-height: 1;
}

@media (min-width: 576px) {
	[data-message]::after {
			content: attr(data-message) " ";
			top: 50%;
			left: 100%;
			transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			position: absolute;
			white-space: nowrap;
			animation: marquee 30s linear infinite;
			animation-delay: 15s;
		}
}

@keyframes marquee {
	0% {
		left: 100%;
	}

	100% {
		left: -100%
	}
}
*/
/********************************/
.accordion{
	margin-bottom: 2rem;
}
.accordion h3{
	margin: 0;
}
.accordion h3 button{
	color: #009E95;
	font-size: 1.15rem;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 700;
}
.accordion-button:not(.collapsed){
	color: #009E95;
	background-color: #F3F3F3;
	border-color: transparent;
}
.accordion-button:focus{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.accordion-button:not(.collapsed)::after{
	filter: brightness(0);
}
.accordion-body{
	padding-top: 2rem;
}

/********************************/
.wrapdownloads a{
	color: #414A58;
	text-decoration: none;
	padding: 1rem 0;
	border-bottom: 1px solid #DEE2E6;
}
.wrapdownloads a:last-child{
	border-bottom: none;
}
.wrapdownloads a:hover, .wrapdownloads a:hover .poids{
	color: #D01050;
}
.wrapdownloads .poids{
	color: #009E95;
	font-size: .85rem;
}

/********************************/
.homeslider{
	/*background-image: url("../images/illustration.png");*/
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #e6eded;
}
.homeslider-v2{
	padding: 2.5rem 0 !important;
}
.swiperHome .swiper-slide{
	padding: 3rem 5rem;
}
.swiperHome .swiper-slide .titre{
	line-height: 1.1;
}
.swiper-button-next, .swiper-button-prev {
	color: #D01050;
}
.swiper-pagination-bullet-active{
	background: #D01050;
}
:root {
  --swiper-navigation-size: 30px;
}
.swiper-button-next{
	right: 15px;
}
.swiper-button-prev{
	left: 15px;
}
.cat{
	padding: .5rem 1.5rem;
	background-color: #ED7C00;
	color: #FFFFFF;
	border-top-left-radius: 1rem;
	border-bottom-right-radius: 1rem;
	text-transform: uppercase;
	font-size: .9rem;
	font-weight: 700;
}
@media (max-width: 499px) {
	.cat{
		font-size: .8rem;
	}
}
.date{
	font-weight: 700;
}

@media (max-width: 991px) {
	.swiperHome .swiper-slide{
		padding: 3rem 4rem;
	}
}
.vegas-content{
	padding: 2rem 0 !important;
}

.embed-container{
	width: 100%;
	height: 375px;
}
@media (min-width: 1400px) {
	.embed-container{
		height: 400px;
	}
}
@media (min-width: 1600px) {
	.embed-container{
		height: 500px;
	}
}


/********************************/
section.accesrapides{
	background-color: #F3F3F3;
	background-image: url("../images/motif.png");
	background-repeat: repeat;
	background-position: center center;
}

/********************************/
.link-acces{
	background-color: #FFFFFF;
	color: #2D3748;
	text-decoration: none;
	overflow: hidden;
	z-index: 1;
	height: 100%;
}
.link-acces:hover{
	/*background-color: #D01050;*/
	color: #FFFFFF;
}
.link-acces img{
    -moz-transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
.link-acces:hover img{
	filter: brightness(0) invert(1);
}
.link-acces .titre-acces{
	position: relative;
	padding-bottom: 1rem;
	line-height: 1.1;
	font-size: 1.15rem;
	
    -moz-transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
.link-acces .titre-acces:after{
	content: '';
	position: absolute;
	width: 20px;
	height: 3px;
	background-color: #D01050;
	bottom: 0;
	left: 50%;
	margin-left: -10px;
	border-radius: 5px;
	
    -moz-transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
.link-acces:hover .titre-acces:after{
	background-color: #FFFFFF;
}

.link-acces .hoverEffect{
	background: #D01050 none repeat scroll 0 0;
	position: absolute;
	width: 0;
	height: 0;
	z-index: -1;
	
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
    
    -moz-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    -ms-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
	transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}
.link-acces:hover .hoverEffect{
	width: 200%;
	height: 200%;
}

/********************************/
.quickaccess{
	background-color: #D01050;
}
.quickaccess a{
	color: #FFFFFF;
	padding: .5rem 1rem;
	line-height: 1;
}
.quickaccess span{
	/*white-space: nowrap;*/
}
.quickaccess img{
	max-width: 30px;
	max-height: 30px;
	height: 30px;
	filter: brightness(0) invert(1);
}


/********************************/
.rh-acces{
	background-color: #FFFFFF;
	color: #2D3748;
	text-decoration: none;
	overflow: hidden;
	z-index: 1;
	
    -moz-transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
.rh-acces .icon-acces{
	color: #ED7C00;
	font-size: 4rem;
	
    -moz-transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
.rh-acces .text-acces{
	font-weight: normal;
}
.swiperRH-pagination{
	bottom: 0 !important;
}

.rh-acces .hoverEffect{
	background: #D01050 none repeat scroll 0 0;
	position: absolute;
	width: 0;
	height: 0;
	z-index: -1;
	
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
    
    -moz-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    -ms-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
	transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}

.rh-acces p.pink{
	-moz-transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
.rh-acces:hover .hoverEffect{
	width: 200%;
	height: 200%;
}
.rh-acces:hover, .rh-acces:hover .icon-acces, .rh-acces:hover p.pink{
	color: #FFFFFF !important;
}
/********************************/
.wrapalldates .wrapagenda{
	margin-bottom: 3rem;
}
.wrapalldates .wrapagenda:last-child{
	margin-bottom: 0;
}
.wrapagenda img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	display: block;
    border-radius: 15px 0 0 15px;
}
.wrapagenda .date{
	position: absolute;
	top: 0;
	right: 0;
	padding: 0.5rem 1.5rem;
    background-color: #ED7C00;
    color: #FFFFFF;
    border-top-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    font-size: .9rem;
    font-weight: 700;
}

.wrapagenda h3 {
	padding-right: 8rem;
}

/********************************/
.wrapalldocs .wrapdoc{
	margin-bottom: 3rem;
}
.wrapalldocs .wrapdoc:last-child{
	margin-bottom: 0;
}
.wrapdoc h3{
	color: #414A58;
}
.wrapdoc p{
	color: #858585;
}

.filter-sidebar .media-filter {
    background: #D01050;
    color: #FFFFFF;
    border: 1px solid #D01050;
    padding: .5rem 1.25rem .5rem 1.25rem;
    font-size: .9rem;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 700;
}

#search-filter-form-4959, #search-filter-form-4952{
    display: flex;
}

#search-filter-form-4959 ul, #search-filter-form-4952 ul{
    margin: auto;
}

#search-filter-form-4959 ul.children, #search-filter-form-4952 ul.children {
    padding-left: 1.5rem !important;
}

#search-filter-form-4959 ul:not(.children), #search-filter-form-4952 ul:not(.children) {
    padding-left: 0 !important;
}


#search-filter-form-4959 li:before,  #search-filter-form-4952 li:before{
    content: '';
}

#search-filter-form-4959 h4, #search-filter-form-4952 h4{
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    text-transform: uppercase;
}

/********************************/
.wrapglobalsearch{
	background-color: #414A58;
	background-image: url("../images/motif-dark.png");
	background-repeat: repeat;
	background-position: center center;
	color: #FFFFFF;
	text-align: center;
}

/********************************/

.wp-pagenavi, .wp-pagenavi a {
    color: #D01050;
}

.wp-pagenavi .current {
    color: #414A58;
}

.wp-pagenavi a, .wp-pagenavi span{
	border-color: #d5d5d5;
	text-decoration: none;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current{
	border-color: #d5d5d5;
}

/********************************/

.swiperGallery .swiper-wrapper {
    align-items: center;
    text-align: center;
}

.swiperGallery .swiper-slide {
    max-height: 500px;
}

.actu-ctn .swiperGallery {
    margin-top: 3rem;
}
.wrapSwiperVideo .swiperGallery {
    margin-bottom: 3rem;
}
.wrapSwiperVideo.multiple .swiperGallery {
    margin-bottom: 4rem;
}
.wrapSwiperVideo .swiper-pagination {
	bottom: -40px;
}

.actu-ctn .featuredImage{
	margin-top: .5rem;
}
/********************************/

.embed-container {
    position: relative;
    /*padding-bottom: 56.25%;
    height: 0;*/
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*
.video {
    margin-top: 3rem;
}

.featured-video {
    margin-bottom: 3rem;
}*/

/********************************/

.actu-acces{
    padding: 3rem;
}

.side-actus {
	padding: 3rem;
	margin-top: 3rem;
}
.actu-acces p.light {
    color: #858585;
	font-size: .9rem;
}

.actu-player::after {
    color: white;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-regular);
    content: "\f144";
    font-size: 6rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.side-actus h2, .side-actus h3{
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-weight: 700;
	font-size: 1.35rem;
	/*color: #414A58;*/
}

/********************************/

.fiche.side-additionalcontent, .fiche.side-contact {
    padding: 1rem;
}

.fiche.side-contact .titre,.fiche.side-additionalcontent .titre,
.fiche.side-additional-form .titre{
    text-transform: uppercase;
}

.fiche.side-additionalcontent p {
    color: #858585;
}

.fiche.side-contact .info i {
    color: #D01050;
}

.fiche.side-contact .title {
    font-weight: bold;
    font-size: 1.08rem;
}

.linkedposts, .side-additionalcontent, .side-additional-form {
    margin-top: 4rem;
}
.swiperSidebar .swiper-slide {
    padding: 1rem;
}

.swiperSidebar-pagination {
    text-align: center;
}

a.additional {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    
}

/********************************/

.wrapallpublications .card  {
	text-decoration: none;
    border: none !important;
}

.wrapallpublications .card-title  {
	text-transform: uppercase;
}

.wrapallpublications .card-text  {
	color: black;
}

.wrapallpublications .card-footer {
	color: white ;
	background-color: #D01050 !important;
	text-transform: uppercase;
	text-align: center;
	padding: 2rem 0 2rem 0;
}

/********************************/

.rotate {
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}

.rotate.down {
	-ms-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

/********************************/

/*search and filter docuthèque*/
.acf-fields >.acf-field {
	padding: 0 !important;
}

/********************************/

.avancement-result a {
	text-decoration: none;
    color: #414A58;
}
.avancement-result .update-date {
    color : #858585;
}

.avancement-result .avancement-file-title {
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 700;
    font-size: 1.35rem;
    text-transform: uppercase;
}

.alert-empty-result {
    margin-top: 3rem;
}

.select2-container--default .select2-selection--single {
    position: relative;
    border-radius: .375rem !important;
    padding: 1.2rem 0 1.2rem 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
        -ms-transform: translateY(-50%);

}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 50% !important;
    transform: translateY(-50%);
        -ms-transform: translateY(-50%);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: transparent !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow::before {
    border-style: solid;
    border-width: .15rem .15rem 0 0;
    content: '';
    display: inline-block;
    height: .6rem;
    transform: rotate(135deg);
    width: .6rem;
    position: relative;
    right: .3rem;
}

/********************************/

.modal-content {
	background: transparent !important;
	border : none !important;
}
.modal-header {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	padding: 1rem 1rem;
	border: none;
}

/********************************/

.wraptrombi .card {
    border: none !important;
}

.wraptrombi .card-body {
    padding: 1rem 0 1rem 0;
}

.wraptrombi .card-title {
    color:#D01050;
    font-weight: bold;
    font-size: 1.3rem;
}

.wraptrombi .card-footer {
    color:#858585;
    background-color: transparent !important;
    border: none !important;
}

/********************************/

.wrapposts .associated-post{
    padding: 1rem;
}

.wrapposts h3 {
    font-size: 1.5rem;
}

/********************************/

.fiche.je-suis-access {
    padding: 2rem;
}

@media (min-width: 1200px) {
    .fiche.je-suis-access {
            padding: 3rem;
    }
}

/********************************/

body.taxonomy-je_suis .term-description-wrap {
	display: none;
}

/********************************/

.wpcf7-list-item.first {
    margin-left: 0;
}

.fancy-form {
    background: white;
    -webkit-box-shadow: 0px 5px 20px 1px rgba(104, 125, 184, 0.15);
        box-shadow: 0px 5px 20px 1px rgba(104, 125, 184, 0.15);
    border-radius: 1rem;
}

.fancy-form {
    background: white;
    -webkit-box-shadow: 0px 5px 20px 1px rgba(104, 125, 184, 0.15);
    box-shadow: 0px 5px 20px 1px rgba(104, 125, 184, 0.15);
    border-radius: 1rem;
}

.fancy-form #checkbox-post span.wpcf7-list-item  {
    display : block !important;
    margin-left: 0 !important;
}

.fancy-form #checkbox-post span.wpcf7-list-item.last.has-free-text .wpcf7-free-text{
    border :1px solid #ced4da !important;
    border-radius: .375rem !important;
}

.fancy-form  span.valid-files {
    color: #858585 !important;
}

.fancy-form  #checkbox-statut span.wpcf7-list-item, .fancy-form  #checkbox-temps-travail span.wpcf7-list-item {
	margin-left: 0 !important;
}

.fancy-form  #checkbox-statut span.wpcf7-list-item {
	display: block !important;
}


.fancybox__content{
	max-width: 80%;
}
@media all and (min-width: 1200px) {
	.fancybox__content{
		max-width: 50%;
	}
}

/********************************/

.chart-wrap {
	margin-top: 3rem;
	padding: 0 3rem 0 3rem;
}
.chart-wrap .more{
	font-size: 1.75rem;
	color: #2D3748;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.chart-wrap .level-3 .more:hover{
	color: #D01050;
}
.chart-wrap .level-5 .more:hover{
	color: #ED7C00;
}
.fancyOrga{
	display: none;
}
.fancyOrga h4{
	color: #D01050;
    font-size: 1.2rem;
	margin-bottom: 2rem;
}
.fancyOrga h6{
	color: #ED7C00;
    font-size: 1.2rem;
	margin-bottom: 2rem;
}

.ctn-chart p {
	margin-bottom: 0;
	font-size: .9rem;
	word-break: keep-all;
}

.ctn-chart h2{
	text-transform: uppercase;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 1.35rem;
}

.ctn-chart h6 {
	text-transform: uppercase;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 1.1rem;
}

.ctn-chart h2, h3, h4, h5 {
	font-weight: 600;
}

.ctn-chart h4, h5, h6 {
	margin-bottom: 1rem;
}

.ctn-chart .prefixe{
	font-size: .9rem;
	font-weight: bold;
	text-transform: uppercase;
}
.fancyOrga .prefixe{
	font-size: .9rem;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: .5rem;
}

.picto-orga{
	font-size: 2rem;
}

.rectangle {
    padding: 3rem 1rem;
}

.level-1 .rectangle h2 {
    color: white;
	font-size: 1.3rem;
}

.level-1 .rectangle, .level-2 .rectangle {
    background-color: #D01050;
    color: white;
}
.level-1 .rectangle h2, .level-2 .rectangle h2 {
	color: white;
}
.level-1.green .rectangle, .level-2.green .rectangle {
    background-color: #009E95;
    color: white;
}

.level-3 .rectangle {
    border : 2px solid #D01050;
	color: #2D3748;
	position: relative;
}
.level-3 .rectangle:hover {
    background-color: #D01050;
	color: #FFFFFF;
}
.level-3 .rectangle h4 {
    color:#D01050;
	font-size: 1.2rem;
}
.level-3 .rectangle .picto-orga{
	color:#D01050;
	font-size: 2rem !important;
}
.level-3 .rectangle:hover h4,  .level-3 .rectangle:hover .picto-orga{
    color: #FFFFFF;
}
.level-3 .rectangle:hover:after{
	position: absolute;
	bottom: 5%;
	left: 50%;
	transform: translateX(-50%);
	color: #FFFFFF;
	font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	border: none;
	font-family: "Font Awesome 5 Pro";
    font-weight: 400;
	font-size: 2rem;
    content: "\2b";
}

.level-3.green .rectangle {
    border : 2px solid #009E95;
}
.level-3.green .rectangle:hover {
    background-color: #009E95;
}
.level-3.green .rectangle h4 {
    color: #009E95;
}
.level-3.green .rectangle .picto-orga{
	color: #009E95;
}

.level-4 .rectangle {
    border : 2px solid #ED7C00;
	color: #2D3748;
	position: relative;
}
.level-4 .rectangle:hover {
    background-color: #ED7C00;
	color: #FFFFFF;
}
.level-4 .rectangle h5 {
    color:#ED7C00;
	font-size: 1.2rem;
}
.level-4 .rectangle .picto-orga{
	color:#ED7C00;
	font-size: 2rem !important;
}
.level-4 .rectangle:hover h5,  .level-4 .rectangle:hover .picto-orga{
    color: #FFFFFF;
}
.level-4 .rectangle:hover:after{
	position: absolute;
	bottom: 5%;
	left: 50%;
	transform: translateX(-50%);
	color: #FFFFFF;
	font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	border: none;
	font-family: "Font Awesome 5 Pro";
    font-weight: 400;
	font-size: 2rem;
    content: "\2b";
}

/*
.level-4.rectangle {
    background-color: #ED7C00;
    color: white;
    margin-top: 1.5rem;
}
*/
.level-5.rectangle {
    border: 2px solid #ED7C00;
    margin-top: 1.5rem;
}

.level-5.rectangle h6 {
    color:#ED7C00;
}

.level-1.rectangle, .level-2.rectangle, .level-3.rectangle, .level-4.rectangle, .level-5.rectangle {
    word-break: break-word;
}

#pojo-a11y-toolbar .pojo-a11y-toolbar-overlay p.pojo-a11y-toolbar-title{
	line-height: 1.2;
}

.pas-form{
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}