/*inside style*/
@import url(menu.css);
@import url(css-in/header-in.css);
@import url(css-in/lightroom.css);
@import url(css-in/associations.css);
@import url(wheather.css);
@import url(css-in/news.css);
@import url(cookie.css);
@import url(css-in/footer-in.css);
@import url(css-in/medias.css);
@import url(css-in/youth.css);
@import url(css-in/decouvrir_c.css);
@import url(css-in/sb-menu.css);
@import url(css-in/archive_patrimoine.css);
@import url(css-in/table_in.css);
@import url(css-in/action_aide.css);
@import url(css-in/democratie_local.css);
@import url(css-in/affaires_civiles.css);
@import url(css-in/form.css);
@import url(css-in/magazine.css);
@import url(css-in/dee.css);
@import url(css-in/environnement.css);

@font-face {
    font-family: "PoppinsBold";
    src: url("/font/poppins/Poppins-Bold.ttf");
}
@font-face {
    font-family: "PoppinsLight";
    src: url("/font/poppins/Poppins-Light.ttf");
}
*{
    box-sizing: border-box;
}
:root{
    --main-blue: #0077BD;
    --modal-menu-blue: #0078BDF8;
}
body{
    display: flex;
    margin: 0;
    width: 100%;
    min-height: 100vh;
    flex-direction: column;
}
/* V2 STYLE */
.imageTexteAsideContenuPageInterne{
    text-align: center;
}
.imageTexteAsideContenuPageInterne img{
    display: inline-block;
    vertical-align: middle;
}
.imageTexteAsideContenuPageInterne p{
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    width: 57%;
    padding-left: 3%;
}
/*Création du scroll dans la page*/
.scrolling{
    width: 100%;
    height: 1500px;
    overflow-y: scroll;
    overflow-x: hidden;
}
/*meteo*/
.container-meteo{
    width: 320px;
    height: 100%;
    display: flex;
    opacity: 1;
}
/*MAIN IN*/
.main{
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
/**/
.main-in{
    padding-top: 90px;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    flex-grow: 1;
}
/**/
.container-in{
    padding-top: 15px;
    width: 70%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/*ARTICLE GEN*/
.article--gen h1,h2,h3,h4,h5,h6,p{
    padding: 0 10px;
}
.article--gen h3{
    padding-top: 10px;
}

.article--gen{
    width: 100%;
}
.article--gen > hr{
    height: 1px;
    width: 20%;
    background-color: #0099ff;
    margin: 20px auto;
    border: 0;
}
.bigger{
    font-size: 2em;
    font-family: "PoppinsBold" !important;
}
.article--gen h2{
    font-size: 2em;
    font-family: "PoppinsBold";
    margin: 15px 0 0 0;
}

.article--gen h3{
    color: #0077BD;
    font-size: 1.5em;
    font-family: "PoppinsBold";
    margin: 0 0 15px;
}
.article--gen h4{
    color: #0099ff;
    font-size: 1.30em;
    font-family: "PoppinsBold";
    margin: 20px 0 10px;
}
.article--gen h5{
    color: #0077bd;
    font-size: 1.15em;
    font-family: "PoppinsBold";
    margin: 15px 0 7px;
}
.article--gen span{
    font-family: "PoppinsBold";
}
.article--gen p{
    font-family: "PoppinsLight";
    margin-bottom: 7px;
}
.article--gen ul{
    font-family: "PoppinsLight";
    padding: 0 0 0 30px;
}
.article--gen .visu-right{
    float:right;
    margin:20px;
}
.article--gen .visu-left{
    float: left;
    margin:20px;
}
.article--gen .visu-margintop{
    margin-top: 50px;
}
.article--gen > .btn-art{
    background-color: #0077BD;
    text-decoration: none;
    padding: 5px 15px;
    border-radius: 8px;
    font-family: "PoppinsLight";
    color: #FFF;
}
.article--gen .la{
    overflow-wrap: break-word;
    text-decoration: none;
    color: #0099ff;
}
.article--gen .la:hover{
    text-decoration: underline;
    color: #025BC1;
}
.la2{
    overflow-wrap: break-word;
    text-decoration: none;
    color: #0099ff;
}
.la2:hover{
    text-decoration: underline;
    color: #025BC1;
}
/*PDF ICON*/
.pdf-icon{
    width: 60px;
}
.a4{
    width: 200px;
}
.pPoppinsLight {
    font-family: "PoppinsLight";
    margin-bottom: 7px;
}
/*COL*/
.col-1 { width: 8.333333%; }
.col-2 { width: 16.666667%; }
.col-3 { width: 25%; }
.col-4 { width: 33.333333%; }
.col-5 { width: 41.666667%; }
.col-6 { width: 50%; }
.col-7 { width: 58.333333%; }
.col-8 { width: 66.666667%; }
.col-9 { width: 75%; }
.col-10 { width: 83.333333%; }
.col-11 { width: 91.666667%; }
.col-12 { width: 100%; }
/* pour la version audio du cmag*/
#audio_range::-webkit-slider-runnable-track {
    width: 100%;
    height: 10px;
    cursor: pointer;
    background: #e4e4e4;
    background: linear-gradient(90deg, 
    #0077BD 0%,    
    #0077BD 0%,    
    #DEDEDE 0%);
    border-radius: 50px;
    border: 0px;
}

/*RESP ARTICLE*/
@media only screen and (max-width: 720px) {
    .article--gen .visu-right{
        margin: 20px 0px 20px 10px;
        float: unset;
    }
    .article--gen .visu-left{
        margin: 20px 0px 20px 10px;
        float: unset;
    }
    .container-in{
        width: 100%;
    }
    .col-md-1 { width: 8.333333%; }
    .col-md-2 { width: 16.666667%; }
    .col-md-3 { width: 25%; }
    .col-md-4 { width: 33.333333%; }
    .col-md-5 { width: 41.666667%; }
    .col-md-6 { width: 50%; }
    .col-md-7 { width: 58.333333%; }
    .col-md-8 { width: 66.666667%; }
    .col-md-9 { width: 75%; }
    .col-md-10 { width: 83.333333%; }
    .col-md-11 { width: 91.666667%; }
    .col-md-12 { width: 100%; }
}
@media only screen and (max-width: 450px) {
    .col-sm-1 { width: 8.333333%; }
    .col-sm-2 { width: 16.666667%; }
    .col-sm-3 { width: 25%; }
    .col-sm-4 { width: 33.333333%; }
    .col-sm-5 { width: 41.666667%; }
    .col-sm-6 { width: 50%; }
    .col-sm-7 { width: 58.333333%; }
    .col-sm-8 { width: 66.666667%; }
    .col-sm-9 { width: 75%; }
    .col-sm-10 { width: 83.333333%; }
    .col-sm-11 { width: 91.666667%; }
    .col-sm-12 { width: 100%; }
}

@media only screen and (max-width: 1590px) {
    .container-meteo{
        width: 285px;
    }
    .meteo{
        width: 260px;
    }
}
@media only screen and (max-width: 1175px) {
    .container-meteo{
        display: none;
    }
}

.blocEnAvant {
    width: 80%;
    border: 4px solid purple;
    border-radius: 10px;
    text-align: center;
    padding: 10px;
    font-family: "PoppinsLight";
    font-size: 1.5em;
    color: purple;
    margin: 20px auto;
}
.bordureGrisLeger {
    border: 1px solid #cecece;
}