
/** 
 * CSS lié à la lsite des outils interactifs
 **/
 .page-template-modele-outils .fond_bleu h2{
    text-align: center;
    line-height: normal;
}
.page-template-modele-outils .question{
    border: none;
    background: white;
    padding: 20px 40px;
    margin-bottom: 30px;
    overflow: hidden;
    font-size:17px;
}
.page-template-modele-outils .question h3{
    font-size:26px;
    line-height: normal;
}
.page-template-modele-outils .question .date{
    margin: 15px 0 0;
    padding: 5px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    color:#ccc;
}
.page-template-modele-outils .question .side{
    text-align: center;
    padding:0;
    padding-right:40px;
}
.question .side .btn{
    width: 100%;
    text-align: center;
    margin:10px 0 0;
}
.page-template-modele-outils h2{
    margin: 0 0 40px;
    padding-top:40px;
    font-size: 40px;
    text-align: left;
}
.page-template-modele-outils h2:first-of-type{
    padding-top:0;
}
.page-template-modele-outils .box-content {
    overflow:inherit;
  }

@media (max-width:767px){
    .page-template-modele-outils .question .side{
        margin-bottom: 30px;
        padding:0;
    }
}

@media (max-width:500px){
    .page-template-modele-outils .question{
        padding:15px;
    }
}


.page-template-modele-outils .slick-slider li {
    margin: 6px;
}

.page-template-modele-outils .question.outil h4{
    line-height: 1.1em;
    min-height: 3.3em;
}


/** 
 * CSS lié aux pages single des outis interactifs
 **/
.outilInter_active{
    display: block!important;
}

.outilInter__input {
    position: relative;
    margin:0;
    padding: 15px 12px;

    border-top: #eeeeee solid 1px;
}
.outilInter__input:not(:first-child){
    display: none;
}
.outilInter__input:first-child {
    border-top-width: 0;

    font-size: 15px;
}
    .outilInter__input__label{
        display: block;

        font-weight: bold;
        margin: 0, 0, 10px;
    }
    .outilInter__input__select, .outilInter__input__text{
        width: 100%;
    }
    .outilInter__input__text[data-error]{
        border-color: red;
    }


.outilInter__results{
    display: none;
}
    .outilInter__results table td, .outilInter__results table th{
        text-align: center;
    }
    .outilInter__results table.table{
        display: table;
    }


/* HOMEPAGE */
#outils .slick-slide.slick-current.slick-active, #outils .slick-slide.slick-cloned, #outils .slick-initialized .slick-slide{
    height: auto!important;
}