/*GOOGLE FONTS*/
@import url('https://fonts.googleapis.com/css2?family=Syne+Mono&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /*GOOGLE FONTS*/
    font-family: 'Syne Mono', monospace;
    scroll-behavior: smooth;
}

.clear {
    clear: both;
}

p {
    font-weight: 300;
    color: #111;
}

/*TOUTES LES SECTIONS*/
/*TOUTES LES SECTIONS*/
/*TOUTES LES SECTIONS*/
/*TOUTES LES SECTIONS*/
/*TOUTES LES SECTIONS*/

section {
    padding: 100px;
}

/*HEADER*/
/*HEADER*/
/*HEADER*/
/*HEADER*/
/*HEADER*/

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 40px 100px;
    z-index: 10000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.5s;
}

/*STICKY*/
/*STICKY*/
/*STICKY*/
/*STICKY*/
/*STICKY*/

header.sticky {
    background: #fff;
    padding: 10px 100px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

header .logo {
    color: white;
    font-weight: 700;
    font-size: 2em;
    text-decoration: none;
}

header.sticky .logo {
    color: black;
}

header .logo span {
    /* color: #3fa4bc; */
    color: #5c55e3;
}

header .navigation {
    position: relative;
    display: flex;
}

header .navigation li {
    list-style: none;
    margin-left: 30px;
}

header .navigation li a {
    text-decoration: none;
    color: white;
    text-shadow: 15px 15px 10px black;
    font-weight: 300;
    font-size: 1.5em;
}

header .navigation li a:hover {
    /* color: #3fa4bc; */
    color: #5c55e3;
    letter-spacing: 3px;
    background-color: rgb(255, 255, 255);
    padding: 5px;
    border-radius: 10px;
    text-shadow: none;
}

header.sticky .navigation li a {
    color: black;
}

header.sticky .navigation li a:hover {
    /* color: cadetblue; */
    color: #5c55e3;
    background-color: black;
}

/*FIN DE HEADER*/
/*FIN DE HEADER*/
/*FIN DE HEADER*/
/*FIN DE HEADER*/
/*FIN DE HEADER*/

/*BANNER*/
/*BANNER*/
/*BANNER*/
/*BANNER*/
/*BANNER*/

.banner {
    position: relative;
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/bg.jpg);
    background-size: cover;
}

.banner .content {
    max-width: 900px;
    text-align: center;
}

.banner .content h2 {
    font-size: 7em;
    color: white;
    background-color: rgba(0, 0, 0, 0.37);
    padding: 10px;
    border-radius: 10px;
}

.banner .content h2:hover {
    color: black;
    letter-spacing: 2px;
    background-color: rgba(255, 255, 255, 0.27);
    padding: 3px;
    border-radius: 10px;
}

.banner .content p {
    font-size: 2em;
    color: white;
}

/*BOUTON*/
/*BOUTON*/
/*BOUTON*/
/*BOUTON*/
/*BOUTON*/

.btn {
    font-size: 4em;
    color: #fff;
    /* background: #3fa4bc; */
    background: #5c55e3;
    display: inline-block;
    padding: 10px 30px;
    margin-top: 20px;
    text-decoration: none;
    letter-spacing: 2px;
    transition: 0.5s;
    border-radius: 5px;
}

.btn:hover {
    text-transform: uppercase;
    letter-spacing: 10px;
    background-color: white;
    color: black;
    border-radius: 20px;
}

/*FIN DE BOUTON*/
/*FIN DE BOUTON*/
/*FIN DE BOUTON*/
/*FIN DE BOUTON*/
/*FIN DE BOUTON*/

/* FIN DE BANNER */
/* FIN DE BANNER */
/* FIN DE BANNER */
/* FIN DE BANNER */
/* FIN DE BANNER */

/*ABOUT*/
/*ABOUT*/
/*ABOUT*/
/*ABOUT*/
/*ABOUT*/

.about .row {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.row .col50 {
    position: relative;
    width: 48%;
}

/*LES TITRES*/

.title-all {
    color: #111;
    font-size: 1.5em;
    font-weight: 500;
    text-align: center;
}

.title-all span {
    /* color: #3fa4bc; */
    /* color : #807cea; */
    color: #5c55e3;
    font-weight: 700;
    font-size: 3em;
}

.title-all span:hover {
    color: #032d38;
    font-weight: 700;
    font-size: 3.5em;
}

.row .col50 .img-box {
    position: relative;
    width: 100%;
    /*    min-height: */
    min-height: 300px;
}

.row .col50 .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 600px;
    height: 600px;
    object-fit: cover;
    /* ROTATION SUR L'IMAGE */
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/*HOVER SUR L'IMAGE'*/
.row .col50 .img-box img:hover {
    /* ROTATION SUR L'IMAGE */
    -webkit-transform: rotate(-25deg);
    transform: rotate(-25deg);
}

/*
section .about .title {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
*/

/*SECTION GALLERY*/
/*SECTION GALLERY*/
/*SECTION GALLERY*/
/*SECTION GALLERY*/
/*SECTION GALLERY*/

.gallery .title p {
    text-align: center;
    font-size: 1.5em;
    margin-top: 20px;
}

.gallery .title p:hover {
    text-decoration: underline;
}

.gallery .title .title-all {
    color: #111;
    font-size: 1.5em;
    font-weight: 500;
}

.gallery .title .title-all span {
    /* color: #3fa4bc; */
    color: #5c55e3;
    font-weight: 700;
    font-size: 3em;
}

.gallery .title .title-all span:hover {
    color: #032d38;
    font-weight: 700;
    font-size: 3.5em;
}

.gallery .content {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    margin-top: 40px;
}

.gallery .content .box {
    width: 340px;
    margin: 20px;
    border: 15px solid #fff;
    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.08);
}

.gallery .content .box .img-box {
    position: relative;
    width: 100%;
    height: 300px;
}

.gallery .content .box .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery .content .box .img-box img:hover {
    cursor: pointer;
    /* FLASH AU SRUVOL SUR LES PHOTOS */
    opacity: 1;
    -webkit-animation: flash 1.5s;
    animation: flash 1.5s;
}

@-webkit-keyframes flash {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: .4;
    }

    100% {
        opacity: 1;
    }
}

.gallery .content .box .text {
    padding: 15px 0 5px;
    text-align: center;
    font-weight: 500;
}

.gallery .content .box .text h3 {
    font-weight: 400;
    color: #111;
}

.title {
    text-align: center;
}

/* FIN DE SECTION GALLERY */
/* FIN DE SECTION GALLERY */
/* FIN DE SECTION GALLERY */
/* FIN DE SECTION GALLERY */
/* FIN DE SECTION GALLERY */

/*SECTION PHOTOS*/
/*SECTION PHOTOS*/
/*SECTION PHOTOS*/
/*SECTION PHOTOS*/
/*SECTION PHOTOS*/

.photos p {
    text-align: center;
}

.photos p:hover {
    text-decoration: underline;
}

.photos .content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 40px;
}

.photos .content .box {
    /*    LARGEUR DES BOX AVES LES PHOTOS*/
    width: 250px;
    margin: 15px;
}

.photos .content .box .img-box {
    position: relative;
    width: 100%;
    height: 300px;
}

.photos .content .box .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* ZOOM SUR IMAGE */
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.photos .content .box .img-box img:hover {
    cursor: pointer;
    /* ZOOM SUR IMAGE */
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.photos .content .box .text {
    padding: 15px 0 5px;
}

.photos .content .box .text h3 {
    font-weight: 400;
    color: #111;
    text-align-last: center;
    font-size: 20px;
}

/* FIN DE SECTION PHOTOS */
/* FIN DE SECTION PHOTOS */
/* FIN DE SECTION PHOTOS */
/* FIN DE SECTION PHOTOS */
/* FIN DE SECTION PHOTOS */

/*SECTION TEAM*/
/*SECTION TEAM*/
/*SECTION TEAM*/
/*SECTION TEAM*/
/*SECTION TEAM*/

.team {
    /* PHOTO DE FOND  */
    background: url(../img/vynil.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/*L'IMAGE DE LA SECTION*/
.team .tof img {
    width: 300px;
    height: 300px;
    -webkit-filter: grayscale(0) blur(0px);
    filter: grayscale(0) blur(0px);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.team .tof img:hover {
    width: 400px;
    /* on affiche l'image au carré */
    height: 400px;
    border-radius: 50%;
    /* on arrondit l'image */
    -webkit-transform: rotate(360deg);
    /* rotation de l'image */
    transform: rotate(360deg);
}

/*.white .title-all,*/
.white p {
    color: white;
    text-align: center;
    font-size: 1.5em;
}

.white p:hover {
    /* color: #1c53aa; */
    color: #5c55e3;
}

.team .content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;
    margin-top: 40px;
}

.team .content .box {
    width: 340px;
    margin: 20px;
    padding: 40px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.team .content .box:hover {
    background-color: rgba(0, 0, 0, 0.33);
}

.team .content .box .text p:hover {
    color: white;
}

.team .content .box .text a:hover {
    color: white;
}

.team .content .box .text h3:hover {
    color: white;
}

/*LES TEXTES DANS LES BOXS*/
.team .content .box .img-box {
    position: relative;
    width: 100px;
    height: 100px;
    /*    ESPACE ENTRE TEXTE ET IMG*/
    margin-bottom: 20px;
    border-radius: 50%;
    overflow: hidden;
}

/*LES IMAGES DANS LES BOXS*/
.team .content .box .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-filter: grayscale(0) blur(0px);
    filter: grayscale(0) blur(0px);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.team .content .box .img-box img:hover {
    -webkit-transform: rotate(360deg);
    /* rotation de l'image */
    transform: rotate(360deg);
}

.team .content .box .text {
    text-align: center;
}

/*TEXTE DANS LES BLOCS*/
.team .content .box .text p {
    color: black;
    font-style: italic;
    font-size: 15px;
    font-weight: 900;
}

.team .content .box .text a {
    font-size: 50px;
    color: black;
    /* ENLEVER LE SOULIGNEMENT */
    text-decoration: none;
}

.team .content .box .text a span {
    font-size: 70px;
}

.team .content .box .text h3 {
    margin-top: 20px;
    color: #111;
    font-size: 1.2em;
    color: midnightblue;
    font-weight: 600;
}

.team .content .box .text h3 span {
    font-size: 50px;
    /* color: cornflowerblue; */
    color: #5c55e3;
}

/*FIN DE SECTION TEAM*/
/*FIN DE SECTION TEAM*/
/*FIN DE SECTION TEAM*/
/*FIN DE SECTION TEAM*/
/*FIN DE SECTION TEAM*/

/* VIDEOS */
/* VIDEOS */
/* VIDEOS */
/* VIDEOS */
/* VIDEOS */

/* .videos {
	text-align: center;
}

.videos h1 {
	text-align: center;
	text-decoration: underline;
	color: darkcyan;
}

.videos h1:hover {
	color: darkviolet;
}

.videos h2 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.videos h2:hover {
	color: darkslateblue;
}

.videos iframe{
	/*
	width: 480px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 35px;

	margin: 0 auto;
	display: block;
} */


/* style.css */
/* body {
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
    margin: 0;
    padding: 0;
} */

.video-container {
    /* color: #111; */
    /* background-color: #111; */
    max-width: 900px;
    margin: 50px auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

h1 {
    font-size: 2em;
    color: #333;
    margin-bottom: 20px;
}

video {
    width: 100%;
    height: auto;
    border-radius: 8px;
    max-width: 800px;
    /* Limite la taille de la vidéo */
}

/*Personnalisation des contrôles de la vidéo */
/*
video::-webkit-media-controls {
    background-color: rgba(0, 0, 0, 0.8);

}
*/



/* FIN DE VIDEOS */
/* FIN DE VIDEOS */
/* FIN DE VIDEOS */
/* FIN DE VIDEOS */
/* FIN DE VIDEOS */

/* SECTION CONTACT*/
/* SECTION CONTACT*/
/* SECTION CONTACT*/
/* SECTION CONTACT*/
/* SECTION CONTACT*/

.contact {
    margin-top: 100px;
    background: url(../img/dj.jpg);
    background-size: cover;
    background-position: center;
}

.contact .title p {
    background-color: rgba(255, 255, 255, 0.47);
    border-radius: 10px;
    text-align: center;
    font-size: 1em;
    font-weight: 900;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
}

/*FORMULAIRE*/

.contact-form {
    padding: 75px 50px;
    /*    POUR CENTRER LE FORMULAIRE*/
    /*    MARGE DE 600 DE LA EN PARTANT GAUCHE*/
    margin-left: 600px;
    background-color: rgba(56, 127, 180, 0.47);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    margin-top: 50px;
}

.contact-form h3 {
    color: #111;
    font-size: 1.5em;
    margin-bottom: 20px;
    font-weight: 500;
}

.contact-form h3:hover {
    letter-spacing: 5px;
    /* color: aqua; */
    color: #5c55e3;
}

.contact-form.input-box {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.contact-form .input-box .text {
    font-size: 1em;
}

.contact-form .input-box input,
.contact-form .input-box textarea {
    /* MARGE ENTRE LES CASES DU FORMULAIRE */
    margin-bottom: 5px;
    width: 100%;
    border: 3px solid #193f65;
    padding: 10px;
    color: #111;
    outline: none;
    /*    font-size: 16px;*/
    font-weight: 300;
    resize: none;
    text-align: center;
}

/* BOUTON FORMULAIRE CONTACT */

.contact-form .input-box input[type="submit"] {
    font-size: 1.5em;
    color: black;
    /*	background: skyblue;*/
    background: #5c55e3;
    display: inline-block;
    text-decoration: none;
    letter-spacing: 2px;
    transition: 0.5s;
    /*    max-width: 100px;*/
    font-weight: 500;
    border: none;
    vertical-align: middle;
}

/* BOUTON FORMULAIRE CONTACT HOVER*/

.contact-form .input-box input[type="submit"]:hover {
    font-size: 1.5em;
    /* color: #00f5ff; */
    color: #5c55e3;
    background: black;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 4px;
    transition: 0.5s;
    font-weight: 700;
    cursor: pointer;
    border-radius: 5px;
}

/* FIN DE CONTACT*/
/* FIN DE CONTACT*/
/* FIN DE CONTACT*/
/* FIN DE CONTACT*/
/* FIN DE CONTACT*/

/*SCROLL*/
/*SCROLL*/
/*SCROLL*/
/*SCROLL*/
/*SCROLL*/

#scrolltop {
    text-align: center;
    font-size: 50px;
    color: black;
    float: right;
}

#scrolltop:hover {
    background-color: black;
}

/* FIN DE SCROLL */
/* FIN DE SCROLL */
/* FIN DE SCROLL */
/* FIN DE SCROLL */
/* FIN DE SCROLL */

/*FOOTER*/
/*FOOTER*/
/*FOOTER*/
/*FOOTER*/
/*FOOTER*/

footer {
    background: linear-gradient(to left, #333, #333 30%, #eee 75%, #333 75%);
    text-align: center;
}

footer .copyright-text p {
    font-size: 1.5em;
}

footer .copyright-text a {
    /* color: #1e55bc; */
    color: #5c55e3;
    font-weight: 900;
    text-decoration: none;
}

/* FIN DE FOOTER
/* FIN DE FOOTER*/
/* FIN DE FOOTER*/
/* FIN DE FOOTER*/
/* FIN DE FOOTER*/



/*RESPONSIVE DESIGN*/
/*RESPONSIVE DESIGN*/
/*RESPONSIVE DESIGN*/
/*RESPONSIVE DESIGN*/
/*RESPONSIVE DESIGN*/



@media screen and (max-width: 991px) {

    /*
    section {
        margin: 0 auto;
    }
*/

    /*HEADER*/
    header,
    header.sticky {
        padding: 10px 20px;
    }

    header .navigation {
        display: none;
    }

    header .navigation.active {
        width: 100%;
        height: calc(100% - 68px);
        position: fixed;
        top: 68px;
        left: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background: #fff;
    }

    header .navigation li {
        margin-left: 0;
    }

    header .navigation li a {
        color: #111;
        font-size: 2.5em;
    }

    header .navigation li a:hover {
        background-color: black;
        letter-spacing: 10px;
    }

    /* MENU BURGER */
    /* MENU BURGER */
    /* MENU BURGER */
    /* MENU BURGER */
    /* MENU BURGER */

    .menuToggle {
        position: relative;
        width: 40px;
        height: 40px;
        background: url(../img/menu.png);
        background-size: 30px;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
    }

    .menuToggle.active {
        background: url(../img/close.png);
        background-size: 25px;
        background-repeat: no-repeat;
        background-position: center;
    }

    header.sticky .menuToggle {
        filter: invert(1);
    }

    section {
        padding: 20px;
    }

    /*    SECTION BANNER   */


    .banner {
        position: relative;
        width: 100%;
        min-height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        background: url(../img/bg.jpg);
        background-size: cover;
    }

    .banner .content {
        max-width: 900px;
        text-align: center;
    }

    .banner .content h2 {
        font-size: 3em;
        color: #fff;
    }

    .banner .content h2:hover {
        color: black;
        letter-spacing: 2px;
        background-color: rgba(255, 255, 255, 0.27);
        padding: 3px;
        border-radius: 10px;
    }

    .banner .content p {
        font-size: 2em;
        color: white;
    }

    /* SECTION ABOUT */

    .row {
        flex-direction: column;
    }

    .row .col50 {
        position: relative;
        width: 100%;
    }

    .row .col50 .img-box {
        height: 300px;
        margin-top: 20px;
    }

    .row .col50 .img-box img {
        height: 350px;
        width: 100%;
    }

    .menu .content {
        margin-top: 20px;
    }

    .menu .content .box {
        margin: 10px;
    }

    .menu .content .box .img-box {
        height: 260px;
    }

    .title {
        text-align: center;
    }

    .title-all {
        font-size: 1.8em;
        line-height: 1.5em;
        margin-bottom: 15px;
        font-weight: 300;
    }

    .team .content .box {
        margin: 10px;
        padding: 20px;
    }

    .video-responsive {
        overflow: hidden;
        padding-bottom: 56.25%;
        position: relative;
        height: 0;
    }

    .video-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

    /* SECTION TEAM */

    .team {
        background-size: cover;
        background-position: center;
    }

    /*L'IMAGE DE LA SECTION*/
    .team .tof img {
        width: 400px;
        height: 400px;
        -webkit-filter: grayscale(0) blur(0px);
        filter: grayscale(0) blur(0px);
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .team .tof img:hover {
        width: 500px;
        /* on affiche l'image au carré */
        height: 500px;
        border-radius: 50%;
        /* on arrondit l'image */
        -webkit-transform: rotate(360deg);
        /* rotation de l'image */
        transform: rotate(360deg);
    }

    /* SECTION GALLERY */

    .gallery .title .title-all {
        margin-top: 50px;
        font-size: 1.5em;
    }

    /* SCROLLTOP */

    #scrolltop {
        font-size: 25px;
    }

    /* SECTION CONTACT */

    /* POUR LE CENTRER LE FORMULAIRE */
    .contact-form {
        margin: 0 auto;
    }

    /* FOOTER */

    footer .copyright-text p {
        text-align: center;
        font-size: 1em;
    }
}

/* RESPONSIVE DESIGN 480 */

@media (max-width: 480px) {

    .video-responsive {
        overflow: hidden;
        padding-bottom: 56.25%;
        position: relative;
        height: 0;
    }

    .video-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

    .banner {
        background-position: center;
        background-size: cover;
    }

    .banner .content h2 {
        font-size: 2.2em;
        padding: 5px;
        border-radius: 5px;
    }

    .banner .content h2:hover {
        letter-spacing: 1px;
        padding: 2px;
        border-radius: 5px;
    }

    .banner .content p {
        font-size: 1em;
        color: white;
    }

    /*BOUTON*/

    .btn {
        font-size: 2.5em;
        padding: 5px 15px;
        margin-top: 10px;
        text-decoration: none;
        letter-spacing: 2px;
        transition: 0.5s;
        border-radius: 5px;
    }

    .btn:hover {
        text-transform: uppercase;
        letter-spacing: 10px;
        background-color: white;
        color: black;
        border-radius: 20px;
    }

    /* SECTION GALLERY */

    .gallery .title p {
        text-align: center;
        font-size: 1em;
        margin-top: 20px;
    }

    .gallery .title .title-all {
        color: #111;
        font-size: 1em;
        font-weight: 300;
    }

    .gallery .title .title-all span {
        /* color: #3fa4bc; */
        color: #5c55e3;
        font-weight: 500;
        font-size: 1.5em;
    }

    .gallery .title .title-all span:hover {
        /* color: #032d38; */
        color: #5c55e3;
        font-weight: 500;
        font-size: 2em;
    }

    .gallery .title .btn {
        font-size: 1em;
    }

    /* SECTION PHOTOS */

    .photos .title .title-all {
        color: #111;
        font-size: 1em;
        font-weight: 300;
    }

    .photos .title .title-all span {
        /* color: #3fa4bc; */
        color: #5c55e3;
        font-weight: 500;
        font-size: 1.5em;
    }

    .photos .title .title-all span:hover {
        /* color: #032d38; */
        color: #5c55e3;
        font-weight: 500;
        font-size: 2em;
    }

    /*    SECTION TEAM */

    .team {
        margin: 0 auto;
    }

    /*L'IMAGE DE LA SECTION*/
    .team .tof img {
        width: 300px;
        height: 300px;
        -webkit-filter: grayscale(0) blur(0px);
        filter: grayscale(0) blur(0px);
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .team .tof img:hover {
        width: 320px;
        /* on affiche l'image au carré */
        height: 320px;
        border-radius: 50%;
        /* on arrondit l'image */
        -webkit-transform: rotate(360deg);
        /* rotation de l'image */
        transform: rotate(360deg);
    }

    /*.white .title-all,*/
    .white p {
        color: white;
        text-align: center;
        font-size: 1em;
    }

    /* SECTION VIDEOS */

    .videos {
        margin: 0 auto;
    }

    .videos iframe {
        width: 300;
    }

    .contact {
        margin: 0 auto;
        background-position: center;
        background-size: cover;
    }

    .contact .title .title-all {
        font-size: 1.5em;
    }

    .contact .title .title-all span {
        font-size: 2em;
    }

    .contact-form {
        margin: 0 auto;
    }

    footer .copyright-text p {
        text-align: center;
        font-size: 1em;
    }
}

/* RESPONSIVE DESIGN 320 PX */

@media (max-width: 320px) {


    .video-responsive {
        overflow: hidden;
        padding-bottom: 56.25%;
        position: relative;
        height: 0;
    }

    .video-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }

    /* HEADER */

    header .logo {
        font-size: 1.5em;
    }

    /* BANNER */

    .banner {
        align-items: center;
        background-position: center;
    }

    .banner .content {
        max-width: 320px;
        text-align: center;
    }

    .banner .content h2 {
        font-size: 2em;
        padding: 5px;
        border-radius: 5px;
    }

    .banner .content h2:hover {
        padding: 2px;
        border-radius: 8px;
    }

    .banner .content p {
        margin-top: 100px;
        font-size: 1em;
        color: white;
    }

    .btn {
        margin-top: 100px;
        font-size: 2em;
    }

    .btn:hover {
        letter-spacing: 5px;
        border-radius: 10px;
    }

    /* MENU BURGER */

    .menuToggle {
        position: relative;
        width: 20px;
        height: 20px;
        background-size: 20px;
        cursor: pointer;
    }

    .menuToggle.active {
        background: url(../img/close.png);
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: center;
    }

    /* FIN DE MENU BURGER */

    /* SECTION A PROPOS */

    /* SECTION PHOTOS */

    .photos .content .box .img-box img {
        /* ZOOM SUR IMAGE */
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
    }

    .photos .content .box .img-box img:hover {
        /* ZOOM SUR IMAGE */
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    /* FIN DE SECTION PHOTOS */

    /* SECTION TEAM */

    .team .tof img {
        width: 250px;
        height: 250px;
        -webkit-filter: grayscale(0) blur(0px);
        filter: grayscale(0) blur(0px);
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .team .tof img:hover {
        /* on affiche l'image au carré */
        width: 300px;
        height: 300px;
        border-radius: 50%;
        /* on arrondit l'image */
        -webkit-transform: rotate(360deg);
        /* rotation de l'image */
        transform: rotate(360deg);
    }

    .team .content .box .img-box img {
        -webkit-filter: grayscale(0) blur(0px);
        filter: grayscale(0) blur(0px);
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .team .content .box .img-box img:hover {
        -webkit-transform: rotate(360deg);
        /* rotation de l'image */
        transform: rotate(360deg);
    }

    /* FIN DE SECTION TEAM */

    /* SECTION CONTACT */

    .contact {
        background-position: center;
    }

    /*FORMULAIRE*/

    .contact-form {
        margin: 0 auto;
    }

    .contact-form h3 {
        color: #111;
        font-size: 1em;
        margin-bottom: 5px;
        font-weight: 400;
    }

    .contact-form h3:hover {
        letter-spacing: 1px;
    }

    .contact .title p {
        border-radius: 5px;
        font-size: 0.90em;
        font-weight: 550;
        margin-top: 5px;
        margin-bottom: 5px;
        padding: 5px;
    }

    .contact-form .input-box .text {
        font-size: 0.90em;
    }

    .contact-form .input-box input,
    .contact-form .input-box textarea {
        /* MARGE ENTRE LES CASES DU FORMULAIRE */
        margin-bottom: 5px;
        width: 100%;
        border: 1.5px solid #193f65;
        padding: 8px;
    }

    /* BOUTON FORMULAIRE CONTACT */

    .contact-form .input-box input[type="submit"] {
        font-size: 1.5em;
        color: black;
        /* background: skyblue; */
        color: #5c55e3;
        display: inline-block;
        text-decoration: none;
        letter-spacing: 2px;
        transition: 0.5s;
        /*    max-width: 100px;*/
        font-weight: 500;
        border: none;
        vertical-align: middle;
    }

    /* BOUTON FORMULAIRE CONTACT HOVER*/

    .contact-form .input-box input[type="submit"]:hover {
        font-size: 1.5em;
        /* color: #00f5ff; */
        color: #5c55e3;
        background: black;
        display: inline-block;
        text-transform: uppercase;
        text-decoration: none;
        letter-spacing: 4px;
        transition: 0.5s;
        font-weight: 700;
        cursor: pointer;
        border-radius: 5px;
    }

    /* FIN DE SECTION CONTACT */

    /* SCROLLTOP */

    #scrolltop {
        font-size: 20px;
    }

    /* FIN DE SCROLLTOP */

    /* FOOTER */

    footer .copyright-text p {
        text-align: center;
        font-size: 0.90em;
    }

    /* FIN DE FOOTER */

}


/*BANNIERE COOKIES*/
/*BANNIERE COOKIES*/
/*BANNIERE COOKIES*/
/*BANNIERE COOKIES*/
/*BANNIERE COOKIES*/
/*BANNIERE COOKIES*/

/* Style de la bannière */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #333;
    color: #fff;
    padding: 15px;
    text-align: center;
    font-size: 14px;
    z-index: 1000;
    display: none;
    /* Initialement caché */
}

.cookie-banner .cookie-content {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cookie-banner p {
    margin: 0;
    flex: 1;
}

.cookie-banner a {
    color: #fff;
    text-decoration: underline;
}

.cookie-banner .cookie-btn {
    background-color: #4CAF50;
    color: white;
    border: none;
    padding: 10px 20px;
    margin-left: 10px;
    cursor: pointer;
}

.cookie-banner .cookie-btn:hover {
    background-color: #45a049;
}

/* Bouton pour refuser les cookies */
.cookie-banner .cookie-btn#decline-cookies {
    background-color: #f44336;
}

.cookie-banner .cookie-btn#decline-cookies:hover {
    background-color: #d32f2f;
}
