@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway: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&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=League+Spartan:wght@400;500;600;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Manrope:wght@400;500;600;700&display=swap');


*, ::after, ::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    border: none;
    text-decoration: none;
    color:inherit;
    --primary-font: "Urbanist", sans-serif;
    word-wrap: break-word;
}
:root{
    --primary:#034c76;
    --primary-color:#034c76;
    --thirth-color: #c6942a;
    --white-color: #fff;
    --primary-dark:#02395a;
    --gold:#c6942a;
    --second-color:#c6942a;
    --gold-soft:#e8d6ab;
    --ink:#1f2a37;
    --muted:#5b6573;
    --bg1:#f4f7fb;
    --bg2:#eef2f8;
}
::placeholder {
    font-weight: inherit;
    color: inherit;
}

input, select, button {
    outline: none;
    font-size: 14px;
    background: transparent;
    font-family: inherit;
    /* cursor: pointer; */
}

li {
    list-style: none;
}

a {
    cursor: pointer;
    transition: all 0.5s ease;
    color: inherit;
    /* font-family: inherit; */
}

img {
    display: block;
    max-width: 100%;
}


.container {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}
.l-5{
    width: 50% !important;
}
.row-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.owl-nav.disabled {
    display: none !important;
}

body {
    position: relative;
    overflow-x: hidden;
    max-width: 100%;
    font-family: var(--primary-font);
    
}



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

.wrapper-bottom-header.sticky {
    z-index: 10;
    /* width: 100%; */
    /* position: fixed; */
    padding: 5px 0;
    box-shadow: 0 15px 18px rgb(2 21 78 / 10%);
}

.sticky .wrap-bottom-header {
    box-shadow: none;
    border-radius: 0;
    padding: 0;
}

.sticky .action-btn > a {
    height: 49px;
    line-height: 50px;
    border-radius: 50px;
    font-size: 15px;
}

.sticky .action-btn >a::after {
    display: none;
}






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

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

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


.message-erreur {
    display: none;
    position: relative;
    font-size: 12px;
    background: none;
    margin: 5px 0 0px;
    padding: 0 0 0 15px;
    text-align: left;
    color: #be1e2d;
    width: 100%;
}

.message-erreur::before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: -5px;
    left: 20px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #be1e2d;
}

/**************************************************BTN-STYLE************************************* */

.primary-btn {
    background-color: #c5932c;
    border: none;
    /* font-weight: 500; */
    border-radius: 50rem;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 20px;
    transition: 300ms cubic-bezier(0.215,0.61,0.355,1);
    transition-property: background-color;
}

.btn-primary {
    display: inline-block;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background: #044b7a;
    padding: 0 45px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
}








.header-mobile {
    display: none;
}


/* Les deux pseudo-ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©lÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ments partagent la mÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Âªme base */
.primary-btn::before,
.primary-btn::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 0;
  z-index: -1;
  transition: width 320ms ease-in-out;
  border-radius: 50px;
}

/* ::before part de la gauche ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ */
.primary-btn::before {
  left: 0;
  background-color: var(--second-color);
}

/* ::after part de la droite ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â Ãƒâ€šÃ‚Â */
.primary-btn::after {
  right: 0;
  background-color: var(--second-color);
}

/* Au hover, les deux avancent de 60% ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ croisement au centre */
.primary-btn:hover::before,
.primary-btn:hover::after {
  width: 60%;
}

.primary-btn svg {
    fill: var(--white-color);
    margin-left: 6px;
    width: 24px;
    height: auto;
    aspect-ratio: 1;
    transform: translateY(-3px);
}

.primary-btn.btn-btn-process1 {
  margin-right: 15px;
}
.primary-btn.btn-btn-process2 {
  color: var(--primary-color);
  background: white;
}
.primary-btn.btn-btn-process2 svg {
  fill: var(--primary-color);
}
.primary-btn.btn-btn-process2:hover {
  color: white;
}
.primary-btn.btn-btn-process2:hover svg {
  fill: white;
}


.primary-btn {
    margin-right: 15px;
    padding: 17px 30px 17px 30px;
    display: flex;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    background-color: #034c76;
    border: none;
    border-radius: 50px;
    box-shadow: 0 6px 27px 0 rgb(0 0 0 / 10%);
    transition: all 0.3s ease-in-out;
    position: relative;
    /* z-index: 5; */
    width: max-content;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.primary-btn:last-child {
    margin-right: 0;
}

.primary-btn svg {
    margin-left: 7px;
    transition: all 0.4s ease;
    fill: #fff;
    width: 24px;
    height: 24px;
}

.primary-btn:hover {
    background-color: var(--second-color);
    color: #fff;
}

.primary-btn:hover svg {
    -webkit-animation: toRightFromLeft 0.3s linear forwards;
    animation: toRightFromLeft 0.4s linear forwards;
    fill: #fff;
}

.primary-btn .fa, .secondary-btn .fa {
    margin-left: 10px;
    border-radius: 50%;
    padding: 5px 30px 5px 0;
    background: rgba(255,255,255,.25);
    width: 30px;
    height: 30px;
    line-height: 44px;
    font-size: 12px;
}



.primary-btn i {
    color: #272262;
    font-size: 24px;
    margin-right: 7px;
    transition: all 0.4s ease-in-out;
    position: inherit;
}

span.play-text {
    display: flex;
    align-items: center;
}
.primary-btn:hover svg , .primary-btn:hover i {
    fill: #fff;
    color: #fff;
}






span.play-text {
    display: flex;
    align-items: center;
}

.primary-btn:hover svg , .primary-btn:hover i {
    /* fill: #fff; */
    /* color: #fff; */
}

.popup-video {
    padding: 0px 0px 0px 0px;
    width: 65px;
    height: 65px;
    color: #f9f9f9;
    /* background-color: #0faf59; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-align: center;
    font-size: 25px;
    position: relative;
    z-index: 6;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}


.popup-video i:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: red;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 currentColor;
    box-shadow: 0 0 0 0 currentColor;
    -webkit-animation:pulse-border 3s infinite;
    animation:pulse-border 3s infinite;
    opacity: .6;
    z-index: -1;
}

.popup-video:before,
.popup-video:after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 70px;
    height: 70px;
    background: #005aa9;
    border-radius: 50%;
    /* animation: pulse-border 1500ms ease-out infinite; */
    animation: pulse-border 1.9s ease-in-out 0s infinite;
    z-index: -1;
}

.popup-video::before {
    /* background-color: #005aa9; */
    opacity: .4;
    animation: none;
}



/* ======================================================Titre General=========================================== */

.section-title{
 width: 100%;
 position: relative;
}

.section-title.center {
    text-align: center;
}

.section-title .sub-title {
    margin-left: 0;
    font-size: 16px;
    color: #c5932c;
    position: relative;
    padding: 0 17px;
    min-height: 33px;
    line-height: 32px;
    display: inline-block;
    letter-spacing: 1px;
    border: 2px solid #c5932c;
    border-radius: 4px;
    /* font-weight: 600; */
    text-transform: uppercase;
    margin-bottom: 15px;
}

.section-title h2{
    margin-bottom: 10px;
    line-height: 1.1;
    font-family: 'League Spartan', sans-serif;
    font-weight: 600;
    font-size: 37px;
    line-height: 1;
}

/* *******************************************************titre second************************* */


.section-title2{
    width: 58.8%;
   }
   
   .section-title2.center {
       text-align: center;
   }
   .section-title .sub-title > h4 {
    font-weight: 400;
}
   .section-title2 .sub-title2 {
    font-size: 20px;
    font-weight: 700;
    color: #044b7a;
    display: inline-block;
    margin-bottom: 22px;
   }
   
   .section-title2 .title2{
    font-size: 38px;
    color: #030329;
    line-height: 78PX;
    margin-bottom: 50px;
    position: relative;
    /* font-weight: 500; */
    font-family: poppins;
   }



@-webkit-keyframes toRightFromLeft{
    49%{
        transform:translateX(100%)
    }
    50%{
        opacity:0;
        transform:translateX(-100%)
    }
    51%{
        opacity:1
    }
}

@keyframes toRightFromLeft{
    49%{
        transform:translateX(100%)
    }
    50%{
        opacity:0;
        transform:translateX(-100%)
    }
    51%{
        opacity:1
    }
}

@keyframes ripple {
    70% {
        background: rgba(255, 255, 255, 0);
        width: 120px;
        height: 120px;
    }
    100% {
        background: rgba(255, 255, 255, 0);
        width: 0px;
        height: 0px;
    }
}



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




/***************************************************Recherche*************************************************************/



.bloc-search-bar-- {
    position:  absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    top: 0;
    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;
    /* opacity: 0; */
    /* visibility: hidden; */
}

.content-search-display {
    width: 900px;
    max-width: 100%;
    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;
}


.titre-search-bar {
    margin: 0 0 10px 0;
    font-size: 27px;
    letter-spacing: .5px;
    font-weight: 400;
    color: #c4942c;
    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;
    display: none;
}

.bloc-search-bar--.show-search-bar--- {
    transform: translateY(0);
}

.icone-search svg, 
.icone-cle svg {
}

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


form#search-bar {
    position:  relative;
    display: flex;
    width:  100%;
    justify-content: space-between;
    background-color: #fff;
    box-shadow: 0px 6px 12px rgb(0 0 0 / 5%);
    height: 80px;
    border-radius: 40px;
    padding: 0 15px 0 20px;
    position: relative;
    z-index: 2;
    align-items: center;
}

.content-button-client a:last-child .icone-cle {
    width: 123px;
}

button#search-button {
    position: relative;
    /* right:  0; */
    /* top: 0; */
    /* bottom:  0; */
    /* font-size: 100%; */
    /* border:  none; */
    /* border-left: 1px solid #d8d8d8; */
    /* padding: 12px 19px; */
    /* height:  50px; */
    /* background: #034c76; */
    /* border:  none; */
    /* color: #fff; */
    /* font-family: "Rubik", sans-serif; */
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    /* background: #044b7a; */
    padding: 0 45px;
    /* height: 70px; */
    /* line-height: 70px; */
    text-align: center;
    text-transform: uppercase;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    height: 55px;
    background: #c3942e;
    cursor: pointer;
}



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



.page-wrapper {}

.wrapper-super-header {
    margin-bottom: -44px;
    position: relative;
    z-index: 5;
}

.wrapper-top-header {
    padding: 22px 0;
    color: #195985;
}

.top-header {}

.wrap-top-header {
    justify-content: space-between;
}



.left-top-header {
    position: relative;
}

a.logo-header {
    transition: all 300ms ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.logo-header img {
    height: 59px;
}

.left-top-header {}

.wrap-left-top-header {}

.info-top {
    display: flex;
    align-items: start;
    font-size: 14px;
    line-height: 20px;
    color: #777777;
    font-weight: 400;
}

.info-top:not(:last-child) {
    margin-right: 30px;
    padding-right: 40px;
    border-right: 1px solid #eee;
}

.info-top i {
    font-size: 12px;
}

.icon-info-top {
    width: 27px;
    margin-right: 10px;
    padding-top: 3px;
}

.meta-info-top {
    color: #fff;
    display: flex;
    flex-direction: column;
}

.meta-info-top span {
    font-weight: 700;
    color: #1d2150;
    font-size: 14px;
}

span.label-info-top {
    line-height: 1.7;
    /* font-family: 'Poppins'; */
    font-size: 13px;
    text-transform: capitalize;
    color: #6c7176;
    font-weight: 500;
}

.right-top-header {
    display: flex;
    justify-content: end;
    align-items: end;
}

.wrap-right-top-header {}

.social-header {
    margin-left: 70px;
    display: flex;
    align-items: center;
}

.wrap-social-header {}

.wrap-social-header >a:hover {
    background: #195985;
    color: #fff;
}

.wrap-social-header >a ,.wrap-social-header >span{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 40px; */
    /* height: 40px; */
    /* box-sizing: border-box; */
    /* line-height: 37px; */
    text-align: center;
    font-size: 17px;
    /* color: #8A97B2; */
    border: 1px solid #E3E6EE;
    /* -webkit-border-radius: 50%; */
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #034c76;
    color: #fff;
    padding: 13px 14px;
    position: relative;
    box-shadow: 0 1px 10px 0 rgb(0 0 0 / 20%);
}

span.btn-header-user img {
    width: 100%;
    border-radius: 50%;
    object-fit: cover;
    aspect-ratio: 1;
}

span.btn-header-user.img-header {
    width: 45px;
    padding: 0;
    background: none;
    border: none;
}

.wrap-social-header >a:not(:last-child) {
    margin-right: 10px;
}

.wrap-social-header a i {}


/*Bottom header*/

.wrap-bottom-header {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    padding-right: 0;
    padding-left: 30px;
    box-sizing: border-box;
    background: #fff;
    position: relative;
    /* background: bisque; */
    border-radius: 40px;
    align-items: center;
    justify-content: space-between;
    position: relative;
    box-shadow: 0 1px 12px 0 rgb(0 0 0 / 16%);
    box-sizing: border-box;
}

.logo-bottom-header-left {
    /* width: 25%; */
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    align-items: center;
    position: absolute;
    top: 4px;
}

.logo-bottom-header-left > a >img {
    width: auto;
    height: 57px;
}

.menu-bottom-header-right {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    /* margin-left: 25%; */
}

.navbar-header-bottom {
    /* display: flex; */
    /* margin-right: 40px; */
    display: flex;
    align-items: center;
    width: 85%;
    /* padding-right: 30px; */
    text-align: center;
}

.navbar-header-bottom > .navlink {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.navbar-header-bottom > .navlink >li:not(:last-child) {
    margin-right: 26px;
}

.navbar-header-bottom > .navlink >li >a {
    font-family: "Rubik", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #044b7a;
    padding: 25px 0;
    position: relative;
    text-transform: uppercase;
    transition: all 0.5s ease-in;
}

.navbar-header-bottom > .navlink >li {
    display: flex;
    position: relative;
}

.header-action {
    display: flex;
    width: 15%;
    justify-content: start;
    flex-wrap: wrap;
}

.header-action .icon-action {
    width: 35%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.icon-action {
    padding: 0 15px 0 15px;
    margin: 0 15px 0 0px;
    border-right: 1px solid #ddd;
}

.icon-action > div  {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 40px; */
    /* height: 40px; */
    box-sizing: border-box;
    /* line-height: 37px; */
    text-align: center;
    font-size: 14px;
    /* color: #8A97B2; */
    border: 1px solid #E3E6EE;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 13px 14px;
    position: relative;
    /* box-shadow: 0 1px 10px 0 rgb(0 0 0 / 20%); */
}

.icon-action div:hover {
    background: #195985;
    color: #fff;
}

.btn-header-user >span{
    position: absolute;
    left: -37%;
    top: 124%;
    padding: 8px 10px;
    border-radius: 5px;
    background-color: #c3942e;
    font-size: 15px;
    opacity: 0;
    color: white;
    font-family: 'Roboto';
    visibility: hidden;
    z-index: 2;
    line-height: 1.5;
    /* transform: translate(-18%, 10px); */
}

a.btn-header-user::before{
    font-family: FontAwesome;
    content: "\f0d8";
    width: 20px;
    height: 20px;
    position: absolute;
    top: 92%;
    left: 28%;
    font-size: 19px;
    font-weight: bold;
    color: #c3942e;
    opacity: 0;
    visibility: hidden;
}

a.btn-header-user:hover >span{
    opacity: 1;
    visibility: visible;
    transition: all ease-in 0.5s;
}

a.btn-header-user:hover::before{
    opacity: 1;
    visibility: visible;
    transition: all ease-in 0.5s;
    /* top: 72%; */
}





.action-btn {
    width: 100%;
    display: flex;
}

.action-btn > a {
    display: inline-block;
    height: 80px;
    line-height: 80px;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
    color: #ffffff;
    background: #044b7a;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    padding: 0 30px 0 37px;
    -webkit-border-radius: 0 40px 40px 0;
    -moz-border-radius: 0 40px 40px 0;
    border-radius: 0 40px 40px 0;
    position: relative;
}

.navbar-header-bottom > .navlink >li >a:hover {
    color: #044b7a;
}

.navbar-header-bottom > .navlink >li >a.active, .navbar-header-bottom > .navlink >li >a:hover {
    color: #c5932c;
}

.action-btn >a::after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 17px;
    height: 34px;
    background: #ffffff;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}







ul.smenu, ul.ssmenu {
    /* border-color: #034c76; */
    border-bottom: 4px solid #034c76;
    position: absolute;
    background: #fff;
    padding: 22px 0;
    top: 100%;
    left: 0;
    margin-top: 30px;
    margin-bottom: 0;
    min-width: 250px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 11px 10px 38px 0 rgb(46 63 99 / 15%);
    -khtml-box-shadow: 11px 10px 38px 0 rgba(46,63,99,.15);
    -moz-box-shadow: 11px 10px 38px 0 rgba(46,63,99,.15);
    -ms-box-shadow: 11px 10px 38px 0 rgba(46,63,99,.15);
    -o-box-shadow: 11px 10px 38px 0 rgba(46,63,99,.15);
    box-shadow: 11px 10px 38px rgb(46 63 99 / 15%);
    -webkit-transition: all 220ms linear 0ms;
    -khtml-transition: all 220ms linear 0ms;
    -moz-transition: all 220ms linear 0ms;
    -ms-transition: all 220ms linear 0ms;
    -o-transition: all 220ms linear 0ms;
    transition: all 220ms linear 0ms;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    clip: rect(1px,1px,1px,1px);
    transform-origin: 0 0 0;
    -webkit-transform-origin: 0 0 0;
    -ms-transform-origin: 0 0 0;
    -o-transform-origin: 0 0 0;
    text-align: left;
}

ul.smenu li, .ssmenu li {
    padding: 0 32px;
    white-space: nowrap;
    position: relative;
}

ul.smenu a {
    line-height: normal;
    padding: 12px 0;
    position: relative;
    font-weight: 700;
    font-size: 15px;
    display: block;
    border-bottom: 1px solid rgba(90,90,90,.11);
    color: #034c76;
    transition: all 220ms linear 0ms;
}

ul.ssmenu {
    top: 0;
    left: 100%;
}

ul.ssmenu li {}

ul.ssmenu a {}

ul.navlink li:hover .smenu, ul.smenu li:hover .ssmenu {
    visibility: visible;
    opacity: 1;
    clip: inherit;
    margin-top: 0;
}

ul.smenu a:before {
    content: '';
    width: 10px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: -10px;
    -webkit-transform: translate(0,-50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    opacity: 0;
    -webkit-transition: all 220ms linear 0ms;
    -khtml-transition: all 220ms linear 0ms;
    -moz-transition: all 220ms linear 0ms;
    -ms-transition: all 220ms linear 0ms;
    -o-transition: all 220ms linear 0ms;
    transition: all 220ms linear 0ms;
    background-color: #c8932d;
    bottom: -5%;
}

ul.smenu a:hover {
    padding-left: 18px;
    color: #c8932d;
}

ul.smenu a:hover:before {
    opacity: 1;
    left: 0;
}

ul.navlink li:last-child a {
    border-bottom: none;
}

li.has-children > a:after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

/* ***********************************************************************************************************
|                                                   GRSTION INFO COMPTE Utilisateur                                                           |
**************************************************************************************************************/
.infoCompteUser {position: absolute;width: 375px;padding: 20px 6px 9px;padding-bottom: 0;border-radius: 10px;background: white;box-shadow: 1px 2px 9px #b6b6b6;/* border: 1px solid #eee; */top: 60px;right: -300%;z-index: 2;max-width: 400px;height: auto;overflow: auto;}

.infoCompteUser .item{border-bottom: 1px solid #eee;}

.infoCompteUser .moncompte{/* padding: 0 33px; */color: black;display: flex;flex-direction: column;align-items: center;}


span.dot {
    background: black;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-right: 3px;
}

.charte li {
    display: flex;
    align-items: center;
}

.charte a:hover {
    background: #eee;
}

.logout-all-account a:hover {
    background: #eeeeeec7;
}

.manage-myaccount:hover {
    background: #eeeeeeb8;
}

.add-account a:hover {
    background: #eeeeeea6;
}

span.text-profil {
    color: white !important;
    font-weight: 600;
    font-size: 37px;
    text-transform: lowercase;
}

.image-profil {
    display: flex;
    justify-content: center;
    width: 90px;
    height: 90px;
    flex-wrap: wrap;
    /* position: relative; */
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    margin-bottom: 16px;
    align-items: center;
    z-index: 1;
    background: #c6942a;
}

.other-account {
    display: flex;
    padding: 11px 32px 15px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}


.item.logout-all-account {
    padding: 16px;
}

.political-charte {
    color: black;
    font-size: 13px;
    font-weight: 300;
}

ul.charte {
    display: flex;
    justify-content: space-between;
    padding: 17px 20px;
}

.charte a {
    border-radius: 4px;
    border: 1px solid transparent;
    padding: 4px 7px;
    transition: all ease 0.5s;
}

.logout-all-account a {
    border: 1px solid #dadce0;
    padding: 8px 24px;
    border-radius: 4px;
    display: inline-block;
    transition: all ease-in 0.6s;
    font-size: 16px;
}

.statut-account {
    color: black;
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
    position: absolute;
    right: 0;
}
.profilother-account {
    border-radius: 50%;
    display: flex;
    height: 32px;
    /* margin-bottom: 4px; */
    /* margin-top: 2px; */
    position: relative;
    /* vertical-align: top; */
    width: 32px;
    overflow: hidden;
    /* justify-content: center; */
    justify-content: center;
    align-items: center;
    background: #054a7a;
}

.profilother-account img {
    width: 100%;
    object-fit: cover;
}

.info-other-account {
    display: flex;
    width: 87%;
    flex-wrap: wrap;
    justify-content: start;
    font-size: 13px;
    /* align-items: start; */
    padding-left: 16px;
    line-height: 20px;
    flex-direction: column;
    text-align: left;
    position: relative;
}

.info-other-account .info-user {
    font-weight: 500;
    padding-right: 74px;
}

.profil-user {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.moncompte .info-user.center {
    /* color: #202124; */
    line-height: 30px;
}

.email-user.center {
    color: black;
}

.moncompte .email-user {
    margin-bottom: 16px;
    font-weight: 300;
    color: #5f6368;
    font-size: 16px;
}

#infoCompteUser i {
    color: black;
}

.add-account a {
    padding: 11px 32px 15px;
    display: inline-block;
    display: flex;
    transition: all ease 0.7s;
}

.add-account a i {
    margin-right: 19px;
    width: 32px;
}

.add-account a span {
    display: block;
}

.manage-myaccount {
    border: 1px solid #dadce0;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
    max-width: 254px;
    transition: all ease 0.5s;
    cursor: pointer;
    outline: 0;
    padding: 6px 16px;
    text-transform: capitalize;
    font-size: 16px;
}

#infoCompteUser span {
    color: black;
}


.profilother-account .text-profil {
    font-size: 17px;
    font-weight: 500;
}

.image-profil img {
    width: 100%;
}

.editer-profil {
    position: absolute;
    background: white;
    width: 28px;
    color: black;
    z-index: 2;
    top: 41%;
    align-items: center;
    font-size: 13px;
    justify-content: center;
    display: flex;
    height: 28px;
    right: 34%;
    border-radius: 50%;
    box-shadow: 1px 2px 9px #c0bdbd;
}

/****************************************************************************************************************|
                                                                                                              |**|
                                                    Animations                                                |**|
                                                                                                              |**|
*****************************************************************************************************************/


@keyframes float_left_right {
    0% {
         -webkit-transform: translateX(-100px);
         transform: translateX(-100px);
         opacity: 1;
    }
    50% {
         -webkit-transform: translateX(100px);
         transform: translateX(100px);
         opacity: 0.40;
    }
    100%{
         -webkit-transform: translateX(-100px);
         transform: translateX(-100px);
         opacity: 1;
    }
 }
 
 
 @keyframes float_up_down {
     0% {
         transform: translateY(0px);
         transform: translateY(0px);
         opacity: 1;
     }
     50% {
         transform: translateY(30px);
         transform: translateY(30px);
         opacity: 1;
     }
     100%{
         transform: translateY(0px);
         transform: translateY(0px);
         opacity: 1;
     }
 }
 
 @keyframes rotateme {
     0% {
         transform: rotate(0deg);
         opacity: 1;
     }
     50% {
         transform: rotate(180deg);
     }
     100%{
         transform: rotate(360deg);
         opacity: 1;
     }
 }
 
 
 @-webkit-keyframes toptobottom {
     49% {
         transform: translateY(100%);
     }
 
     50% {
         opacity: 0;
         transform: translateY(-100%);
     }
 
     51% {
         opacity: 1;
     }
 }
 
 @keyframes toptobottom {
     49% {
         transform: translateY(100%);
     }
 
     50% {
         opacity: 0;
         transform: translateY(-100%);
     }
 
     51% {
         opacity: 1;
     }
 }
 
 @-webkit-keyframes bottomtotop {
     49% {
         transform: translateY(-100%);
     }
 
     50% {
         opacity: 0;
         transform: translateY(100%);
     }
 
     51% {
         opacity: 1;
     }
 }
 
 @keyframes bottomtotop {
     49% {
         transform: translateY(-100%);
     }
 
     50% {
         opacity: 0;
         transform: translateY(100%);
     }
 
     51% {
         opacity: 1;
     }
 }
 
 @keyframes rtTopBottom {
     0% {
         transform: translateX(0);
     }
     
     50% {
         transform: translateX(80px);
     }
     100% {
         transform: translateX(0);
     }
 }
 
 @keyframes rtLeftRight {
     0% {
         transform: translateX(0);
     }
     
     50% {
         transform: translateX(80px);
     }
     100% {
         transform: translateX(0);
     }
 }
 
 
 @-webkit-keyframes toTopAnimation {
     0% {
         -webkit-transform: scale(1);
         transform: scale(1);
     }
     50% {
         -webkit-transform: scale(1.4);
         transform: scale(1.4);
     }
     100% {
         -webkit-transform: scale(1.8);
         transform: scale(1.8);
         opacity: 0;
     }
 }
 
 @keyframes toTopAnimation {
     0% {
         -webkit-transform: scale(1);
         transform: scale(1);
     }
     50% {
         -webkit-transform: scale(1.4);
         transform: scale(1.4);
     }
     100% {
         -webkit-transform: scale(1.8);
         transform: scale(1.8);
         opacity: 0;
     }
 }
 
 /********************************************************************************************************/
 
 
 @keyframes pulse-border {
     0% {
         transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
         opacity: 1;
     }
     100% {
         transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
         opacity: 0;
     }
 }
 
 /*****************************************************************************************************/
 
 
 @-moz-keyframes animateBubble {
     0% {
         margin-top: 20%;
     }
     to {
         margin-top: -30%;
     }
 }
 
 @keyframes animateBubble {
     0% {
         margin-top: 20%;
     }
     to {
         margin-top: -30%;
     }
 }
 
 
 @-moz-keyframes sideWays {
     0% {
         margin-left: 0;
     }
     to {
         margin-left: 25px;
     }
 }
 
 @keyframes sideWays {
     0% {
         margin-left: 0;
     }
     to {
         margin-left: 25px;
     }
 }
 
 
 /**************************************************************************************************/
 
 @keyframes movedelement_A1{
     0%{
     -webkit-transform:translate(0);
     transform:translate(0);
     }
     25%{
         -webkit-transform:translate(10px,10px);
         ransform:translate(10px,10px);
     }
     50%{
         -webkit-transform:translate(5px,5px);
         transform:translate(5px,5px);
     }
     75%{
         -webkit-transform:translate(10px,-5px);
         transform:translate(10px,-5px);
     }
     to{
         -webkit-transform:translate(0);
         transform:translate(0);
     }
 }
 
 @keyframes movedelement_A2{
     0%{
         -webkit-transform:translate(0);
         transform:translate(0);
     }
     25%{
         -webkit-transform:translate(-10px,-10px);
         transform:translate(-10px,-10px);
     }
     50%{
     -webkit-transform:translate(-5px,-5px);
     transform:translate(-5px,-5px);
     }
     75%{
         -webkit-transform:translate(-10px,5px);
         transform:translate(-10px,5px);
     }
     to
     {
         -webkit-transform:translate(0);
         transform:translate(0);
     }
 }
 
 @keyframes movedelement_A3{
     0%{
         -webkit-transform:translate(0);
         transform:translate(0);
     }
     25%{
         -webkit-transform:translate(15px,15px);
         transform:translate(15px,15px);
     }
     50%{
         -webkit-transform:translate(8px,8px);
         transform:translate(8px,8px);
     }
     75%{
         -webkit-transform:translate(15px,-8px);
         transform:translate(15px,-8px);
     }
     to{
         -webkit-transform:translate(0);
         transform:translate(0);
     }
 }

 @keyframes movedelement_A4{
     0%{
     -webkit-transform:translate(0);
     transform:translate(0);
     }
     25%{
         -webkit-transform:translate(-15px,-15px);
         transform:translate(-15px,-15px);
     }
     50%{
         -webkit-transform:translate(-8px,-8px);
         transform:translate(-8px,-8px);
     }
     75%{
         -webkit-transform:translate(-15px,8px);
         transform:translate(-15px,8px);
     }
     to{
         -webkit-transform:translate(0);
         transform:translate(0);
    }
}
 
 /* ================================================================================================================== 
|                                                       FOOTER                                                       |
====================================================================================================================*/



/* ============================================= Section title======================================== */


























.top-footer {
    width: 100%;
    border-bottom: 2px solid #80808014;
    padding: 10px 0 15px;
    /* margin: 0 0 10px; */
}

.bootom-footer {
    width: 100%;
    padding: 20px 0;
    color: grey;
}

.logo-footer {
    width: auto;
}

.logo-footer img {
    height: 71px;
}

.menu-footer {}

.menu-footer {
    width: auto;
}

ul.nav-link-footer {
    display: flex;
    flex-wrap: wrap;
}

ul.nav-link-footer li {}

ul.nav-link-footer li a {
    color: grey;
    padding: 7px;
}

.bootom-footer p a {
    color: #c2942c;
}
      
.copyright{
    color: grey;
}