@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700&display=swap');
@import url('notification.css');
/***************************** STYLE POUR LE CONTENEUR DES LIGHTBOX ************************************/

#loader{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.50);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }
  
  #loader2{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.50);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
  }

  
  #loader3{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.50);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1052;
  }

body {
    padding:0;
    margin:0;
    /* font-family: 'Poppins', sans-serif; */
    font-family: 'Catamaran' !important;!i;!;
}

*{
    list-style:none;
    text-decoration:none;
    color:inherit;
    padding: 0;
    margin: 0;
}

.grand-conteneur-header {
    position: relative;
    display: flex;
    z-index: 1000;
    background-color: #fff;
    border-bottom: 1px solid #e67900;
    justify-content: space-between;
    align-items: center;
    padding: 0 25px;
}
.wrap-header {
    display: flex;
    align-items: center;
}
.wrap-logo {
    position: relative;
    max-width: 250px;
    display: flex;
    align-items: center;
    background-color: #fff;
    /* border-right: 1px solid rgb(245, 245, 245); */
    /* border-bottom: 1px solid rgb(245, 245, 245); */
}

.logo {
    position: relative;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}
p.text-logo {
    position: absolute;
    left: 37px;
    top: 70%;
    font-size: 9px;
    width: 53%;
    color: #2c0b07;
    line-height: 1.1em;
}
.logo img {
    max-width: 155px;
}

.wrap-header {
    width: calc( 100% - 250px);
    position: relative;
}

.conteneur-super-header {
    width: 100%;
}

.super-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
	align-items: center;
}

ul.contain-btn-sup-header {
    display: flex;
    align-items: center;
}

ul#top-menu {
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
}

.wrap-top-menu {
    padding: 0;
}
.wrap-header {
    display: flex;
    align-items: center;
}
ul#top-menu li a {
    display: block;
    padding: 12px 15px;
    font-size: 15px;
    font-weight: 600;
}

ul#top-menu li {
    padding: 0;
}

ul#top-menu li a.top-menu-actif, ul#top-menu li a:hover {
    /* background-color: rgb(245, 245, 245); */
    color: #e67900;
    /* border-radius: 4px 4px 0 0; */
    /* border: 1px solid #e67900; */
    /* margin-bottom: -1px; */
    border-bottom: none;
}
a.btn-sup-header.search {
    background-color: whitesmoke;
    font-size: 16px;
    color: #e67900;
}

a.btn-sup-header.search i {
    margin: 0;
}

a.btn-sup-header.langue {
    background-color: transparent;
    color: #b7b7b7;
    font-size: 20px;
}

a.btn-sup-header.langue.active {
    color: #e67a01;
    font-weight: 600;
}
a.btn-sup-header {
    background-color: #e67900;
    color: #fff;
    font-size: 12px;
    padding: 0 20px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    border-radius: 5px;
    margin: 5px;
}

li.wrap-btn-sup-header {
    height: 100%;
    display: flex;
    align-items: center;
}


a.btn-sup-header i {
    margin-right: 7px;
    font-size: 20px;
}

li.wrap-btn-sup-header:last-child a {







    background-color: #2c0b07;
}

.menu-responsive {
    display: none;
}

.menu {
    display: flex;
}

.conteneur-header {
    background-color: rgb(245, 245, 245);
}

.menu a {
    padding: 17px;
    display: block;
    font-size: 12px;
    color: #2c0b07;
    position: relative;
}

.conteneur-mega-menu {
    position: absolute;
    left: 0;
    top: 120%;
    background-color: #ffffff;
    right: 0;
    display: flex;
    padding: 25px;
    border-top: 2px solid #e67900;
    /* border: 1px solid whitesmoke; */
    -moz-box-shadow: 1px 1px 20px 0px rgba(0,0,0,.1);
    -webkit-box-shadow: 1px 1px 20px 0px rgba(0,0,0,.1);
    box-shadow: 1px 3px 14px 0px rgba(0,0,0,.1);
    transition: all .2s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

.wrap-mega-menu {
    width: 100%;
}

ul.mega-menu {





    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-right: 25px;
    box-sizing: border-box;
}

li.bloc-mega-menu {
    width: auto;
    padding: 0 15px;
}

ul.mega-menu a {
    padding: 2px 0;
    position: relative;
    font-size: 13px;
}

h3.titre-bloc-mega-menu a {
    color: #e67900;
    border-bottom: 1px solid #e67900;
    margin-bottom: 15px;
    font-size: 17px;
}

ul.contain-item-mega-menu a:before {content: '\F105';font-family: FontAweSome;margin-right: 10px;color: #e67900;}

ul.menu a:hover {
    color: #e67900;
    position: relative;
}

ul.menu li:hover .conteneur-mega-menu {
    transition: all .2s ease-in-out;
    visibility: visible;
    opacity: 1;
    top: 100%;
}

ul.smenu {
    position: absolute;
    background-color: white;
    min-width: 100%;
    border-top: 2px solid #e67a01;
    transition: all .2s ease-in-out;
    visibility: hidden;
    opacity: 0;
    top: 110%;
}

.menu li {
    position: relative;
}

ul.smenu li a {
    padding: 10px 17px;
}

.menu li:hover ul.smenu {
    transition: all .2s ease-in-out;
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.menu li.parent-mega-menu {
    position: unset;
}
.wrap-titre {
    text-align: center;
    position: relative;
}

article.item-mission .texte-mission {
    display: none;
}

h2.titre {
    font-weight: 600;
    color: #2c0b07;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 42px;
    margin-top: 10px;
    position: relative;
}
h2.titre:after {
    position: absolute;
    left: 50%;
    top: 110%;
    width: 80px;
    height: 5px;
    background: #ea881b;
    content: "";
    transform: translateX(-50%);
}
h3.stitre {
    font-size: 14px;
    text-transform: uppercase;
    color: #767676;
    font-weight: 300;
    margin: 0 0 -10px 0px;
    padding: 0;
}

ul.menu > li:hover > a:after {
    /* content: ''; */
    position: absolute;
    top: 79%;
    left: 50%;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #e67900;
    transform: translateX(-50%);
   }


.bloc-search-bar-- {
    position:  absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    top: 53px;
    width:  100%;
    background-color: rgb(245, 245, 245);
    height: 200px;
    z-index: 10010;
    margin-top: 1px;
    padding-top: 30px;
    transform: translateY(-178%);
    transition: all 0.8s;
}

.content-search-display {
    width: 900px;
    margin:  0 auto;
    height: auto;
    position:  relative;
    padding-right: 100px;
    box-sizing: border-box;
}

button#close {
    position: absolute !important;
    top: 0;
    right: 0;
    margin-right: 0 !important;
    padding: 0 !important;
    border: 0;
    background-color: rgba(0, 0, 0, 0);
    color: rgb(255, 255, 255);
    width: 34px;
    cursor: pointer;
}
[placeholder] {
    /* font-weight: lighter; */
    /* color: rgb(242, 237, 237); */
    /* font-style:  italic; */
    /* font-size: 16px !important; */
}

.titre-search-bar {
    margin: 0 0 10px 0;
    font-size: 27px;
    /* font-family: 'Lato',Arial,sans-serif; */
    letter-spacing: .5px;
    font-weight: 400;
    color: rgb(230, 121, 0);
    /* text-shadow: 1px 1px rgba(0, 0, 0, 0.44); */
    text-align: center;
}

p.description-search-bar {color: rgb(37, 37, 37);font-size: 17px;width: auto;line-height:  1.5;opacity: 0.8;width: 100%;margin-top: 15px;text-align: center;}

.bloc-search-bar--:before {
    position: absolute;
    right: 0;
    top: -15px;
    left: 55vw;
    width: 0;
    height: 0;
    margin: auto;
    content: '';
    border-bottom: 15px solid rgb(242, 242, 242);
    border-right: 20px solid rgba(0, 0, 0, 0);
    border-left: 20px solid rgba(0, 0, 0, 0);
    z-index: 1500;
    /* background: rgba(242, 242, 242, 0.83); */
    display: none;
}
div#conteneur-reseau-sociaux-entete a:hover {
    color: rgb(48, 76, 141);
}

.bloc-search-bar--.show-search-bar--- {
    /* top: 104%; */

    transform: translateY(0);
}

.icone-search svg, .icone-cle svg {
    /* width: 90% !important; */
}

input#mot-cle {width: 60%;height: 50px;border: 0px solid rgb(216, 216, 216);padding: 0 10px;font-size: 19px;margin-right: 0;}


form#search-bar {
    position:  relative;
    /* padding-left:  10px; */
    display: flex;
    width:  100%;
    justify-content: center;
}
.content-button-client a:last-child .icone-cle {
    width: 123px;
}
button#search-button {
    position: relative;
    right:  0;
    top: 0;
    bottom:  0;
    /* width:  41px; */
    font-size: 100%;
    border:  none;
    border-left: 1px solid #d8d8d8;
    padding: 12px 19px;
    height:  50px;
    background: rgb(230, 121, 0);
    border:  none;
    color: #fff;
}


/**************************** BANNIERE ****************************/

.wrap-banniere {
    position: relative;
}

.wrap-img-banniere img {
    max-width: 100%;
    height: auto;
    display: block;
}

.wrap-img-banniere {
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
}
.wrap-banniere:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* background-color: rgba(0, 0, 0, 0.42); */
    content: '';
    z-index: 1;
}
.wrap-texte-banniere {
    position: absolute;
    width: 730px;
    margin: 0 15%;
    padding: 150px 0% 45px 0;
    box-sizing: border-box;
    z-index: 2;
    box-sizing: border-box;
}

.banniere {
    display: flex;
    align-items: center;
    position: relative;
}

.wrap-titre-banniere {
    font-size: 21px;
    line-height: 1;
    color: #491d05;
    font-family: 'Rubik', sans-serif;
}

h2.stitre-banniere {
    font-size: 33px;
    position: relative;
    font-style: italic;
    padding-left: 100px;
    margin: 36px 0 35px 0;
}

.wrap-titre-banniere {
    position: relative;
    text-transform: uppercase;
    opacity: 0;
    margin-bottom: 20px;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 100ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

.conteneur-banniere .active .wrap-titre-banniere {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 1300ms;
}

h2.titre-banniere {
    margin: 0;
    font-weight: 500;
}

.wrap-accroche-banniere {
    padding-right: 83px;
    font-size: 18px;
    line-height: 1.8em;
    margin-bottom: 40px;
    color: #491d05;
    margin-top: 25px;
}

.conteneur-banniere  .wrap-accroche-banniere {
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateX(50px);
	-moz-transform: translateX(50px);
	-ms-transform: translateX(50px);
	-o-transform: translateX(50px);
	transform: translateX(50px);
	opacity: 0;
}
.conteneur-banniere .active .wrap-accroche-banniere {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 2000ms;	
	opacity: 1;
}

.conteneur-banniere .btn-banniere {
	position: relative;
	opacity: 0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}
.conteneur-banniere .active .btn-banniere {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 1000ms;
}

.wrap-btn-banniere {
    position: relative;
    display: flex;
}

.btn-banniere {
    padding: 9px 35px;
    margin-right: 25px;
    background-color: #e67900;
    color: #fe0308;
    border-radius: 30px;
    font-weight: 600;
    border: 2px solid transparent;
}

.btn-banniere:last-child {
    color: #ffffff;
}


.conteneur-bloc-banniere {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 0;
    z-index: 80;
}

.wrap-bloc-banniere {
    background-size: cover;
    width: 38%;
}


/******************************************/
.conteneur-banniere .owl-dots {

	position: absolute;
	right: 8%;
	top: 55%;
	z-index: 1;
	margin-top: -20px;
}
.owl-theme .owl-dots .owl-dot {
	display: none;
}
.conteneur-banniere .owl-dots {
    position: absolute;
    right: 8%;
    max-width: 20px;
    margin-left: 0;
    width: 100%;
    text-align: center;
    top: 65%;
    margin-top: -80px !important;
}
.conteneur-banniere .owl-dots .owl-dot {
	position: relative;
	display: inline-block;
	overflow: hidden;
    background: transparent;
	width: 18px;
	height: 18px;
	margin: 3px 0px;
	border-radius: 50px;
	border: 2px solid transparent;
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.conteneur-banniere .owl-dots .owl-dot:before {
	position: absolute;
    top: 0;
	left: 0px;
	bottom: 0px;
    right: 0;
    margin: 4px;
    background: #fff;
    border-radius: 50%;
	content: '';
	transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
}
.conteneur-banniere .owl-dots .owl-dot.active,
.conteneur-banniere .owl-dots .owl-dot:hover {
	border-color: #fff;
}
.conteneur-banniere .owl-dots .owl-dot span{
    display: none;
}
.conteneur-banniere .owl-nav {
	position: absolute;
	right: 0px;
	top: 50%;
	z-index: 1;
	width: 100%;
	margin-top: -20px;
	display:none;
}

div#bloc-objectif {
    width: 25%;
    position: absolute;
    left: 50%;
    top: -50px;
    bottom: -50px;
    transform: translateX(-50%);
    background-image: url(../images/bg-bloc-banniere-2.jpg);
    z-index: 28;
}

.bloc-banniere {
    padding: 40px 60px;
    text-align: center;
    color: #fff;
}


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



/*-----------------bloc similateur ******************/
.content-bloc-list-call-to-action {
    width: 1300px;
    /* margin: 20px auto 20px; */
    max-width:  95%;
    position:  relative;
    z-index: 15;
    box-shadow: 1px 1px 18px 1px rgba(0, 0, 0, 0.360);
    padding: 40px;
    background-color: #fff;
    border-radius: 9px;
    /* flex-wrap: wrap; */
}
.dec {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    font-weight: 300;
    font-size: 17px;
}
.conteneur-call-to-action {
    /* margin-top: -70px; */
    z-index: 90;
    position:  relative;
    /* background: #fff; */
    width: 1300px;
    border-radius: 6px;
    margin: -30px auto;
    /* box-shadow: 1px 1px 18px 1px rgba(0, 0, 0, 0.360); */
    /* padding-bottom:  0; */
    /* overflow: hidden; */
}

.wrap-credit-simulator {
    display: flex;
    justify-content: center;
}

.wrap-bloc-similator {
    width: 33.33%;
    color: #444;
    position: relative;
    /* pointer-events: none; */
    /* z-index: -1; */
}

.bloc-similator {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.etape-similator {
    width: 60px;
    height: 60px;
    background-color: #dadada;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 25px;
    font-weight: 400;
}

h2.titre-etape-similator {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 15px 0;
}

.wrap-input-similator input, .bloc-similator button {
    width: 100px;
    height: 35px;
    padding: 0 15px;
    text-align: right;
    background-color: #e6e6e6;
    border: 1px solid #d2d2d2;
    font-weight: 900;
}

.wrap-btn-similator button {
    height: auto;
    width: auto;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    box-sizing: border-box;
    cursor: pointer;
    background-color: #dadada;
    border-radius: 25px;
    border: none;
}

.wrap-bloc-similator.done .etape-similator {
    background-color: #e37b03;
    color: #fff;
}

.wrap-bloc-similator.done, .wrap-bloc-similator.current {
    color: #444;
    z-index: 10;
    pointer-events: auto;
}

.wrap-bloc-similator + .wrap-bloc-similator:after {
    position: absolute;
    top: 30px;
    height: 4px;
    width: 96%;
    background-color: #dadada;
    content: '';
    right: 50%;
    z-index: -30;
}

.wrap-content-etape-simailator {
    width: 85%;
}

.wrap-bloc-similator.current {
    color: #444;
}

.wrap-bloc-similator.done + .wrap-bloc-similator.current:after {
    background-color: #e37c04;
}

.wrap-bloc-similator.done + .wrap-bloc-similator.done:after {
    background-color: #e37c04;
}

.wrap-bloc-similator.done .wrap-btn-similator button {
    cursor: pointer;
    background-color: #e37c04;
    color: #fff;
}

a[class^=btn], button[class^=btn] {
    position: relative;
    z-index: 15;
    overflow: hidden;
}

a[class^=btn]:before, button[class^=btn]:before {
    position: absolute;
    width: 0;
    height: 100%;
    background: #fefefe;
    content: '';
    transition: all linear 0.2s;
    border-radius: 5px;
    z-index:-1;
    left:0;
    right:0;
    top:0;
}

a[class^=btn]:hover:before, button[class^=btn]:hover:before {
    width: 100%;
    transition: all linear 0.2s;
}

ul.elt-header {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    /* visibility: visible; */
    align-items: center;
    margin-right: 25px;
}

ul.elt-header li a {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #333;
    font-weight: 600;
}

.header svg {
    width: 30px;
    height: auto;
}

ul.elt-header li i {
    margin: 0 0 0 10px;
    font-size: 25px;
}
ul.elt-header li a i {font-size: 20px;}

ul.elt-header li {
    padding: 0 7px;
    position: relative;
}

span.number-notification-mail {
    position: absolute;
    font-size: 9px;
    background-color: #e37b03;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 3px;
    top: -10px;
    color: #fff;

}
ul.elt-header li svg {
    margin-right: 5px;
    width: 30px;
    height: 30px;
}
ul.menu-cpt {
    position: absolute;
    top: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 17px 0 rgba(40,44,53,.1), 0 2px 4px 0 rgba(40,44,53,.1);
    box-shadow: 0 1px 17px 0 rgba(40,44,53,.1), 0 2px 4px 0 rgba(40,44,53,.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1000;
    right: 0;
    transition: ease all .3s;
    opacity: 0;
    visibility: hidden;
}


ul.menu-cpt a {
    display: block;
    padding: 16px 24px;
    white-space: nowrap;
}

ul.menu-cpt li  + li a {
    border-top: 1px solid #ededed;
}

ul.elt-header li:hover .menu-cpt {
    top: 190%;
    opacity: 1;
    visibility: visible;
}

ul.elt-header ul li a:hover {
    background-color: #e3e3e3;
}










.reduced {
    width: 1200px;
    margin: 0 auto;
    max-width: 100%;
}

/******************************************************************|
                                                                |**|
                        Header                                  |**|
                                                                |**|
*******************************************************************/


.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
}

.wrapper-header.sticky {
    z-index: 1100;
    padding: 10px 0;
}

.wrapper-super-header {
    position: relative;
}

.wrapper-top-header {
    background-color: #e6be52;
    /* background: #2462D2; */
    padding: 10px 0;
    font-size: 14px;
    color: rgba(255,255,255,.87);
}

.wrap-top-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.left-top-header {}

ul.social-media {
    display: flex;
    align-items: center;
}

ul.social-media li {
    margin: 0 6px;
    background: #fff;
    /* padding: 5px 8px; */
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.social-media li a {
    color: #481d05;
    font-size: 16px;
    /* background: #fff; */
    /* padding: 5px 8px; */
    /* border-radius: 50%; */
    /* width: 30px; */
    /* height: 30px; */
    transition: all ease .4s;
}

.right-top-header {
    width: auto;
    display: flex;
    align-items: center;
}

.wrap-right-top-header {
    display: flex;
    align-items: center;
}

.info-top-header {
    position: relative;
    font-weight: 600;
}

.info-top-header:last-child {
    /* margin-right: 0; */
}

.wrapper-middle-header {
    /* background: #dadada52; */
    padding-top: 2px;
    padding-bottom: 34px;
    box-shadow: 0 6px 40px rgb(12 12 12 / 14%);
}

.wrap-middle-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

a.logo-header {
    box-sizing: border-box;
    width: 20%;
    position: relative;
}

.right-middle-header {
    display: flex;
    align-items: center;
    margin: 15px;
    /* font-family: poppins,sans-serif; */
    font-family: 'Catamaran' !important;!i;!;
}

.meta-contact-header {
    margin-left: 30px;
    padding-left: 20px;
}

.wrap-meta-contact-header {
    display: flex;
    align-items: center;
    /* font-family: poppins,sans-serif; */
    font-family: 'Catamaran' !important;!i;!;
}

.icon-contact {
    margin-right: 12px;
    top: -6px;
    line-height: 1;
    position: relative;
    color: #e17705;
}

.meta-item {
    display: flex;
    flex-direction: column;
    color: #4e4e4e;
    font-size: 15px;
}

a.logo-header img {
    height: 80px;
    max-width: 100%;
    margin: 15px 6px;
}

.meta-item span {
    font-weight: 400;
    line-height: 24px;
}

.wrap-top-info i {
    margin-left: 6px;
    bottom: 0;
}

.wrapper-bottom-header {}

.wrap-bottom-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #d41e2a;
    position: absolute;
    width: 100%;
    max-width: 1170px;
    border-radius: 5px;
    bottom: -31px;
    padding: 0 11px 0 23px;
    -webkit-box-shadow: 0 6px 40px rgba(12,12,12,.14);
    box-shadow: 0 6px 40px rgba(12,12,12,.14);
    z-index: 2;
}

.left-bottom-header {
}

ul.menu {
    display: flex;
    align-items: center;
}

li.menu-item {
    position: relative;
}

li.menu-item>a {
    padding: 0px 0;
    line-height: 62px;
    margin: 0 15px;
    font-size: 15.5px;
    color: #fff;
    font-weight: 600;
    position: relative;
    transition: all 300ms linear 0ms!important;
    /* font-family: poppins,sans-serif; */
}

.meta-item label {
    font-weight: 800;
    line-height: 20px;
    color: #481d05;
}

.ct-header-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 17px;
}

.middle-header-right-item {
    font-size: 15px;
    color: #000;
    cursor: pointer;
    transition: all 300ms linear 0ms;
    display: flex;
    align-items: center;
}

.middle-header-right-item.h-btn-search {
    display: none;
}

.middle-header-right-item.header-btn {
  margin-left: 34px;
}

a.btn.btn-default.btn-effect {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    box-shadow: 0 8px 10px rgba(12,12,12,.1);
    /* font-family: poppins,sans-serif; */
    border-radius: 5px;
    position: relative;
    display: flex;
    align-items: center;
    background: #e17705;
    line-height: 35px;
    padding: 0 23px;
}

.info-top-header i {
    margin-right: 5px;
}

li.menu-item>a:hover,
li.menu-item>a.actif {
    color: #e17705;
}

li.sub-menu-items>a:hover {
    color: #2461d0;
}

.icon-contact svg {
    width: 30px;
    height: 30px;
    fill: #491d05;
}

a.btn.btn-default.btn-effect i {
    margin: 0 7px 0 0;
    font-size: 19px;
}

a.btn.btn-default.btn-effect:hover {
    color: #e67900;
    border: 1px solid #e17705;
}

ul.social-media li:hover {
    background: #481d05;
}

ul.social-media li:hover a {
    color: #fff;
}

li.menu-item a:before {
    position: absolute;
    content: "";
    top: 71%;
    left: 0;
    width: 100%;
    /* transform: translateX(14px); */
    height: 2px;
    background: #e17705;
    opacity: 0;
    visibility: hidden;
    transition: all 220ms linear 0ms;
    transform: scale(0);
}

li.menu-item>a.top-menu-actif:before, 
li.menu-item>a:hover:before {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

a.top-menu-actif {
}

a.top-menu-actif {
    font-weight: 700 !important;
}

.titre-carte-bicec-center.titre-page {
    padding: 75px 0 0;
}


*
*************************************************************************************************

                                      services

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

.wrapper-service{
    background-image: url(../images/bg/bg-boutique.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 1;
    position: relative;
    padding: 50px 0px 36px;
    /*! background-color: #f8f8f8; */
}
.wrapper-service-shape-1{
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    opacity: 0;
}
.center{
    text-align: center;
}
.title-box{
    max-width: 780px;
    margin: 0 auto;
}
.sub-title{
    /*! font-weight: 600; */
    /*! font-family: "Poppins"; */
    /*! color: var(--primary-color); */
    /*! text-transform: uppercase; */
}
.main-title{
    color: #050505;
    font-size: 48px;
    font-weight: 700;
    padding: 10px 0px 20px;
    font-family: "Poppins";
    line-height: 1.2em;
}
.text-title{
    max-width: 550px;
    margin: 0 auto;
}
.wrap-service{
    /* margin-top: 100px; */
}
.item-service{
    flex: 0 0 auto;
    padding: 0 15px;
}
.wrap-item-service{
    z-index: 1;
    position: relative;
    border-radius: 10px;
    margin-top: 65px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    transition: 500ms all ease;
    padding: 80px 25px 30px 25px;
    border-bottom: 5px solid var(--primary-color);
    overflow: inherit;
    margin-bottom: 29px;
}
.wrap-item-service:hover{
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-bottom: 5px solid var(--primary-color);
    box-shadow: 1.883px 26.934px 50px 0px rgba(60, 60, 60, 0.15);
}
.bg-icon-hidden{
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    z-index: -1;
    padding: 20px;
    opacity: 0;
    transition: 500ms all ease;
}
.bg-icon-hidden img {
    opacity: 0.7;
}
.wrap-item-service:hover .bg-icon-hidden{
    opacity: 1;
    top: 40px;
}
.service-icon{
    left: 0;
    right: 0;
    top: -60px;
    width: 105px;
    height: 105px;
    padding: 25px;
    margin: 0 auto;
    position: absolute;
    border-radius: 100%;
    transition: 500ms all ease;
    background-color: var(--primary-color);
}
.service-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0) invert(1);
}
.bg-icon-hidden img {
    opacity: 0.1;
    height: 200px;
}

.wrap-item-service:hover .service-icon img {
    filter: initial;
}
.wrap-item-service:hover .service-icon{
    background-color: #fff;
    box-shadow: -5.176px 19.319px 50px 0px rgba(60, 60, 60, 0.2);
}
.service-text-box h3{
    font-size: 20px;
    font-weight: 600;
    color: #464648;
    line-height: 28px;
    padding-bottom: 20px;
    font-family: "Poppins";
}
.service-text-box p{
    color: #020c43;
    transition: 500ms all ease;
}
.wrap-item-service:hover .service-text-box h3, .wrap-item-service:hover .service-text-box p {
    color: #fff;
}

.btn-wrap-item-service a {
  width: fit-content;
  padding: 7px 22px;
  border: none;
  color: white;
  background: var(--second-color);
  font-size: 15px;
}
.btn-wrap-item-service {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -22px;
  width: 100%;
  left: 0;
}
.btn-wrap-item-service a svg {
  width: 22px;
}
.service-btn{
    display: flex;
    margin-top: 50px;
    justify-content: center;
}

.service-btn a {
  background: var(--primary-color);
  color: white;
  border: none;
}


.service-btn-link{
    z-index: 1;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 60px;
    overflow: hidden;
    font-weight: 500;
    position: relative;
    border-radius: 5px;
    font-family: "Poppins";
    background-color: var(--primary-color);
}
.service-btn-link::after{
    content: "";
    position: absolute;
    top: 0;
    left: -200%;
    width: 200%;
    height: 100%;
    transform: skewX(-20deg);
    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent);
    z-index: -1; 
}
.service-btn-link:hover::after{
    animation: btnShine 1.2s ease;
    animation-delay: 0.1s;
}
@keyframes btnShine{
    100% {
        left: 200%;
    }
}


.wrapper-service .owl-nav {
    position: absolute;
    display: block !important;
    top: 50%;
    width: 100%;
  }
  .wrapper-service .nav-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: absolute;
    z-index: 3;
    transition: all .2s ease-in-out;
    background-color: var(--second-color);
    opacity: 0.7;
  }
  .wrapper-service .nav-btn:hover{
    opacity: 1;
  }
  .wrapper-service .prev-slide{
    width: 50px;
    height: 50px;
    top: 0;
    left: -55px;
  }
  .wrapper-service .next-slide{
    right: -55px;
    width: 50px;
    top: 0;
    height: 50px;
  }
  .wrapper-service .nav-btn i{
    align-items: center;
    margin: 25%;
    font-size: 1.5em;
    color: #fff;
    font-size: 22px;
    /* opacity: 0.7; */
  }
  
  .wrapper-service .owl-dots {
    position: absolute;
    bottom: -35px;
    width: 100%;
    display: flex;
    justify-content: center;
    display: none;
  }
  
  .wrapper-service .owl-dot.active {
    width: 30px;
    height: 10px;
    background-color: var(--second-color);
    border-radius: 4px;
    opacity: 1;
  }
  .wrapper-service .owl-dot{
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 4px;
    background-color: #95bded;
    opacity: 0.5;
  }

  /**************************************************************************************************************************|
                                                        team                                                 **|
***************************************************************************************************************************/


.wrapper-team {
    padding: 74px 0 170px;
    /* background-image: url('../images/bg/bg-temoignage.png'); */
    background-repeat: no-repeat;
    background-size: cover;
    background: #eeeeee;
}

.wrap-team {
    display: flex;
    padding-top: 13px;
}

.item-team {
    padding: 0 15px 30px;
    margin-bottom: 50px;
}

.wrap-item-team {
    position: relative;
    display: block;
    background: var(--white-color);
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 15px 16px 0px rgba(0, 0, 0, 0.05);
}

.wrap-item-team-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.wrap-item-team:hover .wrap-item-team-image::before {
    -webkit-animation: circle .95s;
    animation: circle .95s;
}

.parent-team-details {
    position: relative;
}

.wrap-parent-team-details {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.details-team-nom {
    position: relative;
    display: block;
    background: var(--white-color);
    border-radius: 5px;
    padding: 15px 15px 0;
    margin-top: -25px;
    text-align: center;
    width: 80%;
}

.details-team-nom h3 {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #252638;
    margin: 0px;
    transition: all 500ms ease;
    line-height: 27px;
    margin-bottom: 5px;
}

.details-team-nom span {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: var(--primary-color);
}

.social-team-link {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 85%;
    margin: 0 auto;
}

.social-team-link li {
    position: relative;
    height: 40px;
    aspect-ratio: 1;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    transition: all 500ms ease;
    color: #9497a7;
    background: #f5f5f6;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-size: 14px;
}

.item-social-team-mail a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.item-social-team-share {
    border: 1px solid #f5f5f6;
}

.item-social-team-share::before {
    position: absolute;
    content: '';
    background: transparent;
    width: 100%;
    height: 10px;
    left: 0px;
    top: -10px;
}

.share-links.clearfix {
    position: absolute;
    left: 0px;
    bottom: 50px;
    width: 100%;
    transform: scaleY(0);
    transform-origin: bottom center;
    transition: all 500ms ease;
}

.share-links.clearfix li {
    position: relative;
    display: block;
    margin-bottom: 6px;
    /* margin-right: 0px; */
    background: transparent;
}

.share-links.clearfix li a {
    position: relative;
    display: flex;
    width: 100%;
    aspect-ratio: 1;
    /* line-height: 44px; */
    color: var(--white-color);
    /* text-align: center; */
    border-radius: 5px;
    justify-content: center;
    align-items: center;
}

.share-links.clearfix li a i {
  font-size: 15px;
}

.item-social-team-share:hover {
  background: transparent;
}

.item-social-team-share:hover ul {
  transform: scaleY(1);
}

.item-social-team-phone a {
    position: absolute;
    left: -38px;
    top: -27px;
    line-height: 24px;
    color: var(--white-color);
    font-weight: 500;
    text-align: center;
    padding: 1px 5px;
    border-radius: 4px;
    width: 120px;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
    background: var(--primary-color);
    font-size: 12px;
}

.item-social-team-phone:hover a {
    top: -37px;
    opacity: 1;
    visibility: visible;
    border-color: #c19229;
}

.item-social-team-phone a::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    bottom: -3px;
    background: #c19229;
}

.share-links li.share-link-twitter {
    background: #3b5998;
}

.share-links li.share-link-facebook {
    background: #bd081c;
}

.share-links li.share-link-pinterest {
    background: #55acee;
}

.social-team-link i {}

.wrap-item-team-image {
    position: relative;
}

.wrap-item-team-image::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255,.2);
    border-radius: 0%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.item-social-team-mail:hover {}

.item-social-team-share:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
    background:transparent;
}

li.item-social-team-phone:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.item-social-team-phone {
    border: 1px solid #f5f5f6;
}

li.item-social-team-mail {
    width: fit-content;
    border: 1px solid #f5f5f6;
    display: flex;
    aspect-ratio: unset;
    padding: 9px 15px;
    font-weight: 400;
    font-family: Lexend;
    font-size: 16px;
    display: flex;
    display: none;
}

.details-team-social {
    position: relative;
    padding: 20px 20px 20px 20px;
    width: 100%;
}

.item-social-team-mail i {
    margin-right: 5px;
    font-size: 18px;
    top: 1px;
    position: relative;
}

.wrap-item-team:hover li.item-social-team-mail {
    background: var(--primary-color);
    color: var(--white-color);
}

.wrap-team .nav-btn {
    background-color: var(--white-color);
    position: absolute;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: var(--primary-color);
    transition: all ease 0.8s;
    font-size: 20px;
    bottom: 0%;
    box-shadow: 2px 4px 8px #0000002e;
}

.wrap-team .nav-btn:hover {
  color: var(--white-color);
  background: var(--primary-color);
}

.wrap-team .nav-btn.prev-slide {
    left: 38%;
}

.wrap-team .nav-btn.next-slide {
    right: 38%;
}

.wrap-team .owl-dots {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 3%;
    width: 100%;
}

.wrap-team .owl-dot {
  background: var(--second-color);
  position: relative;
  border-radius: 20px;
  padding: 3px 17px;
  margin: 0 5px;
}

.wrap-team .owl-dot.active {
  background: var(--primary-color);
}

.banniere-principale img {
    width: 100%;
    max-width: 100%;
}
.banniere-principale {
    padding-top: 50px;
}
.wrapper-service {
    padding: 75px 0;
    background: #ededed;
}

.text-stroke {
    color: white !important;!i;!; /* Couleur du texte */
     /* Contour du texte */
    font-size: 160px;
    font-weight: bold;
}