/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/


@charset "UTF-8";

/*
Theme Name: Mberry Admin
Theme URI: https://wordpress.org/themes/MberryAdmin/
Author: Mberry Admin
*/
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900|Noto+Sans+Arabic:wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');*/


@import url('https://fonts.googleapis.com/css2?family=Lustria&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mrs+Saint+Delafield&family=Charmonman:wght@400;700&display=swap');


/*@font-face {
    font-family: 'blueskiesmedium';
    src: url('./assets/fonts/blueskies2-webfont.woff2') format('woff2'),
         url('./assets/fonts/blueskies2-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}*/

html{
	margin-top: 0 !important;
}
#wpadminbar{
	display: none;
}
/* Variables */
:root {

	/* Font Family */
	--global--font-primary: "Montserrat", sans-serif;
	--global--font-secondaire: "Lustria", serif;
	--global--font-soustitre: "Charmonman", cursive;

	/* Font Size */
	--global--font-size-base: 1rem;
	--global--font-size-xs: 1rem;
	--global--font-size-sm: 1.125rem;
	--global--font-size-md: 1.25rem;
	--global--font-size-lg: 1.5rem;
	--global--font-size-xl: 2.25rem;
	--global--font-size-xxl: 4rem;
	--global--font-size-xxxl: 5rem;
	--global--letter-spacing: normal;

	/* Line Height */
	--global--line-height-body: 1.7;
	--global--line-height-heading: 1.3;
	--global--line-height-page-title: 1.1;

	/* Colors */
	--global--color-black: #000;
	--global--color-site: #000000;
	--global--color-dark-gray: #28303d;
	--global--color-gray: #5B5B5B;
	--global--color-light-gray: #f9f8f8;
	--global--color-or: #bc9d84;
	--global--color-blue: #012D65;
	--global--color-purple: #c6bdd0;
	--global--color-red: #e4d1d1;
	--global--color-orange: #e4dad1;
	--global--color-yellow: #F3C23B;
	--global--color-white: #fff;
	--global--color-pink: #eeb3b9;
	--global--color-white-50: rgba(255, 255, 255, 0.5);
	--global--color-white-90: rgba(255, 255, 255, 0.9);


	/* Spacing */
	--global--spacing-unit: 20px;
	--global--spacing-measure: unset;
	--global--spacing-horizontal: 25px;
	--global--spacing-vertical: 30px;

	/* box-shadow */
	--global--shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.2);

	/* width-right */
	--global--width-right: 150px;

	/* width-logo */
	--global--width-logo: 160px;

	/* Font size */
	--global--h1 : 3rem;
	--global--h2 : 2.5rem;
	--global--h3 : 2rem;
	--global--h4 : 1rem;
	--global--h5 : 1rem;
	--global--h6 : 0.875rem;
	--global--ligne-height : 1.875rem;
}

@media (max-width: 768px){
	/* Variables */
	:root {
		/* Font size */
		--global--h1 : 2.5rem;
		--global--h2 : 1.5rem;
	}
}


  
.container-wrap{
	max-width: 1324px;
	padding-right: 0.75rem;
    padding-left: 0.75rem;
	margin: 0 auto;
	width: 100%;
}
.container-wrap.maxwidth1160{
	max-width: 1160px;
	position: relative;
	z-index: 9;
}
.btn {
	/* bouton */
	--bs-btn-padding-x: 1.5rem;
	--bs-btn-padding-y: 0.6rem;
}
body{
	font-family: var(--global--font-primary);
	color: var(--global--color-site);
	font-weight: 400;
	font-size: var(--global--font-size-base); 
	
}


ol, ul, dl {
	margin: 0;
	padding: 0;
}

h1{
	font-family: var(--global--font-secondaire); 
	font-weight: 600;
    font-size: var(--global--h1); 
	line-height: var(--global--h1);
    letter-spacing: -.50px;
    text-transform: none;
    font-style: normal;
	
}
h2{
	font-family: var(--global--font-secondaire); 
	font-weight: 700;
	font-size: var(--global--h2); 
	line-height: 2rem; 
	
}
h3{
	font-family: var(--global--font-secondaire); 
	font-weight: 700;
	font-size: var(--global--h3); 
	line-height: var(--global--h3); 
}
h4{
	font-family: var(--global--font-secondaire); 
	font-weight: 700;
	font-size: var(--global--h4); 
	line-height: var(--global--h4); 
}
h5{
	font-family: var(--global--font-secondaire); 
	font-weight: 700;
	font-size: var(--global--h5); 
	line-height: var(--global--h5); 
}
h6{
	font-family: var(--global--font-secondaire); 
	font-weight: 700;
	font-size: var(--global--h6);
	line-height: var(--global--h6);  
}

a{
	color: var(--global--color-or);
	text-decoration: none;
}
ul{
	list-style: none;
}
a:hover{
	text-decoration: no;
}
a.btn:hover{
	text-decoration: none;
}
p {
	font-weight: 400;
	font-size: var(--global--h4);
	line-height: var(--global--ligne-height);

}
.blanc{
	color: #ffffff;
}

.btn:before, .wpmtst_submit_testimonial:before , .caption-texte a:before, .wp-block-button__link:before, .service a:before, .page-mariage a:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color:#45594a;
    width: 0;
    transition: all .5s;
    z-index: -1;
}


.btn, .wpmtst_submit_testimonial, .caption-texte a, .wp-block-button__link, .service a , .page-mariage a{
    color: #fff;
    border: 1px solid var(--global--color-or);
    transition: all .5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    color: rgb(255, 255, 255);
    line-height: 50px;
    height: 60px;
    margin: 37px 10px 5px 0px;
    text-align: center;
    padding:  5px 50px;
	display: inline-block;
	border-radius: 0;
	background-color: var(--global--color-or);
	font-family: var(--global--font-secondaire); 

}



.btn:hover:before,.wpmtst_submit_testimonial:hover:before , .caption-texte a:hover:before, .wp-block-button__link:hover:before , .service a:hover:before, .page-mariage a:hover:before{
    width: 100%
}


.btn:hover,.wpmtst_submit_testimonial:hover , .caption-texte a:hover, .wp-block-button__link:hover, .service a:hover, .page-mariage a:hover{
    background-color: #45594a;
    color: #fff;
	text-decoration: none;
	border: 1px solid #45594a;
}

main{
	background-color: #ffffff;
}

.info_societe{
	font-size: 0.8rem;
}
.info_societe a{
	margin-right: 15px;
	border-right: 1px solid #fff;
	padding-right: 15px;
	font-size: 0.8rem;
}
.info_societe a svg{
	margin-right: 5px;
}
.slogan{
	font-size: 0.8rem;
	color: #fff;
	margin-bottom: 0;
}
.bloc_header_top{
	background-color: #000;
	padding: 5px 0;
    margin-bottom: 5px;
}
.bg_blanc .bloc_header_top{
	display: none;

}
.load_more.fill_diagonal a,.qbutton:not(.transparent).fill_diagonal {
    position: relative;
    background-color: #b48360;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .load_more.fill_diagonal a,.qbutton:not(.transparent).fill_diagonal {
        display:inline-block
    }
}

.load_more.fill_diagonal a:hover,.qbutton:not(.transparent).fill_diagonal:hover {
    background-color: #b48360
}

.load_more.fill_diagonal a .a_overlay,.qbutton:not(.transparent).fill_diagonal .a_overlay {
    position: absolute;
    width: 140%;
    height: 100%;
    left: -20%;
    top: 0;
    background: #fff;
    z-index: 1;
    -ms-transform: translate(-110%,0) skew(45deg);
    -webkit-transform: translate(-110%,0) skew(45deg);
    transform: translate(-110%,0) skew(45deg);
    -webkit-animation: outHover .5s ease 1 forwards;
    -moz-animation: outHover .5s ease 1 forwards;
    -o-animation: outHover .5s ease 1 forwards;
    animation: outHover .5s ease 1 forwards;
    border-radius: 0!important;
    box-sizing: border-box
}

.load_more.fill_diagonal a:hover .a_overlay,.qbutton:not(.transparent).fill_diagonal:hover .a_overlay {
    -webkit-animation-name: onHover;
    -moz-animation-name: onHover;
    -o-animation-name: onHover;
    -ms-animation-name: onHover;
    animation-name: onHover
}






.wpmtst_submit_testimonial{
	--bs-btn-padding-x: 1.5rem;
    --bs-btn-padding-y: 0.6rem;
	padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
}

.btn:hover:before, .wpmtst_submit_testimonial:hover:before {
    width: 100%;
}
.btn:hover, .wpmtst_submit_testimonial:hover{
	background-color:var(--global--color-or);
	color: #fff;
	
}
.py-5{
	padding-top: 6rem !important;
	padding-bottom: 6rem !important;
    
}
.specialites-detaille.py-5{
	padding-bottom: 0rem !important;
}
/*  img */
img{
	width: 100%;
}

b, strong {
    font-weight: 700;
}
/* bar right */

.overflow-hidden {
    overflow: hidden;
}
header{
	padding:  20px 0;
}
header .site-logo {
	display: none;
}
header svg{
	width: 16px;
}

header .btn svg{
	width: 20px;
}
header svg path{
	fill:  var(--global--color-or);
}
header .reseau_sociaux a:hover svg path{
	fill:  var(--global--color-or);
}
header .btn.tel  svg path{
	fill: #fff;
}
.btn.tel{
	padding-left: 0.6rem;
	padding-right: 0.6rem;
}
header .instagram, header .linkedin, header .facebook{
	padding: 0;
	margin-left: 5px;
}
header  a{
	color: #ffffff;
	text-decoration: none;
}
.bg_blanc{
	background-color: #000;
	border-bottom: 2px solid var(--global--color-or);
	padding: 0;
}

.bg_blanc .navbar .nav-item.MenuLogo{
	height: 50px;
}

header.bg_blanc .custom-logo-link img, header.bg_blanc .custom-logo-white img {
    height: 45px;
    max-width: 321px;
}

header .custom-logo-link img, header .custom-logo-white img {
	height: 65px;
	max-width: 321px;
}
header .custom-logo-mobile, header .logo-white,  header .custom-logo-white{
	display: none;
}

.navbar .navbar-brand {
	color: #fff;
	font-size: 1rem;
}

.navbar-nav{
	align-items: center;
}

.navbar .nav-item.MenuLogo {

	margin: 0 25px;
	background-image: url(./assets/images/logo.png);
	width: 250px;
	 background-size: contain;
	 background-repeat: no-repeat;
	 background-position: center center;
	 height: 85px;

}
.navbar .nav-item.MenuLogo a{
	width: 250px;
    display: block;
    height: 85px;
}
.navbar li.nav-item.MenuLogo  a {
	font-size: 0;
}
.navbar .nav-item {
	padding: 0.5rem 1rem;
}

.navbar li.nav-item a {
	font-size: 1rem;
    text-decoration: none;
    position: relative;
}
.navbar li.nav-item a:hover {
	text-decoration: underline;
}

button.sub-menu-toggle{
	display: none;
}

.navbar-nav .dropdown-menu {
    background-color: var(--global--color-or);
	min-width: 16rem;
    border: none;
}
.navbar li.nav-item .dropdown-menu a::before{
	opacity: 0;
}
.navbar li.nav-item .dropdown-menu a{
	font-size: 1rem;
}
.navbar li.nav-item .dropdown-menu a:hover{
	color: #45594a;
}
.itemPost .card:hover a {
	color: #fff;
}
.dropdown-toggle{
	display: inline-block;
	padding-left: 10px;
	cursor: pointer;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.155em;
    content: "";
    border-top: 0.4em solid #fff;
    border-right: 0.4em solid transparent;
    border-bottom: 0;
    border-left: 0.4em solid transparent;
}
#slideHeaderinter{
	height: 50vh;
	background-color: var(--global--color-or); 
	position: relative;
}


#slideHeaderinter:after, #carouselEtreprise:after{
	content: '';
	position: absolute;
	bottom: -83px;
	left: 0;
	right: 0;
	width: 100%;
	height: 198px;
	background-image: url(./assets/images/shape2.png);
	background-repeat: no-repeat;
	z-index: 9;
}

#slideHeaderinter img{
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
#slideHeaderinter:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
}
.breadcrumb_position{
	position: absolute;
	bottom: 80px;
	left: 0;
	right: 0;
}
.breadcrumb_position .filAriane{
	font-weight: 600;
    font-size: 14px;
	color: #ffffff;
}
.breadcrumb_position a{
	color: #ffffff;
}
#slideHeader{
	height: 100vh;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	min-height: 105px;
	overflow: hidden;
}
.carousel_img{
	position: relative;
}
.carousel_img img{
	height:100vh;
	-o-object-fit: cover;
	   object-fit: cover;
}
.carousel_img:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
}
.carousel-caption {
    position: absolute;
    right: inherit;
    top: 0;
    left: 0;
    padding: 1.25rem 12%;
    color: var(--global--color-site);;
    text-align: left;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.caption-texte{
	text-align: left;
	max-width: 80%;
	
}
.caption-texte p{
	color: #ffffff;
    font-size: 1.2rem;
	font-family: var(--global--font-primary); 
    font-style: normal;
    font-weight: 400;
	position: relative;

}
.caption-texte h2{
	color: #ffffff;
    font-size: 4rem;
	font-family: var(--global--font-secondaire); 
    font-style: normal;
    font-weight: 400;
	line-height: 4rem;
	margin-bottom: 25px;
}
.titre_caption{
	color: #ffffff;
    margin-bottom: 20px;
    font-family: var(--global--font-soustitre); 
    line-height: 24px;
    letter-spacing: 0px;
    font-weight: 300;
    font-size: 24px;
	position: relative;
}
.titre_caption span{
	color: #819517; 
}
.bloc_modele{
	display: none;
}

label {
    display: block;
}
.formHeader  .wpcf7-list-item {
    margin: 0;
}
.formHeader {
    position: relative;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.formHeader  .container-wrap{
	position: relative;
	height: 100%;
}
.containerWidth {
    width: 40%;
    padding: 30px;
    background-color: var(--global--color-or); 
    border-radius: 30px;
	color: #fff;
	position: absolute;
    top: -80vh;
}

.page-template-template-contact .entry-content{
	text-align: left;
}
.page-template-template-contact .entry-content a {
	color: #000;
}
.page-template-template-contact .entry-content a i{
	color: var(--global--color-or); 
}
.page-template-template-contact .entry-content iframe{
	width: 100%;
	height: 450px;
}
.strong-form-inner .text, .strong-form-inner .textarea{
	display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.form-control, .strong-form-inner .text{
	border-radius: 0px;
    height: 39px;
	border-color: #e8eae3;
	background-color: #e8eae3;
	
}
.wpcf7-form-control.btn{
	line-height: 40px;
    height: 50px;
	width: 100%;
    margin-top: 0;
    padding-bottom: 0;
}
.formHeader p{
	margin-bottom: 0.8rem;
	line-height: 1.2rem;
}
.titre_form span.blanc{
	color: #ffffff;
	font-size: 2.5rem;
}
.titre_form span.blanc.font2{
	font-size: 2rem;
}



textarea.form-control, .strong-form-inner .textarea{
    height: 250px;
	border-radius: 0px;
}

.formHeader form{
	position: relative;
}
.formHeader input.btn:hover{
	border-color: var(--global--color-or);
}
.formHeader .options label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	font-weight: 500;
	position: relative;
	overflow: hidden;
	margin-bottom: 0.375em;
	/* Accessible outline */
	/* Remove comment to use */
	/*
	  &:focus-within {
		  outline: .125em solid $primary-color;
	  }
	*/
  }
  .formHeader .options label input {
	position: absolute;
	left: -9999px;
  }
 
  .formHeader .options label input:checked + span:before {
	-webkit-box-shadow: inset 0 0 0 0.4375em var(--global--color-or);
	        box-shadow: inset 0 0 0 0.4375em var(--global--color-or);
  }
  .formHeader .options label span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0 0.75em  0 0;
	border-radius: 99em;
	-webkit-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
	font-size: 13px;
  }
 
  .formHeader .options label span:before {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	content: "";
	background-color: #fff;
	width: 1.5em;
	height: 1.5em;
	border-radius: 50%;
	margin-right: 0.375em;
	-webkit-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
	-webkit-box-shadow: inset 0 0 0 0.125em var(--global--color-or);
	        box-shadow: inset 0 0 0 0.125em var(--global--color-or);
  }
  .wpcf7-not-valid-tip {
    font-size: 0.8rem;
 }
 .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
	font-size: 0.8rem;
 }
 .formHeader .titre_form{
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 2rem;
 }
 .titre_form  span {
	font-weight: 700;
	  color: #d6ff00; 
	  font-size: 2.5rem;
	  line-height: 3rem;
  }

  .titre_form  span.click {
	position: relative;
	font-size: 3.5rem;
	/*color: #ff00f5;*/
  }
  .titre_form  span.click::before {
	content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background-image: url(./assets/images/hand-index.svg);
    background-repeat: no-repeat;
    background-position: top center;
    left: -56px;
    top: 5%;
    z-index: 1;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
	display: none;
  }
 .form_submit .wpcf7-spinner{
	position: absolute;

 }
.formHeader .garantie{
	width: 120px;
}
 .reseau_sociaux_menu{
	position: fixed;
	z-index: 9;
	left: 0;
	bottom: 0;
	padding: 15px 1.5rem;
	display: none;
	color: #fff;
}
.reseau_sociaux_menu p{
	font-size: 0.8rem;
	margin-bottom: 10px;
	line-height: 1.2rem;
}
.left{
	max-width: 50%;
}
.right{
	max-width: 50%;
	padding-left: 90px;
	text-align: justify;
	padding: 100px 30px 0px 15px;
}
.left figure{
	width: 50%;
}
.left .img2{
	padding: 215px 0px 0px 15px;
	display: inline-block;
    position: relative;
    overflow: hidden;
    transition: 2s cubic-bezier(.5,.5,0,1);
	clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0 100%);
}
.left .img1{
	display: inline-block;
    position: relative;
    overflow: hidden;
    transition: 2s cubic-bezier(.5,.5,0,1);
	clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
.left img{
	transform-origin: 50% 50%;
	transition: 2s cubic-bezier(.5,.5,0,1);
}
.left.active .img1, .left.active .img2{
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.left .img1 img{
	transform: scale(1.5) translate(0, 100px);
}
.left .img2 img{
	transform: scale(1.5) translate(0, -100px);
}
.left.active img{
	transform: scale(1) translate(0, 0);

}
.bg_content{
	background-image: url(./assets/images/bg-pattern.png);
	background-position: top right;
	background-repeat: no-repeat;
	text-align: center;
}
.contentCenter img{
	border-radius: 50%;
	width: 150px;
	height: 150px;
}
.contentCenter{
	text-align: center;
	max-width: 1000px;
	margin: 0 auto;
}
.sous-titre{
	font-family: var(--global--font-soustitre); 
	font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
	color:#45594a;
	margin-bottom: 10px;
}
h1{
	color: #000000;
    font-family: 'Lustria', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.3px;
    text-transform: none;
	
}
.home h1 span{
	color:var(--global--color-or);
    display: block;
}
h3{ 
	margin: 2rem 0;
}
.home h3{ 
	margin: 0px 0px 1rem 0;
}
#partenaires h2{
	color: var(--global--color-or);
	font-size: 2rem;
	margin-bottom: 80px !important;
	position: relative;
}
 #partenaires h2:before{
	content: "";
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
	height: 3px;
	width: 60px;
	background-color:  var(--global--color-or);
	margin: 0 auto;
}
#partenaires{
	background-color: var(--global--color-light-gray);
}

.liste_service {
	text-align: center;
	justify-content: center;
}
.service-item img {
    max-width: 80px;
}
.avis{
	background-color: #fff;
}
.strong-view.controls-type-sides-outside {
    padding: 0px !important;
}
.strong-view.wpmtst-modern .wpmtst-testimonial-inner {
    padding: 0px !important;
    text-align: left  !important;

}
.avis h2:before{
	content: "";
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
	height: 3px;
	width: 60px;
	background-color:  #ffffff;
	margin: 0 auto;
}
.avis h2{
	color:  #ffffff;
	font-size: 2.5rem;
    margin-bottom: 80px !important;
	position: relative;
	text-align: center;
}
.testimonial.block {
	padding-top: 30px;
	padding-bottom: 50px;
	padding-left: 15px;
	padding-right: 15px;
}

.testimonial .testimonial-content {
	font-size: 14px !important;
	font-weight: 500 !important;
	text-align: left !important;
	font-style: italic;
	border-radius: 6px;
	color: #333333;
	border: 1px solid #ececec;
	background-color: #ececec;
	position: relative;
	padding-top: 45px;
	padding-right: 35px;
	padding-bottom: 45px;
	padding-left: 35px;
	margin: 10px 2px 0 0 !important;
}
.testimonial .testimonial-content .contentHid{
	height: 150px;
    overflow: auto;
}
.testimonial .testimonial-content:before {
	font-family: 'FontAwesome';
	display: block;
	font-style: normal;
	position: absolute;
	left: 30px !important;
	top: -14px !important;
	color: #f9b701;
	width: 30px;
	height: 30px;
	padding: 0;
	text-align: center;
	font-size: 30px;
	line-height: 30px;
	cursor: pointer;
	content: "\f10d";
	z-index: 100;
}
.strong-view.wpmtst-modern .wpmtst-testimonial-content:before{
	background: var(--global--color-or) !important;
}
.strong-view.wpmtst-modern .wpmtst-testimonial-content:after{
	content: "";
	display: none;

}
.info_testimonial {
    position: relative;
	width: calc(100% - 60px);
	padding-left: 20px;

}
.info_testimonial .stars{
	position: absolute;
	top: 0;
	right: 26px;

}
.block-info{
	width: 100%;
	padding-top: 32px;
    margin-left: 26px;

}
.strong-view.wpmtst-modern .wpmtst-testimonial-field{
	text-align: left !important;
}

.testimonial .testimonial-content .down-arrow {
	position: absolute;
	z-index: 100;
	bottom: -12px;
	background-image: url(./assets/images/testimonial-down-arrow.png);
	background-position: center top;
	background-repeat: no-repeat;
	height: 12px;
	width: 27px;
	text-align: center;
	left: 42px;
}

.testimonial .testimonial-image img {
	height: 60px !important;
	width: 60px;
}
.strong-view.pager-style-buttons .wpmslider-pager-link:before{
	color: #fff !important;
}

.testimonial .testimonial-name {
	font-size: 16px;
	text-align: left;
	font-weight: 600;
	color: #000;
}
.testimonial .testimonial-company {
	font-size: 14px;
	text-align: left;
	color: #000;
	font-weight: 500;
	line-height: normal;
}
.strong-view.nav-position-outside .wpmslider-controls{
	padding-bottom: 0 !important;
}
.logo_footer img{
	width: 160px;
	border-radius: 15px;
}
.home footer::before{
	content: '';
	position: absolute;
	left: 0;
	top: -145px;
	background-image: url(./assets/images/row-1-back.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: contain;
	width: 300px;
	height: 400px;

}
.bg-contentHome.MinHeigtDetail{
	background-position: -120px bottom;
	min-height: 600px;
	text-align: center;
}
footer{
	background: #e8eae3;
	color: #000;
	position: relative;
	background-image: url(./assets/images/shape1.png);
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: -125px;
}
footer h3{
	font-weight: 500;
    margin: 20px 0 40px !important;
    line-height: 32px;
    font-size: 20px;
	position: relative;
}
footer h3:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: -20px;
	background-color: #000;
	width: 60px;
	height: 2px;

}
footer .footerTop{
	padding-top: 275px !important;
	padding-bottom: 40px !important;
}
footer p , footer p a {
	color: #000;
	margin-top: 20px;
}
footer svg{
	width: 20px;
	border-radius: 0;
	margin-right: 5px;
}
footer svg path{
	fill:  var(--global--color-or); 
}
footer  a.linkedin:hover svg path, footer  a.facebook:hover svg path{
	fill:  var(--global--color-or);
}
footer .menuFooter a{
	padding: 5px 0;
	display: block;
	color: #000;
}
footer .footer-copyright p{
	background: #ffffff;
	padding: 10px 0;
	font-size: 12px;
	text-align: center;
	color: #000;
	width: 100%;
	margin-bottom: 0;
	border-top: 1px solid  var(--global--color-or); 
}
footer .item_footer{
	padding-left: 120px;

}
.pageContact iframe{
	width: 100%;
    height: 470px;
	margin-top: 40px;
}

.bloc_info_contact{
	width: 50%;
	padding-left: 20px;
}
.bloc_info_contact > div{
	margin: 50px 0px 50px 0px;
    padding: 0px 0px 50px 0px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #DDDDDD;
	display: flex;
    align-items: center;
	flex-wrap: wrap;
}
.bloc_info_contact > div > div{
	width: calc(100% - 115px);
}
.bloc_info_contact i {
	margin-right: 35px;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    background-color: var(--global--color-or);
	font-size: 2rem;
}
.bloc_info_contact h3{
	font-size: 1.5rem;
    margin-top: 0px;
}

.pageContact .wpcf7{
	width: 50%;
	padding-right: 20px;
}

input[type=file]::-webkit-file-upload-button {
	margin-right: 20px;
	border: none;
	background: var(--global--color-or);
	padding: 10px 20px;
	border-radius: 25px;
	color: #fff;
	cursor: pointer;
	-webkit-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
  }

input[type=file]::file-selector-button {
	margin-right: 20px;
	border: none;
	background: var(--global--color-or);
	padding: 10px 20px;
	border-radius: 25px;
	color: #fff;
	cursor: pointer;
	-webkit-transition: background .2s ease-in-out;
	-o-transition: background .2s ease-in-out;
	transition: background .2s ease-in-out;
  }
  
  input[type=file]::-webkit-file-upload-button:hover {
	background: var(--global--color-or) ;
  }
  
  input[type=file]::file-selector-button:hover {
	background: var(--global--color-or) ;
  }

  .entry-content ul{
	margin-left: 15px;
	text-align: left;
	display:  inline-block;
  }
  .entry-content ul li{
	position: relative;
	margin-bottom: 10px;
  }

  .entry-content ul > li:before{
	content: "";
	position: absolute;
	top: 2px;
	background-image: url(./assets/images/check-lg.svg);
	background-position: center;
	background-repeat: no-repeat;
	height: 20px;
    width: 20px;
    left: -25px;
    background-color: var(--global--color-or) ;
    border-radius: 50%;
    background-size: 16px;
  }

  .entry-content ul > li > ul > li{
	list-style: disc;
  }

.entry-content ul > li > ul > li::before{
	display: none;
}
.entry-content h1, h2, h3, h4, h5, h6{
  	margin-bottom: 1rem;
 }
 .wp-block-table td, .wp-block-table th{
	border: none;
	border-bottom: 1px solid #ccc;
 }
 .table > :not(caption) > * > *{
	background-color: inherit;
}
 .table-wrap {
	overflow-x: scroll; }
  
  .table {
	min-width: 1000px !important;
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 0px 5px 12px -12px rgba(0, 0, 0, 0.29);
	box-shadow: 0px 5px 12px -12px rgba(0, 0, 0, 0.29);
	text-align: center; }
	.table thead {
	  background:var(--global--color-or); border-bottom: none;}
	.table thead th {
	  border: none;
	  padding: 30px;
	  font-size: 14px;
	  color: #fff; }
	.table tbody tr {
	  margin-bottom: 10px; }
	.table tbody th, .table tbody td {
	  border: none;
	  padding: 30px;
	  font-size: 14px;
	  background: #fff;
	  vertical-align: middle;
	  border-bottom: 2px solid #f8f9fd; }
	.table tbody th.scope {
	  background: #e8ebf8;
	  border-bottom: 2px solid #e0e5f6; }
	@media (min-width: 768px) {
	  .table tbody td:nth-child(odd) {
		background: #f4f6fc;
		border-bottom: 2px solid #eceffa; } }
  
.contenuHome{
	position: relative;

	background-color: #fff;
	
    background-image: url(./assets/images/row-1-back-1.png) ;
    background-position: top right ;
    background-repeat: no-repeat ;
    background-size: cover ;
	background-size: 300px;
	margin-bottom: 50px;
}
.bg-contentHome{
	padding: 6rem 0;
	background-image: url(./assets/images/row-1-back.png) ;
    background-position: bottom left ;
    background-repeat: no-repeat ;
    background-size: cover ;
	background-size: 300px;
}
body .contenuHome .is-layout-flex{
	justify-content: center;
}
.contenuHome h2{
	font-size: 1.56rem;
	font-weight: 600;
}
.contenuHome .wp-block-button__link:hover {
	color:#fff;
}

.page-mariage{
	position: relative;
	background-color: #ffffff;
	padding: 80px 0;
	background-image: url(./assets/images/row-2-back.png) ;
    background-position: 120%   center  ;
    background-repeat: no-repeat ;
}
.page-mariage .top-content {
	text-align: left;
}
.page-mariage .titreService{
	padding-bottom: 80px;

}

.page-mariage .right {
	max-width: 40%;
	padding: 0px 0px 0px 15px;
	position: relative;
	
}
.page-mariage .left {
	max-width: 60%;
}
.page-mariage .right img{
    height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 9;
	max-height: 550px;
}

.page-mariage .left i{
	background-color: #000;
    padding: 10px;
	margin-right: 10px;
}
.margeRigt{
	padding-right: 15px!important;
}
.page-mariage .left {
	padding:  15px ;
	position: relative;
	z-index: 1;
}
.page-mariage .left:before {
	content: '';
    position: absolute;
    top: 0px;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: #e8eae3;
    z-index: -1;
}

.page-mariage .left.leftBefore:before {
    content: '';
    position: absolute;
    top: 58px;
    left: -155px;
    width: 50%;
    height: calc(100% - 100px);
    background-color: transparent;
    z-index: -1;
}
.page-mariage .topBlog{
	padding: 80px 0 0;
}
.page-mariage .top-mariage .right{
	max-width: 50%;
	padding: 50px 50px 0 50px;
}
.page-mariage .top-mariage .left{
	max-width: 50%;
	padding: 50px 50px 0 50px;
}
.page-mariage .top-mariage .right:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0;
	right: 0;
	margin: 0 auto;
    width: 100%;
    height: 70%;
    background-color: #e8eae3;;
    z-index: -1;
}




.page-mariage .left .sous-titre {
	margin-bottom: 10px;
}

.page-mariage .left h3 {
	font-size: 2rem;
	margin-bottom: 30px;

}
.googleAvis{
	padding:  80px 0 0;
	background-color: #ffffff;
	position: relative;
}
.home .specialites {
	background-color: #ffffff;
}
.specialites {
	position: relative;
	background-color: transparent; 
	color: #000000;
}
.home .specialites h3{
	font-size: 1.2rem;
}
.specialites h2{
	color: var(--global--color-or); 
}
.specialites  .entry-content h2{
	color: #000000;
}
.specialites  .sous-titre{
	color: #000000;
	margin-bottom: 10px;

}

.specialites a{
	color: #000000;
}
.specialites .item_specialites{
	width: 45%;
	padding: 10px;
	margin-bottom: 15px;

}
.itemContent{
	background-color:  var(--global--color-or);
	padding: 5px 10px;
}
.itemContent h3{
	margin: 1rem 0;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 500;
}
.liste_specialites{
	padding-top: 60px;
}
.page .liste_specialites{
	padding-top: 0px;
}
.liste_specialites .item_specialites i{

	background-color: var(--global--color-or); 
	padding: 25px;
	font-size: 35px;
    line-height: 40px;
	margin-right: 45px;
    width: 100px;
    height: 100px;
	color: #ffffff;
	text-align: center;

}
.liste_specialites .item_specialites:hover i{
	background-color: #000000;
}


.specialites-detaille .item_specialites{
	width: 33.33%;
	padding: 0 15px;
}
.specialites-detaille .item_specialites img{
	height: 337px !important;
	width: 100% !important;
	object-fit: cover;
}






.service {
	background-attachment: fixed;
	background-color: #FFFFFF;
    background-image: url('./assets/images/sevices.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
	z-index: 1;
    text-align: center;
    margin-top: -50px;
}
.service:before {
	content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
	background: rgba(0, 0, 0, 1);
	opacity: 0.4;
}

.service:after{
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
	width: 100%;
	height: 198px;
	background-image: url(./assets/images/shape2.png);
	background-repeat: no-repeat;
	z-index: 9;
}
.servicebg{
	position: relative;
	padding: 350px 0px 250px;
}

.servicebg:after{
	content: '';
	position: absolute;
	top: -83px;
	left: 0;
	right: 0;
	width: 100%;
	height: 251px;
	background-image: url(./assets/images/shape1.png);
	background-repeat: no-repeat;
	z-index: 9;
}

.service h2{
	font-size: 2.5rem;
    line-height: 54px;
    letter-spacing: -.25px;
    margin-bottom: 20px;
    position: relative;
	color: #ffffff;
}
.service h2 a{
	color: #e1b75f;
	display: inline-block;
}
.service h2 em{
	display: inline-block;
    background-color: #ffffff;
    padding: 15px 0;
    color: #000000;
    margin: 10px 0;
    font-size: 20px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 17px;
}
.service .sous-titre{
	color: #ffffff;
	margin-bottom: 20px;
}



.contact_left {
	background-attachment: fixed;
	background-color: #FFFFFF;
    background-image: url('./assets/images/sevices.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	position: relative;
	z-index: 999;
	padding: 60px 0px 60px 0px;
	text-align: center;
	margin-top: 30px;
}
.contact_left:before {
	content: '';
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
	background: rgba(0, 0, 0, 1);
	opacity: 0.4;
}
.contact_left h2{
	font-size: 1.5rem;
    line-height: 35px;
    letter-spacing: -.25px;
    margin-bottom: 0;
    position: relative;
	color: #ffffff;
}
.contact_left h2 a{
	color: #e1b75f;
	display: inline-block;
}
.contact_left h2 em{
	display: inline-block;
    background-color: #ffffff;
    padding: 15px 0;
    color: #000000;
    margin: 10px 0;
    font-size: 20px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 17px;
}
.contact_left .sous-titre{
	color: #ffffff;
}

.equipes{
	position: relative;
}
.home .equipes{
	background-color: #ffffff;
}
.equipes .item_equipes{
	width: 33.333%;
	max-width: 400px;
}
.equipes h3{
	margin: 0;
}
.equipes  .liste_equipes{
	margin-top: 50px;

}
.equipes .item_equipes img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.equipes  .detaille_equipe {
    background: var(--global--color-or); 
    padding: 20px 30px;
    color: #ffffff;
}
.equipes h3{
	font-size: 1.2rem;
}
.equipes  .detaille_equipe p{
	margin-bottom: 0;
	line-height: 1.5rem;
}

.equipes  figure{
	margin: 0;
}


.equipes .item_equipes:hover {
    -webkit-box-shadow: 0 0 46px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 46px rgba(0, 0, 0, 0.4);
    z-index: 2;
}

.equipes .item_equipesm:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.equipes .item_equipes:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}

.info_equipe{
	padding: 20px 0;
    border-bottom: 1px solid;
}
.info_equipe a{
	display: block;
}
.single-equipes .detail_left .entry-title{
	display: none;
}
.reseau_sociaux_equipe {
	padding: 20px 0;
}
.reseau_sociaux_equipe svg{
	width: 35px;
	margin: 0 5px;
}
.grecaptcha-badge{
	z-index: 999999;
}
.pageContact{
	margin-top: 60px;
}

.nav-links{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

}

.detail_left{
	flex: 0 0 25%;
    max-width: 25%;
}
.detail_right{
	flex: 0 0 75%;
	max-width: 75%;
	padding-left: 50px;
}

.specialites_menu{
	background: var(--global--color-or); 
}
.specialites_menu ul {
    margin: 0;
    padding: 0;
}
.specialites_menu ul li{
	margin: 0;
    padding: 12px 30px;
    position: relative;
}
.specialites_menu ul li a{
	display: block;
    position: relative;
    border-radius: 0;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    text-transform: capitalize;
    letter-spacing: .5px;
    padding-left: 25px;
}
.specialites_menu ul li::before {
    position: absolute;
    content: " ";
    display: inline-block;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 0;
    -webkit-transition: all .500s ease-in-out;
    transition: all .500s ease-in-out;
}
.specialites_menu ul li:hover::before, .specialites_menu ul li.active::before {
    width: 100%;
    background-color: #000000;
}
.specialites_menu ul li a::before{
	content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background-color:#ffffff;
    -khtml-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
}
.specialites_menu ul li a i{
	position: absolute;
	top: 5px;
	right: 0;
}

.wp-block-yoast-faq-block .schema-faq-section {
    border: 1px solid var(--global--color-or); 
    margin-bottom: 20px;
    background-color: #fdfeff;
}

.wp-block-yoast-faq-block .schema-faq-question:after{
	color: var(--global--color-or);
}
.wp-block-yoast-faq-block .schema-faq-question.faq-q-open {
    border-bottom: 1px solid var(--global--color-or);
}

footer.entry-footer{
	background-color: #ffffff;
	color: #000000;
}

.bloc_article article {
	width: 50%;
}

.cat_color{
	padding: 5px;
	display: inline-block;
	background-color: var(--global--color-or);
	color: #ffffff;
}


@media (max-width: 1199px) {

	.navbar .nav-item {
		padding: 0.5rem 0.2rem;
		
	}

	.bloc_info .btn{
		padding: 0.6rem 10px;
	}
	.containerWidth {
		width: 50%;
	}
	header .btn.instagram, header .linkedin, header .facebook {
		padding: 0;
		margin-left: 4px;
	}
	.page-mariage .left {
    	padding: 50px 20px 50px 0;
	}
 }

@media (max-width: 991px) {
	.titre_caption{
		font-size: 1.5rem;
		line-height: 2rem;
	}
	.formHeader .titre_form {
		font-size: 1.5rem;
		line-height: 2rem;
	}
	#site-navigation{
		position: inherit;
	}
	header .site-logo {
		display: block;
	}
	header .custom-logo-link img, header .custom-logo-white img {
		height: 85px;
	}
	.navbar .nav-item.MenuLogo{
		display: none;
	}
	._toggleIcon {
		display: inline-block;
		width: 70px;
		height: 70px;
		text-align: center;
		border-radius: 35px;
		-webkit-border-radius: 35px;
		-moz-border-radius: 35px;
		background-color: #fff;
		margin-left: 50px;
		cursor: pointer;
		position: relative;
		-webkit-box-shadow: var(--global--shadow);
		        box-shadow: var(--global--shadow);
	}
	
	._toggleIcon._close {
		position: absolute;
		top: 2.86vw;
		left: auto;
		right: 0px;
		display: none;
	}
	
	._toggleIcon span {
		position: absolute;
		display: inline-block;
		width: 25px;
		height: 2px;
		top: 50%;
		left: calc(50% - 12px);
		border-radius: 1px;
		-webkit-border-radius: 1px;
		-moz-border-radius: 1px;
		background-color: #29292d;
		-webkit-transition: 0.3s ease-in-out;
		-o-transition: 0.3s ease-in-out;
		transition: 0.3s ease-in-out;
	}
	._toggleIcon span:nth-of-type(1) {
		margin-top: -6px;
	}
	
	._toggleIcon span:nth-of-type(2) {
		margin-top: 6px;
		width: 15px;
	}
	
	._toggleIcon._close span:nth-of-type(1) {
		-ms-transform: rotate(45deg);
		    transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		margin: 0;
	}
	
	._toggleIcon._close span:nth-of-type(2) {
		display: none;
	}
	
	._toggleIcon span:nth-of-type(2) {
		margin-top: 6px;
		width: 15px;
	}
	._toggleIcon:hover span:nth-of-type(2) {
		width: 25px;
	}
	._toggleIcon._close span:nth-of-type(3) {
		-ms-transform: rotate(-45deg);
		    transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
	}
	.reseau_sociaux{
		position: relative;
		z-index: 99;
	}
	.bloc_header_top{
		position: relative;
		z-index: 99;
	}
	.navbar-toggler{
		position: absolute;
		right: 30px;
		width: 56px;
		border-radius: 50%;
		height: 56px;
		z-index: 9;
		top: 10px;
	}
	#navbarSupportedContent{
		position: fixed;
		width: 100vw;
		left: 0;
		top: 0;
		height: 100vh;
		background-color:  #000000;
		padding: 150px 1.5rem;
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
	#site-navigation{
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		padding-right: 0;
	}
	.navbar li.nav-item a {
		color: var(--global--color-or);
		font-size: 1.2rem;
	}
	.navbar-toggler{
		border-color: #ffffff;
	}
	.navbar-toggler .navbar-toggler-icon {
		background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%28255, 255, 255, 0.75%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e");
	}
	.navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30' fill='%23fff'%3e%3cpath d='M15 17.121l-8.132 8.132-2.121-2.12L12.879 15 4.747 6.868l2.12-2.121L15 12.879l8.132-8.132 2.12 2.121L17.122 15l8.132 8.132-2.121 2.12L15 17.123z'/%3e%3c/svg%3e");
	}
	.navbar-toggler:focus{
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	.bg_blanc .navbar-toggler {
        border-color: transparent;
		top: -5px;
    }
	.custom-logo-link img{
		position: relative;
		z-index: 99;
	}
	header.bg_blanc .custom-logo-link img, header.bg_blanc .custom-logo-white img{
		height: 50px;
	}

	.navbar .nav-item {
		text-align: center;
	}
	.navbar-nav .dropdown-menu {
		background-color: transparent;
	}

	header .container-wrap{
		position: relative;
	}
	.right {
		max-width: 100%;
		padding-left: 0;
		padding-top: 50px;
	}
	.left {
		max-width: 100%;
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		width: 100%;
		text-align: center;
	}
	.left img {
		margin-top: 20px;
	}
	.page-mariage{
		overflow: hidden;
	}
	.page-mariage .left{
		order: 1;
		text-align: left;
		padding-bottom: 20px;

	}
	.page-mariage .right{
		order: 2;
		padding-right: 0;
		padding-top: 20px;
		
	}
	.page-mariage .right img{
		position: relative;
		width: 100%;
	}
	.page-mariage .right figure{
		margin: 0 -15px;
	
	}
	.specialites-detaille .item_specialites{
		width: 50%;
	}
	.service h2 {
    font-size: 1.5rem;
	}
	.equipes .item_equipes {
		width: 100%;
		max-width: 400px;
		margin: 0 auto 20px;
	}
	.liste_specialites .item_specialites i{
		margin-bottom: 20px;
	}
	.specialites a {
		flex-direction: column;
		align-items: flex-start !important;
	}
	header .btn svg {
		width: 34px;
	}
	.service-item {
		width: 33.333%;
		padding: 10px 5px;
	}

	.formHeader{
		position: relative;
		display: block;
		height: initial;
		background-color: var(--global--color-or);
	}
	.carousel-caption{
		text-align: center;
	}
	.caption-texte {
		width: 100%;
		max-width: 100%;
	}
	#slideHeader {
		height: auto;
	}

	.containerWidth {
		width: 100%;
		position: relative;
		top: 0;
	}
	.info_societe a{
		font-size: 0;
	}
	.detail_left {
		flex: 0 0 100%;
		max-width: 100%;
		order: 2;
	}
	.detail_right {
		flex: 0 0 100%;
		max-width: 100%;
		padding-left: 0px;
		order: 1;
	}
	.single-equipes .detail_left .entry-title{
		display: block;
	}

	.single-equipes .detail_right .entry-title{
		display: none;
	}
	.single-equipes .detail_left{
		order: 1;
	}
	.single-equipes .detail_right{
		order: 2;
	}

	.pageContact iframe{
		width: 100%;
	}
	.pageContact .wpcf7, .bloc_info_contact{
		width: 100%;
	}

	.contenuHome{
		padding-bottom: 40px;
	}

	.page-mariage .left{
		max-width: 100%;
		margin-bottom: 60px;

		padding: 0;
	}
	.page-mariage .top-content {
		justify-content: center !important;
	}
	.page-mariage .right {
		max-width: 600px;
		padding-left: 0;
	}
	.page-mariage .top-mariage .left {
		max-width: 100%;
		
		padding: 0;
	}
	.page-mariage .top-mariage .right {
		max-width: 600px;
	}
	.page-mariage{
		background-image: none;
	}
}

@media (max-width: 768px) {
	footer .item_footer {
		padding-left:  calc(var(--bs-gutter-x)* 0.5);
	}
	.bloc_info .btn {
		padding: 0.6rem 0px;
		font-size: 0;
	}


	.service-item {
		width: 100%;
	}

	.slogan{
		font-size: 0;
	}

	.logo_footer img {
		width: 100px;
	}

	
	.specialites .item_specialites {
		width: 100%;
	}

	.caption-texte h2 {
		font-size: 2rem;
		line-height: 2rem;
		margin-bottom: 15px;
	}
	.titre_caption{
		margin-bottom: 15px;
	}

	.caption-texte p {
		font-size: 1rem;
		line-height: 1.5rem;
	}

	.navbar-toggler {
        right: 10px;
	}

	.bg-contentHome, .contenuHome{
		background-image: none;
	}
}

@media (max-width: 576px) {
	header .custom-logo-link img, header .custom-logo-white img {
		height: 60px;
		max-width: 191px;
	}
	.navbar-toggler{
		padding: 0;
		margin-left: 10px;
	}

	.carousel-caption{
		padding-top: 85px;
	}
	.containerWidth{
		padding-left: 0;
		padding-right: 0;
	}
	.left img {
		width: 100%;
	}
	.infos_footer .info-header{
		word-break: break-word;
	}
}

.swiper-slide img{
	width: auto;
}

