/* CSS Document */

html {
    scroll-behavior: smooth;
}

.piv {
    margin-bottom: 0;
}

.contenu-fixe {
    flex-direction: column !important;
}

.datemiseajourpiv {
    font-size: 14px;
}

.btn-retour-activite{
	max-width: 350px;
	text-decoration: none !important;
	margin-top:30px;
	
}

/* CSS base */

h2 {
    font-weight: bold;
    color: #0A2955;
    font-size: 40px;
    background-color: transparent;
    margin: 0px;
    padding: 0;
    border-bottom: none;
    font-family: 'Poppins';
}



h1 {
    font-weight: bold;
    color: #0A2955;
    font-size: 60px;
    font-family: 'Poppins';
}

h3, h4, h5, section a {
    font-family: 'Poppins';
}

section p, section label, section figcaption {
    font-weight: 500;
    font-size: 22px;
    color: #0A2955;
    font-family: 'Poppins';
}


.btn-savoirplus a:focus, .btn-savoirplus a:active, .btn-savoirplus a:hover, .btn-savoirplus a:link, .btn-savoirplus a:visited {
    text-decoration: none !important;
    color: inherit !important;
}

a:visited {
    text-decoration: none;
    color: inherit !important;
}

.lettre-s {
    background: rgba(10, 41, 85, 0.2);
    border-radius: 60%;
    color: #0A2955;
    width: 100%;
    max-width: 35px;
    min-width: 35px;
    height: 100%;
    text-align: center;
    display: inline-block;
    font-family: "Poppins";
    font-weight: 600;
    text-transform: uppercase;
}

.piedpage-contact-contenu a {
    text-decoration: none !important;
    color: #fff !important;
}

/* Section Contact */



.piedpage-contact {
    background: #0A2955;
    padding: 200px 0;
}



    .piedpage-contact h1 {
        color: #fff;
    }

    .piedpage-contact p {
        color: #fff;
    }


    .piedpage-contact ul {
        color: #fff;
        list-style: none;
        display: flex;
        align-items: center;
        padding: 0;
        margin: 0;
    }

    .piedpage-contact .barre {
        width: 4px;
        height: 24px;
        background: #FFFFFF33;
        margin: 0 40px;
    }

    .piedpage-contact li {
        color: #fff;
        font-size: 30px;
        font-weight: bold;
    }


.btn-savoirplus--couleur1 a, .btn-savoirplus--couleur2 a, .btn-savoirplus--couleur3 a, .btn-savoirplus--couleur4 a {
    transition: all 100ms ease-in-out;
}



    .btn-savoirplus--couleur1 a:hover {
        background: #F0A46A;
        color: #0A2955 !important;
    }

    .btn-savoirplus--couleur2 a:hover {
        background: #93C6B9;
        color: #0A2955 !important;
    }

    .btn-savoirplus--couleur3 a:hover, .outil .btn-savoirplus a:hover {
        background: #0A2955;
        color: #fff !important;
    }

    .btn-savoirplus--couleur4 a:hover {
        background: rgba(10, 41, 85, 0.2) !important;
        color: #0A2955 !important;
    }


/* Fin Section Contact */

@media only screen and (max-width: 1024px) {

    p, label, figcaption {
        font-size: 18px !important;
    }

    .btn-savoirplus a {
        font-size: 16px !important;
        border: 3px;
    }


    h1 {
        font-size: 32px;
    }
}


@media only screen and (max-width: 1024px) {



    .piedpage-contact {
        background: #0A2955;
        padding: 110px 0;
    }



        .piedpage-contact h1 {
            text-align: center;
        }

        .piedpage-contact p {
            text-align: center;
        }


        .piedpage-contact ul {
            flex-direction: column;
            margin-top: 15px;
        }

        .piedpage-contact .barre {
            display: none;
        }

        .piedpage-contact li {
            font-size: 24px;
            margin: 5px 0 5px 0;
        }
}




/* Formulaire de commande d'affiches */

.requis::after {
    display: inline-block;
    content: "\00a0";
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='red' xmlns='http://www.w3.org/2000/svg'><path d='M8 0a1 1 0 0 1 1 1v5.268l4.562-2.634a1 1 0 1 1 1 1.732L10 8l4.562 2.634a1 1 0 1 1-1 1.732L9 9.732V15a1 1 0 1 1-2 0V9.732l-4.562 2.634a1 1 0 1 1-1-1.732L6 8 1.438 5.366a1 1 0 0 1 1-1.732L7 6.268V1a1 1 0 0 1 1-1z'/></svg>");
    background-repeat: no-repeat;
    height: 0.6em;
    width: 0.6em;
    margin: 0 0.3em;
}

[required] {
    background-image: url("data:image/svg+xml,<svg viewBox='0 0 16 16' fill='red' xmlns='http://www.w3.org/2000/svg'><path d='M8 0a1 1 0 0 1 1 1v5.268l4.562-2.634a1 1 0 1 1 1 1.732L10 8l4.562 2.634a1 1 0 1 1-1 1.732L9 9.732V15a1 1 0 1 1-2 0V9.732l-4.562 2.634a1 1 0 1 1-1-1.732L6 8 1.438 5.366a1 1 0 0 1 1-1.732L7 6.268V1a1 1 0 0 1 1-1z'/></svg>");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) top .4rem;
    background-size: calc(.3em + .375rem) calc(.3em + .375rem);
}

/*#formulaireCommandeAffiche [required] {
    background-position: right calc(.375em + .1875rem) top .4rem;
}*/

#totalAffiches {
    width: 3em;
    display: inline-block;
    margin-bottom: 0.5rem;
    vertical-align: middle;
    margin-left: 0.6em;
}

#fenetreDialogue .modal-header h5 {
    margin: 0;
    font-size: 2.5em;
}

#fenetreDialogue .modal-footer {
    border-top: none;
}

#fenetreDialogue .modal-header, #fenetreDialogue .modal-body, #fenetreDialogue .modal-footer {
    padding-left: 3em;
    padding-right: 3em;
}

.vignetteAffiche {
    width: 20%;
    padding: 1%;
}

    .vignetteAffiche figcaption {
        font-weight: bold;
    }

@media only screen and (max-width: 720px) {
    .vignetteAffiche {
        width: 50%;
    }
}
/* Fin : Formulaire de commande d'affiches */




@media only screen and (max-width: 1024px) {
    /* 1000px */
    .btn-savoirplus a {
        border-width: 3px !important;
    }
    /* espace padding */
    .contenu-fluide {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .contenu-fixe {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    /* fin espace padding */





}
