/* navigation start */
    .header-desktop .navigation-ul > li{
        height: 100%; 
        display:flex; 
        align-items: center;
        position: relative;
    }
    .header-desktop .navigation-ul > li:hover > a{
        color: #968a6b;
    }
    .header-desktop .navigation-ul > li:hover > a:after{
        transform: scaleX(1);
    }
    .navigation-ul > li > a{
        color:  #fffefa;
    }
    .navigation-ul li a:hover{
        color: #968a6b;
    }
    html[lang="fr"] .nav-wrap li a{ font-size: 1rem; }
    html[lang="fr"] .navigation-ul > li{ margin: 0 1em; }
    html[lang="fr"] .header.fixed-nav .nav-wrap{ grid-column-start: 3; }
    .fly_box .btn-wrap .btn{border: none; font-size: 1.088rem;}
/* navigation end */
/* content-video start*/
    .content-video{
        padding-left: 3%;
    }
/* content-video end*/
/* social media start */
    .social-media-cont{
        display: flex;
    	flex-wrap: wrap;
    	flex-direction: row;
    	justify-content: center;
    	gap: 40px;
    	margin-bottom: 2em;
    }
/* social media end */
#c1 {
    width: 50%;
    margin: 0 auto;
}