
/******Locomotive scrollllllll debut*******************************/

/******Locomotive scrollllllll Fin*******************************/

.wipe-transition{
    width: 100vw;
    height: 100vh;
    background: linear-gradient(90deg, rgb(165,165,223),midnightblue);
    position: absolute;
    left: -100%;
    z-index: 1000000;
}

/**********Reset**************/

@font-face {
    font-family: "helvetica45lt";
    src: url("/fonts/hll_____.otf") format("truetype"),
    url("/fonts//hll_____.woff") format("woff");
}
@font-face {
    font-family: "helvetica65lt";
    src: url("/fonts/hlm_____.otf") format("truetype"),
    url("/fonts//hlm_____.woff") format("woff");
}

* {
    box-sizing: border-box;
}
html, body {
    margin: 0 ;
    padding: 0;
    height: 100%;
    width: 100%;
    font-family: "helvetica65lt" !important;
    overflow-x: hidden;
}
ul, li {
    margin: 0 auto;
    padding: 0;
    list-style: none;
}


.transition-fade {
    transition: 0.4s;
    opacity: 1;
}

html.is-animating .transition-fade {
    opacity: 0;
}

.transition-anim2 {
    opacity: 1;
    transform: translate(0px, 0px);
    transition: all .35s ease-in-out 0.7s;
}
html.is-animating .transition-anim2 {
    opacity: 0;
    transform: translate(500px, 0px);
}

.transition-left{

    opacity: 1;
    transition: 1s ease-in-out ;
    transform: translateX(0);
}

html.is-animating .transition-left{

    opacity: 0;
    transform: translateX(100%);
}



.transition-right{
    transition: .7s ease-in-out;
    transform: translateX(0);
}

html.is-animating .transition-right{
    transform: translateX(50%);
}

.overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background: red;
    left: 0;
    top: 0;
    transform-origin: left;
    transform: scale(0);
}

.transition-wipe{
    transition:.7s cubic-bezier(0,0,.58,1);
    transform: scaleX(0);
}
html.is-animating .transition-wipe{
    transform: scaleX(1);
}
/********** Fin Reset**************/



/**************************************************Menu burger********************************************************************************************/
.drop-down {
    padding-top: 80px;
    position: absolute;
    width: 285px;
    height: 310px;
    background:	rgba(245,245,245,.90);
    top: -200%;
    right: 0;
    transition: top 0.4s ease-in-out;

}

.yes{
    opacity: 1;
    display: block;
}
.drop-down li {
    height: 50px;
    text-align: left;
    background: transparent;
    line-height: 50px;
    transition: all .6s ease-in-out;
    margin-top: 20px;
    margin-left: 10px;
}

.drop-down ul{

}

.drop-down li:hover {
    background: rgba(245,245,245,.91);;
}
.drop-down a {
    display: block;
    font-size: 15pt;
    color: grey;
    text-decoration: none;

}
.drop-down a:hover {
    color: grey;
}

.down {
    top: 0;
    transition: top 0.4s ease-in-out;
}
.menu {
    box-sizing: content-box !important;
    position: fixed;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    text-align: center;
    background: transparent;
    z-index: 999;
    color: #fff;
}
.menu:hover {
    background: transparent;
}
.menu a {
    display: block;
    text-decoration: none;
    font-size: 56pt;
    font-weight: normal;
    color: grey;
    margin: 0 auto;
}
.menu a:hover {
    color: grey;
}
.menu .close {
    display: none;
}
.trigger {
    animation: menu-spin-back 0.4s ease-in-out;
    animation-fill-mode: forwards;
}
.round {
    animation: menu-spin 0.4s ease-in-out;
    animation-fill-mode: forwards;
}
@-webkit-keyframes menu-spin {
    50% {
        border-radius: 100%;
    }
    100% {
        border-radius: 100%;
        transform: rotate(180deg);
    }
}
@-webkit-keyframes menu-spin-back {
    50% {
        border-radius: 0;
    }
    100% {
        border-radius: 0;
        transform: rotate(-180deg);
    }
}
.white {
    border-color: #fff;
    color: #fff !important;
}

/*************************************************************Fin Menu burger**********************************************************************************/








/************************************************************* Menu burger Contenu**********************************************************************************/
.nav{
    width: 285px;
    height: 344px;
    transform: translate(-20%,-10%);
    padding-top: 100px;
    z-index: 200;
}
.nav a{
     color: inherit;
     text-decoration: none;
 }
.nav a:hover{
    color: inherit;
    text-decoration: none;
}
.navHide{
    opacity:0;
}
/*************************************************************Fin Menu burge Contenur**********************************************************************************/



/*************************************************************header**********************************************************************************/

:root {

    font-size: 10px;
    --fullGrid: 1 / 1 / -1 / -1;
}

.video-bg {

    grid-area: var(--fullGrid);
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    z-index: -1;
}
.video-bg::-webkit-media-controls {
    display: none !important;
}
.video-overlay {
    grid-area: var(--fullGrid);
    /* Center Content */
    display: grid;
    justify-content: center;
    align-content: center;
    text-align: center;
    background: rgba(0,0,0,.2);
}

.video-overlay h1 {
    font-size: 6vw;
    font-family: "helvetica65lt";
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #fff;

}
.video-overlay .webinar {
    font-size: 1.4vw;
    padding: 12px;
    color: black;
    text-decoration: none;
    border: solid 1.5px transparent;
    margin-left: 25%;
    margin-right: 25%;
    background-color: white;
    transition: all .4s ease-in-out;
    font-family: "helvetica45lt" ;

}

.video-overlay .webinar:hover {
    color: white;
    text-decoration: none;
    background-color: black;


}
/*************************************************************Fin video header**********************************************************************************/

/*************************************************************Footer**********************************************************************************/
footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 130px;
    background-color:black ;
    padding-left: 8% ;
    padding-right: 8% ;
}

.contact a{
    color: white;
    text-decoration: none;
}
.contact a:hover{
    color: white;
    text-decoration: none;
}

.rs a{
    color: white;
    text-decoration: none;
}
.rs a:hover{
    color: white;
    text-decoration: none;
}
.contact{
    width: 20%;
    display: flex;
    justify-content: space-between;
    font-size: 18pt;
}

.rs{
    width: 8%;
    display: flex;
    justify-content: space-between;
}
/*************************************************************Fin Footer**********************************************************************************/



/*************************************************************Section 1**********************************************************************************/
#section1 h2{
    font-size: 35pt;

}

#section1 p{
    font-size: 18pt;
}

.t-sec1{
    width: 50% ;
    text-align: justify;
}

/*************************Slider 1**************************/

.client-area{
    padding: 150px 0 0;
}

.slick-slide{
    margin: 0 60px;
}

.slick-slide img{
    width: auto;
    max-height: 80px;
}

.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline:none;
}

.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-slide img{
    display: block;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
/*************************Fin   Slider 1**************************/


/*************************************************************Fin Section 1**********************************************************************************/

/*************************************************************Banniere**********************************************************************************/
.banner{
    position: relative;

}
.banner span{
    font-size: 1.5vw;
    position: absolute;
    top: 10%;
    left: 6%;
    font-family: "helvetica45lt" ;
    display: none;
}
.banner h1{
    position: absolute;
    width: fit-content;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 4vw;
    display: none;

}
/*************************************************************Fin Banniere**********************************************************************************/

/*************************************************************Actualités**********************************************************************************/

.sectA{
    padding-left: 200px;
    padding-right: 200px;
}

.titre{

}

.titre h1{

    width: fit-content;
    margin: 0 auto;
    font-size: 30pt;
}

.actu{
    padding: 4%!important;
}

.actu a{

    color: black;
    font-size:22pt;

}

.actu a:hover{
    color: black;
}

.actu img{
    height: 380px;
}

.voirp {
    font-size: 14pt;
    color: white;
    text-decoration: none;
    border: solid 1.5px black;
    background-color: black;
    transition: all .4s ease-in-out;
    width: fit-content;
    margin: 0 auto;

}

.voirp:hover {
    color:black;
    text-decoration: none;
    background-color: transparent;


}





/*******pop up*****************************/
#sec a{
    position: absolute;
    bottom: 50px;
    left: 50px;
    color: white;
    background-color: black;
    text-decoration: none;

}


.linkDance {
    background: black;
    border-radius: 100%;
    color: #fff;
    font-size: 4em;
    height: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 2em;

}

.h1-show{
    color: black;
    font-size: 4vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;

}

.sectB h1{
    font-size: 2.3vw;
    padding-left: 25px;
}
.sectB img{
    max-height: 500px;
    margin-top: 10px;
}
#mycol{
    padding-left: 30px;
    padding-right: 30px;
}
.contenu{
    font-size: 15pt;
    text-align: justify;
}
#sec span{
    font-size: 18pt;
    z-index: 800;
    color: black;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%,-30%);
    font-family: "helvetica45lt" ;
}
/******* fin pop up*****************************/



/*************************************************************Fin Actualités**********************************************************************************/

/*************************************************************Newsletter**********************************************************************************/
.newsletter{
    display:flex;
    height: 318px;
    background-color: black;
    margin-top:50px;
    align-items: center;
    justify-content: space-between;
}

.newsletter h1{
    color: white;
    width: 100%;
    font-size: 1.5vw;
    padding: 0;
}
.newsletter label
{
    display: none;
    color: white;
}

.newsletter input
{
    width: 90%;
    padding: 20px;
    font-size: 18px;
    font-family: "helvetica45lt";
}
.newsletter input:focus
{
    outline: none;
    box-shadow: white;
}
.newsletter div
{
   width: 100%;
}
.newsletter form
{

    width: 100%;
}

.voirp2 {
    font-size: 20px;
    color: black;
    text-decoration: none;
    border: solid 1.5px black;
    background-color: white;
    transition: all .4s ease-in-out;
    width: fit-content;
    margin-top: 15px;

}

.voirp2:hover {
    color: white;
    text-decoration: none;
    background-color: black;
    border: solid 0.5px white;
}

.p-7 {
    padding: 7rem!important;
}
.p-7-t {
    padding-top: 7rem!important;
}
.p-9 {
    padding: 7rem!important;
}

.p-5-f {
    padding: 6rem!important;
}
.p-6 {
    padding: 4rem!important;
}

.p-8 {
    padding: 10rem!important;
}

.p-8-t{
    padding: 8rem!important;
}

.mt-6{
    margin-top: 5rem!important;
}
.titre {

   text-align: center;

}

.titre2 {

    text-align: center;

}
/*************************************************************fin Newsletter**********************************************************************************/


/*************************************************************webinar**********************************************************************************/
.titre2 h1{

    width: fit-content;
    margin: 0 auto;
    font-size: 30pt;

}

.col-red{
    color: green;
    font-size: 20pt;
}
.textWebi{
    position: absolute;
    color: white;
    bottom: 20%;
    left: 15%;
    z-index: 900;
    width: 60%;
}
.textWebi h2{
    font-size:18pt ;
    margin-bottom: 15px;
}
.textWebi p{
    font-size:13pt ;
    font-family: "helvetica45lt" ;
}

.webi a{
    position: absolute;
    right: 13%;
    bottom: 10%;
    transition: all .5s ease-in-out;
    font-family: "helvetica45lt" ;
}

.like{
    color: white;
}

.dislike{
    color: red;
}

.webi a:hover{

    color: white;
}
.like img{
    transition: all .5s ease-in-out;
}
.far{
    transition: all .6s ease-in-out;
}
.fas{
    transition: all .6s ease-in-out;
}
.webi{
    position: relative;
}

.webi img{
    height: 427px;
}
/*************************************************************Fin webinar**********************************************************************************/

/************************************************************acteur**********************************************************************************/

.acteurs{
    margin: 15px;
}

/************************************************************Fin *ACTEURSr**********************************************************************************/


.linkDance2 {
    background: black;
    border-radius: 100%;
    color: #fff;
    font-size: 4em;
    height: 2em;
    display: flex;
    right: 15px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    width: 2em;

}

.linkDance2:hover {
    color: white;
}

.partner{
    font-size: 30pt;
}





/*************************************************************Responsive **********************************************************************************/


@media screen and (max-width: 575.98px) {



    .video-overlay .webinar {
        font-size: 3.3vw;
        padding: 8px;
        color: white;
        text-decoration: none;
        border: solid 1.5px white;
        margin-left: 15%;
        margin-right: 15%;
        margin-top: 10px;
        background-color: transparent;
        transition: all .4s ease-in-out;
    }
    .video-overlay h1 {
        font-size: 10vw;

    }

    .t-sec1{
        width: 80% ;
        text-align: justify;
    }

    #section1 p{
        font-size: 12pt;
    }

    #section1 h2{
        font-size: 28pt;

    }

    .banner span{
        font-size: 2.3vw;
        position: absolute;
        top: 10%;
        left: 6%;
    }

    .sectA{
        padding-left: 50px;
        padding-right: 50px;

    }
    .actu img{
        height: 200px;
    }

    .actu a{
        font-size:12pt;
    }

    .voirp {
        font-size: 12pt;
        color: white;
        background: black;
    }


    .newsletter{


        flex-direction: column;

    }

    .newsletter h1{

        font-size: 3.3vw;

    }
    .newsletter input{

        width: 100%;
        padding: 13px;
    }
    .voirp2{
        font-size: 15px;
    }
    .titre2 h1{

        width: fit-content;
        margin: 30px;
        font-size: 25pt;
    }

    .p-8 {
        padding: 0rem!important;
    }

    .p-8-t {
        padding: 2rem!important;
    }

    .p-6{
        padding: 0rem!important;
        margin-bottom: 3px;
    }
    .webi img{
        height: 250px;
    }

    .textWebi{

        bottom: 20%;
        left: 8%;

        width: 80%;
    }
    .textWebi h2{
        font-size:18pt ;
        margin-bottom: 15px;
    }
    .textWebi p{
        font-size:13pt ;
    }

    .webi a{
        right: 4%;
        bottom: 4%;

    }

    .p-9 {
        padding: 2rem!important;
    }
    .linkDance {
        background: black;
        border-radius: 100%;
        color: #fff;
        font-size: 4em;
        height: 2em;
        line-height: 1em;
        margin: auto;
        padding: .5em;
        text-align: center;
        text-decoration: none;
        width: 2em;
        z-index: 3;


    }

    footer{
        justify-content: center;
        flex-direction: column;
        padding-left: 12% ;
        padding-right: 12% ;
    }
    .contact{
        width: 100%;
        display: flex;
        justify-content: space-between;
        font-size: 15pt;
    }

    .rs{
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 10px;

    }
    .rs a{
        margin: 15px;
    }

    .menu{
        right: 5px;
    }
    .menu a {
        font-size: 30pt;
    }

    .drop-down{
        top: -260%;
        width: 200px;
        height: 250px;
        padding-top: 50px;

    }
    .drop-down li{
        line-height: 20px;
    }
    .drop-down a{
      font-size: 12pt;
    }
    .down {
        top: 0 !important;
        transition: top 0.4s ease-in-out;
    }

    nav svg{
        height: 90px !important;
        width: 60px !important;
    }

    .linkDance2 {
        display: none;
        font-size: 3em;
        right: 15px;

    }
    .linkDance {

        font-size: 3em;


    }

    #sec a{
        bottom: 35px;
        left: 40px;
    }
    .h1-show{

        left: 1%;
        transform: translateX(0%);
        top: 40%;
        font-size: 7vw;
        text-align: center;


    }
    #sec span{
        font-size: 12pt;
        top: 60%;
        left: 50%;
        transform: translate(-50%,-30%);
        font-family: "helvetica45lt" ;
    }

    .sectB h1{
        font-size: 5vw;

    }
    .sectB img{
        max-height: 350px;
        margin-top: 13px;
    }

    .contenu{
        font-size: 12pt;
    }

.partner{
    font-size: 25pt;
}

}


@media (min-width: 576px) and (max-width:768px) {
    .video-overlay .webinar {
     font-size: 2.5vw;
     padding: 8px;
    color: white;
    text-decoration: none;
    border: solid 1.5px white;
    margin-left: 18%;
    margin-right: 18%;
        margin-top: 20px;
    background-color: transparent;
    transition: all .4s ease-in-out;

}

    .video-overlay h1 {
        font-size: 9vw;

    }
    .t-sec1{
        width: 85% ;
        text-align: justify;
    }

    #section1 p{
        font-size: 14pt;
    }

    .banner span{
        font-size: 2.1vw;
        position: absolute;
        top: 10%;
        left: 6%;
    }

    .sectA{
        padding-left: 80px;
        padding-right: 80px;

    }
    .actu img{
        height: 310px;
    }

    .actu a{

        font-size:17pt;
    }
    .newsletter{

        flex-direction: column;
    }
    .newsletter input{

        width: 100%;
        padding: 13px;
    }
    .voirp2{
        font-size: 15px;
    }


    .newsletter h1{

        font-size: 3.3vw;
    }

    .titre2 h1{

        width: fit-content;
        margin: 30px;
        font-size: 25pt;
    }

    .p-8 {
        padding: 0rem!important;
    }
    .p-8-t {
        padding: 2rem!important;
    }
    .p-6{
        padding: 0rem!important;
        margin-bottom: 5px;
    }
    .webi img{
        height: 350px;
    }

    .textWebi{

        bottom: 20%;
        left: 8%;

        width: 80%;
    }
    .textWebi h2{
        font-size:18pt ;
        margin-bottom: 15px;
    }
    .textWebi p{
        font-size:13pt ;
    }

    .webi a{
        right: 4%;
        bottom: 4%;

    }

    .p-9 {
        padding: 4rem!important;
    }

    footer{
        justify-content: center;
        flex-direction: column;
        padding-left: 12% ;
        padding-right: 12% ;
    }
    .contact{
        width: 100%;
        display: flex;
        justify-content: center;
        font-size: 18pt;
    }

    .contact a{
        margin: 20px;
    }

    .rs{
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .rs a{
        margin: 15px;
    }

    .menu{
        right: 5px;
    }
    .menu a {
        font-size: 30pt;
    }

    .drop-down{
        top: -260%;
        width: 200px;
        height: 250px;
        padding-top: 50px;

    }
    .drop-down li{
        line-height: 20px;
    }
    .drop-down a{
        font-size: 12pt;
    }

    .down {
        top: 0 !important;
        transition: top 0.4s ease-in-out;
    }

    nav svg{
        height: 90px !important;
        width: 60px !important;
    }

    .linkDance2 {
        display: none;
        font-size: 3em;
        right: 15px;

    }
    .linkDance {

        font-size: 3em;


    }

    #sec a{
        bottom: 35px;
        left: 40px;
    }

    .h1-show{

        left: 2%;
        transform: translateX(0%);
        top: 40%;
        font-size: 7vw;
    }

    #sec span{
        font-size: 15pt;
        top: 65%;
        left: 50%;
        transform: translate(-50%,-30%);
        font-family: "helvetica45lt" ;
    }

    .sectB h1{
        font-size: 5vw;

    }
    .sectB img{
        max-height: 400px;
        margin-top: 13px;
    }

    .contenu{
        font-size: 12pt;
    }

}



/*tablette*/
@media (min-width: 768px) and (max-width:991.98px)  {

    .video-overlay .webinar {
        font-size: 2vw;
        padding: 8px;
        color: white;
        text-decoration: none;
        border: solid 1.5px white;
        margin-left: 20%;
        margin-right: 20%;
        margin-top: 10px;
        background-color: transparent;
        transition: all .4s ease-in-out;

    }
    .video-overlay h1 {
        font-size: 9vw;

    }
    .t-sec1{
        width: 85% ;
        text-align: justify;
    }

    #section1 p{
        font-size: 15pt;
    }

    .banner span{
        font-size: 1.8vw;
        position: absolute;
        top: 10%;
        left: 6%;
    }

    .sectA{
        padding-left: 60px;
        padding-right: 60px;

    }
    .actu img{
        height: 220px;
    }

    .actu a{

        font-size:15pt;
    }

    .newsletter{

        flex-direction: column;
    }
    .newsletter input{

        width: 100%;
    }
    .newsletter h1{

        font-size: 3.1vw;
        margin-bottom: 15px;
    }

    .p-8 {
        padding: 2rem!important;
    }
    .p-8-t {
        padding: 2rem!important;
    }
    .p-6{
        padding: 2rem!important;

    }
    .webi img{
        height: 300px;
    }

    .textWebi{

        bottom: 15%;
        left: 8%;

        width: 70%;
    }
    .textWebi h2{
        font-size:18pt ;
        margin-bottom: 15px;
    }
    .textWebi p{
        font-size:13pt ;
    }

    .webi a{
        right: 6%;
        bottom: 7%;

    }
    .p-9 {
        padding: 4rem!important;
    }


    .contact{
        width: 70%;
        display: flex;
        justify-content: flex-start;
        font-size: 18pt;
    }
    .contact a{
        margin: 20px;
    }

    .rs{
        width: 30%;
        display: flex;
        justify-content: flex-end;


    }
    .rs a{
        margin: 10px;
    }

    .menu{
        right: 5px;
    }
    .menu a {
        font-size: 30pt;
    }

    .drop-down{
        top: -260%;
        width: 200px;
        height: 250px;
        padding-top: 50px;

    }
    .drop-down li{
        line-height: 20px;
    }
    .drop-down a{
        font-size: 12pt;
    }
    .down {
        top: 0 !important;
        transition: top 0.4s ease-in-out;
    }

    nav svg{
        height: 90px !important;
        width: 60px !important;
    }
    .linkDance2 {

        font-size: 3em;
        right: 15px;

    }
    .linkDance {

        font-size: 3em;


    }

    #sec a{
        bottom: 35px;
        left: 40px;
    }

    .h1-show{

        left: 5%;
        transform: translateX(0%);
        top: 40%;
        font-size: 7vw;
    }

    #sec span{
        font-size: 15pt;
        top: 68%;
        left: 50%;
        transform: translate(-50%,-30%);
        font-family: "helvetica45lt" ;
    }

    .sectB h1{
        font-size: 4vw;

    }
    .sectB img{
        max-height: 450px;
        margin-top: 13px;
    }

    .contenu{
        font-size: 13pt;
    }
}

@media screen and (min-width:991.98px) and (max-width: 1325px) {
    .video-overlay .webinar {
        font-size: 1.8vw;
        padding: 8px;
        color: white;
        text-decoration: none;
        border: solid 1.5px white;
        margin-left: 25%;
        margin-right: 25%;
        background-color: transparent;
        transition: all .4s ease-in-out;

    }
    .video-overlay h1 {
        font-size: 9vw;

    }
    .t-sec1{
        width: 75% ;
        text-align: justify;
    }

    #section1 p{
        font-size: 16pt;
    }

    .banner span{
        font-size: 1.5vw;
        position: absolute;
        top: 10%;
        left: 6%;
    }
    .sectA{
        padding-left: 60px;
        padding-right: 60px;

    }
    .actu img{
        height: 270px;
    }

    .actu a{

        font-size:18pt;
    }

    .h1-show{

        left: 5%;
        transform: translateX(0%);
        top: 40%;
        font-size: 5vw;


    }
    #sec span{
        font-size: 15pt;
        top: 70%;
        left: 50%;
        transform: translate(-50%,-30%);
        font-family: "helvetica45lt" ;
    }


    .newsletter h1{

        margin-right: 60px;
        font-size: 2.7vw;
    }

    .p-8 {
        padding: 1.5rem!important;
    }
    .p-8-t {
        padding: 2rem!important;
    }
    .p-6{
        padding: 1.5rem!important;

    }
    .webi img{
        height: 350px;
    }

    .textWebi{

        bottom: 15%;
        left: 8%;

        width: 70%;
    }
    .textWebi h2{
        font-size:18pt ;
        margin-bottom: 15px;
    }
    .textWebi p{
        font-size:13pt ;
    }

    .webi a{
        right: 8%;
        bottom: 6%;

    }
    .p-9 {
        padding: 3rem!important;
    }

    .contact{
        width: 70%;
        display: flex;
        justify-content: flex-start;
        font-size: 18pt;
    }
    .contact a{
        margin: 20px;
    }

    .rs{
        width: 30%;
        display: flex;
        justify-content: flex-end;


    }
    .rs a{
        margin: 10px;
    }

    .menu{
        right: 5px;
    }
    .menu a {
        font-size: 30pt;
    }

    .drop-down{
        top: -260%;
    }
    .down {
        top: 0 !important;
        transition: top 0.4s ease-in-out;
    }

    nav svg{
        height: 90px !important;
        width: 60px !important;
    }

    .drop-down{
        top: -260%;
        width: 200px;
        height: 250px;
        padding-top: 50px;

    }
    .drop-down li{
        line-height: 20px;
    }
    .drop-down a{
        font-size: 12pt;
    }

    .linkDance2 {

        font-size: 3em;
        right: 15px;

    }
    .linkDance {

        font-size: 3em;

    }

    #sec a{
        bottom: 35px;
        left: 40px;
    }

    .sectB h1{
        font-size: 3vw;

    }
    .sectB img{
        max-height: 450px;
        margin-top: 13px;
    }

    .contenu{
        font-size: 13pt;
    }
}
@media screen and (min-width:1326px) and (max-width: 1700px) {


    .newsletter h1{
        transform: translateY(-15px) !important;
        margin-right: 60px;
        font-size: 2.5vw;

    }
    .p-8 {
        padding: 3.3rem!important;
    }
    .p-8-t {
        padding: 6rem!important;
    }
    .p-6{
        padding: 3.3rem!important;

    }
    .textWebi{

        bottom: 15%;
        left: 15%;

        width: 70%;
    }
    .textWebi h2{
        font-size:18pt ;
        margin-bottom: 15px;
    }
    .textWebi p{
        font-size:13pt ;
    }

    .h1-show{

        left: 10%;
        transform: translateX(0%);
        top: 40%;
        font-size: 5vw;


    }

    #sec span{
        font-size: 15pt;
        top: 75%;
        left: 50%;
        transform: translate(-50%,-30%);
        font-family: "helvetica45lt" ;
    }

    .webi a{
        right: 12%;
        bottom: 8%;

    }
    .p-9 {
        padding: 3rem!important;
    }

    .contact{
        width: 70%;
        display: flex;
        justify-content: flex-start;
        font-size: 18pt;
    }
    .contact a{
        margin: 20px;
    }

    .rs{
        width: 30%;
        display: flex;
        justify-content: flex-end;


    }
    .rs a{
        margin: 10px;
    }

    .linkDance2 {


        right: 15px;

    }
    .linkDance {

        font-size: 3em;

    }

    #sec a{
        bottom: 35px;
        left: 40px;
    }

    .sectB h1{
        font-size: 2vw;

    }
    .sectB img{
        max-height: 500px;

    }

    .contenu{
        font-size: 13pt;
    }

}

@media screen and (min-width:1700px){
    .newsletter h1{
        transform: translateY(-28px) !important;
        margin-right: 60px;
        font-size: 2.2vw;

    }
    .h1-show{

        left: 10%;
        transform: translateX(0%);
        top: 40%;


    }

    #sec span{
        font-size: 15pt;
        top: 75%;
        left: 50%;
        transform: translate(-50%,-30%);
        font-family: "helvetica45lt" ;
    }
    .titre2 {

        text-align: center;
        transform: translateY(-20px);

    }
}

/*************************************************************Fin Responsive **********************************************************************************/