@media only screen and (max-width: 500px) {
    body {
        margin: 0;
        padding: 0;
        background-color: black;
        width: 100% !important;
    }

    header {
        display: flex;
        width: 100% !important;
        top: 0px;
        margin: 0;
        height: 32vh;
        padding: 0;
        justify-content: space-between !important;
    }

    .box-evennement > img {
        height: 70%;
    }

    h2 {
        color: black;
        font-size: xx-large;
    }

    .modal-cookies {
        height: 100%;
    }

    .box-cookies {
        height: 250px !important;
    }

    /* ---------------------- header ------------------------------------------*/
    #conteneurConnexionLangue {
        display: none;
    }

    #conteurReseauxSocial {
        display: none;
    }

    #boxUser {
        height: 40px;
        width: 100%;
    }

    #navbar {
        justify-content: center;
    }

    #boxUser {
        background-color: rgba(128, 128, 128, 0.651);
    }

    #connection {
        width: 100%;
    }

    #conteneurLogoNav {
        width: 100% !important;
        margin-top: 15px;
    }

    #connection > a > h2 {
        font-size: 1.8em !important;
        padding-left: 5px;
        color: white;
    }

    #btnAccueil {
        padding-left: 5px;
    }
    #btnVisio {
        padding-left: 5px;
    }
    #btnVideostore {
        padding-left: 5px;
    }

    #logo {
        width: 100%;
        top: 0;
        z-index: 60;
        justify-content: center;
        align-content: center;
    }

    #logo > div > a >h1 {
        font-size: 11em;
    }

    #boxLangue {
        margin-right: 10px;
        margin-top: 5px;
    }

    .dropbtn {
        width: 60px;
        margin-left: 20px;
    }

    .flag {
        width: 20px;
        height: 20px;
        margin-right: 8px;
    }

    .label {
        font-size: xx-small;
    }

    .dropdown-content a {
        padding: 6px;
    }

    .dropdown-content {
        margin-left: 20px;
    }


    /* ----------------------menu responsive JS-------------------------------- */
    #boxNav {
        position: absolute;
        top: 60px;
        z-index: 50;
    }
    #display-responsive {
        display: flex;
    }
    .separateur_horizontal {
        display: block;
    }
    #btnOpen {
        display: flex;
    }
    .separateur_horizontal {
        margin-top: 20px;
        width: 100%;
    }
    .invisible {
        display: block;
    }
    #btnOpen {
        position: absolute;
        z-index: 5;
        left: 5px;
        top: 125px;
        height: 70px;
        width: 70px;
        background-color: #E40BC2;
        border-radius: 50%;
        box-shadow: 0 0 10px 5px white;
        transition: 0.8s;
    }
    #btnOpen > img {
        height: 100%;
    }
    #btnOpenClose {
        position: absolute;
        transform: rotate(90deg);
        display: block;
        top: 0px;
        left: 150px;
        height: 70px;
        width: 70px;
        background-color: #E40BC2;
        border-radius: 50%;
        box-shadow: 0 0 10px 5px white;
    }
    #btnOpenClose > img {
        height: 100%;
    }
    #connection {
        background-color: rgba(0, 0, 0, 0.8);
        box-shadow: 0 0 10px 5px white;
    }
    #display-responsive {
        display: block;
    }
    #boxUser-responsive {
        z-index: 5;
    }
    #boxLangue-responsive {
        display: block;
        margin-top: 20px;
    }
    #navbar {
        flex-direction: column;
        width: 185px;
        padding: 0 0 10px 0;
    }

    #btnAdmin {
        padding-left: 5px;
    }

    .button_menu {
        display: flex;
        position: absolute;
        background-color: rgba(128, 128, 128, 0.7);
        box-shadow: 0 0 10px 5px white;
        top: 110px;
        left: -300px;
        width: 45%;
        height: 420px;
    }
    #navbar {
        transition: 2s;
    }
    .contenu {
        padding-left: 10px;
    }
    .button {
        height: 20%;
        width: 100%;
        text-align: left;
        font-size: x-large;
    }

    /*------------------------------ main-----------------------------------------*/

    main {
        width: 100%;
    }

    .carrousel {
        height: 60vh !important;
    }

    .carrousel > img {
        height: 100% !important;
        object-fit: cover;
    }

    #carrousel-id {
        height: 60vh;
    }

   .carrousel {
       height: auto;
       z-index: 10;
    }

    .firstText > p{
        font-size: 5em !important;
    }

    .secondText > p{
        font-size: 5em !important;
    }

    .boxText > a {
        font-size: x-large;
        padding: 10px 50px 10px 50px !important;
    }

    #carrousel-id .chevron {
        display: none;
    }

    /*------------------------------footer-------------------------------------*/
    footer {
        height: auto;
    }

    #conteneurFooter {
        padding-top: 20px;
        width: 100%;
        height: 30%;
    }

    #conteneurFooter > div {
        width: 30%;
        margin: 0;
    }

    #about > a {
        padding-top: 20px;
    }

    #partenaire > a {
        padding-top: 20px;
    }

    #conteneurFooter > div > h4 {
        font-size: medium;
    }

    #conteneurFooter > div > a > h5 {
        font-size: x-small;
    }

    #mentions > h4 {
        text-align: center;
    }

    #byLogo {
        height: 12px;
        margin-top: 10px;
    }

    #byLogo > p {
        font-size: x-small;
    }

    #productBy > h4 {
        font-size: xx-small;
    }

    #followMe {
        display: none;
    }

    #followMeResponsive {
        display: flex;
        width: 100%;
        padding-top: 10px;
        flex-direction: column;
    }

    #followMeResponsive > h4 {
        display: flex;
        align-content: center;
        justify-content: center;
        margin-top: 10px;
    }

    #followMeResponsive > a {
        display: flex;
        margin: 10px 0 10px 0;
        align-content: center;
        justify-content: center;
        color: white;
    }
    
    #piedDePage {
        padding-top: 20px;
        height: 15%;
    }

    #imageSwameFooter {
        height: 15px !important;
    }
    #imagePornhubFooter {
        height: 20px !important;
    }
    #imageMymFooter {
        height: 10px !important;
    }
    #imageOnlyfansFooter {
        height: 20px !important;
    }
}

@media only screen and (max-width: 850px) and (min-width: 501px) {

    body {
        margin: 0;
        padding: 0;
        background-color: black;
        width: 100% !important;
    }

    header {
        display: flex;
        width: 100% !important;
        top: 0px;
        margin: 0;
        height: 55vh;
        padding: 0;
        justify-content: space-between !important;
    }

    h2 {
        color: black;
        font-size: xx-large;
    }

    .modal-cookies {
        height: auto;
    }

    /* ---------------------- header ------------------------------------------*/
    #conteneurConnexionLangue {
        display: none;
    }

    #conteurReseauxSocial {
        display: none;
    }

    #boxUser {
        height: 40px;
        width: 100%;
    }

    #navbar {
        justify-content: center;
    }

    #boxUser {
        background-color: rgba(128, 128, 128, 0.651);
    }

    #connection {
        width: 100%;
    }

    #conteneurLogoNav {
        width: 100% !important;
        margin-top: 15px;
    }

    #connection > a > h2 {
        font-size: 1.8em !important;
        padding-left: 5px;
        color: white;
    }

    #btnAccueil {
        padding-left: 5px;
    }
    #btnVisio {
        padding-left: 5px;
    }
    #btnVideostore {
        padding-left: 5px;
    }

    #logo {
        width: 100%;
        top: 0;
        z-index: 60;
        justify-content: center;
        align-content: center;
    }

    #logo > div > a >h1 {
        font-size: 11em;
    }

    #boxLangue {
        margin-right: 10px;
        margin-top: 5px;
    }

    .dropbtn {
        width: 60px;
        margin-left: 20px;
    }

    .flag {
        width: 20px;
        height: 20px;
        margin-right: 8px;
    }

    .label {
        font-size: xx-small;
    }

    .dropdown-content a {
        padding: 6px;
    }

    .dropdown-content {
        margin-left: 20px;
    }


    /* ----------------------menu responsive JS-------------------------------- */
    #boxNav {
        position: absolute;
        top: 60px;
        z-index: 50;
    }
    #display-responsive {
        display: flex;
    }
    .separateur_horizontal {
        display: block;
    }
    #btnOpen {
        display: flex;
    }
    .separateur_horizontal {
        margin-top: 20px;
        width: 100%;
    }
    .invisible {
        display: block;
    }
    #btnOpen {
        position: absolute;
        z-index: 5;
        left: 5px;
        top: 125px;
        height: 70px;
        width: 70px;
        background-color: #E40BC2;
        border-radius: 50%;
        box-shadow: 0 0 10px 5px white;
        transition: 0.8s;
    }
    #btnOpen > img {
        height: 100%;
    }
    #btnOpenClose {
        position: absolute;
        transform: rotate(90deg);
        display: block;
        top: 0px;
        left: 150px;
        height: 70px;
        width: 70px;
        background-color: #E40BC2;
        border-radius: 50%;
        box-shadow: 0 0 10px 5px white;
    }
    #btnOpenClose > img {
        height: 100%;
    }
    #connection {
        background-color: rgba(0, 0, 0, 0.8);
        box-shadow: 0 0 10px 5px white;
    }
    #display-responsive {
        display: block;
    }
    #boxUser-responsive {
        z-index: 5;
    }
    #boxLangue-responsive {
        display: block;
        margin-top: 20px;
    }
    #navbar {
        flex-direction: column;
        width: 185px;
        padding: 0 0 10px 0;
    }

    #btnAdmin {
        padding-left: 5px;
    }

    .button_menu {
        display: flex;
        position: absolute;
        background-color: rgba(128, 128, 128, 0.7);
        box-shadow: 0 0 10px 5px white;
        top: 110px;
        left: -300px;
        width: 45%;
        height: 420px;
    }
    #navbar {
        transition: 2s;
    }
    .contenu {
        padding-left: 10px;
    }
    .button {
        height: 20%;
        width: 100%;
        text-align: left;
        font-size: x-large;
    }

    /*------------------------------ main-----------------------------------------*/

    main {
        min-height: 100vh !important;
    }

    .carrousel {
        height: 100vh !important;
    }

    .carrousel > img {
        height: 100% !important;
        object-fit: cover;
        object-position: left;
    }

    #carrousel-id {
        height: 100vh;
    }

   .carrousel {
       height: auto;
       z-index: 10;
    }

    .firstText > p{
        font-size: 5em !important;
    }

    .secondText > p{
        font-size: 5em !important;
    }

    .boxText > a {
        font-size: x-large;
        padding: 10px 50px 10px 50px !important;
    }

    #carrousel-id .chevron {
        display: none;
    }

    #imageSwameFooter {
        height: 20px !important;
    }

    #imagePornhubFooter {
        height: 20px !important;
    }
    #imageMymFooter {
        height: 20px !important;
    }
    #imageOnlyfansFooter {
        height: 20px !important;
    }

    /*------------------------------footer-------------------------------------*/
    footer {
        height: auto;
    }

    #conteneurFooter {
        padding-top: 20px;
        width: 100%;
        height: 30%;
    }

    #conteneurFooter > div {
        width: 30%;
        margin: 0;
    }

    #about > a {
        padding-top: 20px;
    }

    #partenaire > a {
        padding-top: 20px;
    }

    #conteneurFooter > div > h4 {
        font-size: medium;
    }

    #conteneurFooter > div > a > h5 {
        font-size: x-small;
    }

    #mentions > h4 {
        text-align: center;
    }

    #byLogo {
        height: 12px;
        margin-top: 10px;
    }

    #byLogo > p {
        font-size: x-small;
    }

    #productBy > h4 {
        font-size: xx-small;
    }

    #followMe {
        display: none;
    }

    #followMeResponsive {
        display: flex;
        width: 100%;
        padding-top: 10px;
        flex-direction: column;
    }

    #followMeResponsive > h4 {
        display: flex;
        align-content: center;
        justify-content: center;
        margin-top: 10px;
    }

    #followMeResponsive > a {
        display: flex;
        margin: 10px 0 10px 0;
        align-content: center;
        justify-content: center;
        color: white;
    }
    
    #piedDePage {
        padding-top: 20px;
        height: 15%;
    }
}

@media only screen and (max-width: 1050px) and (min-width: 851px) {
    header {
        height: auto !important;
    }

    #nav {
        position: absolute;
        top: 130px;
        left: 10%;
        width: 80%;
    }

    #boxUser {
        height: 50%;
        align-items: end;
    }

    #user {
        position: absolute;
        top: 55px;
        right: 165px;
    }

    #connection-admin {
        position: absolute;
        top: 20px;
        right: 10px;
        width: 170px;
    }

    #carrousel-id .chevron {
        top: 600px;
    }

    .carrousel {
        height: 120vh;
    }

    .carrousel > img {
        height: 100%;
        object-fit: cover;
    }

    main {
        height: 120vh;
    }

    .container-visio {
        height: 160vh;
    }

    .left {
        left: 50px !important;
        top: 560px !important;
    }

    .right {
        right: 50px !important;
        top: 560px !important;
    }

    .box-1 {
        height: 30% !important;
    }

    .container-calendar {
        margin-top: 50% !important;
    }

    #mentions h4 {
        text-align: center;
    }

    #followMe h4 {
        text-align: center;
    }

    #partenaire h4 {
        margin-bottom: 35px;
    }

    #about h4 {
        margin-bottom: 35px;
    }

    .margin-top {
        font-size: x-small;
        text-align: center;
        margin-top: 10px !important;
    }

    .bold {
        font-size: medium;
    }

  }

  @media only screen and (max-width: 1930px) and (min-width: 1900px) {

  }