
/* -------------------------------------------------------
                    Header
-------------------------------------------------------- */
p{
    widows: 3;
}
p{
    orphans: 3;
}
.header{
    background-color:#61A6AE;
    position: fixed;
    top:0;
    z-index: 1;  
    height: 170px;
}

.content {
    margin-top: 170px;
}

@media screen and (min-width: 610px){
    .header {
        height: 200px;
    }
    .content {
        margin-top: 200px;
    }
}
.logo{
	/*padding-top: 20px;*/
    /*padding-left: 20px;*/
    max-width: 100px;    
}
@media screen and (min-width: 610px){
    .logo {
        max-width: 150px;
    }
}
.p-logo{
    color:white;
    text-align: center;
    font-size: 9px;
    margin: 0;
}
@media screen and (min-width: 610px){
    .p-logo {
        font-size: 14px;
    }
}
.titre-bandeau{
    /*padding-top: 30;
    padding-bottom: 10;*/
    padding: 0 20px;
    text-align: center;
}

@media screen and (min-width: 768px){
    .titre-bandeau{
        padding-left: 30px;
        text-align: left;
    }

}

.button-experts-container {
    display: flex;
    justify-content: center;
    width: 100%; 
    margin-top: -30px;
}

@media screen and (min-width: 610px){
    .button-experts-container{
        margin-top: 0px;
    }
}

.button-experts {
    background: #242d70;
    padding: 10px;
    color: white;
    font-size: 14;
}
.button-experts:hover {
    background: #FB6759;
    padding: 10px;
    color: white;
    font-size: 14;
}
.button-experts-arrow {
    background: #242d70;
    padding: 10px;
    color: white;
    font-size: 10;
}
.button-experts-arrow:hover {
    background: #FB6759;
    padding: 10px;
    color: white;
    font-size: 10;
}
@media screen and (max-width: 425px){
    .button-experts {
        font-size: 16;
    }
}
@media screen and (min-width: 768px){
    .button-experts-arrow{
        text-align: left;
    }
    .button-experts {
        font-size: 20;
    }
}


.button-experts:active, .button-experts:hover {
    color: white;
    text-decoration: none;
}

@media screen and (min-width: 1024px){
    .button-experts{
        display: none;
    }
}
.header-content {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 1024px){
    .header-content{
        width: calc(100% - 150px);
    }
}
.titre1{
    font-family: 'Barlow', sans-serif;
    font-size:18;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    padding-top: 15px;
}

@media screen and (min-width: 375px){
    .titre1 {
        font-size:30px;
    }
}
@media screen and (max-width: 375px){
    .titre1 {
        margin-top: -30px;
    }
}

@media screen and (min-width: 610px){
    .titre1 {
        font-size: 50;
    }
}

.titre2{
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    color: white;
    font-size: 16;
    padding-bottom: 20;
}
@media screen and (min-width: 610px){
    .titre2 {
        font-size: 40;
    }
    
    .content {
        margin-top: 200px;
    }
}
.bandeau-photo{
    margin-top: 150px;
    position: static;
    top: 0;
    width: 100%;
    height: auto;
}
/* -------------------------------------------------------
                     Experts
-------------------------------------------------------- */
p1{
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    font-size: 25px;
    color: white;
    text-transform: uppercase;
}
.expert{
    width: 250px;
    height:500px;
    position: fixed;
    top :20;
    right: 0;
    z-index:1;
    padding-top: 40px;
    text-align: center;
    display: none;
}

@media screen and (min-width: 1024px){
    .expert{
         display: block;   
    }
}

.linear-gradient{
    background: linear-gradient(#242d70,#242d70);
}
.expert-marge{
    padding-left: 20;
    padding-right: 20;
}
.expert-bordures{
    background-color: #61A6AE;
    padding: 10;
    text-align: center;
    margin-top: 10;
}
.expert-bordures:hover{
    background-color: #FB6759;
    padding: 10;
    text-align: center;
    margin-top: 10;
}

p2{
    color: white;
}
.p2-experts{
    color: white;
    text-transform: uppercase;
}
/*p2:hover{
    color: white;
}*/
p3{
    color: white;
    font-weight: 300;
    font-size: 14;
}

/* -------------------------------------------------------
                     Main article
-------------------------------------------------------- */
p,ul{
    font-weight: 400;
    color:grey;
    line-height: 1.8;
}
.p-blanc{
    font-weight: 200;
    color:white;
    line-height: 1.8;
    padding:15;
}
.p-blanc-image{
    font-weight: 200;
    color:white;
    line-height: 1.8;
    padding-left:15;
}
.p-blanc-bold{
    font-weight: 600;
    color:white;
    line-height: 1.8;
    font-size: 20;
    text-decoration: underline;
}
.titre-paragraphe{
    color:#242d70;
}
.titre-paragraphe-blanc{
    color:white;
    padding:15;
}
.sous-titre-bleu{
    color:#61A6AE;
    padding top: 15;
    padding bottom: 15;
    font-size: 25;
}
.sous-titre{
    color:white;
    padding:15;
    font-size: 25;
}
.main{
    padding-top: 20px;
}
.image{
    max-width: 100%;
    height: auto;
}
.alignleft{
    margin top: 10px;
    float: left;
    margin-right: 15px;
}
.alignright{
    margin top: 10px;
    float: right;
    margin-right: 15px;
}
.pleinepage{
    max-width: 100%;
    margin-bottom: 15;
}
.p-rose{
    color:#FB6759;
    font-weight: 600;
}
.bordure-rose{
    color: white;
    font-weight: 200;
    background-color: #FB6759;
    padding: 10;
}
.bordure-rose-iphone{
    color: white;
    font-weight: 200;
    background-color: #FB6759;
}
.ul-rose{
    font-weight: 200;
    color: white;
    background-color: #FB6759;
    padding: 10;
}
.bloquote {
color: #FB6759;
font-family: 'Barlow', sans-serif;
font-weight: 600;
font-size: 18px;
}
.bloquote-blanc {
color: white;
font-family: 'Barlow', sans-serif;
font-weight: 600;
font-size: 18px;
}

.questions-auditions{
    background-color: rgba(97,166,174,0.8);
}
.prevention-enfant{
    background-color: rgba(36,45,112,0.8);
    margin-bottom: 20;
    padding-bottom: 20;
}
.image-bebe{
    margin-left: 15;
}
.image-casque{
    margin-left: 15;
    margin-right: 10;
    margin-top: 10;
}

/* -------------------------------------------------------
                    Menu nos experts
-------------------------------------------------------- */

.content-experts {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding-top: 200px;
    background-image: url('../img/experts-menu.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    background-position: center;
    background-attachment: fixed;
}
@media screen and (max-width: 450px){
    .content-experts  {
        background-image: url('../img/experts-menu-450.jpg');
    }
} 

.experts-title {
    padding: 20px;
    text-align: center;
    color: white;
}

.content-experts .footer {
    margin-top: auto;
    margin-bottom: 0;
}

@media screen and (min-width: 1024px){
    .button-experts-arrow {
        display: none;
    }
} 
/* -------------------------------------------------------
                     experts 1,2,3,4
-------------------------------------------------------- */

.container-borders{
    border: 1px solid grey;
    margin-top: 10;
    padding-top: 30;
    margin-bottom: 20;
}
.bouton-precedent{
    color:white;
    font-size: 18;
    background-color: #242d70;
    padding:15;
    margin-right: 20;
    float: left;
}

.bouton-precedent:hover{
    color:white;
    font-size: 18;
    background-color: #FB6759;
    padding:15;
    margin-right: 20;
    float: left;
}
@media screen and (max-width: 320px){
    .bouton-precedent {
        font-size: 14;
    }
    .bouton-precedent:hover{
        font-size: 14;
    }
}
.bouton-suivant{
    color:white;
    font-size: 18;
    background-color: #242d70;
    padding:15;
    float: left;
}
.bouton-suivant:hover{
    color:white;
    font-size: 18;
    background-color: #FB6759;
    padding:15;
    float: left;
}
@media screen and (max-width: 320px){
    .bouton-suivant {
        font-size: 14;
    }
    .bouton-suivant:hover{
        font-size: 14;
    }
}
.bouton-fermeture{
    color:white;
    font-size: 18;
    background-color: #242d70;
    padding:15;
    float: right;
}
.bouton-fermeture:hover{
    color:white;
    font-size: 18;
    background-color: #FB6759;
    padding:15;
    float: right;
}
@media screen and (max-width: 320px){
    .bouton-fermeture {
        font-size: 14;
    }
    .bouton-fermeture:hover{
        font-size: 14;
    }
}
.title-experts{
    font-size: 32;
    padding-top: 20;
    padding-bottom: 10;
    float: left;
    color: #242d70; 
}
.question{
    font-weight: 600;
    color:grey;
    line-height: 1.8;
    font-size: 18;
    text-decoration: underline;
}
.p-bleu{
    color:#61A6AE;
    font-weight: 600;
    margin-top: 30;
}
.map-responsive {
overflow:hidden;
padding-bottom:56.25%;
position:relative;>
height:0;
}

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

/* -------------------------------------------------------
                     Footer
-------------------------------------------------------- */
.footer{
    background-color: #61A6AE;
    height: 100px;
}
.p-footer{
    color:white;
    text-align: center;
    padding-top: 30;
    font-size: 12px;
}


/* MEDIA QUERIES*/

.image-content {
        width: 100%;
        margin: 0;
    }
.image-content-gawlik {
        width: 40%;
    }

@media screen and (min-width: 768px){
    .image-content {
        width: auto;
        margin: 15px;
        float: left;
    }
} 

@media screen and (max-width: 768px){
    .image-content-gawlik {
        width: 100%;
        margin: auto;
    }
} 

