@font-face{
    font-family : "Arial";
    src : url('../fonts/arial.ttf');
}
@font-face{
    font-family : "Arial-Bold";
    src : url('../fonts/arial-bold.ttf');
}
@font-face{
    font-family : "Dosis";
    src : url('../fonts/Dosis-Regular.ttf');
}
@font-face{
    font-family : "Dosis-Bold";
    src : url('../fonts/Dosis-Bold.ttf');
}
@font-face{
    font-family : "Dosis-SemiBold";
    src : url('../fonts/Dosis-SemiBold.ttf');
}
@font-face{
    font-family : "Luciole-Bold";
    src : url('../fonts/Luciole-Bold.ttf');
}
@font-face{
    font-family : "Luciole";
    src : url('../fonts/Luciole-Regular.ttf');
}

.arial{
    font-family: Arial, sans-serif;
}
.arial-bold{
    font-family: Arial-Bold, sans-serif;
}
.dosis{
    font-family: Dosis, sans-serif;
}
.dosis-bold{
    font-family: Dosis-Bold, sans-serif;
}
.dosis-semi-bold{
    font-family: Dosis-SemiBold, sans-serif;
}
.luciole{
    font-family: Luciole, sans-serif;
}
.luciole-bold{
    font-family: Luciole-Bold, sans-serif;
}
.container{
    overflow: hidden;
}

body{
    max-width: 960px;
    margin: auto;
}

.white{
    color: white;
}
.purple{
    color: #442681;
}

.bg-purple{
    background-color: #442681;
}
.bg-blue{
   background-color: #23387A
}
.bg-orange{
    background-color: #DB4913 ;
}
.bg-white{
    background-color: white;
}
.bg-grey{
    background-color: #EEEEEE;
}
.bg-pink{
    background-color: #F8D1C1;
}

.header-picto-wrapper{
    max-width: 140px;
}
.header-cta-wrapper{
    max-width: 250px;
}



.row-rentree{
    background-image: url("../images/img-music.png");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.rentree-litteraire p{
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 5px;
}
.pour-tous p{
    display: inline-block;
    font-size: 47px;
    line-height: 53px;
    padding-bottom: 6px;
    padding-left: 18px;
    padding-right: 18px;
}
.droit-lecture{
    max-width: 200px;
}
.droit-lecture p {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 0;
}
.rentree-2021{
    max-width: 200px;
}
.rentree-2021 p{
    font-size: 15px;
    line-height: 18px;
}
.title{
    font-size: 40px;
}

.h_iframe iframe {
    width:100%;
    height:100%;
}
.h_iframe {
    height: 250px;
    width:100%;
}
.poste{
    font-size: 13px;
}

.footer a{
    color: white;
}


@media screen and (max-width: 767.98px) {
    .row-rentree{
        background-image: url("../images/img-music.png");
        background-size: auto 65%;
        background-repeat: no-repeat;
        background-position: right bottom;
    }
}

@media screen and (max-width: 576.98px) {

    .header-picto-wrapper{
        width: 115px;
    }
    .header-cta-wrapper{
        width: 211px;
    }
    .row-rentree{
        background-image: url("../images/img-music.png");
        background-size: auto 75%;
        background-repeat: no-repeat;
        background-position: right -55px bottom;
    }
    .rentree-litteraire p{
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 5px;
    }
    .pour-tous p{
        display: inline-block;
        font-size: 27px;
        line-height: 30px;
        padding-bottom: 0;
        padding-top: 6px;
    }
    .droit-lecture{
        max-width: 145px;
    }
    .droit-lecture p {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 0;
    }
    .rentree-2021{
        max-width: 150px;
    }
    .rentree-2021 p{
        font-size: 13px;
        line-height: 15px;
    }
}
