@charset "utf-8";
/* CSS Document */

@import url('notification.css');
@import url("https://unpkg.com/aos@2.3.1/dist/aos.css");
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,regular,italic,600,600italic,700,700italic,800,800italic");
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700;800;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

html {
    scroll-behavior: smooth;
}

.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    background: #fff;
    left: 0;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.wrapper-header.sticky {
    z-index: 1100;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    transition: all 0.5s ease;
    position: fixed;
}

.sticky + div {
  padding-top: 102px;
}

.header-mobile {
    display: none;
}

.content_hide_menu_mobile {
    display: none;
}

/******************************************************************|
                       Default                                   **|
*******************************************************************/

*, ::after, ::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    border: none;
    text-decoration: none;
}

body {
    overflow-x: hidden;
    max-width: 100vw;
    font-family: "Roboto";
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
}

::placeholder {
    font-weight: inherit;
}

input, select, button, textarea {
    outline: none;
    font-size: 14px;
    background: transparent;
    font-family: inherit;
}

li {
    list-style: none;
}

a {
    cursor: pointer;
    transition: all 0.5s ease;
    color: inherit;
}

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

.container {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.row-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

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


/***************************** Loaders / Message erreur *******************************/

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

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


#loader{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #c5c5c5bf;
    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.50);
    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.50);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000005;
}

/***************************** Button style *******************************/

.primary-btn-wrapper {
    position: relative;
    z-index: 1;
}


.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: #272262;
    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: 2;
    width: max-content;
    align-items: center;
    position: relative;
}

.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: #959595;
    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 {}

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





/*.primary-btn {
    text-transform: uppercase;
    font-size: 15px;
    transition: all 0.3s linear;
    overflow: hidden;
    z-index: 1;
    font-weight: 600;
    font-family: "Titillium Web", sans-serif;
    padding: 15px 30px 13px;
    color: #fff;
    background: #272262;
    position: relative;
    display: inline-block;
}

.primary-btn:before {
    position: absolute;
    content: '';
    background-color: #959595;
    width: 100%;
    height: 0%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: -1;
    transition: all 500ms ease;
}

.primary-btn:hover:before {
    height: 380%;
}*/


/********************* Titres ***************************/

.section-title {
    position: relative;
    margin-bottom: 40px;
}

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

.sub-title {
    color: #a56969;
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 9px;
    /* text-align: left; */
    position: relative;
    display: inline-block;
    position: relative;
}

.sub-title:after {
    width: 25px;
    background: #a56969;
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    right: -40px;
    display: block;
}

.section-title h2 {
    color: #032e42;
    font-size: 48px;
    line-height: 55px;
    margin-bottom: 16px;
    /* text-align: left; */
}

.section-title h2::first-letter {
    text-transform: uppercase;
}

.section-title.center p {
    width: 600px;
    text-align: center;
    margin: 10px auto 0;
    font-size: 16px;
    max-width: 100%;
}

.section-title.center span.divider {
    margin-left: auto;
    margin-right: auto;
}

.section-title span.divider {
    position: relative;
    display: block;
    width: 60px;
    height: 20px;
    margin-top: 30px;
}

.section-title span.divider svg {
    display: block;
    width: 100%;
    transform: translateY(-50%);
    top: 50%;
    position: relative;
    fill: #6db41b;
}

.white, .white > * {
    color: #fff !important;
}

.uppercase {
    text-transform: uppercase;
}

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

.mb-50 {
    margin-bottom: 50px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mt-25 {
    margin-top: 25px;
}

/****************************************************************************************************************|
                                                                                                              |**|
                                                    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;
    }
}


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


@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;
    }
}


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


.page-wrapper {}

.wrapper-super-header {
    box-shadow: 7px 5px 30px 0px rgb(159 159 159 / 15%);
    position: relative;
    /* margin-bottom: 43px; */
    z-index: 1;
}

.wrapper-top-header {
    background: #272262;
    font-size: 14px;
    color: #bbbbbb;
    line-height: 40px;
    position: relative;
    z-index: 3;
}

.top-header {}

.top-header.container:before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(-100% + 50px);
    height: 100%;
    display: block;
    z-index: 0;
    width: 100%;
    background: #959595;
}

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

.left-top-header {
    padding: 5px 0;
    position: relative;
    z-index: 1;
}
.even{
    display: none;
    padding: 0;
}

.left-top-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: skew(-26deg);
    padding-left: 20px;
    background: #959595;
}

.left-top-header:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: skew(-26deg);
    padding-left: 20px;
    opacity: 0.2;
    width: calc(100% + 15px);
    left: -6px;
    background: #959595;
}

.list-lang span {
    width: fit-content;
    line-height: 31px;
    border-bottom: 1px solid #838383;
    padding: 1px 8px;
}

.list-lang span:last-child {
    border: none;
}

.wrap-left-top-header {
    color: #fff;
}

.info-top {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 40px;
    font-weight: 400;
    margin-right: 30px;
}

.info-top:not(:last-child) {
    margin: 0 38px 0 0;
}

.info-top i {
    /* color: #6db41b; */
    color: #27226261;
    margin-right: 10px;
}

.info-top span {
}

.right-top-header {
    padding: 5px 0;
    position: relative;
    z-index: 1;
    margin-right: 50px;
}

.wrap-right-top-header {}

.info-top.right {
    padding: 0 25px 0 0;
    position: relative;
    margin: 0;
}

.info-top.right:before {
    background: #bbbbbb;
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
    width: 1px;
    height: 14px;
    display: block;
    z-index: 1;
    opacity: 0.2;
}

.info-top.right i {
    color: #7f7f7f;
}

.social-header {
    margin: 0 0 0 6px;
}

.wrap-social-header {}

.wrap-social-header a:hover {
    /* background-color: #6db41b; */
    /* border-color: #6db41b; */
    color: #ffffff;
}





.wrap-social-header a {
    position: relative;
    font-size: 14px;
    color: #bbbbbb;
    -webkit-transition: all 500ms ease;
    /* transition: all 500ms ease; */
    margin: 0 0 0 15px;
    text-align: center;
    transition: all 0.3s ease-out;
}

.wrap-social-header a:not(:last-child) {
}

.wrap-social-header a i {}

span.bouton-translate {
    display: block;
    position: relative;

}

.bouton-translate .list-language {
    position: absolute;
    background: white;
    border-radius: 5px;
    width: 100px;
    z-index: 5;
    left: -34px;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.8s;
}

.list-language a {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    margin-left: 0;
    padding: 0 19px;
    border-bottom: 1px solid #eee;
}

.list-language a img {
    width: auto;
    height: 12px;
    margin-right: 6px;
}

.list-language a:last-child {
    border-bottom: none;
}

span.bouton-translate {
    position: relative;
    font-size: 18px;
    color: #bbbbbb;
    -webkit-transition: all 500ms ease;
    /* transition: all 500ms ease; */
    margin: 0 0 0 15px;
    text-align: center;
    transition: all 0.3s ease-out;
    z-index: 6;
}

.bouton-translate:hover .list-language {
    visibility: visible;
    opacity: 1;
}

.list-language a:hover {
    color: #272262;
}


/*Bottom header*/

.wrapper-bottom-header {
    /* padding: 5px 0; */
    position: relative;
    position: relative;
    display: block;
    background-color: #f8f8f8;
}

.bottom-header {}

.wrap-bottom-header {
    position: relative;
    justify-content: space-between;
}

.left-bottom-header {
    position: relative;
    display: block;
    /* float: left; */
    z-index: 1;
    padding: 10px 0;
    /* margin-right: 145px; */
}

.left-bottom-header:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: -17px;
    left: 0;
    z-index: -1;
    right: -110px;
    background-color: #fff;
    clip-path: polygon(0 0, 100% 0%, 77% 100%, 0% 100%);
}

.left-bottom-header:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: -17px;
    left: -100000000px;
    right: 0;
    background-color: #fff;
    z-index: -1;
}

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

.middle-bottom-header {}

a.logo-header {
}

a.logo-header img {
    height: 90px;
    /* width: 100%; */
}

ul.menu {}

li.menu-item {
    padding-top: 39px;
    padding-bottom: 39px;
    position: relative;
    margin-right: 22px;
}

li.menu-item > a {
    position: relative;
    font-size: 16px;
    cursor: pointer;
    font-family: "Titillium Web", sans-serif;
    transition: all 500ms ease;
    font-weight: 600;
    text-transform: uppercase;
}

li.menu-item > a.active, li.menu-item:hover > a {
    color: #8dd0e2;
}

li.menu-item a:before {
    content: '';
    width: 16px;
    height: 2px;
    position: absolute;
    top: 27px;
    left: 0;
    right: 0;
    background-color: #8dd0e2;
    -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;
    opacity: 0;
    -webkit-transform: scale(0);
    -khtml-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

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

.right-bottom-header {
    width: 77%;
}

.btn-bottom-header {
    display: flex;
    align-items: center;
}

.btn-bottom-header a {}
.change-lang:hover .list-lang {
    visibility: visible;
    opacity: 1;
}
.change-lang .list-lang {
    position: absolute;
    background: #959595;
    /* padding: 5px 8px; */
    border-radius: 4px;
    left: -80px;
    top: 0;
    /* z-index: 3; */
    font-size: 12px;
    font-weight: 400;
    /* width: 77px; */
    display: flex;
    justify-content: center;
    width: 70px;
    flex-wrap: wrap;
    visibility: hidden;
    opacity: 0;
    transition: all ease 0.6s;
}




/****************************************************************************************************************|
                        								      				                                  |**|
                        								Footer				                                  |**|
                        								      				                                  |**|
*****************************************************************************************************************/


.wrapper-footer {
    color: #fff;
    background-color: #0e1531;
    background-image: url(../images/bg/bg-footer1.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 60px 0 70px;
    font-size: 16px;
    position: relative;
    z-index: 0;
}

.footer {}

.wrap-top-footer {
    align-items: unset;
    justify-content: space-between;
}

.footer-widget {
    width: 33.33%;
    padding: 0 15px;
}

.footer-widget.logo-widget {width: 40%;}

.wrap-footer-widget {
    margin: 20px 0;
}

.footer-logo {
    position: relative;
    /* margin-bottom: 40px; */
    background: #ffffff;
    padding: 3px 20px 0 20px;
    margin-right: 20px;
    position: relative;
}

.footer-logo a {
    display: flex;
    align-items: center;
}

.footer-logo img {
    /* height: 60px; */
    width: 140px;
}

.wrap-footer-widget p {
    margin-bottom: 1rem;
    line-height: 30px;
}

.text-logo {
    position: relative;
    margin-bottom: 40px;
}

.text-logo p {
    font-size: 16px;
    line-height: 30px;
}

.social-footer {
    margin-bottom: 25px;
}

.social-footer a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 16px;
    color: #ffffff;
    height: 40px;
    width: 40px;
    border-radius: 4px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    position: relative;
    margin-right: 10px;
    background: #959595;
}

.social-footer a:hover {}

.footer-widget-title {
    margin-bottom: 21px;
}

.footer-widget-title h3 {
    position: relative;
    margin-bottom: 17px;
    position: relative;
    padding-bottom: 15px;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
}

.footer-widget-title h3:before {
    content: "";
    width: 40px;
    height: 2px;
    left: 0;
    bottom: 0;
    left: inherit;
    position: absolute;
    z-index: 1;
    background-color: #ff3e55;
}

.footer-widget-title h3:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    margin-right: 6px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #ffffff;
    content: '';
}

.footer-widget-title h3:after {
    content: "";
    width: 50%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #0b306e3d;
}

.footer-widget.about-widget {
    width: 25%;
}

.footer-widget.newsletter-widget {}

.nav-footer {
    position: relative;
    margin-top: 30px;
}

ul.wrap-nav-footer {}

ul.wrap-nav-footer li {
    position: relative;
    padding: 8px 0;
    text-transform: capitalize;
}

ul.wrap-nav-footer li a {
    position: relative;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    line-height: 23px;
}

ul.wrap-nav-footer li:hover a {text-decoration: underline;}


ul.wrap-nav-footer li:hover a {
}



form.newsletter-form .input-wrap {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

form.newsletter-form input {
    height: 50px;
    color: #797979;
    padding-left: 20px;
    position: relative;
    padding-right: 15px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem 0 0 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    display: block;
}

form.newsletter-form button {
    padding: 14px 19px;
    border: unset;
    z-index: 1;
    background: #959595;
    height: 50px;
    color: #fff;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    text-transform: uppercase;
    border-radius: 0 5px 5px 0;
    letter-spacing: 0.2px;
    text-align: center;
    font-weight: 600;
    line-height: 1;
    font-size: 14px;
}

form.newsletter-form button:before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 100%;
    height: 0%;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.21);
    -webkit-transform: translate(-50%, -50%) rotate(55deg);
    transform: translate(-50%, -50%) rotate(0deg);
    z-index: -1;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.bottom-footer {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    background-color: #1a213e;
}

.wrap-bottom-footer {
    justify-content: space-between;
}

.footer-logo:before {
    position: absolute;
    content: "";
    height: 45px;
    background: white;
    clip-path: polygon(145% 0, 100% 100%, 0 100%);
    top: -44px;
    left: -2px;
    right: -0.5px;
}

.footer-logo:after {
    position: absolute;
    content: "";
    width: 25px;
    height: 34px;
    background: rgba(0,0,0,0.5);
    clip-path: polygon(0 0, 100% 150%, 0 100%);
    top: -32px;
    right: -25px;
    background: rgb(149 149 149);
}


/* Parametre linguise */

#linguise_floating_wrapper {
    position: absolute !important;
    right: 83px !important;
    top: 13px !important;
    z-index: 99999;
    transition: right 300ms;
}

#linguise_floating_wrapper #linguise_floating_btn {
    display: block;
    width: 22px !important;
    height: 22px !important;
    z-index: 0 !important;
}