/*----------------- Globales--------------------*/
.slider{
    height: 85vh;
}

.slider-interno{
    min-height: 40rem;       
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}   
a:link 
{ 
    text-decoration:none; 
} 
/*------------------Whatsapp --------------------------*/
.whatsapp { position: fixed; 
            bottom: 0; 
            right: 0; 
            margin-right: 15px;
            margin-bottom: 15px; 
            z-index: 99;
}
/*------------------Formulaire --------------------------*/
.formulaire{
    background-color: #ef807d59;
    padding: 25px; 
}

.formulaire h5{
    font-family: DIN;
}
.formulaire p{
    color: aliceblue;
}
.formulaire button{
    border: 1px solid #e6413d;
    background: #e6413d;
    color: #fff;
    font-family: DIN;
}
.formulaire .opciones{
    background-color: #e6413d;
    margin: 0.3rem 0.3rem 0.9rem 0.3rem;
    padding: 0.3rem 0.5rem;
}
.formulaire .opciones label{
    font-size: 1rem;
    font-family: inherit;
}

/*Sumate */
.soumettre-formulaire{
    color: #333; 
}

.formulaire-don{
    background-color: #A9A9A9;
    padding: 3rem;
    border-radius: 2.5rem;
    height: 300px;
}
.formulaire-don h3{
    color: #A01821;
    font-size: 3.1rem;
    font-family: DIN;  
}

.form-control-don {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #989696;
    background-clip: padding-box;
    border: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

}

.formulaire-don button {
    border: none;
    background: #a01821 !important;
    color: #fff !important;
    font-family: DIN;
    font-size: 2.5rem;

}

.formulaire-soumettre-blanc{
    padding: 3rem;
    border-radius: 2.5rem;
}

.formulaire-soumettre{
    background-color: #A9A9A9;
    padding: 3rem;
    border-radius: 2.5rem;
}

.formulaire-soumettre h3{
    color: #A01821;
    font-size: 3.1rem;
    font-family: DIN;  
}

.form-control-soumettre {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #989696;
    background-clip: padding-box;
    border: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

}

.formulaire-soumettre button {
    border: none;
    background: #a01821 !important;
    color: #fff !important;
    font-family: DIN;
    font-size: 2.5rem;

}
.form-opciones h5{
    font-family: DIN;
}
.opciones{
    margin: 1rem 3rem;
}
.opciones label{
    font-size: 2rem;
    font-family: DIN;
}

.custom-control-lg .custom-control-label::before,
.custom-control-lg .custom-control-label::after {
    top: 0.8rem !important;
    left: -2rem !important;
    width: 1.25rem !important;
    height: 1.25rem !important;
}

.custom-control-lg .custom-control-label {
    margin-left: 0.5rem !important;
    font-size: 1.8rem !important;
}




/*------------------Menu --------------------------*/
.menu{
    background-color: #eeeeee;
}
.menu i{
    font-size: 1.75rem;
    margin-left: -4px;
}
.reseaux-sociaux i{
    font-size: 1.75rem;
    margin-left: -4px;
}
.logo-menu{
    width: 135%!important;
    padding-top: 0;
    margin-left: 0;
}
.menu a:hover{
    color: #dc3545 !important;  
}




/*-----------FOOTER------------ */
footer{
    background-color: #e6413d;
}
footer .link a{
    color: white;
    display: block;  
    margin: .5rem;
}
footer .link i{
    margin-right: 1rem;
    font-size: 1.2rem;
}
.footer-logo-pts img{
    width: 60% !important;
}
@media (max-width: 767px) {
    .footer-logo-lid img{
        width: 62% !important;
        margin-bottom: 20px;
    }
}
@media (min-width: 768px) {
    .footer-logo-lid img{
        width: 90% !important;
    }

}


/* ----------------------------------PAGINAS DEL MENU------------------------------------------- */

/*------------------Initial --------------------------*/
.logo-head img{
    padding-left: 10px;
    padding-top: 280px;
    width: 25%;
}
.initial{
    background: url(../img/anassenew8.png); 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;              
}

.texte-initial{
    border-left: 40px solid #4F2F44;  
}
.texte-initial h1 {
    font-family: DIN; 
    color: #4F2F44;
    font-size: 4.8rem;
}
.texte-initial h4 {
    font-family: DIN; 
    color: #333;
}
.citation blockquote::before{
    content: '"';
    font-size: 9rem;
    color: #3f334d;
    position: absolute;
    left: 1rem;
    font-family: DIN;
}
.citation blockquote{
    position: relative;
    font-family: DIN;
    color: #3f334d;
}
.citation h3{
    padding-top: 7rem;
    color: #3f334d;    
    font-style: italic;
}
.proposition{
    background-color: #3f334d;
    color: white;
}
.proposition p{    
    color: white;    
    font-family: DIN;
}
.proposition h2{    
    color: white;
    font-size: 2rem;
    font-family: DIN;
}
.proposition a{    
    color: white;
    font-size: 1.0rem;
    font-family: DIN;
}
.proposition a:hover {    
    color: #eeeeee;
    font-size: 1.1rem;
    font-family: DIN;
    text-decoration: none;
}

.agenda{
    background-color: #3f334d;
    color: white;
}
.agenda p{    
    color: white;    
    font-family: DIN;
}
.agenda h2{    
    color: white;
    font-size: 1rem;
    font-family: DIN;
}
.agenda a{    
    color: white;
    font-size: 1.0rem;
    font-family: DIN;
}
.agenda a:hover {    
    color: #eeeeee;
    font-size: 1.1rem;
    font-family: AkkoPro-Bold;
    text-decoration: none;
}


.contenu-proposition100{
    display: grid;
}

.contenu-proposition100 img{
    margin-left: -15px;
    width: 100%;
}

.contenu-proposition33{
    display: grid;
    grid-template-columns: 33% 33% 33%;
}

.contenu-proposition33 img{
    margin-left: -15px;
    width: 100%;
}

.contenu-proposition40{
    display: grid;
    grid-template-columns: 40% 60%;
}

.contenu-proposition40 img{
    margin-left: -15px;
    width: 100%;
}

.contenu-proposition60{
    display: grid;
    grid-template-columns: 60% 40%;
}

.contenu-proposition60 img{
    margin-left: -15px;
    width: 100%;
}

.contenu-proposition{
    display: grid;
    grid-template-columns: 35% 50%;
    grid-column-gap: 0.5rem;
}
.contenu-proposition img{
    margin-left: -15px;
    width: 100%;
}

.contenu-proposition100{
    margin: auto;
    width: 80%;
    display: grid;
    background-color: #f5363e;
    grid-column-gap: 0.5rem;
}

.contenu-proposition2{
    display: grid;
    background-color: #f5363e;
    grid-template-columns: 50% 50%;
    grid-column-gap: 0.5rem;
}
.contenu-proposition2 img{
    margin-left: -15px;
    width: 100%;
}  

.encadre{
    background-color: #863242;
}
.encadre h3{
    color: white;   
}
@media (min-width: 1200px) {
    .video-principal{
        width: 80% !important;
        display: block !important;
        margin: auto !important;
    }
}

.initial-quisommenous h2{
    font-family: DIN;
    color: #4f2f44;
    font-size: 2.7rem;    
}
.initial-quisommenous p{
    font-family: DIN;
}  
.soumettre-fit{
    color: white;
}
.soumettre-fit p{    
    color: white;    
    font-family: DIN;
}
.soumettre-fit h2{    
    color: white;
    font-size: 3.3rem;
    font-family: DIN;
}
.soumettre-fit a{    
    color: white;
    font-size: 2.75rem;
    font-family: DIN;
}
.soumettre-fit a:hover {    
    color: #eeeeee;
    font-size: 2.78rem;
    font-family: DIN;
    text-decoration: none;
}

/*-----------------------------Conocenos ------------------------*/
.nous{
    background-image: url(../img/portada_quisommenous.png);         
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;               
}
.texte-nous h1{
    font-family: DIN; 
    color: #a01821;
    font-size: 4.2rem;
}   
.texte-nous h2{
    font-family: DIN; 
    color: #A01821;    
}
.row .rouge{
    margin:3rem;
}

.rouge{
    border-left: 40px solid #A01821;   
}

.nous-candidats h2{
    font-family: DIN; 
    color: #A01821;
    text-align: center;
}
.nous-candidats p{
    color: #000;
    font-family: DIN; 
    text-align: center;
}
.contenu{
    display: flex;
}

.candidat h5{
    color: #A01821;
    font-family: DIN;
}
.candidat p{
    font-family: DIN;
}
.img-candidat{
    padding: 0!important;
}
.contenu-nous{
    display: grid;
    grid-template-columns: 50% 50%; /*se indica cuanto ocupa cada columan*/
    grid-column-gap: 2rem; /* en lugar de margin se coloca esta propiedad */
}
.texte-nous p{
    margin-bottom: 0.3rem;
}
.texte-fitu p{
    margin-bottom: 0.3rem;
}

.candidat img{
    width: 100%;
}

/*-----------------------------Programa ------------------------*/
.programme{
    background-image: url(../img/portada_propuestas.png);         
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;        
}
.texte-programme h1{
    font-family: DIN; 
    color: #4f2f44;
    font-size: 3.5rem;
}   
.texte-programme h2{
    font-family: DIN; 
    color: #A01821;    
}

.programme-propuesta h4{
    color: #a01821;
    text-transform: uppercase;
    font-family: DIN;
}
.programme-propuesta h6{
    color: #333; 
    font-family: DIN;
}
.programme-propuesta p{
    color: #4d4d4d; 
    font-family: DIN;
}

.collapsible {
    background-color: #fff;
    color: #777;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

.activa, .collapsible:hover {
    background-color: #fff;
}

.collapsible h4:after {
    content: '+';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.activa h4:after {
    content: '-';
}

.content {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
}
/*-----------------------------Sumate ------------------------*/
.soumettre{
    background-image: url(../img/portada_soumettre.png);         
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;        
}

.texte-soumettre h2{
    font-family: DIN; 
    color: #A01821;  
    margin: 0 2rem 0 2rem;  
}
.titulo-form{
    color: #4F2F44;
    font-size: 1.8rem;
    font-family: DIN;
    margin-left:3rem;
    align-content: mid
}


* {
    box-sizing: border-box;
}

html {
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

body {
    color: #333;
    font-family: DIN;
}

button {
    background-color: inherit;
    color: #333;
    border: none;
}

button:hover {
    opacity: 0.6;
}

a {
    text-decoration: none;
}

a:hover {
    opacity: 0.6;
}

.centreVerticalement {
    display: inline-block;
    vertical-align: left;
    float: none;
}