@import url('https://fonts.googleapis.com/css2?family=Titillium+Web&display=swap');
[v-cloak] {
    display: none;
  }


  :root {
    --v-theme-primary: 0, 23, 137 !important;
    --van-blue: 0, 23, 137 !important;
    --van-nav-bar-title-text-color: rgb(0, 23, 137) !important;
    
            --van-step-icon-size: 30px;
            --van-step-circle-size: 10px;
    
            --van-step-horizontal-title-font-size: 15px;
    
        }
        .custom-primary-button {
            background-color: var(--custom-primary-color) !important;
            color: var(--custom-primary-text-color) !important;
          }
          
body{
    background: rgb(240, 240, 240);
    font-family: 'Titillium Web', sans-serif;

    display: flex;
flex-direction: column;
min-height: 100vh;
}
.bg-primary {
    background-color: rgb(0, 23, 137)  !important;
   
  }
.v-navigation-drawer__scrim{
    position:fixed !important;
}
main {
flex: 1;
}
html {
    scroll-behavior: smooth;
}

    .back-ggm {
        background-color: #001789 !important;
        color: white;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        color: #001789 !important;
    }
    .text-center {
        text-align: center;
    }
    

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus {
-webkit-text-fill-color: black;
-webkit-box-shadow: 0 0 0px 40rem #ffff inset;
}

    .perso_main {
        min-height: 73vh;
    }
    .mr-1 {
        margin-right: 5px;
    }

    .mr-2 {
        margin-right: 10px;
    }
    .mt-1 {
        margin-top: 5px;
    }

    .mt-2 {
        margin-top: 10px;
    }
    .mb-1 {
        margin-bottom: 5px;
    }

    .mb-2 {
        margin-bottom: 10px;
    }
    .divider_ggm {
        color: var(--van-blue);
        border-color: var(--van-blue);
        padding: 15px 20px;
    }


    [class*=van-hairline]:after {
        border: none;
    }

    .cell_choice_lang .van-cell__value {
        text-align: left !important;
    }

    .container, header .v-toolbar .v-toolbar__content {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

   

    @media(min-width: 576px) {
        .container , header .v-toolbar .v-toolbar__content {
            max-width: 540px;
        }
        .v-toolbar--flat .logo img {
            min-width: auto !important;
        }
    }

    @media(min-width: 768px) {
        .container , header .v-toolbar .v-toolbar__content {
            max-width: 720px;
        }
    }

    @media(min-width: 992px) {
        .container, header .v-toolbar .v-toolbar__content {
            max-width: 960px;
        }
    }

    @media(min-width: 1200px) {
        .container, header .v-toolbar .v-toolbar__content {
            max-width: 1430px;
        }
    }
    .m-container {
        padding-top :75px;
    }
    /**** HEADER *****/
    .icon_header{
        color: #01458c;
    }
    .v-toolbar--flat .icon_header{
        color: #01458c;
    }
    .tabs_header .v-tab__slider{
        bottom: 7px;
        height: 2px;
        left: 18px;
        width: 61%;
    }
                            .v-app-bar {
transition: all .3s ease !important;
padding: 4px 0;
}
    .v-toolbar--flat{
        background: #ffffff00 !important;
        transition: all .5s ease !important;
        padding: 8px 16px !important;
    }

.logo img{
transition: all .5s ease !important;
padding: 8px 0;
}
    .v-toolbar--flat .logo img {
        transition: all .5s ease !important;
        padding: 3px 0 !important;
            min-width: 116px;
        
    }
    .v-toolbar--flat .logo {
        transition: all .5s ease !important;
        margin: 3px 0 3px 12px !important;
    }
    .header_option{
        transition: all .4s ease !important;
        transform: rotate(0deg);
    }
    .header_option_rotate{
        transition: all .4s ease !important;
        transform: rotate(-45deg);
    }

    /**** FIN HEADER *****/
    .tabs_header .v-btn__content{
        font-size: 14px;
        font-weight: 700;
        text-transform: capitalize;
    }
    .notify_perso {
        padding: 30px;
    }
    .v-snackbar__content{
        padding: 0;
    }
    .v-snackbar__timer .v-progress-linear{
        z-index: 9;
    }
    .avatar_header {
        background-color: #01458c;
        color: white;
        border-radius: 100%;
        font-size: 1rem;
        text-align: center;
        vertical-align: middle;
        height: 2rem;
        width: 2rem;
        padding: 0.4rem;
        font-weight: 500;

    }
    .van-overlay {
        background-color: #00000024;
    }
    .van-cell {
        border-radius: 6px;
        margin: 9px 0;
        box-shadow: rgb(204, 219, 232) 3px 3px 6px 0 inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
    }
    .ancor_no_style {
        text-decoration: none;
        color: inherit;

    }
    /**** Homepage ****/
    

/* Définissez vos transitions pour l'opacité avec une fonction d'assouplissement personnalisée */
.fade-enter-active, .fade-leave-active {
transition: opacity 0.5s cubic-bezier(0.4, 0.0, 0.2, 1);
}
.fade-enter-from, .fade-leave-to {
opacity: 0;
}
.fade-enter-to, .fade-leave-from {
opacity: 1;
}
.cols_doc{
padding: 34px;
}
/********** Footer **********/
/*
.v-app-footer .v-application__wrap{
min-height: initial !important;
margin-top: 25px;
}
*/

/********** Parralax **********/
.parallax_custom .v-responsive__sizer{ 
padding-bottom: 0px !important;
}


.icon_header{
    color: #01458c !important;
}


.video-wrap {
position: relative;
}
.home_projet{
    padding-top: 187px;
    padding-bottom: 25px;
}

.video-wrap .video-figure {
left: -138px;
transform: rotate(-45deg);
box-shadow: -30px 20px 0 0 rgb(var(--v-theme-primary));
top: -492px !important;
background: rgb(var(--v-theme-primary));
border-radius: 80px;
height: 753px !important;
overflow: hidden;
position: absolute;
width: 1040px;
}


@media only screen and (min-width : 768px) and (max-width : 991px) {
.video-wrap .video-figure {
left: 233px;
top: -1281px !important;
box-shadow: -17px 10px 0 0 rgb(var(--v-theme-primary));
}
.home_projet{
    padding-top: 56px;
    padding-bottom: 0px;
}
.video-wrap .video-figure .inner-figure {
top: 319px !important;
left: -299px !important;
}
}
@media (max-width: 767px) {
.video-wrap .video-figure {
box-shadow: -10px 9px 0 0 rgb(var(--v-theme-primary));
left: 38px;
top: -1322px !important;
}

.logo img{
    min-width: auto !important;
}


.home_projet{
    padding-top: 56px;
    padding-bottom: 0px;
}
.video-wrap .video-figure .inner-figure {
top: 388px !important;
left: -401px !important;
}

}

@media(max-width: 412px) {
    .video-wrap .video-figure {
        left: -112px !important;
        top: -1496px !important;
    }
    .v-toolbar--flat .logo {
        transition: all .5s ease !important;
        margin: 0px !important;
    }
}

.video-wrap .video-figure .inner-figure {
transform: rotate(45deg);
position: relative;
top: 237px;
left: -323px;
}
.video-wrap .video-figure .inner-figure img {
display: block;
position: relative;
width: 100%;
}
.color_icon_circle{
color: #b1b3b4 !important;
}
.v-card--reveal {
align-items: center;
bottom: 0;
justify-content: center;
opacity: .9;
position: absolute;
width: 100%;
transition: opacity 2s ease-in-out;
}
.card_back_img{
background-size: cover;
/*
background-position: center;
background-repeat: no-repeat;*/

}
.round_card_doc{
border-radius: 20px;
padding-bottom: 141.42%;
color: white;
overflow: visible;
cursor: pointer;


}
.round_card_map{
border-radius: 20px;
color: white;
overflow: visible;
cursor: pointer;
line-height: 0px;
}
.first_chip_card_doc{
position: absolute; right: -10px; transform: translateY(-50%);
}	
.second_chip_card_doc{
position: absolute;top:40px; right: -10px; transform: translateY(-50%);
}	

.fade-enter-active, .fade-leave-active {
    visibility: visible;
    transition: opacity .5s;
}
.fade-enter, .fade-leave-to {
    opacity: 0;
}
.custom-list {
    font-size: 1.5em;
    line-height: 1.9;
    list-style-type: none;
    padding-left: 0;
}
.custom-list li {
    padding: 5px 0;
}
.custom-list li::before {
    content: "• ";
    color: rgb(var(--v-theme-info)) !important;
    padding-right: 10px;
}


