

body {
    overflow-x: hidden;
}
@media (min-width: 1190px) {
    #bc_filariane {
        padding-left: 6px;
    }
}
.largeur-standard {
    max-width: 1160px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}
/*
.largeur-large {
    max-width: 1400px;
    margin: auto;
}
*/

@media (min-width: 1190px) {
    .largeur-standard {
        padding-left: 0;
        padding-right: 0;
    }
}


/* Cache le titre qui apparaît par défaut dans le site */
main > header {
    display: none;
}

.landing-entete  {
    margin-top: 0;
}
.landing-entete h1 {
    
}
.landing-entete p {
    margin-bottom: 0;
}
@media (min-width: 767px) {
   .landing-entete p {
		margin-bottom: 3rem;
	}
}

/*

    Grands titres H*

*/

.grand-titre {
    font-weight: 400;
    font-family: 'proxima-nova', sans-serif;
    font-size: 1.5rem;
    line-height: 1.1em;
    text-transform: none;
    margin-bottom: 1rem;
    letter-spacing: -.75px;
    margin-left: -2px;
}
.grand-titre > a {
    text-decoration: none;
}
.grand-titre > a:focus,
.grand-titre > a:hover {
    text-decoration: underline;
}

@media (min-width: 767px) {
    .grand-titre {
        font-size: 1.85rem;
        margin-bottom: 1rem;
    }
}
.largeur-standard .grand-titre {
    font-size: 2rem;
    line-height: 1.25em;
}
@media (min-width: 767px) {
    .largeur-standard .grand-titre {
        font-size: 2.8rem;
        margin-bottom: 2rem;
        font-weight:bold;
    }
}
.grand-titre .grand {   /* agrandie une partie du titre */
    font-size: 1.35em; 
}


.grand-titre .break {   /* changement de ligne d'une partie du titre */
    display: block;
}
.grand-titre .maj {     /* mise en majuscule d'une partie du titre */
    text-transform: uppercase;
}
.grand-titre.gris, 
.grand-titre .gris {
    color: #464646;
}
.grand-titre[class*="picto-"] {
    padding-left: 45px;
}

.bleu {
    color: #074b98;
}

.surtitre {
    font-family: 'proxima-nova';
    font-weight: 500;
    margin-bottom: 6px;
    font-size: 19px;
    color: #444;
}
figcaption, .figcaption {
    font-size: 16px;
}
/*

    Liste vedette - grands liens

*/
.liste-vedette {
    list-style: none;
    margin-left: 0;
}
.liste-vedette li {
    border-bottom: 1px solid #DDDDDD;
    padding-top: 6px;
}
.liste-vedette li:last-child {
    border-bottom: none;
}
@media (min-width: 767px) {
    .largeur-standard .liste-vedette {
        margin-top: 2em;
    }
}
@media (min-width: 767px) {
    .largeur-standard a.lien-vedette.tres-grand {
        font-size: 1.75em;
    }
}


/*

    Sous-titre 
    classes idem que celles pour le grand-titre

*/
.soustitre .grand {     
    font-size: 3rem; 
}


@media (min-width: 767px) {
   .soustitre .break {
        display: block;
    }
}
.soustitre .maj {
    text-transform: uppercase;
}


/*

    Vidéo de la page d'accueil

*/
#video-principal {
    height: 100%;
}
#video-principal > img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
/*  

    Modification du grand titre pour l'entête de page

*/
.landing-entete .grand-titre {
    font-size: 2.25rem;
    letter-spacing: -2px;
    line-height: 1.30em;
    margin-bottom: 3.5rem;
}
@media (min-width: 767px) {
    .landing-entete .grand-titre {
        font-size: 3rem;
        margin-bottom: 3.5rem;
    }
}
@media (min-width: 1000px) {
    .landing-entete .grand-titre {
        font-size: 4rem;
    }
}
.landing-entete .grand-titre .grand {     
    font-size: 4.5rem; 
}

@media (min-width: 767px) {
    .landing-entete .grand-titre .grand {     
        font-size: 6rem; 
    }
}
@media (min-width: 1000px) {
    .landing-entete .grand-titre .grand {     
        font-size: 8rem; 
    }
}
.landing-entete .grand-titre .grand.break {     
    margin-left: -4px;
    margin-bottom: 3rem;
}

.landing-entete .soustitre {
    color: #f1cbb6;
    font-weight: 400;
    font-family: 'proxima-nova', sans-serif;
    font-size: 1.25rem;
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem;
}
/*
.landing-entete .soustitre .grand {     
    font-size: 1.25rem;
}*/
@media (min-width: 767px) {
    .landing-entete .soustitre {
        font-weight: 800;
        font-size: 2.4rem;
        line-height: 1.1em;
        margin-left: 3px;
    }
    /*
    .landing-entete .soustitre .grand {     
        font-size: 2.5rem;
    }
    */
}
.landing-entete-img {
    background-repeat: no-repeat;
    background-size: 90%;
    width: 100%;
    height: 0;
	padding-bottom: 66%;
    max-width: none;
    position: relative;
    z-index: -1;
    display: block;
    right: 0;
    bottom: 0;
    background-position: bottom left;
    margin-bottom: -15px;
    display:none;
    
}
@media (min-width: 767px) {
    .landing-entete-img {
		background-size: 100%;
		background-position: bottom center;
        height: 100%;
        margin-bottom: 0;
		padding-bottom: 0;
        position: absolute;
        /* spécifique à l'image utilisée */
        width: 50%;
        right: 0;
        display:block;
    }
}

/* 

    Paragraphes

*/
p.grand-texte {
    font-size: 1.20em;
}
@media (min-width: 767px) {
    p.grand-texte {
        font-size: 1.25em;
    }
    p.encadre-largeur-75 {
        padding-right: 25%;
    }
    p.encadre-largeur-50 {
        padding-right: 50%;
    }
}

/* 

    Affichage des photomontages

*/
.ph-montage {
    max-width: 100%;
}
@media (min-width: 767px) {
    .ph-montage {
        max-width: 450px;
    }
}

/* 

    Cubes développements durable

*/
/* tuiles */
.tuile .cube-dd {
    width: 110px;
    height: 110px;
    top: 90px;
    left: 4px;
    position: absolute;
}

.largeur-standard .tuile-image h2:first-child,
.largeur-standard .tuile-image h3:first-child,
.largeur-standard .tuile-image h4:first-child {
    margin-top: 180px;
}
.tuile-image .surtitre {
    margin-top: 170px ;
}

#encadre-vision div.colonnes-2 {
    gap: 5em;
    flex-wrap: nowrap;
}
#encadre-vision div.col {
    margin: 15px 0 0;
}





/*

    Sous-page - entête

*/
figure.cube-dd {
    position: relative;
    padding-bottom: 38px;
    margin-bottom: 0;
}
figure.cube-dd .cube-dd {
    width: 125px;
    height: 125px;
    bottom: 5px;
    right: 17px;
    position: absolute;
}
@media (min-width: 767px) {
    figure.cube-dd .cube-dd {
        width: 150px;
        height: 150px;
        bottom: 0;
    }
}
figure.cube-dd + #texte > h2:first-child {
    margin-top: 0;
}

/*

    Indicateurs

*/
.indicateur .grand-titre.picto-cible {
    padding-left: 47px;
    line-height: 1.4rem;
    margin-bottom: 3px;
    font-size: 1.3rem;
}
.indicateur .grand-titre.picto-cible:before {
    width: 35px;
    height: 35px;
    margin-left: -45px;
    margin-top: -8px;
}
.indicateur .ind-sujet.grand-titre {
    font-size: 1.32rem;
    margin-bottom: 10px;
    padding-left: 47px;
}
.indicateur .ind {
    color: #074b98;
    font: 500 1.5em/1.6rem 'proxima-nova', sans-serif;
    letter-spacing: -.5px;
    margin-bottom: 2px;
}
.indicateur .ind-last {
    margin-bottom: 12px;
}
.indicateur .ind.normal,
.indicateur .ind .normal {
    font: 500 24px/25.6px 'proxima-nova', sans-serif;
}
.indicateur .ind.grand,
.indicateur .ind .grand {
    font: 500 4rem/1rem 'proxima-nova', sans-serif;
}
.indicateur .ind.tres-grand,
.indicateur .ind .tres-grand {
    font: 500 88px/70px 'proxima-nova', sans-serif;
    margin-left: -3px;
	padding-left: 45px;
}
/*
.indicateur .ind span + .tres-grand {
    margin-top: 25px;
    display: inline-block;
}*/
.indicateur .gras,
.indicateur .ind.gras{
    font-weight: 700;
}
.indicateur p {
    padding-left: 45px;
    line-height: 1.1em;
}
.indicateur .ind[class*="picto-"]::before {
    width: 30px;
    height: 30px;
    margin-left: -40px;
}
.indicateur .ind.tres-grand[class*="picto-"]::before {
    margin-top: 20px;
}
@media (min-width: 1100px) {
    .colonnes-2.col-separateur .col:nth-child(2n+1) {
        border-right: 1px solid rgba(0,0,0,0.1);
        padding-right: 2em;
    }
    .colonnes-2.col-separateur .col:nth-child(2n+2) {
        padding-left: 2em;
    }
}


p[class*="picto-"].p-cercle {
	padding-left: 32px;
}
p[class*="picto-"].p-cercle:before {
	background-color: white;
	margin-left: -32px;
} 




/* spécifiques */
main:not(.menu-gauche) .encadre.encadre-large.style7::before {
    background: linear-gradient(180deg, #00285e 0%, #00aeef 100%);
    box-shadow: none;
}
.style7 a.btn {
    background-color:#d85816;
    color:white;
    max-width:330px;
    font-size:22px;
    transition:background-color 0.2s, color 0.2s;
}
.style7 a.btn:hover, .style7 a.btn:focus {
    background-color:#bc4d13;

}
.btn.btn-carre[class*="picto-"] {
    padding-top:120px;
    font-size:1.6em;
    text-align:center;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:30px;
    border-radius:12px;
    min-height:225px;
    min-width:232px;
    transition:background-color 0.2s, color 0.2s;
    box-shadow: 0.9px 1.8px 1.8px hsl(0deg 0% 0% / 0.25);
    width:95%;
    margin:10px;
}
.btn.btn-carre[class*="picto-"]:before {
    max-height:none;
    left: 50%;
  transform: translate(-50%, -50%);
    width:100px;
    top:30%;
}
@media (min-width: 767px) {
    .btn.btn-carre[class*="picto-"] {
		width:auto;
    margin-left:20px;
    margin-right:20px;
    }
}
.btn.btn-carre.style10[class*="picto-"] {
    background-color:#c61d23;
}
.btn.btn-carre.style10[class*="picto-"]:before {
    height:35% !important;
}

.btn.btn-carre.style11[class*="picto-"] {
    background-color:#d85816;
}
.btn.btn-carre.style11[class*="picto-"]:before {
    height:29% !important;
}

.btn.btn-carre.style12[class*="picto-"] {
    background-color:#9e763b;
}
.btn.btn-carre.style12[class*="picto-"]:before {
    height:40% !important;
}

.btn.btn-carre.style13[class*="picto-"] {
    background-color:#167ca2;
}
.btn.btn-carre.style10:hover, .btn.btn-carre.style10:focus {
	background-color: #ae191f;
	color: white;
}
.btn.btn-carre.style11:hover, .btn.btn-carre.style11:focus {
	background-color: #bc4d13;
	color: white;
}
.btn.btn-carre.style12:hover, .btn.btn-carre.style12:focus {
	background-color: #886633;
	color: white;
}
.btn.btn-carre.style13:hover, .btn.btn-carre.style13:focus {
	background-color: #126888;
	color: white;
}


.stats .col {min-height:110px;}
.lien-statistiques {
    font-size:2em;
    text-decoration:none;
    color:#00285e;
    line-height:1.2em;
    clear:both;
    display:block;
    font-size:1.6em;
}
@media (min-width: 767px) {
    .lien-statistiques {
    font-size:1.8em;
    }
}
.lien-statistiques img {
    display:block;
    padding-right:20px;
    float:left;
}

.coordonnes a.lien-vedette {
    background-color:#00285e;
    border:1px solid white;
    border-radius:5px;
    padding:10px 30px 10px 10px;
    margin-right:15px;
    text-decoration:none;
    box-shadow: 0.9px 1.8px 1.8px hsl(0deg 0% 0% / 0.25);
    display:block;
}
@media (min-width: 767px) {
    .coordonnes a.lien-vedette {
        display:inline-block;
    }
}

figure.slogan {
    max-width:none;
}
