/*La barre de navigation*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'helvetica', sans-serif;
}

body {
    font-size: 10px;
    font-family: 'helvetica', sans-serif;
    overflow-x: hidden;
}

.navbar {
    position: relative;
    padding: 70px;
    display: flex;
    justify-content: space-around;
    width: 100%;
    box-sizing: border-box;
    align-items: center;

}

.navbar a {
color: white;
}

.navbar .nav-links ul {
    display: flex;
    font-size: medium;
}

.navbar .nav-links ul li {
    margin: 0 25px;
}

.navbar .nav-links ul li.active a {
    color: #6e1b35;
    font-weight: 750;
}

.nav-links a {
    color: #6e1b35;

}

.navbar .menu-hamburger {
    position: absolute;
    top: 50px;
    right: 50px;
    width: 35px;

}



/* animation de la barre de menu*/
@media screen and (max-width:900px) {
    .navbar {
        padding: 0%;
    }

    .navbar .menu-hamburger {
        display: block;
    }

    .nav-links {
        top: 0;
        left: 0;
        position: absolute;
        align-items: center;
        background-color: rgba(255, 255, 255, 0.20);
        backdrop-filter: blur(4px);
        width: 100%;
        height: 100vh;
        display: flex;
        justify-content: center ;
        margin-left: -100%;
        transition: all 0.5s ease;

    }

    .nav-links.mobile-menu {
        margin-left: 0;
    
    
    }
    .nav-links ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .navbar .nav-links ul li {
        margin: 25px 0;
        font-size: 1.2em;
    }
}


    
}
/* le pied de page */
footer {
    justify-content: space-around;
    align-items: center;
    display: block;
    min-height: 20vh;
    background: white;
    font-family: 'helvetica', sans-serif;
}

.basde-page{
    width: 100%;
    height: 1vh;
    background-color: #6e1b35;
    margin-top: 10vh;
}


.copyright a{
    text-decoration: none;
     color: #6e1b35;
}

.copyright {
    text-decoration: none;
    display: flex;
    list-style: none;
    width: 50%;
    color: #6e1b35;
    margin-top: 15px;
    justify-content: space-around;
    text-align: center;
}

.social-media {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5vh;
    margin-bottom: 5vh;
}

.info-legal {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 5vh;
}

.pied {
    display: flex;
    height: 15px;
    width: 15px;
    margin: 0 15px;
    border-radius: 50%;
    background: #e3edf7;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 6px 6px 10px -1px rgb(0, 0, 0, 0.15),
        -6px -6px 10px -1px rgb(255, 255, 255, 0.7);
    border: 1px solid rgb(0, 0, 0, 0);
    transition: transform 0.05s;
}

.pied i {
    font-size: 35px;
    color: #777;
    transition: transform 0.5s;
}

.pied:hover {
    box-shadow: inset 4px 4px 6px -1px rgb(0, 0, 0, 0.2),
        inset -4px -4px 6px -1px rgb(255, 255, 255, 0.7),
        -0.5px -0.5px 0px rgb(255, 255, 255, 1),
        0.5px 0.5px 0px rgb(0, 0, 0, 0.15),
        0px 12px 10px -10px rgb(0, 0, 0, 0.05);
    border: 1px solid rgb(0, 0, 0, 0.01);
    transform: translateY(2px);
}

.pied:hover i {
    transform: scale(0.90);
}

.pied:hover .fa-facebook {
    color: #3b5998;
}

.pied:hover .fa-twitter {
    color: #00acee;
}

.pied:hover .fa-instagram {
    color: #f14843;
}

.pied:hover .fa-linkedin {
    color: #0E76A8;
}



/*La page d'accueil*/
.logo{
    width: 100%;
    
}

.logo h1{
    width: 100%;
    font-size: 72px;
    font-family:'Fredericka the Great', cursive;
    line-height: 1.25em;
    text-align: center;
    color: #6e1b35;
    margin-top: 10vh;
}

.devise{
    width: 100%;
}

.devise p{
    width: 100%;
    font-size: 20px;
    line-height: 1.67em;
    text-align: center;
    color: #6e1b35;
    margin-top: 2.5vh;
    margin-bottom: 8vh;
}

.photo-accueil {
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10vh;
    max-width: 100%;
}


.chagall-presse {
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10vh;
    max-width: 100%;
}

.milieude-page{
    width: 20%;
    margin-left: auto;
    margin-right: auto;
    height: 1vh;
    background-color: #6e1b35;
    margin-bottom: 5vh;
}


actualites{
    display:block;
    text-align: center;
    align-content: center;
    
}

.actualites h1{
    width: 100%;
    line-height: 1.35em;
    font-size: 40px;
    text-align: center;
    color: #6e1b35;
}

.actualite{
    width: 100%;
    margin-top: 5vh;
    color: #6e1b35;
    text-align: center;
}

.actualite h2{
    width: 100%;
    margin-top: 5vh;
    font-size: 18px;
    line-height: 1.75em;
    color: #6e1b35;
}

.actualite p{
    width: 100%;
    line-height: 1.87em;
    font-size: 15px;
    color: #6e1b35;
}

.actualite p a{
    text-decoration: none;
    text-decoration-style: none;
    color: #6e1b35;
    margin-top: 5vh;
    font-size: 20px;
}

.lesmissions{
    display:block;
    text-align: center;
    align-content: center;
    
}

.lesmissions h1{
    width: 100%;
    line-height: 1.35em;
    font-size: 40px;
    text-align: center;
    color: #6e1b35;
}

.mission{
    width: 100%;
    margin-top: 5vh;
    color: #6e1b35;
    text-align: center;
}

.mission h2{
    width: 100%;
    margin-top: 5vh;
    font-size: 18px;
    line-height: 1.75em;
    color: #6e1b35;
}

.mission p{
    width: 100%;
    line-height: 1.87em;
    font-size: 15px;
    color: #6e1b35;
}

@media screen and (min-width: 620px) and (orientation: landscape){
    .logo{
    width: 100%;
}

.logo h1{
    width: 100%;
    font-size: 72px;
    font-family:'Fredericka the Great', cursive;
    line-height: 1.25em;
    text-align: center;
    color: #6e1b35;
    margin-top: 10vh;
}

.devise{
    width: 100%;
}

.devise p{
    width: 100%;
    font-size: 20px;
    line-height: 1.67em;
    text-align: center;
    color: #6e1b35;
    margin-top: 2.5vh;
    margin-bottom: 8vh;
}

.photo-accueil {
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10vh;
    max-width: 100%;
}
    

actualites{
    display:block;
    text-align: center;
    align-content: center;
    
}

.actualites h1{
    width: 100%;
    line-height: 1.35em;
    font-size: 40px;
    text-align: center;
    color: #6e1b35;
}

.actualite{
    width: 100%;
    margin-top: 5vh;
    color: #6e1b35;
    text-align: center;
}

.actualite h2{
    width: 100%;
    margin-top: 5vh;
    font-size: 18px;
    line-height: 1.75em;
    color: #6e1b35;
}

.actualite p{
    width: 100%;
    line-height: 1.87em;
    font-size: 15px;
    color: #6e1b35;
}

.actualite p a{
    text-decoration: none;
    text-decoration-style: none;
    color: #6e1b35;
    margin-top: 5vh;
    font-size: 20px;
}    

.lesmissions{
    display:block;
    text-align: center;
    align-content: center;
    
}

.lesmissions h1{
    width: 100%;
    line-height: 1.35em;
    font-size: 40px;
    text-align: center;
    color: #6e1b35;
}

.mission{
    width: 100%;
    margin-top: 5vh;
    color: #6e1b35;
    text-align: center;
}

.mission h2{
    width: 100%;
    margin-top: 5vh;
    font-size: 18px;
    line-height: 1.75em;
    color: #6e1b35;
}

.mission p{
    width: 100%;
    line-height: 1.87em;
    font-size: 15px;
    color: #6e1b35;
}
    
}


/* La page biographie */
.photo-bio {
    height: 200px;
    width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8vh;
    margin-bottom: 5vh;
    max-width: 100%;
}

.biographie {
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
    line-height: 1.87em;
    font-size: 15px;
    color: #6e1b35;
}

.biographie h1{
    line-height: 1.35em;
    font-size: 40px;
    color: #6e1b35;
}

.biographie p{
    font-size: 20px;
}

.secret {
    line-height: 1.75em;
    font-size: 18px;
    color: #6e1b35;
    margin-top: 3.5vh;
    margin-bottom: 5vh;
}



/* La page Romans */
.romans {
    display: block;
    align-items: center;

}

.livre {
    display:block;
    text-align: center;
    margin-top: 5vh;
    align-content: center;
    justify-content: space-around;
}


.romans h1{
    text-align: center;
    line-height: 1.35em;
    font-size: 40px;
    margin-top: 10vh;
    margin-bottom: 10vh;
    color: #6e1b35; 
}

.cover-livre{
    object-fit: contain;
}

.cover-livre img{
    width: 460px;
    height: 720px;
    margin-top: 5vh;
    margin-bottom: 5vh;
    object-fit: contain;
    max-width: 100%;

}


.info-livre h1{
    margin-top: 5vh;
    font-size: 22px;
    line-height: 1.41em;
    color: #6e1b35;
    margin-bottom: 2.5vh;
}

.info-livre p{
    line-height: 1.875em;
    font-size: 20px;
    color: #6e1b35;
}



/*la page musique*/
.music {
    display: block;
    align-items: center;

}

.musique {
    display:flex;
    text-align: center;
    margin-top: 5vh;
    align-content: center;
    justify-content: space-around;
}

.music h1{
    text-align: center;
    line-height: 1.35em;
    font-size: 40px;
    margin-top: 10vh;
    margin-bottom: 8vh;
    color: #6e1b35;
    
}

.cover img{
    width: 400px;
    height: 400px;
    margin-top: 5vh;
    margin-bottom: 5vh;
    max-width: 100%;

}

.cover video{
    width: 400px;
    height: 400px;
    margin-top: 5vh;
    margin-bottom: 5vh;
    object-fit: contain;
    max-width: 100%;

}

.info-musique h2{
    margin-top: 5vh;
    font-size: 18px;
    line-height: 1.75em;
    color: #6e1b35;
    margin-bottom: 2.5vh;
}

.info-musique p{
    line-height: 1.87em;
    font-size: 15px;
    color: #6e1b35;
}

.info-musique p a{
    text-decoration: none;
    text-decoration-style: none;
    color: #6e1b35;
    margin-top: 5vh;
    font-size: 20px;
}


/*la page cinéma*/
.film {
    display: block;
    align-items: center;

}

.films {
    display:flex;
    text-align: center;
    margin-top: 5vh;
    align-content: center;
    justify-content: space-around;
}

.film h1{
    text-align: center;
    line-height: 1.35em;
    font-size: 40px;
    margin-top: 10vh;
    margin-bottom: 10vh;
    color: #6e1b35; 
}

.cover-film img{
    width: 301px;
    height: 240px;
    margin-top: 5vh;
    margin-bottom: 5vh;
    object-fit: contain;
    max-width: 100%;

}

.cover-film1 iframe{
    width: 301px;
    height: 240px;
    margin-top: 5vh;
    margin-bottom: 5vh;
    object-fit: contain;
    max-width: 100%;

}

.cover-film1 img{
    width: 301px;
    height: 240px;
    margin-top: 5vh;
    margin-bottom: 5vh;
    max-width: 100%;

}

.info-film h2{
    margin-top: 5vh;
    font-size: 22px;
    line-height: 1.41em;
    color: #6e1b35;
    margin-bottom: 2.5vh;
}

.info-film p{
    line-height: 1.875em;
    font-size: 15px;
    color: #6e1b35;
}

.info-film p a{
    text-decoration: none;
    text-decoration-style: none;
    color: #6e1b35;
    margin-top: 5vh;
}



/*la page presse*/
.article{
    display: block;
    align-items: center;
}

.article p{
    text-align: center;
    color: #6e1b35;
    line-height: 1.875em;
    font-size: 15px;
    margin-top: 10vh;
}

.articles {
    display:flex;
    text-align: center;
    margin-top: 5vh;
    align-content: center;
    justify-content: space-around;
}


.article-photo img{
    width: 100%;
    height: 100%;
    margin-top: 5vh;
    margin-bottom: 5vh;
    object-fit: contain;
    max-width: 100%;

}




/*la page Tv et Radio*/
.press-video{
    display: block;
    align-items: center;
}

.video-press{
    display:flex;
    margin-top: 5vh;
    align-content: center;
    justify-content: space-around;
}


.video-video{
    width: 400px;
    height: 400px;
    margin-top: 5vh;
    margin-bottom: 5vh;
    object-fit: contain;
    object-position: center;
    max-width: 100%;

}

.video-cnews{
    margin-bottom: 5vh;
    margin-top: 5vh;
    object-fit: contain;
}


/*page responsive section */

@media screen and (max-width: 1024px){
    body{
        overflow-x: hidden;
    }
} 

@media screen and (max-width: 768px) {
    body{
        overflow-x: hidden;
    }
    
    .photo-accueil {
    height: 50%;
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10vh;
    max-width: 100%;
}

.lesmissions{
    display:block;
    text-align: center;
    align-content: center;
    
}

.lesmissions h1{
    line-height: 1.35em;
    font-size: 20px;
    text-align: center;
    color: #6e1b35;
}

.mission{
    margin-top: 5vh;
    color: #6e1b35;
    text-align: center;
}

.mission h2{
    margin-top: 5vh;
    font-size: 15px;
    line-height: 1.75em;
    color: #6e1b35;
}

.mission p{
    line-height: 1.87em;
    font-size: 15px;
    color: #6e1b35;
}
    

.logo h1{
    font-size: 36px;
    font-family:'Fredericka the Great', cursive;
    line-height: 1.25em;
    text-align: center;
    color: #6e1b35;
    margin-top: 10vh;
}

.devise p{
    font-size: 15px;
    line-height: 1.67em;
    text-align: center;
    color: #6e1b35;
    margin-top: 2.5vh;
    margin-bottom: 8vh;
}
    
    
/* page responsive section biographie */
    
  .photo-bio {
    height: 200px;
    width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8vh;
    margin-bottom: 5vh;
    max-width: 100%;
}

.biographie {
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
    line-height: 1.87em;
    font-size: 10px;
    color: #6e1b35;
}

.biographie h1{
    line-height: 1.35em;
    font-size: 20px;
    color: #6e1b35;
}

.biographie p{
    font-size: 15px;
}
.secret {
    line-height: 1.75em;
    font-size: 15px;
    color: #6e1b35;
    margin-top: 3.5vh;
    margin-bottom: 5vh;
}  
    
  
    
/*  page responsive section Musique */
    
.music {
    display: block;
    align-items: center;
    flex-direction: column;
    text-align: center;

}

.musique {
    display:flex;
    text-align: center;
    margin-top: 5vh;
    align-content: center;
    justify-content: space-around;
    flex-direction: column;
}

.music h1{
    text-align: center;
    line-height: 1.35em;
    font-size: 20px;
    margin-top: 10vh;
    margin-bottom: 8vh;
    color: #6e1b35;
    
}

.cover img{
    width: 250px;
    height: 250px;
    margin-top: 5vh;
    margin-bottom: 5vh;
    max-width: 100%;

}

.cover video{
    width: 250px;
    height: 250px;
    margin-top: 5vh;
    margin-bottom: 5vh;
    object-fit: contain;
    max-width: 100%;

}

.info-musique h2{
    margin-top: 5vh;
    font-size: 15px;
    line-height: 1.75em;
    color: #6e1b35;
    margin-bottom: 2.5vh;
}

.info-musique p{
    line-height: 1.87em;
    font-size: 15px;
    color: #6e1b35;
}

.info-musique p a{
    text-decoration: none;
    text-decoration-style: none;
    color: #6e1b35;
    margin-top: 5vh;
}     
    
    
    
/* page responsive section Cinéma*/
.film {
    display: block;
    align-items: center;
    flex-direction: column; 

}

.films {
    display:flex;
    flex-direction: column;
    text-align: center;
    margin-top: 5vh;
    align-content: center;
    justify-content: space-around;
}

.film h1{
    text-align: center;
    line-height: 1.35em;
    font-size: 20px;
    margin-top: 10vh;
    margin-bottom: 10vh;
    color: #6e1b35;
    
}

.cover-film img{
    width: 301px;
    height: 240px;
    margin-top: 5vh;
    margin-bottom: 5vh;
    object-fit: contain;
    max-width: 100%;

}

.cover-film1 iframe{
    width: 301px;
    height: 240px;
    margin-top: 5vh;
    margin-bottom: 5vh;
    object-fit: contain;
    max-width: 100%;

}

.cover-film1 img{
    width: 301px;
    height: 240px;
    margin-top: 5vh;
    margin-bottom: 5vh;
    max-width: 100%;

}

.info-film h2{
    margin-top: 5vh;
    font-size: 15px;
    line-height: 1.41em;
    color: #6e1b35;
    margin-bottom: 2.5vh;
}

.info-film p{
    line-height: 1.875em;
    font-size: 15px;
    color: #6e1b35;
}

.info-film p a{
    text-decoration: none;
    text-decoration-style: none;
    color: #6e1b35;
    margin-top: 5vh;
}
    
    
    
/* page responsive section Romans */
.romans {
    display: block;
    align-items: center;

}

.romans h1{
    text-align: center;
    line-height: 1.35em;
    font-size: 20px;
    margin-top: 10vh;
    margin-bottom: 10vh;
    color: #6e1b35; 
}
    
    
.livre {
    display:block;
    text-align: center;
    align-content: center;
    justify-content: space-around;
}


.cover-livre{
    object-fit: contain;
}

.cover-livre img{
    width: 230px;
    height: 360px;
    object-fit: contain;
    max-width: 100%;

}


.info-livre h1{
    font-size: 15px;
    line-height: 1.41em;
    color: #6e1b35;
}

.info-livre p{
    line-height: 1.875em;
    font-size: 20px;
    color: #6e1b35;
}    
  

/*page responsive section articles de presse*/
.article{
    display: block;
    align-items: center;
}

.articles {
    display:flex;
    flex-direction: column;
    text-align: center;
    margin-top: 5vh;
    align-content: center;
    justify-content: space-around;
}


.article-photo img{
    width: 100%;
    height: 100%;
    margin-top: 5vh;
    margin-bottom: 5vh;
    object-fit: contain;
    max-width: 100%

}
  

/*page responsive section Tv et Radio*/
.press-video{
    display: block;
    flex-direction: column;
    align-items: center;
}

.video-press{
    display:flex;
    flex-direction: column;
    margin-top: 5vh;
    align-content: center;
    align-items: center;
}


.video-video{
    width: 200px;
    height: 200px;
    margin-top: 5vh;
    margin-bottom: 5vh;
    object-fit: contain;
    object-position: center;
    max-width: 100%;

}

.video-cnews video{
    margin-bottom: 5vh;
    margin-top: 5vh;
    object-fit: contain;
    width: 100%;
    height: 100%;
    object-position: center;
    max-width: 100%
}    
    
    
/* le pied de page */
footer {
    justify-content: space-around;
    align-items: center;
    display: block;
    min-height: 20vh;
    background: white;
    font-family: 'helvetica', sans-serif;
}

.basde-page{
    width: 100%;
    height: 1vh;
    background-color: #6e1b35;
    margin-top: 10vh;
}


.copyright a{
    text-decoration: none;
     color: #6e1b35;
}
    
.copyright h2 {
    margin-top: 2vh;
    margin-bottom: 2vh;
    text-align: center;
}
    
    
 .copyright i {
     margin-top: 2vh;
     margin-bottom: 2vh;
     text-align: center;
 }

.copyright {
    text-decoration: none;
    flex-direction: column;
    list-style: none;
    width: 50%;
    color: #6e1b35;
    margin-top: 15px;
    justify-content: space-around;
}

.social-media {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5vh;
    margin-bottom: 5vh;
    
}

.info-legal {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 5vh;
}

.pied {
    display: flex;
    height: 15px;
    width: 15px;
    margin: 0 15px;
    border-radius: 50%;
    background: #e3edf7;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 6px 6px 10px -1px rgb(0, 0, 0, 0.15),
        -6px -6px 10px -1px rgb(255, 255, 255, 0.7);
    border: 1px solid rgb(0, 0, 0, 0);
    transition: transform 0.05s;
}

.pied i {
    font-size: 35px;
    color: #777;
    transition: transform 0.5s;
}

.pied:hover {
    box-shadow: inset 4px 4px 6px -1px rgb(0, 0, 0, 0.2),
        inset -4px -4px 6px -1px rgb(255, 255, 255, 0.7),
        -0.5px -0.5px 0px rgb(255, 255, 255, 1),
        0.5px 0.5px 0px rgb(0, 0, 0, 0.15),
        0px 12px 10px -10px rgb(0, 0, 0, 0.05);
    border: 1px solid rgb(0, 0, 0, 0.01);
    transform: translateY(2px);
}

.pied:hover i {
    transform: scale(0.90);
}

.pied:hover .fa-facebook {
    color: #3b5998;
}

.pied:hover .fa-twitter {
    color: #00acee;
}

.pied:hover .fa-instagram {
    color: #f14843;
}

.pied:hover .fa-linkedin {
    color: #0E76A8;
}    
    
    
}

/* Page responsive pour tablettes */

@media screen and (max-width: 576px) {
    body{
        overflow-x: hidden;
    }
    
    .photo-accueil {
    height: 50%;
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10vh;
    max-width: 100%;
}


actualites{
    display:block;
    text-align: center;
    align-content: center;
    
}

.actualites h1{
    width: 100%;
    line-height: 1.35em;
    font-size: 20px;
    text-align: center;
    color: #6e1b35;
}

.actualite{
    width: 100%;
    margin-top: 5vh;
    color: #6e1b35;
    text-align: center;
}

.actualite h2{
    width: 100%;
    margin-top: 5vh;
    font-size: 15px;
    line-height: 1.75em;
    color: #6e1b35;
}

.actualite p{
    width: 100%;
    line-height: 1.87em;
    font-size: 15px;
    color: #6e1b35;
}

.actualite p a{
    text-decoration: none;
    text-decoration-style: none;
    color: #6e1b35;
    margin-top: 5vh;
    font-size: 20px;
}
    
.lesmissions{
    display:block;
    text-align: center;
    align-content: center;
    
}

.lesmissions h1{
    line-height: 1.35em;
    font-size: 20px;
    text-align: center;
    color: #6e1b35;
}

.mission{
    margin-top: 5vh;
    color: #6e1b35;
    text-align: center;
}

.mission h2{
    margin-top: 5vh;
    font-size: 15px;
    line-height: 1.75em;
    color: #6e1b35;
}

.mission p{
    line-height: 1.87em;
    font-size: 15px;
    color: #6e1b35;
}
    

.logo h1{
    font-size: 36px;
    font-family:'Fredericka the Great', cursive;
    line-height: 1.25em;
    text-align: center;
    color: #6e1b35;
    margin-top: 10vh;
}

.devise p{
    font-size: 15px;
    line-height: 1.67em;
    text-align: center;
    color: #6e1b35;
    margin-top: 2.5vh;
    margin-bottom: 8vh;
}
    
    
/* page responsive section biographie */
    
  .photo-bio {
    height: 200px;
    width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8vh;
    margin-bottom: 5vh;
    max-width: 100%;
}

.biographie {
    text-align: center;
    margin-left: 20%;
    margin-right: 20%;
    line-height: 1.87em;
    font-size: 10px;
    color: #6e1b35;
}

.biographie h1{
    line-height: 1.35em;
    font-size: 20px;
    color: #6e1b35;
}

.biographie p{
    font-size: 15px;
}
.secret {
    line-height: 1.75em;
    font-size: 15px;
    color: #6e1b35;
    margin-top: 3.5vh;
    margin-bottom: 5vh;
}  
    
  
    
/*  page responsive section Musique */
    
.music {
    display: block;
    align-items: center;
    flex-direction: column;
    text-align: center;

}

.musique {
    display:flex;
    text-align: center;
    margin-top: 5vh;
    align-content: center;
    justify-content: space-around;
    flex-direction: column;
}

.music h1{
    text-align: center;
    line-height: 1.35em;
    font-size: 20px;
    margin-top: 10vh;
    margin-bottom: 8vh;
    color: #6e1b35;
    
}

.cover img{
    width: 250px;
    height: 250px;
    margin-top: 5vh;
    margin-bottom: 5vh;
    max-width: 100%;

}

.cover video{
    width: 250px;
    height: 250px;
    margin-top: 5vh;
    margin-bottom: 5vh;
    object-fit: contain;
    max-width: 100%;

}

.info-musique h2{
    margin-top: 5vh;
    font-size: 15px;
    line-height: 1.75em;
    color: #6e1b35;
    margin-bottom: 2.5vh;
}

.info-musique p{
    line-height: 1.87em;
    font-size: 20px;
    color: #6e1b35;
}

.info-musique p a{
    text-decoration: none;
    text-decoration-style: none;
    color: #6e1b35;
    margin-top: 5vh;
}     
    
    
    
/* page responsive section Cinéma*/
.film {
    display: block;
    align-items: center;
    flex-direction: column; 

}

.films {
    display:flex;
    flex-direction: column;
    text-align: center;
    margin-top: 5vh;
    align-content: center;
    justify-content: space-around;
}

.film h1{
    text-align: center;
    line-height: 1.35em;
    font-size: 20px;
    margin-top: 10vh;
    margin-bottom: 10vh;
    color: #6e1b35;
    
}

.cover-film img{
    width: 301px;
    height: 240px;
    margin-top: 5vh;
    margin-bottom: 5vh;
    object-fit: contain;
    max-width: 100%;

}

.cover-film1 iframe{
    width: 301px;
    height: 240px;
    margin-top: 5vh;
    margin-bottom: 5vh;
    object-fit: contain;
    max-width: 100%;

}

.cover-film1 img{
    width: 301px;
    height: 240px;
    margin-top: 5vh;
    margin-bottom: 5vh;
    max-width: 100%;

}

.info-film h2{
    margin-top: 5vh;
    font-size: 15px;
    line-height: 1.41em;
    color: #6e1b35;
    margin-bottom: 2.5vh;
}

.info-film p{
    line-height: 1.875em;
    font-size: 15px;
    color: #6e1b35;
}

.info-film p a{
    text-decoration: none;
    text-decoration-style: none;
    color: #6e1b35;
    margin-top: 5vh;
}
    
    
    
/* page responsive section Romans */
.romans {
    display: block;
    align-items: center;

}

.romans h1{
    text-align: center;
    line-height: 1.35em;
    font-size: 20px;
    margin-top: 10vh;
    margin-bottom: 10vh;
    color: #6e1b35; 
}
    
    
.livre {
    display:block;
    text-align: center;
    align-content: center;
    justify-content: space-around;
}


.cover-livre{
    object-fit: contain;
}

.cover-livre img{
    width: 230px;
    height: 360px;
    object-fit: contain;
    max-width: 100%;

}


.info-livre h1{
    font-size: 15px;
    line-height: 1.41em;
    color: #6e1b35;
}

.info-livre p{
    line-height: 1.875em;
    font-size: 15px;
    color: #6e1b35;
}    
  

/*page responsive section articles de presse*/
.article{
    display: block;
    align-items: center;
}

.articles {
    display:flex;
    flex-direction: column;
    text-align: center;
    margin-top: 5vh;
    align-content: center;
    justify-content: space-around;
}


.article-photo img{
    width: 100%;
    height: 100%;
    margin-top: 5vh;
    margin-bottom: 5vh;
    object-fit: contain;
    max-width: 100%

}
  

/*page responsive section Tv et Radio*/
.press-video{
    display: block;
    flex-direction: column;
    align-items: center;
}

.video-press{
    display:flex;
    flex-direction: column;
    margin-top: 5vh;
    align-content: center;
    align-items: center;
}


.video-video{
    width: 200px;
    height: 200px;
    margin-top: 5vh;
    margin-bottom: 5vh;
    object-fit: contain;
    object-position: center;
    max-width: 100%;

}

.video-cnews video{
    margin-bottom: 5vh;
    margin-top: 5vh;
    object-fit: contain;
    width: 100%;
    height: 100%;
    object-position: center;
    max-width: 100%
}    
    
    
/* le pied de page */
footer {
    justify-content: space-around;
    align-items: center;
    display: block;
    min-height: 20vh;
    background: white;
    font-family: 'helvetica', sans-serif;
}

.basde-page{
    width: 100%;
    height: 1vh;
    background-color: #6e1b35;
    margin-top: 10vh;
}


.copyright a{
    text-decoration: none;
     color: #6e1b35;
}
    
.copyright h2 {
    margin-top: 2vh;
    margin-bottom: 2vh;
    text-align: center;
}
    
    
 .copyright i {
     margin-top: 2vh;
     margin-bottom: 2vh;
     text-align: center;
 }

.copyright {
    text-decoration: none;
    flex-direction: column;
    list-style: none;
    width: 50%;
    color: #6e1b35;
    margin-top: 15px;
    justify-content: space-around;
}

.social-media {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5vh;
    margin-bottom: 5vh;
    
}

.info-legal {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 5vh;
}

.pied {
    display: flex;
    height: 15px;
    width: 15px;
    margin: 0 15px;
    border-radius: 50%;
    background: #e3edf7;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 6px 6px 10px -1px rgb(0, 0, 0, 0.15),
        -6px -6px 10px -1px rgb(255, 255, 255, 0.7);
    border: 1px solid rgb(0, 0, 0, 0);
    transition: transform 0.05s;
}

.pied i {
    font-size: 35px;
    color: #777;
    transition: transform 0.5s;
}

.pied:hover {
    box-shadow: inset 4px 4px 6px -1px rgb(0, 0, 0, 0.2),
        inset -4px -4px 6px -1px rgb(255, 255, 255, 0.7),
        -0.5px -0.5px 0px rgb(255, 255, 255, 1),
        0.5px 0.5px 0px rgb(0, 0, 0, 0.15),
        0px 12px 10px -10px rgb(0, 0, 0, 0.05);
    border: 1px solid rgb(0, 0, 0, 0.01);
    transform: translateY(2px);
}

.pied:hover i {
    transform: scale(0.90);
}

.pied:hover .fa-facebook {
    color: #3b5998;
}

.pied:hover .fa-twitter {
    color: #00acee;
}

.pied:hover .fa-instagram {
    color: #f14843;
}

.pied:hover .fa-linkedin {
    color: #0E76A8;
}    
    
    
}


/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/