
        .timer h1{
            font-size:4em;
            margin: 0;
            padding: 0;
        }

        .footer-menu a{
            margin-left: 10px;
            margin-right: 10px;
            font-weight: 400;
        }

        .footer-menu span{
            color: #dddddd;
        }

        .footer-section .widget-social {
            padding-left: 0;
            margin-bottom: 0;
            margin-top: 20px;
        }

        .footer-section .widget-social li {
            display: inline-block;
            list-style-type: none;
            margin-bottom: 0;
            margin-right: 10px;
        }

        .footer-section .widget-social li:last-child {
            margin-right: 0;
        }

        .footer-section .widget-social li i {
            display: inline-block;
            height: 35px;
            width: 35px;
            line-height: 35px;
            border: 1px solid #e1af41;
            color: #fff;
            background-color: #e1af41;
            border-radius: 50px;
            text-align: center;
            font-size: 18px;
            -webkit-transition: 0.6s;
            transition: 0.6s;
        }

        .footer-section .widget-social li i:hover {
            background-color: #101130;
            border: 1px solid #101130;
            color: #ffffff;
            -webkit-transform: translateY(-5px);
                    transform: translateY(-5px);
        }

        .newsletter-section .form input, .newsletter-section .form textarea, .newsletter-section .form select{
            border-radius: 0;
            border-color: #e0e0e0;
            padding: 12px;
            outline: none;
        }

        .newsletter-section .form input:focus, .newsletter-section .form input:active,
        .newsletter-section .form textarea:focus, .newsletter-section .form textarea:active{
            outline: 0;
            box-shadow: none;
            border-color: #32bdf0;
        }

        .newsletter-section .form input::placeholder, .newsletter-section .form textarea::placeholder {
            color: #b2b2b2;
            opacity: 1;
        }

        .newsletter-section .form input:-ms-input-placeholder,
        .newsletter-section .form input::-ms-input-placeholder,
        .newsletter-section .form textarea:-ms-input-placeholder,
        .newsletter-section .form textarea::-ms-input-placeholder {
            color: #b2b2b2;
        }

        .newsletter-section .form-check-input:checked {
            background-color: #000951;
            border-color: #000951;
        }

        .form-check-input{
            border-radius: 50%!important;
        }

        .btn-cyber{
            border-color: #000951 !important;
            color: #000951 !important;
            line-height: 2 !important;
            font-weight: 600 !important;
        }

        .btn-cyber:hover{
            border-color: #000951 !important;
            color: #ffffff !important;
            background-color: #000951 !important;
            line-height: 2 !important;
            font-weight: 600 !important;
        }

        .btn-cyber2{
            border-color: #6f4030 !important;
            color: #ffffff !important;
            background-color: #6f4030 !important;
            line-height: 2 !important;
            font-weight: 600 !important;
        }

        .btn-cyber2:hover{
            border-color: #6f4030 !important;
            color: #6f4030 !important;
            background-color: transparent !important;
            line-height: 2 !important;
            font-weight: 600 !important;
        }

        .btn-cyber3{
            border-color: #e1af41 !important;
            color: #ffffff !important;
            background-color: #e1af41 !important;
            line-height: 2 !important;
            font-weight: 600 !important;
        }

        .btn-cyber3:hover{
            border-color: #e1af41 !important;
            color: #e1af41 !important;
            background-color: transparent !important;
            line-height: 2 !important;
            font-weight: 600 !important;
        }
        

        .btn-cyber4{
            background: linear-gradient(90deg, rgba(111,64,48,1) 0%, rgba(25,15,13,1) 100%)!important;
            border: 0!important;
            line-height: 2 !important;
            font-weight: 600 !important;
            transition: all 300ms ease;
        }

        .btn-cyber4:hover{
            color: white!important;
            background: linear-gradient(180deg, rgba(42,102,165,1) 0%, rgba(54,46,102,1) 100%)!important;
            border: 0!important;
        }

        .hero-temoin{
            position: absolute;
            bottom: -60px;
        }

        @media (min-width: 992px) {
            .hero-temoin{
                width: 500px !important;
            }
        }

        @media (min-width: 1200px) {
            .hero-temoin{
                width:550px!important;
            }
        }

        @media (min-width: 1400px) {
            .hero-temoin{
                width:650px!important;
            }
        }

        @keyframes  fadein {
            0% {
                opacity: 0;
                transform: translateY(24px);
            }
            100% {
                opacity: 1;
            }
        }

        .navbar{
            z-index: 2;
        }

        .sep-stats{
            width: 50px;
            height: 1px;
            display: block;
            background: #fff;
            border-radius: 19px;
            opacity: .5;
        }

        .nav-main {
            display: none;
            top: 0;
            align-items: center;
            height: 100vh;
            justify-content: center;
            position: absolute;
            transition: left 0s calc(150ms * 2), transform 0s calc(150ms * 2);
            width: 100%;
            z-index: 1;
        }
        
        .nav-main::before, .nav-main::after {
            content: "";
            background-color: #000641;
            height: 50%;
            left: 0;
            position: absolute;
            transform: translateX(-110%);
            transform-origin: 0 50%;
            transition: transform calc(150ms * 2) 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
            width: 100%;
            z-index: -100;
        }

        .nav-main::before {
            top: 0;
        }

        .nav-main::after {
            bottom: 0;
        }

        .nav-main.open {
            display: flex;
            left: 0;
            transition: transform 0s;
        }

        .nav-main.open::before, .nav-main.open::after {
            transform: translateX(0);
            transition-delay: 0s;
        }

        .nav-main.open::after {
            transition-delay: calc(150ms / 2);
        }

        .menu {
            position: relative;
            text-align: center;
        }

        .menu__link.big{
            font-size: 28px;
        }

        .menu__item {
            display: block;
            position: relative;
            z-index: 9;

        }
            
        .menu__item:hover .menu__link::before, .menu__item:hover .menu__link::after {
            animation: blink 1s 150ms steps(1, end) forwards infinite;
            transform: translateX(calc(100% - 0.5rem));
            transition-duration: calc(150ms * 3);
        }
            
        .menu__item:hover .menu__link::after {
            transition-delay: calc(150ms / 2);
        }

        .menu__link {
            font-size: 20px;
            text-decoration: none;
            color: #fff;
            display: inline-block;
            overflow: hidden;
            position: relative;
            transition: color 150ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 150ms cubic-bezier(0.215, 0.61, 0.355, 1), transform 150ms cubic-bezier(0.215, 0.61, 0.355, 1);
            z-index: 1;
        }

        .menu__link::before, .menu__link::after {
            content: "";
            background-color: #1d55ac;
            height: 50%;
            left: 0;
            position: absolute;
            transform: translateX(-110%);
            transform-origin: 0 50%;
            transition: transform 0s cubic-bezier(0.215, 0.61, 0.355, 1);
            width: 100%;
            z-index: -1;
        }
        
        .menu__link::before {
            top: 0;
        }
            
        .menu__link::after {
            bottom: 0;
        }

        .menu:not(:focus-within):not(:hover) .menu__item .menu__link {
            opacity: 1;
            transform: translate(0, 0);
        }
            
        .menu__item .submenu .menu__link {
            opacity: 1;
            z-index: 99;
        }
            
        .menu__item:hover > .menu__link:hover {
            color: #F5F5F5;
            transition-delay: 0s;
        }

        .submenu .menu__link {
            color: #a3a5d8;
            font-size: 16px;
        }
        
        .submenu .menu__link::before, .submenu .menu__link::after {
            display: none;
        }

        @keyframes  blink {
            50%, 100% {
                opacity: 0;
            }
        }

        .owl-carousel .owl-stage {
            display: flex;
            align-items: center;
        }

        .owl-carousel .owl-item{
            text-align: center;
        }

        .owl-carousel .single-partner{
            display: flex;
            justify-content: center;
        }

        .owl-carousel img{
            max-width: 75%;
        }
        .owl-prev {
            width: 15px;
            position: absolute;
            top: 15%;
            left: -15px;
            display: block !important;
            border:0px solid black;
        }

        .owl-next {
            width: 15px;
            position: absolute;
            top: 15%;
            right: 0;
            display: block !important;
            border:0px solid black;
        }

        .owl-theme .owl-nav div {
            background: none!important;
        }

        .owl-next, .owl-prev, .owl-next:hover, .owl-prev:hover{
            background: transparent!important;
        }

        .owl-prev i, .owl-next i {color: #21cc9a; font-size: 2rem;}

        #bandeau_cookie{
            z-index: 1999;
            pointer-events: auto;
            opacity: 1;
            max-width: 100vw;
            margin: auto;
            background: #333;
            box-shadow: 1px 1px 18px rgba(0, 0, 0, 0.19);
            transition: 0.3s;
            padding: 10px;
            text-align: center;
            position: fixed;
            bottom: 0;
            width: 100vw;
            left: 0;
            height: auto;
        }

        .cookie_spacer{
            margin-bottom: 5px;
        }
        .container_cookie-btn{
            display: inline-block;
            margin: auto;
            position: relative;
            float: none !important;
            box-sizing: border-box;
        }
        .cookie_text{
            color: #fff;
            font-weight: 400;
            font-size: 14px;
            line-height: 20px;
        }

        .cookie_deactivate{
            display: none;
        }

        .f400{font-weight: 400!important;}
        .f500{font-weight: 500!important;}
        .f600{font-weight: 600!important;}

        .partners-section .nav .nav-item .active{
            font-weight: 600;
            background-color: #efefef;
            border-radius: 0;
        }

        .gouvernance-area .nav .nav-item .active{
            font-weight: 600;
            background-color: #efefef;
            border-radius: 0;
        }

        .sponso-section .b-icon{
            width: 15%!important;
        }

        .sponso-section .b-text{
            width: 85%!important;
        }
        

        @media (max-width: 992px) {
            .timer h1{
                font-size:3em;
                margin: 0;
                padding: 0;
            }

            .pdb0{
                padding-bottom: 0 !important;
            }

            .mdb0{
                margin-bottom: 0 !important;
            }

            .pdt10{
                padding-top: 10px !important;
            }

            .pdb10{
                padding-bottom: 10px !important;
            }

            .f05rem{
                font-size: 0.8rem !important;
            }
            .menu__link.big {
                font-size: 20px;
            }
        }

        .bggrad iframe{
            height: 425px;
        }

        .insight-btn{
            position:absolute;
            bottom:0;
        }

        @media (max-width: 992px) {
            .bggrad iframe{
                height: auto;
            }

            .insight-btn{
                position: relative;
            }
        }

        .keyanim:hover{
            animation: heartBeat;
            animation-duration: 2s;
        }

        .language-select select{
            background: none;
            color:#fff;
            border:none;
            outline: none;
            border-radius: 0;
        }

        .language-select select option{
            color: black;
            border-radius: 0;
        }

        div.jumbotron.hero-technology{
            margin-top: 0!important;
        }

        .grecaptcha-badge{
            display: none!important;
        }

        .ln-text{
            background: linear-gradient(90deg,  rgba(111,64,48,1) 0%, rgba(25,15,13,1) 100%);
            background-clip: text;
            -webkit-text-fill-color: transparent;
        }

    /*Hero*/
		.hero {
			float: none;
			padding-top: 1.5rem;
			position: relative;
		}
		.hero__slide{
			color: #fff;
			text-align: center;
			background-size: cover;
			background-position: center;
		}
		.hero__carousel {
			position: relative;
			visibility: hidden;
			background: #000;
			/* background: var(--color-primary); */
		}
		.hero__carousel.slick-initialized {
			bottom: 1.5rem;
			height: 100%;
			max-width: none;
			position: relative;
			top: 0;
			width: 100%;
			visibility: visible;
			background: transparent;
		}
		.hero__overlay {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			z-index: 9990;
			background:  rgba(0, 0, 0, .20);
			/* background:  rgba(54, 46, 102, .92); */
		}
		
		.hero--homepage {
			height: 88vh;
			padding-top: 0;
			background: var(--color-primary);
			top: 0;
		}

		.hero--homepage .hero__carousel.slick-initialized .slick-list,
		.hero--homepage .hero__carousel.slick-initialized .slick-track,
		.hero--homepage .hero__carousel.slick-initialized .slick-slide {
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			min-height: 100%;
			width: 100%;
		}
		.hero--homepage
			.hero__carousel.slick-initialized
			.slick-slide.slick-active.transition-active
			.hero__slide {
			display: -webkit-flex !important;
			display: -ms-flexbox !important;
			display: flex !important;
		}
		
		.hero--homepage .hero__slide {
			display: none;
			-webkit-flex-flow: column nowrap;
			-ms-flex-flow: column nowrap;
			flex-flow: column nowrap;
			height: 100%;
			-webkit-justify-content: center;
			-ms-flex-pack: center;
			justify-content: center;
			padding-bottom: 10rem;
			padding-top: 4.5rem;
			position: relative;
		}
		
		@media (min-width: 67.5625rem) {
			.hero--homepage .hero__slide {
				padding-bottom: 1rem;
				padding-top: 1rem;
			}
		}
		.hero--homepage .slick-prev,
		.hero--homepage .slick-next{
			z-index: 1;
		}
		
		.slick-prev:before, .slick-next:before {
			font-family: 'boxicons';
			font-size: 2rem;
			line-height: 1;
			opacity: .75;
			color: white;
		}
		.slick-prev{
			left:25px;
		}
		.slick-prev:before{
			content: "\ea4d";
		}
		
		.slick-next{
			right:25px;
		}
		.slick-next:before{
			content: "\ea50";
		}

		@media (max-width: 991.98px) {
			.hero--homepage {
				height: 80vh;
				margin-top: 0px;
			}

			.hero--homepage .hero__slide {
				height: 100%;
				padding-bottom: 4rem;
				padding-top: 4rem;
			}

			.hero__slide{
				background-size: cover!important;
				background-position: 33% center!important;
			}
		}

		.hero__image {
			height: 100%;
			overflow: hidden;
			position: absolute;
			top: 0;
			width: 100%;
			z-index: -1;
		}
		.hero__image img,
		.hero__image picture,
		.hero__image video {
			height: 100%;
			max-width: none;
			-o-object-fit: cover;
			object-fit: cover;
			width: 100%;
		}

		.hero--homepage .hero__image {
			height: 100%;
			-webkit-transform: scale(1);
			transform: scale(1);
			transition: -webkit-transform 6s;
			transition: transform 6s;
			transition: transform 6s, -webkit-transform 6s;
			transition-delay: 1.5s;
		}
		.hero--homepage .hero__carousel.slick-initialized .slick-slide.slick-active .hero__image {
			-webkit-transform: scale(1.07);
			transform: scale(1.07);
		}

		h1.hero-title {
			font-size: 3em;
			color: #fff;
			font-weight: 500;
		}

		h4.hero-subtitle {
			font-size: 1rem;
			font-weight: 400;
		}

		@media (min-width: 992px){
			h1.hero-title {
				font-size: 5em;
				color: #fff;
				font-weight: 500;
			}

			h4.hero-subtitle {
				font-size: 1.4rem;
				font-weight: 400;
			}
		}

		.buton{
			color: white;
			padding: 5px 10px;
			min-width: 45%;
			font-weight: 500;
		}
		.buton.white{
			color: white;
			border: 1px solid white;
		}

		.buton.white:hover{
			color: white;
			background-color: var(--color-third);
			border: 1px solid var(--color-third);
		}
		
		.buton.blue{
			background-color: var(--color-third);
		}
		
		.buton.blue:hover{
			color: white;
			background-color: var(--color-primary);
		}

		.timer-event .time h1{
			font-size: 5rem;
			margin: 0;
			line-height: 1;
		}

		.timer-event .time span{
			text-transform: uppercase;
		}

		.hero__slide .btn-cyber2{
			font-size: 1.3rem!important;
			padding: 3px 10px!important;
			background: linear-gradient(90deg, rgba(42,102,165,1) 0%, rgba(54,46,102,1) 100%)!important;
			border: 1px solid white!important;
			transition: all 300ms ease;
		}

		.hero__slide .btn-cyber2:hover{
			color: white!important;
			background: linear-gradient(180deg, rgba(42,102,165,1) 0%, rgba(54,46,102,1) 100%)!important;
		}

		@keyframes slidein {
			from {
				margin-left: 100%;
				width: 300%;
			}

			to {
				margin-left: 0%;
				width: 100%;
			}
		}
	</style>
	<style>
    .hero {
        float: none;
        padding-top: 1.5rem;
        position: relative;
    }
    .hero__slide{
        color: #fff;
        text-align: center;
        background-size: cover;
        background-position: center;
    }
    .hero__carousel {
        position: relative;
        visibility: hidden;
        background: #000;
        /* background: var(--color-primary); */
    }
    .hero__carousel.slick-initialized {
        bottom: 1.5rem;
        height: 100%;
        max-width: none;
        position: relative;
        top: 0;
        width: 100%;
        visibility: visible;
        background: transparent;
    }
    .hero__overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 9990;
        background:  rgba(0, 0, 0, .20);
        /* background:  rgba(54, 46, 102, .92); */
    }
    
    .hero--homepage {
        height: 88vh;
        padding-top: 0;
        background: var(--color-primary);
        top: 0;
    }

    .hero--homepage .hero__carousel.slick-initialized .slick-list,
    .hero--homepage .hero__carousel.slick-initialized .slick-track,
    .hero--homepage .hero__carousel.slick-initialized .slick-slide {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        min-height: 100%;
        width: 100%;
    }
    .hero--homepage
        .hero__carousel.slick-initialized
        .slick-slide.slick-active.transition-active
        .hero__slide {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    
    .hero--homepage .hero__slide {
        display: none;
        -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
        height: 100%;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 10rem;
        padding-top: 4.5rem;
        position: relative;
    }
    
    @media (min-width: 67.5625rem) {
        .hero--homepage .hero__slide {
            padding-bottom: 1rem;
            padding-top: 1rem;
        }
    }
    .hero--homepage .slick-prev,
    .hero--homepage .slick-next{
        z-index: 1;
    }
    
    .slick-prev:before, .slick-next:before {
        font-family: 'boxicons';
        font-size: 2rem;
        line-height: 1;
        opacity: .75;
        color: white;
    }
    .slick-prev{
        left:25px;
    }
    .slick-prev:before{
        content: "\ea4d";
    }
    
    .slick-next{
        right:25px;
    }
    .slick-next:before{
        content: "\ea50";
    }

    @media (max-width: 991.98px) {
        .hero--homepage {
            height: 80vh;
            margin-top: 0px;
        }

        .hero--homepage .hero__slide {
            height: 100%;
            padding-bottom: 4rem;
            padding-top: 4rem;
        }

        .hero__slide{
            background-size: cover!important;
            background-position: 33% center!important;
        }
    }

    .hero__image {
        height: 100%;
        overflow: hidden;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }
    .hero__image img,
    .hero__image picture,
    .hero__image video {
        height: 100%;
        max-width: none;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
    }

    .hero--homepage .hero__image {
        height: 100%;
        -webkit-transform: scale(1);
        transform: scale(1);
        transition: -webkit-transform 6s;
        transition: transform 6s;
        transition: transform 6s, -webkit-transform 6s;
        transition-delay: 1.5s;
    }
    .hero--homepage .hero__carousel.slick-initialized .slick-slide.slick-active .hero__image {
        -webkit-transform: scale(1.07);
        transform: scale(1.07);
    }

    h1.hero-title {
        font-size: 3em;
        color: #fff;
        font-weight: 500;
    }

    h4.hero-subtitle {
        font-size: 1rem;
        font-weight: 400;
    }

    @media (min-width: 992px){
        h1.hero-title {
            font-size: 5em;
            color: #fff;
            font-weight: 500;
        }

        h4.hero-subtitle {
            font-size: 1.4rem;
            font-weight: 400;
        }
    }

    .buton{
        color: white;
        padding: 5px 10px;
        min-width: 45%;
        font-weight: 500;
    }
    .buton.white{
        color: white;
        border: 1px solid white;
    }

    .buton.white:hover{
        color: white;
        background-color: var(--color-third);
        border: 1px solid var(--color-third);
    }
    
    .buton.blue{
        background-color: var(--color-third);
    }
    
    .buton.blue:hover{
        color: white;
        background-color: var(--color-primary);
    }

    .timer-event .time h1{
        font-size: 5rem;
        margin: 0;
        line-height: 1;
    }

    .timer-event .time span{
        text-transform: uppercase;
    }

    .hero__slide .btn-cyber2{
        font-size: 1.3rem!important;
        padding: 3px 10px!important;
        background: linear-gradient(90deg, rgba(42,102,165,1) 0%, rgba(54,46,102,1) 100%)!important;
        border: 1px solid white!important;
        transition: all 300ms ease;
    }

    .hero__slide .btn-cyber2:hover{
        color: white!important;
        background: linear-gradient(180deg, rgba(42,102,165,1) 0%, rgba(54,46,102,1) 100%)!important;
    }

    @keyframes slidein {
        from {
            margin-left: 100%;
            width: 300%;
        }

        to {
            margin-left: 0%;
            width: 100%;
        }
    }


.statistic-section .stats h2{
    font-size:2.6rem;
}

@media (min-width: 992px) {
    .statistic-section .stats h2{
        font-size:4rem;
    }
}
/*titre*/
.title-heading {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    align-items: center;
    width: 100%;
}

.title-heading:after {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    content: "";
    display: block;
    border-top: 1px solid #e5e3e3;
}

.title-heading h5 {
    margin-right: 25px;
}

.partners-section img{
    max-height: 100%;
    max-width: 200px;
}
/*Newsletter*/
    .newsletter-section .text-gray{
        color:#95a0a9!important;
    }

    .newsletter-section .form-check-input:checked {
        background-color: var(--color-third);
        border-color: var(--color-third);
    }

    .newsletter-section .form input{
        background-color: transparent;
        border: 1px solid gray;
        color: white!important;
    }
    /*Actualité*/
        .single-blog{
            position: relative;
            height: 100%;
            background-color: #170d0b;
        }

        .single-blog .blog-image{
            width: 100%;
        }

        .single-blog .blog-image a{
            width: 100%;
        }

        .single-blog .blog-image img{
            width: 100%;
            min-height:100%;
            max-height: 190px;
            object-fit: cover;
        }

        .single-blog .blog-content .read-more{
            background-color: var(--color-third);
            color: white;
            padding: 2px 5px;
            transition: all 300ms ease;
        }
        .single-blog .blog-content .read-more:hover{
            background-color: var(--color-primary);
            color: white;
        }
    