/*
 Theme Name: Ultima-Child
 Theme URI: http://www.azapp.fr/
 Description: AZApp Theme created for the best experience
 Version: Beta
 Author URI: http://www.azapp.fr/
 Date: 28/04/2017
 */


@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');
@import url('https://fonts.googleapis.com/css?family=Architects+Daughter&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');


body {
	font-family: 'Montserrat', sans-serif;
	color: #323437;
}


/*======================================
=            Theme Option             =
======================================*/
/* Title */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Architects Daughter', cursive;
	margin-top: 1rem;
}

.h1, h1 {
    font-size: 2rem;
}
/* Title */
.title-theme {
	margin-top: 0;
	margin-bottom: 3rem;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}
.title-theme span {
	color: #AECD3C;
}
.title-theme h2, .title-theme h3 {
	margin-bottom: 0;
	font-weight: 600;
	display: inline-block;
	position: relative;
	padding: 0rem;
	margin-top: 0;
	color: #000;
	font-size: 1.9rem;
}

@media (min-width: 576px) {
	.title-theme h2, .title-theme h3 {
		padding: 0 2rem;
	}

	.title-theme h2:before,
	.title-theme h2:after { 
		background-color: #000;
		content: "";
		height: 12px;
		position: absolute;
		width: 12px;
		top: 50%;
		border-radius: 100%;
	    -moz-transform: translateY(-50%) rotate(45deg);
	    -o-transform: translateY(-50%) rotate(45deg);
	    -webkit-transform: translateY(-50%) rotate(45deg);
	    -ms-transform: translateY(-50%) rotate(45deg);
	    transform: translateY(-50%) rotate(45deg);
	}
}

.title-theme h2:before {
	left: 0;
}
.title-theme h2:after {
	right: 0;
}
.title-theme.white{
	color: #FFFFFF;
}
.title-theme.white span {
	color: #aecd3c;
}
.title-theme.white:after {
	background-color: #FFFFFF;
}

.title-theme.white h2 {
	color: #fff;
}

.title-theme.white h2:before,
.title-theme.white h2:after { 
	background-color: #fff;
}

.title-color {
	color: #AECD3C;
	margin-bottom: 1rem;
	margin-top: 1rem;
}

/* Link */
a, a:visited {
	color: #aecd3c;
	transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	-webkit-transition: all .2s;
}
a:hover, a:focus {
	color: #000;
}

/* Buttons */
.btn {
	border-radius: 100px;
	font-weight: 600;
	padding: .5rem 1.5rem;
	text-transform: uppercase;
	transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	-webkit-transition: all .2s;
}
a.btn.btn-theme,
a:link.btn-theme.btn,
a:visited.btn-theme.btn,
.btn.btn-theme {
	background-color: #AECD3C;
	border: 2px solid #AECD3C;
	color: #FFFFFF ;
}
.btn.btn-theme:hover,
.btn.btn-theme:focus,
.btn.btn-theme:active,
.btn.btn-theme.focus,
.btn.btn-theme.active,
a:hover.btn.btn-theme,
a:focus.btn.btn-theme,
a.focus.btn.btn-theme,
a:active.btn.btn-theme,
a.active.btn.btn-theme,
.btn.btn-theme.is-checked {
	background-color: rgba(0, 0, 0, 0.9);
	color: #FFFFFF;
	cursor: pointer;
}
a.btn.btn-theme-light,
a:link.btn-theme-light.btn,
a:visited.btn-theme-light.btn,
.btn.btn-theme-light {
	background-color: #FFFFFF;
	border: 2px solid #FFFFFF;
	color: #AECD3C ;
}
.btn.btn-theme-light:hover,
.btn.btn-theme-light:focus,
.btn.btn-theme-light:active,
.btn.btn-theme-light.focus,
.btn.btn-theme-light.active,
a:hover.btn.btn-theme-light,
a:focus.btn.btn-theme-light,
a.focus.btn.btn-theme-light,
a:active.btn.btn-theme-light,
a.active.btn.btn-theme-light,
.btn.btn-theme-light.is-checked {
	background-color: rgba(0, 0, 0, .9);
	color: #AECD3C;
	cursor: pointer;
}

a.btn.btn-icone,
a:link.btn-icone.btn,
a:visited.btn-icone.btn,
.btn.btn-icone {
	background-color: #000;
	border-radius: 50%;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	height: 30px;
	line-height: 30px;
	padding: 0;
	transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	-webkit-transition: all .2s;
	width: 30px;
}
.btn.btn-icone:hover,
.btn.btn-icone:focus,
.btn.btn-icone:active,
.btn.btn-icone.focus,
.btn.btn-icone.active,
a:hover.btn.btn-icone,
a:focus.btn.btn-icone,
a.focus.btn.btn-icone,
a:active.btn.btn-icone,
a.active.btn.btn-icone,
.btn.btn-icone.is-checked {
	background-color: #FFFFFF;
	color: #AECD3C;
}



/* Formulaire */
.form-group {
	margin-bottom: 0;
}
.form-group p {
	margin-bottom: 0;
	width: 100%;
}
.form-group .input-group input, .input-group textarea{
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.form-group .input-group-addon {
	background-color: #AECD3C;
	color: #ffffff;
}
.form-group .captcha {
	margin-bottom: 1rem;
}

/*======================================
=                Header                =
======================================*/

/* ____Pre-Home____ */
#prehome {
	background-attachment: fixed;
	background-image: url(/wp-content/uploads/2017/12/img-workspace-16.jpg);
}
#prehome:before {
    background-color: rgba(0, 0, 0, 0.9);
}
#prehome h2 {
    font-weight: 600;
    font-size: 1.3rem;
    text-transform: uppercase;
}

#prehome h3 {
    font-weight: 300;
    font-size: 1rem;
}

@-webkit-keyframes bounce {
	from {top: 36px;}
	to   {top: 0px;}
}
@-moz-keyframes bounce {
	from {top: 36px;}
	to   {top: 0px;}
}
@-o-keyframes bounce {
	from {top: 36px;}
	to   {top: 0px;}
}
@keyframes bounce {
	from {top: 36px;}
	to   {top: 0px;}
}
a.landing-btn {
	-moz-animation: bounce 0.5s ease infinite alternate;
	-ms-animation: bounce 0.5s ease infinite alternate;
	-webkit-animation: bounce 0.5s ease infinite alternate;
	-o-animation: bounce 0.5s ease infinite alternate;
	animation: bounce 0.5s ease infinite alternate;
	padding: 2rem 0;
	display: block;
	position: relative;
}

.img-header {
    max-width: 9rem;
}


header#debut {
    background: #000;
    color: #fff;
}

/* ____Top-Bar____ */
.top-bar {
	z-index: 1;
	//text-transform: uppercase;
	line-height: 22px;
}
.top-bar .img-fluid.logo-header {
    max-width: 7rem;
    position: relative;
    z-index: 9;
}
.top-bar-elements span {
    display: block;
    color: #fff;
    font-size: 1rem;
}
.top-bar-elements a {
	color:#fff;
	-webkit-transition: 0.2s all;
	-o-transition: 0.2s all;
	transition: 0.2s all;
}
.top-bar-elements a:hover, .top-bar-elements a:focus {
	color:#aecd3c;
}
.elements-contact {
	margin-right: 7.5rem !important;
}
.elements-contact,
.elements-adresse {
	text-align: right;
	text-transform: none;
	margin-top: 1rem !important;
}

.top-bar-elements .email {
	text-transform: uppercase;
	font-weight: 600;
	color: #000;
}

.top-bar-elements .add {
	font-weight: 600;
	color: #000;
}

.elements-contact:after,
.elements-adresse:after {
	content: "";
	position: absolute;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	width: 45px;
	height: 45px;
	right: -60px;
	top: 0;
	display: none;
}
.elements-contact:after {
	background-image: url(/wp-content/themes/ultima-child/img/call.png);
}
.elements-adresse:after {
	background-image: url(/wp-content/themes/ultima-child/img/map.png);
}

/* Navbar */

.navbar {
	background: transparent;
}

@media (min-width: 992px) {
	.navbar {
		margin-top:1rem; 
	}
}

#menu-principal {
	background: #000;
	/*float: right;
	border-radius: 30px 0 0 30px;
	padding: 0 90px 0 40px;
	box-shadow: 22rem 0rem 0rem #000;*/
}

.navbar.menu-brand-left .navbar-brand img {
	width: 350px;
	max-height: 6.8rem;
	max-width: none;
}

.nav-item li.current-menu-item {
	background-color: #000 !important;
}

.nav-item li.current-menu-parent {
	background-color: #000 !important;
}

.navbar-nav .nav-link {
	color: #fff !important;
	text-transform: uppercase;
	padding: 12px 5px 10px 5px !important;
	-webkit-transition: 0.2s all;
	-o-transition: 0.2s all;
	transition: 0.2s all;
	font-size: 0.8rem;
}
.nav-item .nav-link:hover {
	background: #000 !important;
	-webkit-transition: 0.2s all;
	-o-transition: 0.2s all;
	transition: 0.2s all;
}
.nav-item li:hover a {
	color:#fff !important;
	-webkit-transition: 0.2s all;
	-o-transition: 0.2s all;
	transition: 0.2s all;
}
.navbar-nav .dropdown-menu {
	border-radius: 0 !important;
	width: 100%;
	margin-top: 4px !important;
	padding: 20px 0 !important;
	background-color: rgba(0, 0, 0, 0.87) !important;
}
.navbar-nav .dropdown-menu .nav-link {
	text-transform: initial;
	width:100%;
	padding: 3px 4px 3px 7px !important;
	-webkit-transition: 0.2s all;
	-o-transition: 0.2s all;
	transition: 0.2s all;
}
.navbar-nav .dropdown-menu .nav-link:hover {
	background: transparent !important;
	-webkit-transition: 0.2s all;
	-o-transition: 0.2s all;
	transition: 0.2s all;
}

.navbar-nav .nav-item .dropdown-menu li.current-menu-item {
    background-color: #AECD3C !important;
}
.navbar-brand {
	position: absolute;
	left: 90px;
	top: 15px;
	padding: 0;
}
.navbar-collapse-col {
	padding:0;
}

.logo-top {
	display:none !important;
}

@media (min-width: 768px) and (max-width: 991px) {
	.logo-header {
    	margin: 2rem 0 0;
	}
}

@media (max-width: 991px) {
	.logo-header-2 {
		    max-width: 10rem;
    padding: 1rem;
	}

	.top-bar .img-fluid.logo-header{
		display: none;
	}

	.top-bar .col-12.col-md-10{
		display: none;
	}
}

@media (max-width: 1700px) {
	.navbar {
		padding-top: 1rem !important;
	}
}

@media (max-width: 1400px) {

	#menu-principal {
		padding: 0px 30px 0 40px;
	}

	.top-bar {
		right: 75px;
	}

}

@media (max-width: 1200px) {

	.navbar-collapse {
		font-size:14px !important;
	}

	.navbar-brand {
		left: 30px;
	}

}

@media (max-width: 991px) {

	.navbar-collapse {
		font-size:14px !important;
		width: 100%;
		margin-top: 50px;
	}

	.dropdown-menu {
		display:block;
	}

	.top-bar {
		position:relative;
		right:0;
		top:0;
		/*margin-top: 15px;*/
	}

	.top-bar-elements {
		float:none !important;
		display: inline-block;
	}

	.elements-contact {
		margin-right: 0px !important;
	}

	.elements-adresse {
		margin-right: 80px !important;
	}

	.bloc-logo {
		display:none;
	}

	.navbar {
		padding-top: 0px !important;
	}

	.logo-top {
		display: block !important;
		width: 350px;
		margin: auto;
		margin-top: 30px;
	}

	#menu-principal {
		padding: 0;
		float:none;
		border-radius: 0;
	}

	.navbar-nav .dropdown-menu {
		border-radius: 0px  !important;
	}

	.navbar  .navbar-brand {
		color: #27357f !important;
		margin-right: 0;
		left: 15px;
	}

	.navbar-toggler {
		z-index: 10;
	}

	.navbar-toggler span {
		background: #aecc3c;
	}

	.navbar-nav .dropdown-menu .nav-link {
		font-size: 0.85rem;
	}

}

@media (max-width: 767px) {
	.top-bar-elements {
		display:block;
	}
	.elements-contact {
		display:table;
		margin: auto !important;
		margin-bottom: 10px !important;
		padding-right: 45px;
		text-align: center;
	}
	.elements-adresse {
		display:table;
		margin: auto !important;
		margin-bottom: 10px !important;
		padding-right: 45px;
		text-align: center;
	}
	.elements-adresse:after {
		width: 35px;
		height: 35px;
		right: 0;
		top: -5px;
	}
	.elements-contact:after {
		width: 35px;
		height: 35px;
		right: 0px;
		top: -5px;
	}
	.logo-top {
		margin-bottom: 10px;
	}
	.logo-top {
		width: 300px;
	}

}

@media (max-width: 350px) {

	.elements-adresse:after {
		width: 25px;
		height: 25px;
		top:0;
	}

	.elements-contact:after {
		width: 25px;
		height: 25px;
		top:0;
	}

}


/*======================================
=                 Home                 =
======================================*/

/* Slider  */
.slider-home {
	border-top: 4px solid #AECD3C;
}
.slider-home [class^="carousel-item"], .slider-home [class^="carousel-item"] > div {
	min-height: 35rem;
}
.slider-home [class^="carousel-item"] > div {
	overflow: hidden;
}
.slider-home .col-carousel {
	min-height: 35rem;
	color: #FFFFFF;
	background: rgba(214, 26, 105, 0.86);
	display: table;
}
.slider-home .col-carousel:after  {
	content: "";
	position: absolute;
	background: rgba(214, 26, 105, 0.86);
	height: 100%;
	width: 50rem;
	top: 0;
	left: 0;
	margin-left: -50rem;
}
.slider-home .carousel-content h3 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.9rem;
}
.slider-home .carousel-content p {
	margin-bottom: 2rem;
    font-weight: 300;
    font-size: 0.9rem;
}
@media (max-width: 576px) {
	.slider-home [class^="carousel-item"], .slider-home [class^="carousel-item"] > div, .slider-home .col-carousel {
		min-height: 20rem;
	}
}

@media (max-width: 991px){
	.slider-home .flickity-prev-next-button {
	    display: none;
	}
}

.slider-home .flickity-prev-next-button {
    width: 38px;
    height: 70px;
    border-radius: 0%;
    background: #da1d6a;
}

.slider-home .flickity-prev-next-button:hover {
    background: #da1d6a;
}

.slider-home .flickity-prev-next-button .arrow {
    fill: #fff;
}
/* Texte  */
.section-first {
	background: #f6f6f6;
	position: relative;
	width: 100%;
	display: table;
	background-repeat: no-repeat;
	background-position: center;
		    z-index: 1;
		    background-attachment: fixed;

} 
.section-first .title-theme:after {
	margin: 0 auto;
}
.section-first .container {
	position: relative;
	background-color: #FFFFFF;
	margin-bottom: 0;
	padding-bottom: 1rem;
	padding-top: 12rem;
}
.section-first .container:last-child {
	padding-top: 1rem;
}
@media(min-width: 576px) {
	.section-first .container {
		margin-bottom: 0;
		padding-top: 6rem;
		padding-bottom: 1rem;
		-webkit-box-shadow: 0 30px 80px -30px rgba(0,0,0,0.5);
		-moz-box-shadow: 0 30px 80px -30px rgba(0,0,0,0.5);
		box-shadow: 0 30px 80px -30px rgba(0,0,0,0.5);
	}
	.section-first .container:first-child {
		margin-top: -3rem;
	}
	/*.section-first .container:last-child {
		margin-bottom: -6rem;
	}*/
}
.section-first a, .section-first a:hover, .section-first a:focus {
	color: inherit;
}
.section-first a.link {
	color: #AECD3C;
	text-transform: uppercase;
}
.section-first a.link:hover, .section-first a.link:focus {
	color: #000000;
}
.section-first h1 {
    font-weight: 700;
    font-size: 1.8rem;
    border-bottom: 2px solid #000;
    color: #000;
    display: inline-block;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
}

h2.titre2 {
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #AECD3C;
    margin-bottom: 1rem;
    border-left: 10px solid #AECD3C;
    padding-left: 10px;
}
.section-first p {
    font-size: 0.9rem;
}
.section-first .btn {
    padding: .3rem 1.5rem;
}

/* Prestations  */
.section-second {
	text-align: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}
.section-second a, .section-second a:hover, .section-second a:focus {
	color: inherit;
}
.section-second .title-theme {
    margin-bottom: 2rem;
}
.section-second .imgBG {
	width: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	border: 10px solid #AECD3C;
	-webkit-box-shadow: inset 0 0 0 2px #FFFFFF;
	-moz-box-shadow: inset 0 0 0 2px #FFFFFF;
	box-shadow: inset 0 0 0 2px #FFFFFF;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}
.section-second .imgBG:after {
	content: "";
	padding-bottom: 100%;
	display: block;
}
.section-second h3 {
	text-transform: uppercase;
    margin: 1.2rem 0 0.5rem;
    padding-bottom: 0.5rem;
    position: relative;
    font-size: 1rem;
    font-weight: 600;
    color: #000;
}
.section-second h3:after {
	content: "";
	position: absolute;
	background: #AECD3C;
	width: 8rem;
	height: 1px;
	left: 0;
	right: 0;
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
}
.section-second .global-txt:hover .imgBG {
	border: 5px solid #000000;
}

.section-second p {
	font-size: 0.9rem;
}

.section-second .col-service p {
    font-size: 0.8rem;
}


/* Bloc Img hover + + Titre  */
.section-third {
    position: relative;
    background-position: center;
    color: #FFFFFF;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 35rem;
}
.section-third p {
	font-weight: 300;
    font-size: 0.9rem;
}

.section-third .title-theme h2:before, 
.section-third .title-theme h2:after {
    background-color: #fff;
}

.section-third .container {
	position: relative;
	z-index: 10;
}
.section-third  .title-theme {
    margin-bottom: 0rem;
}
.section-third a, .section-third a:hover, .section-third a:focus {
	color: inherit;
}
.section-third .imgBG {
	width: 100%;
	height: 20rem;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	padding: 1rem;
	position: relative;
}
/*
.section-third .imgBG:before {
	content: "\f067";
	position: absolute;
	width: 100%;
	height: 100%;
	border: 1rem solid transparent;
	top: 0;
	left: 0;
	-webkit-box-shadow: inset 0 0 0 2px #FFFFFF;
	-moz-box-shadow: inset 0 0 0 2px #FFFFFF;
	box-shadow: inset 0 0 0 2px #FFFFFF;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	color: transparent;
	text-align: center;
	font-size: 8.5rem;
	font-family: FontAwesome;
} */
.section-third h3 {
	overflow: hidden;
	text-align: center;
	text-transform: uppercase;
	padding: .8rem 0;
}
.section-third h3:before, .section-third h3:after {
	background-color: #fff;
	content: "";
	display: inline-block;
	height: 2px;
	position: relative;
	vertical-align: super;
	width: 50%;
}
.section-third h3:before {
	right: 0.5em;
	margin-left: -50%;
}
.section-third h3:after {
	left: 0.5em;
	margin-right: -50%;
}
.section-third h3 span {
	margin: 0 1rem;
    font-weight: 600;
    font-size: 1.8rem;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}
/*
.section-third .global-txt:hover .imgBG:before {
	background-color: rgba(226, 20, 98, 0.65);
	color: #FFFFFF;
} */

/* Actualités  */
.section-fourth {
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	z-index: 1;
}

section.section-fourth:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    z-index: -1;
    //background-image: url("https://www.transparenttextures.com/patterns/absurdity.png");
}

.section-parrain {
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.archive-2__imgbg {
    min-height: 13rem;
}

.archive-2__img {
	min-height: 15rem;
}
.archive-2__title {
    font-size: 1.15rem;
    font-weight: 600;
    margin: 1.5rem 0 1.5rem;
	color: #000;
}
.archive-2__content {
    background-color: rgba(255, 255, 255, 0.93);
    border: 8px solid #aecd3c;
    border-width: 8px 0 0;
    /* box-shadow: 1px 3px 0px rgba(0,0,0,0.3); */
}
.archive-2__excerpt{
    font-size: 14px;
    line-height: 1.4;
}
.archive-2__date {
	background-color: #000;
	color: #FFFFFF;
	padding: 0.5rem .38rem;
}
.archive-2__date span{
	line-height: 1.1;
}
.archive-2__date span:nth-child(2) {
	font-size: 0.8rem;
}
.archive-2-link {
    text-transform: uppercase;
    font-size: 1rem;
}
.archive-2-link:hover {
    color: #AECD3C;
    padding-left: 5px;
}

/* Témoignages  */
.section-fifth {
    background-color: #F5F5F5;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.section-fifth:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	    background: rgba(0, 0, 0, 0.2);
    background-image: url(https://www.transparenttextures.com/patterns/black-orchid.png);
	    z-index: -1;
}

.section-fifth i {
    font-size:  3rem;
    color: #fff;
}

.section-fifth .archive-5__content {
    font-size:  0.9rem;
    color: #fff;
    padding: 0.5rem;
    max-width: 85%;
    margin: 0 auto 1rem;
}


.section-fifth .archive-5 .text-uppercase {
	color: #aecd3c;
}

.section-fifth .flickity-page-dots .dot {
    background: transparent;
    opacity: 1;
    border: 1px solid #aecd3c;
    height: 13px;
    width: 13px;
}

.section-fifth .flickity-page-dots .dot.is-selected {
    background: #000;
}

/* Horaires  */
.section-sixth {
	color: #FFFFFF;
	font-size: 2.5rem;
}
.section-sixth p {
	margin-bottom: 0;
    text-transform: uppercase;
    font-size: 1.6rem;
    font-weight: 600;
}

.section-sixth a:hover {
	color: #aecd3c;
}

/* Partenaires  */
.section-seventh .carousel-img [class^="carousel-item"] div {
    -webkit-background-size: 60%;
    background-size: 60%;
    background-repeat: no-repeat;
    background-color: #fff;
}
.section-seventh .carousel-img [class^="carousel-item"], .section-seventh .carousel-img [class^="carousel-item"] div {
	min-height: 12rem;
}

.section-seventh .flickity-page-dots .dot {
    background: #fff;
    opacity: 1;
    border: 1px solid #000;
}

.section-seventh .flickity-page-dots .dot.is-selected {
    background: #000;
}

.section-seventh .carousel-img .flickity-page-dots {
	margin-top: 1.5rem;
}

.section-seventh .flickity-prev-next-button.previous {
    left: -2rem;
}

.section-seventh .flickity-prev-next-button.next {
    right: -2rem;
}

.section-seventh .flickity-prev-next-button {
    width: 37px;
    height: 37px;
    background: black;
}

@media (max-width: 767px){
	.section-seventh .flickity-prev-next-button {
	    display: none;
	}
}

.section-seventh .flickity-prev-next-button .arrow {
    fill: #fff;
}

/*======================================
=                 Map                  =
======================================*/

.gm-style > div:first-child > div:nth-child(4) > div:nth-child(4) > div:first-child > div:first-child > div:nth-child(2) {
	background-color: transparent !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}
.gm-style .gm-style-iw {
	overflow: hidden;
	text-transform: uppercase;
	font-size: 24px;
}
.gm-style > div:first-child > div:nth-child(4) > div:nth-child(4) > div:first-child > div:first-child > div:nth-child(3) > div:first-child > div,
.gm-style > div:first-child > div:nth-child(4) > div:nth-child(4) > div:first-child > div:first-child > div:first-child,
.gm-style > div:first-child > div:nth-child(4) > div:nth-child(4) >  div:first-child > div:first-child > div:nth-child(3) > div:nth-child(2) {
	display: none;
}
.gm-style > div:first-child > div:nth-child(4) > div:nth-child(4) > div > div:first-child > div:nth-child(4) {
	background-color: transparent !important;
}
.wpgmza_markerbox .wpgmza_infowindow_address {
	text-transform: uppercase;
	font-weight: 500;
	font-size: 30px;
	text-align: center;
}
.wpgmza_markerbox .wpgmza_infowindow_address {
	color: #AECD3C !important;
}
@media (max-width: 767px) {
	.wpgmza_markerbox .wpgmza_infowindow_address {
		font-size: 16px;
	}
}

/*======================================
=               MAP                 =
======================================*/

/* Change le lien - La croix pour fermer le infoWindow*/
img[src="https://maps.gstatic.com/mapfiles/api-3/images/mapcnt6.png"] {
  display: none;
}

.gm-style div {
  background-color: transparent !important;
  box-shadow: none !important;
  border-top: none !important;
}

.wpgmza_markerbox.scrollFix {
   background: rgba(255, 255, 255, 0.81) !important;
   text-align: center;
   text-transform: uppercase;
   font-size: 21px;
   font-weight: 500;
   padding: .5rem 1rem;
}

.wpgmza_markerbox.scrollFix a {
    display: none;
}

.wpgmza_infowindow_title,
.wpgmza_infowindow_address {
    display: none;
}

.map-info {
font-family: 'Open sans', sans-serif;
text-transform: uppercase;
color: #AECD3C;
font-weight: 600;
}


.map-info span {
    display: block;
}

h3 {
    font-size: 1.5rem;
}

/*======================================
=               Footer                 =
======================================*/

footer {
	color: #000000;
	font-family: inherit;
}

footer .postfooter-elements {
    margin: 0;
}

footer .footer p {
    margin-bottom: 0;
    font-size: 0.86rem;
}

footer .img-footer {
    margin-bottom: 1rem;
        max-height: 6rem;
}

/* Couleurs RS PreFooter */
footer .prefooter-rs li a {
	background-color: transparent;
	color: #fff;
}
footer .prefooter-rs li a:hover, footer .prefooter-rs li a:focus {
	background-color: transparent;
	color: #AECD3C;
}

/* Gestion Footer */
footer .footer {
	padding: 1rem 0;
}

footer .footer h3 {
    font-family: Open Sans;
    font-size: 1rem;
    margin-bottom: 1rem;
}

footer .footer p {
	font-weight: 300;
	font-size: 0.9rem;
}


/* Gestion Post Footer */
footer .postfooter {
	position: relative;
	background-color: #AECD3C;
}
footer .postfooter-elements {
    font-size: .83rem;
    line-height: 1.5;
    text-align: center;
    font-weight: 400;
    	font-family: 'Montserrat', sans-serif;

}
/* Couleurs Lien PostFooter + Footer */
footer .postfooter a, footer .footer a {
	color: #000;
}

footer .footer a:hover, footer .footer a:focus {
	color: #AECD3C;
}

footer .postfooter a:hover, footer .postfooter a:focus {
	color: #fff;

}

footer .prefooter-rs {
	position: relative;
    top: 0rem;
    transform: none;
}


/*======================================
=           Pages internes             =
======================================*/

/* Gestion Deco Picto Interne + Home */
.section-duo:before, .section-single:before, .section-first .container:first-child:before {
	content: "";
	position: absolute;
	height: 150px;
	width: 150px;
	background-image: url(/wp-content/uploads/2017/12/logo-picto.svg);
	-webkit-background-size: 80%;
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: 50% 45%;
	margin-top: -90px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	border-radius: 50%;
	background-color: #F5F5F5;
	border: 1px solid #000;
	-webkit-box-shadow: 0 0 0 10px #F5F5F5;
	box-shadow: 0 0 0 10px #F5F5F5;
	display: none;
}
.section-first .container:first-child:before {
	margin-top: -190px;
	background-color: #FFFFFF;
	border: 1px solid #000;
	-webkit-box-shadow: 0 0 0 10px #FFFFFF;
	box-shadow: 0 0 0 10px #FFFFFF;
	display: none;
}

/* Content */
.content {
    padding-top: 3rem;
    border-top: 4px solid #000;
    background: url(/wp-content/uploads/2020/01/back1-acuitea.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}


.content:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(251, 251, 251, 0.80);
    background-image: url(https://www.transparenttextures.com/patterns/brilliant.png);
    z-index: -1;
}
/* Fil D'ariane */
.breadcrumb {
	background: transparent;
	text-align: center;
	margin-top: -1.5rem;
	margin-bottom: 1rem;
}

/* Gestion Section Img + Texte */
.section-duo {
	position: relative;
	margin-top: 2rem;
	    padding-bottom: 3rem;
}
.section-duo .col-img .global-txt,
.section-duo .col-img .global-txt .img,
.section-duo .imgBG {
	height: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}
.section-duo .col-txt {
	padding-top: 2rem;
	padding-bottom: 2rem;
	background: rgba(245, 245, 245, 0.62);
}
.section-duo h2 {
	margin-bottom: 1.5rem;
	color: #AECD3C;
}
.section-pi-gal {
	margin: 30px 0;
}
@media (max-width: 768px) {
	.section-duo .imgBG {
		min-height: 18rem;
	}
	.section-duo .col-txt {
		padding-top: 2rem;
	}
}
@media (max-width: 992px) {
	.section-duo .imgBG {
		min-height: 25rem;
	}
}

/* Section Carousel */
.section-carousel .carousel-img .flickity-page-dots {
	margin-top: 1rem;
}

/*======================================
=          Archive &  Single           =
======================================*/

.archive .content {
	padding-bottom: 3rem;
	position: relative;
}




/*======================================
=             MEDIA QUERY              =
=      ----  Mobile Method  ----       =
======================================*/
/* Small devices (landscape phones, 576px and up)
@media (min-width: 576px) {} */
/* Medium devices (tablets, 768px and up)
@media (min-width: 768px) {} */
/* Large devices (desktops, 992px and up)
@media (min-width: 992px) {} */
/* Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) {} */
/*======================================
=             MEDIA QUERY              =
=        ----  MAX Method  ----        =
======================================*/
/* Extra small devices (portrait phones, less than 576px)
@media (max-width: 575px) {} */
/* Small devices (landscape phones, less than 768px)
@media (max-width: 767px) {} */
/* Medium devices (tablets, less than 992px)
@media (max-width: 991px) {} */
/* Large devices (desktops, less than 1200px)
@media (max-width: 1199px) {} */

.bef-slash {
	position: relative;
}

.bef-slash:before {
    content: '/';
    font-size: 1rem;
    display: inline-block;
    padding-right: 0.3rem;
}


a.paoc-popup.popupaoc-button {
    position: fixed;
    z-index: 500;
    top: 65%;
    right: 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    line-height: 1;
}

a.paoc-popup.popupaoc-button img {
    height: 35px;
    display: block;
    margin: 0 auto 5px;
}

a.checkout-button.button.alt.wc-forward {
    max-width: 210px;
}


.popupaoc-button {
    padding: 10px;
    background: #684a8e;
    color: #fff;
    border-radius: 10px 0 0 10px;
    display: inline-block;
    text-decoration: none !important;
}


@media (max-width: 768px) { 

        a.paoc-popup.popupaoc-button {
            bottom: 0;
            top: auto;
        }

}


.paoc-popup-modal {
    background-color: #FFF;
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
    width: 60%;
    position: relative;
    display: none;
    max-width: 400px;
}

.paoc-popup-modal h2 {
	text-align: center;
}

.paoc-popup-modal p { 
	text-align: center;
}


.paoc-popup-modal p.ask-text {
    font-size: 12px;
}

.paoc-popup-modal-cnt .wpcf7-form-control.g-recaptcha.wpcf7-recaptcha.recaptcha div {
    margin: 15px auto;
}


@media (max-width: 1024px) {
#prehome {
display: none;
}
}


p.post-info {
    font-weight: 600;
}

p.ask-text {
    font-size: 13px;
    margin-bottom: 1rem;
}


.col-img-realisation .imgBG {
    min-height: 22rem;
    background-size: cover;
    margin-bottom: 2rem;
    background-position: center center;
    background-repeat: no-repeat;
}

@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,700);
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
figure.snip1456 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 10px;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  background-color: #000000;
}
figure.snip1456 *,
figure.snip1456 *:before,
figure.snip1456 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
}
figure.snip1456 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
  opacity: 0.9;
}
figure.snip1456 .title {
  position: absolute;
  bottom: 58%;
  right: 25px;
  padding: 5px 10px 10px;
}
figure.snip1456 .title:before,
figure.snip1456 .title:after {
  height: 2px;
  width: 400px;
  position: absolute;
  content: '';
  background-color: #ffffff;
}
figure.snip1456 .title:before {
  top: 0;
  left: 10px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
figure.snip1456 .title:after {
  bottom: 0;
  right: 10px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
figure.snip1456 .title div:before,
figure.snip1456 .title div:after {
  width: 2px;
  height: 300px;
  position: absolute;
  content: '';
  background-color: #ffffff;
}
figure.snip1456 .title div:before {
  top: 10px;
  right: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
figure.snip1456 .title div:after {
  bottom: 10px;
  left: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
figure.snip1456 h2,
figure.snip1456 h4 {
  margin: 0;
  text-transform: uppercase;
}
figure.snip1456 h2 {
  font-weight: 400;
  color: #AECD3C;
  margin-bottom: 5px;
}

figure.snip1456:hover h2{
	color: #fff;
}
figure.snip1456 h4 {
  display: block;
  font-weight: 700;
  background-color: #ffffff;
  padding: 5px 10px;
  color: #000000;
}
figure.snip1456 figcaption {
  position: absolute;
  top: 42%;
  right: 25px;
  text-align: right;
  opacity: 0;
  padding: 5px 10px 10px 60px;
  font-size: 0.8em;
  font-weight: 500;
  letter-spacing: 1.5px;
}
figure.snip1456 figcaption p {
  margin: 0;
}
figure.snip1456 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
figure.snip1456:hover .archive-9__imgbg ,
figure.snip1456.hover .archive-9__imgbg  {
  zoom: 1;
  filter: alpha(opacity=35);
  -webkit-opacity: 0.35;
  opacity: 0.35;
}
figure.snip1456:hover .title:before,
figure.snip1456.hover .title:before,
figure.snip1456:hover .title:after,
figure.snip1456.hover .title:after,
figure.snip1456:hover .title div:before,
figure.snip1456.hover .title div:before,
figure.snip1456:hover .title div:after,
figure.snip1456.hover .title div:after {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
figure.snip1456:hover .title:before,
figure.snip1456.hover .title:before,
figure.snip1456:hover .title:after,
figure.snip1456.hover .title:after {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
figure.snip1456:hover figcaption,
figure.snip1456.hover figcaption {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.archive-9__imgbg {
    min-height: 15rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


.input-group {
    margin-bottom: 1rem;
}

a.mobile-i {
    display: block;
    border: 2px solid #AECD3C;
    border-radius: 50%;
    text-align: center;
    padding: 9px 13px;
    margin: 0 0.5rem;
    color: #AECD3C;
    transition: all linear 0.3s;
}


a.mobile-i:hover {
    display: block;
    border: 2px solid #000;
    border-radius: 50%;
    text-align: center;
    padding: 9px 13px;
    margin: 0 0.5rem;
    color: #000;
    transition: all linear 0.3s;
}


@media (max-width: 991px) {
.navbar-toggler {
    z-index: 10;
    left: 1rem;
    top: 0.5rem;
    position: relative;
}
}

#AzMegaMenu {
	display: none;
} 


.carousel-item-1.is-selected .fixedslider-content  {
	-webkit-animation-name: fadeInLeft2;
	animation-name: fadeInLeft2;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
    z-index: 9;
}


@keyframes fadeInLeft2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInLeft2 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
 

/*.bakwhite {
	background: rgba(255,255,255,0.7);
}*/

.fixed-content-bak.transparent {
    background-color: #AECD3C !important;
	background-image: url("https://www.transparenttextures.com/patterns/checkered-pattern.png") !important;
	/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
    min-height: 24rem !important;
    background-position: 0% 50% !important;
  /*  -webkit-animation: Gradient 10s ease 1;
	-moz-animation: Gradient 10s ease 1;
	animation: Gradient 10s ease 1;*/
}

.fixedslider-content {
	color: #fff;
}

.fixedslider-content h4 {
	font-size: 1.8rem;
	padding-bottom: 1rem;
	color: #fff;
	font-family:'Architects Daughter', cursive;
	margin-top:1rem;
} 


p.title-slide {
	font-size: 1.8rem!important;
	padding-bottom: 1rem!important;
	color: #fff!important;
	font-family:'Architects Daughter', cursive!important;
	margin-top:1rem!important;
} 


.section-slider .carousel-img [class^="carousel-item"] div, .img-slider {
    min-height: 32rem; 
    border: none;
} 


.section-slider .carousel-item-1 {
  opacity: 0;
   left: 0 !important;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.section-slider .carousel-item-1.is-selected {
  opacity: 1;
}

.section-slider .flickity-slider {
  -webkit-transform: none !important;
  transform: none !important;
}



.fixed-content-bak .global-txt {
    width: 100%;
    height: 100%;
    padding: 3rem 2.5rem;
}



	.fixedslider-content {
	    max-width: 70%;
	}


@media (min-width: 1200px) {
	.section-slider .flickity-page-dots {
    position: absolute;
    bottom: 1.5rem;
    display: inline-block;
    width: 110px;
    //left: -7rem;
    right: 50%;
}




	.horaire-container {
	    background: rgba(251, 251, 251, 0.9);
	}
}



.img-slider {
    background-size: cover;
    background-position: center center;
}


.section-slider .carousel-img [class^="carousel-item"] div, .img-slider {
    min-height: 32rem; 
    border: none;
}

@media (max-width: 575px) {
.flickity-prev-next-button.next, 
.flickity-prev-next-button.previous {
	display: none !important;
}
.img-slider {
    background-size: cover;
    background-position: bottom center;
}
} 


@media (max-width: 1200px) {


	.fixedslider-content h1 {
    font-size: 2rem;
    text-align: center;
	}

	.section-horaire:after {
	    background: rgba(251, 251, 251, 0.9);
	    content: "";
	    display: block;
	    position: absolute;
	    width: 100%;
	    height: 100%;
	    top: 0;
	    left: 0;
	}
} 


.fixed-content-bak.transparent {
	background: rgba(251, 251, 251, 0.9);
    min-height: 24rem;
    background-position: 0% 50%;
}

.col-service .imgBG {
        background-size: cover;
    background-position: center;
    min-height: 15rem;
    background-color: #fff;
}


.col-service .global-txt {
    border: 2px solid #000;
    padding: 0;
    background: #000;
    border-radius: 0 0 16px 16px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}
.col-service {
    margin-bottom: 2rem;
}

.col-service h3 {
    text-align: center;
    font-size: 22px;
    min-height: 3rem;
     display: -webkit-box!important;
   display: -ms-flexbox!important;
   display: flex!important;
 
    -webkit-box-align: center!important;
   -ms-flex-align: center!important;
   align-items: center!important;
       -webkit-box-pack: center!important;
   -ms-flex-pack: center!important;
   justify-content: center!important;
}


.col-service .global-txt:hover {
	border: 2px solid #ffd242;
	background: #ffd242;
} 



.col-service a.global-link:hover, a:focus.global-link {
    color: #000;
}

.col-service .global-txt {
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}



.section-parrain .global-txt .imgBG {
    min-height: 9rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}


.section-parrain .global-txt a {
    text-align: center;
    margin-bottom: 2rem;
    border: 1px solid;
    padding: 2rem;
    max-width: 350px;
    margin: 0 auto 2rem;
    color: #fff;
    transition: all linear 0.3s;
    border-radius: 0 80px 0;
        background: rgba(255,255,255,0.7);
}

.section-parrain .global-txt h4 {
    color: #000;
}
.rc-anchor-light {
	background: transparent !important;
}


.img-part img.img-fluid {
    max-height: 6rem;
}

.section-parrain a.global-link {
    padding: 2rem;
    display: block;
}

.section-parrain .global-txt a:hover {
	background: #ffd242;
}

.section-video {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bed266+0,b3ce46+51,d8e4a2+100 */
	background: rgb(190,210,102); /* Old browsers */
	background: -moz-linear-gradient(left,  rgba(190,210,102,1) 0%, rgba(179,206,70,1) 51%, rgba(216,228,162,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(190,210,102,1) 0%,rgba(179,206,70,1) 51%,rgba(216,228,162,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(190,210,102,1) 0%,rgba(179,206,70,1) 51%,rgba(216,228,162,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bed266', endColorstr='#d8e4a2',GradientType=1 ); /* IE6-9 */

}

@media (max-width: 768px) {
	.section-third {
	    position: relative;
	    background-position: center;
	    color: #FFFFFF;
	    background-size: contain;
	    background-repeat: no-repeat;
	    background: #fff !important;
	}
}


section.section-first:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.15);
    z-index: -1;
    /* background-color: #ffffff; */
    background-image: url(https://www.transparenttextures.com/patterns/brilliant.png);
}


.section-first img.img-fluid {
    max-height: 24rem;
    margin: 0 auto;
    display: block;
}



a.archive-2-link, a.archive-2-link:visited {
    text-transform: uppercase;
    font-size: 1rem;
    background: #000;
    padding: 8px;
    color: #fff;
}


a.archive-2-link:focus, a.archive-2-link:hover {
    color: #AECD3C;
}

.breadcrumb a, .breadcrumb a:visited {
	color: #000;
}

.breadcrumb a:hover, .breadcrumb a:focus {
	color: #AECD3C;
}

.sect-txt a, .sect-txt a:visited, .post-info a, .post-info a:visited {
    color: #AECD3C;
    transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
}

.sect-txt a:hover, .sect-txt a:focus, .post-info a:hover, .post-info a:focus {
    color: #000;
}

section.section-seventh {
    background-position: center;
    position: relative;
    z-index: 1;
}


section.section-seventh:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgb(0, 0, 0, 0.82);
    background-image: url(https://www.transparenttextures.com/patterns/black-orchid.png);
    width: 100%;
    height: 100%;
}


a.btn-slider, a.btn-slider:visited {
    background: #000;
    padding: 12px;
    margin: 1rem 0;
    color: #fff;
    transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s;
}

a.btn-slider:hover, a.btn-slider:focus {
	color: #AECD3C;
}


.col-img .imgBG {
    min-height: 24rem;
}



.sect-timeline .col-time {

  border-top: 2px dashed;  
  border-color: #AECD3C !important;

  margin:0; padding: 30px;
      width: 100%;
}



.sect-timeline .col-time:nth-child(even) {
  border-left: 2px dashed;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  margin-right: 30px; 
  padding-right: 0;
    border-color: #000 !important;

}

.sect-timeline .col-time:nth-child(odd) {
  border-right: 2px dashed;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-left: 30px; 
  padding-left: 0;
}

.sect-timeline .col-time:first-child {
  border-top: 0;
  border-top-right-radius:0;
  border-top-left-radius:0;
}

.sect-timeline .col-time:last-child {
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}


.col-img2 .imgBG {
    min-height: 15rem;
}

.col-img-contain .imgBG {
    min-height: 15rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 1rem auto;
}

.bak-horaire {
    background-color: #ffffff;
    background-image: url(https://www.transparenttextures.com/patterns/brilliant.png);
}


.confirmation a, .confirmation a:visited, .navigation-actu a, .navigation-actu a:visited{
    color: #aecd3c;
}

.confirmation a:hover, .confirmation a:focus, .navigation-actu a:hover, .navigation-actu a:focus {
    color: #000;
}


#menu-principal li {
  list-style: outside none none;
  padding: 0;
}
#menu-principal li {
  padding: 0.5em 0;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  letter-spacing: 1px;
  text-decoration: none;
}
#menu-principal li:before,
#menu-principal li:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
#menu-principal li:before {
  bottom: 0;
  left: 0;
  display: block;
  height: 3px;
  width: 0%;
  content: "";
  background-color: #AECD3C;
}
#menu-principal li:after {
  left: 0;
  top: 0;
  padding: 0.5em 0;
  position: absolute;
  content: attr(data-hover);
  color: #ffffff;
  white-space: nowrap;
  max-width: 0%;
  overflow: hidden;
}
#menu-principal li:hover:before,
#menu-principal li.current-menu-item:before {
  opacity: 1;
  width: 100%;
}
#menu-principal li:hover:after,
#menu-principal li.current-menu-item:after {
  max-width: 100%;
}

img.img-fluid.logo-acu {
    height: 60px;
    position: relative;
    
}


.grecaptcha-badge {
    display: none !important;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
    font-size: 0.8rem;
}
footer .footer {
	background: #000;
}

footer .footer{
    color: #ffffff;
}

footer .footer a, footer .footer a:visited {
	color: #fff;

} 

footer .footer a:hover, footer .footer a:focus {
	color: #AECD3C;
	
} 

footer iframe {
    margin-bottom: -8px;
}


a.btn.btn-reservation, a.btn.btn-reservation:visited {
    border: 1px solid #aecd3c;
    border-radius: 0;
    color: #aecd3c;
    transition: all linear 0.3s; 
    text-transform: none;
    font-weight: 500;
}

a.btn.btn-reservation:hover, a.btn.btn-reservation:focus  {
	border-color: #fff;
	color: #fff;
}

div#fb-root.fb_reset {
    display: none!important;
}

.essilor-banniere {
    margin: auto;
}

.bookly-modal .bookly-modal-content 
.bookly-modal-footer .bookly-btn-submit:focus, 
.bookly-modal .bookly-modal-content .bookly-modal-footer 
.bookly-btn-submit:active, .bookly-modal .bookly-modal-content 
.bookly-modal-footer .bookly-btn-submit:hover, 
.bookly-modal .bookly-modal-content .bookly-modal-footer .bookly-btn-submit {
    display: inline-block;
    padding: 6px 12px!important;
    border: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 4px;
    color: #fff;
    text-transform: capitalize;
    background: #AECD3C!important;
}

img.img-fluid.logo-acu {
    display: none;
}