/* CSS Document */

h1 {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 40px;
}

h2 {
    font-size: 30px;
    margin-top: 60px;
}

.liste-participants {
    list-style: none;
    margin: 0;
    padding: 0;
    column-count: 3;
}

.logo-asf {
    width: 98%;
    padding: 0 1%;
    max-width: 400px;
}

#pre-menu {
    background: #16586f;
}

#bandeau-secondaire-v2 {
    padding: 10px 0;
}

.bg-degrade-principal {
    background: #f3f3f3;
}

#fil_ariane,
#fil_ariane * {
    color: black !important;
    font-size: 12px !important;
}

#pre-menu ul {
    margin-top: 15px;
    margin-bottom: 10px;
}

#menu-sup li a {
    font-size: 18px;
    color: white;
}
#menu-sup li a:hover {
    color: #e94e0f;
}

#post-piedpage {
    padding: 10px;
    background: black;
    text-align: center;
}
#post-piedpage * {
    color: white !important;
}

.un-cas {
    background: #f2f2f2;
    box-sizing: border-box;
    padding: 15px 40px;
    margin-bottom: 30px;
}
.un-cas h2 {
    margin-top: 15px;
}

.wrapper {
    width: 1200px;
}

a {
    color: #0D89B5;
}


.une-faq .faq-question h3 {
    color: black;    
    font-size: 18px;
    line-height: 1.4;
}
.une-faq .faq-question:after {
    color: black;
}
.une-faq .faq-question {
    background: #f2f2f2 !important;
}

.avant-de-craquer {
    position:  absolute;
    right: 10px;
    top: 10px;
    color: white;
    background: #e94e0f;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 3px;
}
.avant-de-craquer:hover {
    color: white;
    background: black;
}

.une-faq .faq-reponse {
    margin-bottom: 60px;
}

.iframe-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* Ratio 16:9 */
    overflow: hidden;
}

.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

a.btn-std {
    background: #0D89B5;
}
a.btn-std:hover {
    color: white;
    background: #f15922;
}

.personnage {
    width: auto;
    height: 200px;
    display: block;
}

.grid-temoignage {
	display: grid;
	grid-template-columns: 120px auto;
	grid-gap: 10px;
	position: relative;
}
.grid-temoignage > div.image {
    display: flex;
    align-items: center;
    justify-content: center;    
}

.liste-partenaires li {
    padding-bottom: 40px;
}

.grid-titre-jv {
	display: grid;
	grid-template-columns: 200px auto;
	grid-gap: 10px;
	position: relative;
    margin-bottom: 60px;
}

.grid-titre-jv > div {
    display: flex;
    align-items: flex-end;
}
.grid-titre-jv > div * {
    margin-bottom: 0;
}

.grid-titre-jv > div.image img {
    width: 90%;
    max-width: 200px;
    height: auto;
    display: block;
}











@media screen and (max-width: 1200px) {
    .wrapper {
        width: 94%;
        padding: 0 3%;
    }
}

@media screen and (max-width: 900px) {
    .liste-participants {
        column-count: 2;
    }    
}

@media screen and (max-width: 600px) {
    .grid-temoignage {
	    grid-template-columns: 100%;
    }
    .grid-titre-jv {
        grid-template-columns: 100%;
        margin-bottom: 20px;
    } 
}

@media screen and (max-width: 400px) {
    .liste-participants {
        text-align: center;
        column-count: 1;
    }    
}