.space{
    height: 30px;
}
.big-space{
    height: 120px;
}
.mini-space{
    height: 12px;
}

hr{
    border: transparent;
}

.border{
    border: 1px solid lightgrey;
}

.alerte{
    background:rgb(255, 73, 73);
    color: white;
    padding: 8px;
    padding-left: 24px;
    border-radius: 12px;
}
.alerte p{

}

.marges{
    padding: 1px 0;
    margin: 0!important;
}

.parallax-container{
    height: 100vh;
}


.overlay{
    background: rgba(184, 104, 0, 0.5);
    background: rgba(184, 104, 0, 0.5);
    background: rgba(255,149,62,0.8);
    background: linear-gradient(90deg, rgba(255,149,62,0.8) 0%, rgba(255,104,178,0.8) 100%);
}

.card-titre h2{
    font-size: 1.2em;    
    text-align: center;
    background: rgb(255,149,62,0.3);
    background: linear-gradient(90deg, rgba(255,149,62,0.3) 0%, rgba(255,104,178,0.3) 100%);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 12px;
    margin: 0;
}

.grille .col{
    padding-bottom: 6px;
}

.grille .card{
    margin-top: 0;
    background: rgb(255,149,62);
    background: linear-gradient(90deg, rgba(255,149,62,1) 0%, rgba(255,104,178,1) 100%);
    padding: 8px;
}
.grille .card-title{
    margin: 0!important;
    padding: 10px 0!important;
    width: 100%;
    text-align: center;
    background: rgb(255,149,62);
    background: linear-gradient(90deg, rgba(255,149,62,1) 0%, rgba(255,104,178,1) 100%);
}
.grille .card-title h3{
    margin: 0!important;
    color: white;
    font-size: 1em!important;
}
.grille .card-subtitle{
    margin: 0!important;
    padding: 10px 0!important;
    width: 100%;
    text-align: center;
    background: rgb(255, 132, 191);
    background: linear-gradient(90deg, rgb(255, 173, 106) 0%, rgb(255, 132, 191) 100%);
}
.grille .card-subtitle h4{
    margin: 0!important;
    color: white;
    font-size: 1.2em!important;
}
.grille .card-title a{
    color: white;
}
.grille .card-content{
    background: white;
}
.grille .card-action{
    background: transparent;
}
.grille .card-action a{
    color: white!important;
    font-size: 0.9em;
}
.grille .card-content h3{
    color: rgb(255,19,41)!important;
}

.page-footer{
    background: rgb(0, 204, 255);
    background: linear-gradient(130deg, rgb(0, 204, 255) 0%, rgb(9, 255, 0) 100%);
}

.degrade-bleu-vert{
    background: rgb(0, 204, 255);
    background: linear-gradient(130deg, rgb(0, 204, 255) 0%, rgb(9, 255, 0) 100%);
}
.degrade-orange-rose{
    background: rgb(255,150,60);
    background: linear-gradient(130deg, rgba(255,150,60,1) 0%, rgba(255,81,235,1) 100%);
}



/* FICHE */

.fiche .titre h1{
    font-size: 2em;
}
.fiche .titre h1 em{
    color: #FFCEE6;
}

.fiche h2{
    font-size: 1.5em;
    background: linear-gradient(90deg, rgb(0, 204, 255) 0%,rgb(9, 255, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
    text-transform: uppercase;
}

.no-top h2{
    margin-top: 0!important;
    padding-top: 0!important;
}

.fiche h3{
    font-size: 1.5em;
    background: linear-gradient(90deg, rgb(0, 204, 255) 0%,rgb(9, 255, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
    text-transform: uppercase;
}

.fiche li{
    line-height: 2.5em;
}
.fiche .media{
    height: 100px;
}
.fiche .media img{
    height: 100%!important;
    float:left;
    margin: 4px;
}

.fiche .carousel-slider{
    height: 40%!important;
}

.fa-map-marker-alt{
    font-size: 1.5em;
    color: #E84135;
    padding-right: 8px;
}

.multifiche{
    background: #E3F2FD;
    border: 1px solid #c7e1f3;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 24px;
    padding-bottom: 12px;
}
.multifiche h2:first-child{
    margin-top: 0;
    font-size: 2em;
}
.multifiche iframe{
    border-radius: 12px;
    margin-left: 8px;
}
.multifiche img{
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

.fiche table, .multifiche table{
    line-height: 0;
    font-size: 1em;
    margin-bottom: 12px;
}
.fiche tr, .multifiche tr{
    border-bottom: 1px solid #b7d4e9;
}
.fiche tr:last-child, .multifiche tr:last-child{
    border-bottom: none;
}












@media only screen and (min-width: 600px) {
    iframe{
        height: 75%;
        margin-left: 0!important;
    }
}


@media only screen and (max-width: 599px) {
    iframe{
        height: 50%;
        margin-left: 0!important;
    }
}


.container-perso{
    width: 100%;
}
@media only screen and (min-width: 1600px) {
    .container-perso{
        width: 1600px;
        margin: 0 auto;
    }
    .grille .card-content{
        min-height: 220px!important;
    }
}

@media only screen and (min-width: 1301px) and (max-width: 1599px){
    .grille .card-content{
        min-height: 300px!important;
    }
}
@media only screen and (min-width: 1201px) and (max-width: 1300px){
    .grille .card-content{
        min-height: 320px!important;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px){
    .grille .card-content{
        min-height: 340px!important;
    }
}
@media only screen and (min-width: 800px) and (max-width: 992px) {
    .grille .card-content{
        min-height: 200px!important;
    }
}
@media only screen and (min-width: 600px) and (max-width: 799px) {
    .grille .card-content{
        min-height: 280px!important;
    }
}