
/* BANNER */
#aide #slider { width: 100%; display: block; height: 300px; position: relative; z-index: 9997; top: 100px;  }
#aide #slider .slide { height: 300px; width: 100%; position: absolute; z-index: 0; top: 0; left: 0; bottom: 0; right: 0; }
#aide #slider .mask_slider { height: 300px; width: 100%; position: absolute; z-index: 1; top: 0; left: 0; bottom: 0; right: 0; background: rgba(0,0,0,0.3) }
#aide #slider .centered { z-index: 1; position: relative; padding-top: 110px;}
#aide #slider h1 { width: auto; float: left; color: #fff; font-size: 50px; line-height: 50px; font-weight: 300; font-family: Oswald  }
#aide #slider h1:after {
    transition: all ease-in-out .2s;
    background: #fff;
    content: "";
    display: block;
    height: 3px;
    width: 70px;
    margin-left: 0px;
    margin-top: 20px;
}

@media (max-width: 768px) {
    #aide #slider { width: 100%; display: block; height: 200px; position: relative; z-index: 9997; top: 100px;  }
    #aide #slider .slide { height: 200px; width: 100%; position: absolute; z-index: 0; top: 0; left: 0; bottom: 0; right: 0; }
    #aide #slider .mask_slider { height: 200px; width: 100%; position: absolute; z-index: 1; top: 0; left: 0; bottom: 0; right: 0; background: rgba(0,0,0,0.3) }
    #aide #slider .centered { z-index: 1; position: relative; padding-top: 60px; width: calc(100% - 20px); margin-left: 20px}
    #aide #slider h1 { width: auto; float: left; color: #fff; font-size: 40px; line-height: 40px; font-weight: 300; font-family: Oswald  }
}


/* HOME FIRST */ 
#aide #corps { width: 100%; background: #ece9e5; clear:both; float: left; position: relative }
#aide .content { width:1200px; display: table; margin: auto; }
#aide h2 { clear: both; float: left; font-size: 24px; font-weight: 500; color:#b21959; letter-spacing: 1px; line-height: 24px; margin-bottom: 20px; text-transform: uppercase }
#aide p { clear: both; font-size: 14px; font-weight: 400; color: #333; line-height: 22px; margin-bottom: 0px; }  
#aide .line { float: left; width: calc(100% - 40px); padding-left: 20px; padding-right: 20px; padding-bottom: 15px; padding-top: 15px; background: rgba(255,255,255,0.8); box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);}
#aide .question { float: left; width: 100%; height: 30px; cursor: pointer; }
#aide h3 { float: left; font-size: 18px; font-weight: 400; color: #000; letter-spacing: 1px; line-height: 30px; }
#aide h3 i { font-size: 18px; margin-right: 10px; }
#aide .arrow { float: right; font-size: 32px; width: 40px; text-align: right; }
#aide .reponse { float: left; width: 100%; display: none}

@media (max-width: 768px) {
    #aide .content { margin:auto; width:calc(100% - 40px); margin-left:20px; }
    #aide .question { float: left; width: 100%; height: auto; cursor: pointer; }
    #aide .arrow { display: none; }
    #aide .reponse { float: left; width: 100%; display: block}


}