/*
Theme Name:Association Cassandra
Theme URI:https://www.associationcassandra.org
Author:Xavier BROUTIN
Author URI:https://www.associationcassandra.org
Description:Le style du site de l'Association Cassandra ACCL
Version:1.0
*/

/* COLORS

PINK :#fe0069
BLUE :#24a9c8
LIGHT BLUE :#59c9e3
YELLOW :#ffd700
LIGHT YELLOW :#ffe973
BLACK :#1d2129
GREY :#747e94
LIGHT GREY :#e0e0e0

*/

*{
    margin:0;
    padding:0;
    font-family:'Lato', sans-serif;
    background:none;
    color:#1d2129;
    font-weight:normal;
}
html{
    margin:0;
    padding:0;
    font-size:62.5%;
    font-family:'Lato', sans-serif;
    letter-spacing:0;
    color:#1d2129;
    background-color:white;
}
body{
    background-color:white ;
    font-size:14px;
    font-size:1.4rem;
}
#content{
    margin-top:125px;
    overflow: hidden;
}
#homepage #content{
    margin-top:100px;
}
@media (max-width:800px) {
    #content{
        margin-top:15px;
    }
}
.container{
    width:1000px;
    margin-left:auto;
    margin-right:auto;
}
@media (max-width:1025px) {
    .container{
        width:85%;
    }
}
img{
   border:0;
   padding:0;
   margin:0;
}
ul, li{
    list-style:none;
}



#header{
    position:fixed;
    top:0;
    width:100%;
    background-color:white;
    z-index:1000;
}

#header #header-top{
    width:1000px;
    margin-left:auto;
    margin-right:auto;
    margin-top:0.7rem;
    overflow:hidden;
}
@media (max-width:1025px) {
    #header #header-top{
        width:94%;
    }
}

#header #header-top #devise{
    font-family:'Satisfy', cursive;
    font-size:2.0rem;
    text-align:left;
    float:left;
    color:#747e94;
}
#header #header-top #rs ul li{
    display:inline-block;
    float:right;
    margin-right:1.0rem;
}
#header #header-top #rs ul li:first-of-type{
    margin-right:0;
}
#header #header-top #rs ul li a{
    text-decoration:none;
}
#header #header-top #rs ul li a img{
    width:27px;
}


#header #navigation{
    width:100%;
    margin-top:1.0rem;
    padding-bottom:0.6rem;
    border-bottom:3px solid #ffd700;
}
#header #navigation nav ul{
    width:1000px;
    margin-left:auto;
    margin-right:auto;
}
#header #navigation nav ul li{
    display:inline-block;
    width:14.7%;
}
#header #navigation nav ul .li-logo{
    position:relative;
    width:11.5%;
}
#header #navigation nav ul .li-logo a{
    display:block;
    width:100%;
}
#header #navigation nav ul .li-logo a img{
    width:86%;
    position:absolute;
    top:-30px;
    left:4%;
}
#header #navigation nav ul .li-logo #li-logo-bg{
    position:absolute;
    width:98%;
    height:140px;
    top:-40px;
    left:0%;
    background-color:white;
    border-radius:150px / 180px;
}
#header #navigation nav ul li a{
    display:block;
    padding:1.5rem 0;
    width:100%;
    text-align:center;
    color:#1d2129;
    font-size:1.5rem;
    font-weight:700;
    text-decoration:none;
}
#header #navigation nav ul li a:nth-of-type(1):hover{
    color:#fe0069;
}
#header #navigation nav ul li.current-nav a{
    color:#fe0069;
}
#header #navigation nav ul li:nth-child(1){
    width:10.7%;
}
#header #navigation nav ul li:nth-child(1) a{
    text-align:left;
}
#header #navigation nav ul li:nth-child(2){
    width:20.0%;
}
#header #navigation nav ul li:nth-child(3){
    width:13.7%;
}
#header #navigation nav ul li:nth-child(5){
    width:9.3%;
}
#header #navigation nav ul li:nth-child(6){
    width:8.7%;
}
#header #navigation nav ul li:nth-child(7){
    width:11.4%;
}
#header #navigation nav ul li:nth-child(8){
    text-align:right;
}

#header #header-top-mobile{
    position:fixed;
    top:0;
    width:100%;
    display:none;
    background-color:white;
    padding-bottom:1.0rem;
    border-bottom:3px solid #ffd700;
}
#header #header-top-mobile #header-top-mobile-logo{
        display:block;
        width:80px;
        margin-left:120px;
        margin-top:1.0rem;
}
#header #header-top-mobile #header-top-mobile-logo img{
        display:block;
        width:100%;
}
#header #header-top-mobile #header-top-mobile-don{
        position:absolute;
        top:25px;
        left:20px;
}
#header #nav-burger{
    position:fixed;
    z-index:100000;
    width:40px;
    height:40px;
    top:45px;
    right:20px;
    cursor:pointer;
    overflow:hidden;
    display:none;
}
#header #nav-burger .nav-burger-line{
    border-radius:3px;
    width:100%;
    height:4px;
    background-color:#1d2129;
    position:absolute;
}
#header #nav-burger .nav-burger-line:nth-child(1){
    top:0;
}
#header #nav-burger .nav-burger-line:nth-child(2){
    top:10px;
}
#header #nav-burger .nav-burger-line:nth-child(3){
    top:20px;
}
#header #nav-burger .nav-burger-line:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius:3px;
    top: 0;
    left: 100%;
    background-color: #fe0069;
    transition: 0.3s;
    transition-property: initial;
    transition-duration: 0.3s;
    transition-timing-function: initial;
    transition-delay: initial;
}
#header #nav-burger .nav-burger-line:nth-child(2):after{
    transition-delay: 0.2s;
}
#header #nav-burger .nav-burger-line:nth-child(3):after{
    transition-delay: 0.3s;
}
#header #nav-burger:hover .nav-burger-line:after{
    left:0px;
}

@media (max-width:1025px) {
    #header #navigation nav ul{
        width:94%;
    }
    #header #navigation nav ul .li-logo a img{
        top:-40px;
    }
    #header #navigation nav ul .li-logo #li-logo-bg{
        height:135px;
        top:-50px;
        left:0;
        background-color:white;
        border-radius:150px / 180px;
    }
}
@media (max-width:1015px) {
    #header #navigation nav ul .li-logo #li-logo-bg{
        height:133px;
    }
}
@media (max-width:1000px) {
    #header #navigation nav ul .li-logo #li-logo-bg{
        height:130px;
    }
}
@media (max-width:975px) {
    #header #navigation nav ul .li-logo #li-logo-bg{
        height:127px;
    }
}
@media (max-width:950px) {
    #header #navigation nav ul li a{
        padding:1.5rem 0;
        font-size:1.4rem;
    }
    #header #header-top #devise{
        font-size:1.7rem;
    }
    #header #navigation nav ul .li-logo #li-logo-bg{
        height:125px;
        left:-1%;
    }
}
@media (max-width:925px) {
    #header #navigation nav ul .li-logo a img{
        top:-30px;
    }
    #header #navigation nav ul .li-logo #li-logo-bg{
        height:120px;
        top:-40px;
    }
}
@media (max-width:900px) {
    #header #navigation nav ul .li-logo a img{
        width:83px;
        left:3%;
    }
    #header #navigation nav ul li a{
        font-size:1.3rem;
    }
    #header #navigation nav ul .li-logo #li-logo-bg{
        height:119px;
        width:100%;
    }
}
@media (max-width:850px) {
    #header #navigation nav ul .li-logo a img{
        left:0;
    }
    #header #navigation nav ul li a{
        font-size:1.2rem;
    }
}
@media (max-width:800px) {
    #header{
        position:relative;
    }
    #header #header-top{
        display:none;
    }
    #header #navigation nav ul .li-logo{
        display:none;
    }
    #header #header-top-mobile, #header #nav-burger{
        display:block;
    }
    #header #navigation{
        margin-top:0;
        padding-bottom:1.0rem;
        border-bottom:3px solid #ffd700;
        position:fixed;
        z-index:10000;
        top:0;
        background-color:white;
        display:none;
    }
    #header #navigation nav ul{
        width:100%;
    }
    #header #navigation nav ul li{
        display:block;
        width:100%!important;
        margin-top:0;
        text-align:center!important;
    }
    #header #navigation nav ul li a{
        display:block;
        padding:1.0rem 0px;
        font-size:1.5rem;
        font-weight:700;
        text-align:center!important;
    }
}







#header #subnav{
    width:100%;
    background-color:#24a9c8;
    overflow:hidden;
}
#header #subnav ul{
    width:1000px;
    margin-left:auto;
    margin-right:auto;
}
#header #subnav ul li{
    display:inline-block;
    float:left;
    padding:0.8rem 0;
    margin-right:25px;
}
#header #subnav .light-margins li{
    margin-right:10px!important;
}
#header #subnav ul li a{
    color:white;
    font-size:1.4rem;
    text-decoration:none;
    font-weight:normal;
}
#header #subnav ul li a:hover{
    text-decoration:underline;
}
#header #subnav ul li.current-subnav a{
    font-weight:bold;
}
@media (max-width:1025px) {
    #header #subnav ul{
        width:94%;
    }
    #header #subnav ul li a{
        font-size:1.3rem;
    }
}
@media (max-width:950px) {
    #header #subnav ul li{
        margin-right:20px;
    }
    #header #subnav ul li a{
        font-size:1.3rem;
    }
}
@media (max-width:900px) {
    #header #subnav ul li a{
        font-size:1.2rem;
    }
}
@media (max-width:800px) {
    #header #subnav{
        margin-top:120px;
    }
    #header #subnav ul{
        width:100%;
    }
    #header #subnav ul li{
        display:block;
        float:none;
        padding:0.8rem 0;
        margin-right:0!important;
        text-align:center;
        border-bottom:1px solid white;
    }
    #header #subnav .light-margins li{
        margin-right:0!important;
    }
}




#footer{
    margin-top:45px;
    padding-bottom:25px;
    border-top:3px solid #24a9c8;
}
#footer table{
    border-collapse:collapse;
    width:1000px;
    margin-left:auto;
    margin-right:auto;
    margin-top:5px;
}
#footer table tbody tr td{
    width:14.25%;
    padding:1.0rem 0;
    text-align:center;
}
#footer table tbody tr td a{
    color:#1d2129;
    font-size:1.4rem;
    font-weight:700;
    text-decoration:none;
}
#footer p{
    width:1000px;
    margin:auto;
    margin-top:20px;
    text-align:center;
    color:#1d2129;
    font-size:1.3rem;
}
#footer p a{
    display:inline-block;
    text-decoration:none;
    margin-left:5px;
    margin-right:5px;
}
#footer p a img{
    width:25px;
}
@media (max-width:1025px) {
    #footer table, #footer p{
        width:94%;
    }
    #footer table tbody tr td a{
        font-size:1.2rem;
    }
    #footer p{
        font-size:1.1rem;
    }
}
@media (max-width:900px) {
    #footer table tbody tr td a{
        font-size:1.1rem;
    }
    #footer p{
        font-size:1.0rem;
    }
}
@media (max-width:800px) {
    #footer table tbody tr td a{
        font-size:1.0rem;
    }
    #footer p{
        font-size:0.9rem;
    }
}
@media (max-width:600px) {
    #footer table tbody tr td{
        display:block;
        padding:0.5rem 0;
        width:100%;
    }
    #footer table tbody tr td:nth-child(1), #footer table tbody tr td:nth-child(2), #footer table tbody tr td:nth-child(3), #footer table tbody tr td:nth-child(4), #footer table tbody tr td:nth-child(5){
        display:none;
    }
}




.left-container{
    display: inline-block;
    width:70%;
}
.right-container{
    display: inline-block;
    width:25%;
    margin-left:5%;
    float:right;
}
@media (max-width:1025px) {

}
@media (max-width:950px) {

}
@media (max-width:900px) {

}
@media (max-width:800px) {

}
@media (max-width:600px) {
    .left-container{
        display: block;
        width:100%;
    }
    .right-container{
        display: block;
        width:100%;
        margin-left:0;
        float:none;
        margin-top:30px;
    }
}




#content h1{
    width:100%;
    margin:auto;
    margin-top:0;
    font-size:3.0rem;
    text-align:left;
    font-weight:bold;
    color:#1d2129;
    letter-spacing:1px;
}
#homepage #content h1{
    margin-top:30px;
    text-align:center;
}
#content h2{
    width:100%;
    margin:auto;
    margin-top:35px;
    font-size:2.3rem;
    text-align:left;
    font-weight:normal;
    color:#747e94;
    letter-spacing:1px;
}
#content h3{
    width:100%;
    margin:auto;
    margin-top:25px;
    font-size:1.6rem;
    text-align:left;
    font-weight:400;
    color:#747e94;
    letter-spacing:1px;
}
#content p{
    width:100%;
    margin:auto;
    margin-top:20px;
    text-align:left;
    font-size:1.5rem;
    line-height:2.2rem;
    letter-spacing:1px;
}
#homepage #content p{
    text-align:center;
}
#content h1 + p{
    margin-top:16px;
    color:#1d2129;
    font-weight:bold;
    margin-top:30px;
    line-height:2.5rem;
}
#content ul, #content ol{
    width:100%;
    margin:auto;
    margin-top:20px;
    text-align:left;
    font-size:1.5rem;
    line-height:2.2rem;
    letter-spacing:1px;
}
#content ul li{
    width:100%;
    margin:auto;
    margin-top:0;
    text-align:left;
    font-size:1.5rem;
    line-height:2.0rem;
    letter-spacing:1px;
    list-style: inside;
    list-style-image : url("../img/layout/picto-goutte.png");
}
#content ol li{
    width:100%;
    margin:auto;
    margin-top:0;
    text-align:left;
    font-size:1.5rem;
    line-height:2.0rem;
    letter-spacing:1px;
    list-style: inside;
    list-style-image : url("../img/layout/picto-poche-sang.png");
}
#content span{
    font-family:inherit;
    font-weight:inherit;
    font-style:inherit;
    font-size:inherit;
    line-height:inherit;
    color:inherit;
}
#content .str{
    font-family:inherit;
    font-style:inherit;
    font-size:inherit;
    line-height:inherit;
    color:inherit;
    font-weight:700;
}
#content .thin{
    font-family:inherit;
    font-style:inherit;
    font-size:inherit;
    line-height:inherit;
    color:inherit;
    font-weight:300;
}
#content .ita{
    font-family:inherit;
    font-weight:inherit;
    font-size:inherit;
    line-height:inherit;
    color:inherit;
    font-style:italic;
}
#content .citation{
    font-family:'Satisfy', cursive;
    font-size:2.3rem;
    text-align:center;
    color:#fe0069;
    margin-top:30px;
}
#content a{
    font-family:inherit;
    font-weight:inherit;
    font-style:inherit;
    font-size:inherit;
    line-height:inherit;
    color:#fe0069;
    text-decoration:none;
}
#content a:hover{
    text-decoration:underline;
}
#content figure{
    margin-top:20px;
}
#content figure img{
    width:100%;
}
#content figure figcaption{
    text-align: left;
    padding: 8px 20px;
    font-style: italic;
    font-size: 1.3rem;
    background:#e0e0e0;
    color:#1d2129;
}
#content .img-circle{
    border-radius: 50% 50%;
    -webkit-shape-outside:circle();
    shape-outside:circle();
    margin-right:3rem; 
}
#content .txt-img{
    overflow: hidden;
}
#content .txt-img img{
    float:left;
    width:35%;
}

#content .actualite{
    border-bottom:1px solid #747e94;
}
#content .actualite a{
    display: block;
    text-decoration: none;
}
#content .actualite a:hover{
    display: block;
    text-decoration: none;
}
#content .actualite p, #content .actualite figure{
    margin-top:10px;
}
#content .actualite .published{
    font-size:1.2rem;
    line-height:2rem;
}

#content table{
    width:100%;
    border-collapse: collapse;
    margin-top:25px;
}
#content table tbody tr td{
    width:33.3%;
    text-align: center;
    vertical-align: top;
    padding:5px 2%;
}
#content table tbody tr td img{
    width:100px;
}
#content table tbody tr td h2{
    width:100%;
    margin:auto;
    margin-top:0;
    font-size:1.4rem;
    text-align:center;
    font-weight:700;
    color:#1d2129;
    letter-spacing:1px;
}
#content table tbody tr td .bta{
    width:100%;
}
@media (max-width:1025px) {

}
@media (max-width:950px) {
    #content table tbody tr td h2{
        font-size:1.2rem;
    }
}
@media (max-width:900px) {

}
@media (max-width:800px) {

}
@media (max-width:600px) {
    #content table tbody tr td{
        display: block;
        width:100%;
    }
}



#content .listing-portraits{
    display: block;
    width:100%;
    list-style: none;
    overflow: hidden;
    margin-top:20px;
}
#content .listing-portraits li{
    display: block;
    float: left;
    text-align: center;
    width: 33.3%;
    margin-bottom:0;
}
#content .listing-portraits li img{
    display: block;
    width:100px;
    border-radius: 50px;
    margin: auto;
}
#content .listing-portraits li p{
    width: 100%;
    color:#1d2129;
    font-size: 1.2rem;
    line-height: initial;
    text-align: center;
    margin-top:5px;
}
#content .listing-portraits li .portrait-nom{
    color:#1d2129;
    font-size: 1.4rem;
    font-weight: 700;
    margin-top:10px;
}
@media (max-width:1025px) {

}
@media (max-width:950px) {
    #content table tbody tr td h2{
        font-size:1.2rem;
    }
}
@media (max-width:900px) {

}
@media (max-width:800px) {

}
@media (max-width:600px) {
    #content .listing-portraits li{
        display: block;
        float: none;
        width: 100%;
        margin-top:25px;
    }
}





#sidebar{
    position:relative;
}
#sidebar .sidebar-element{
    width:100%;
    margin-top:35px;
    background: repeating-linear-gradient(
        -45deg,
        #ffffff,
        #ffffff 2px,
        #fe0069 2px,
        #fe0069 4px
    );
}
#sidebar .sidebar-element:nth-of-type(1){
    margin-top:0;
}
#sidebar .sidebar-element .sidebar-element-container{
    background-color: white;
    width:91%;
    margin:auto;
    padding-left:6%;
    margin-left:3%;
}
#sidebar h3{
    font-size:1.7rem;
    text-align:left;
    font-weight:700;
    color:#fe0069;
    margin-top:0;
}
#sidebar img{
    width:100%;
}
#sidebar h3 + img{
    margin-top:10px;
}
#sidebar p{
    margin-top:10px;
    text-align:left;
    font-size:1.2rem;
    line-height: initial;
    color:#1d2129;
}











#breadcrumb{
    width:100%;
    margin-top:0;
    padding-bottom:20px;
}
#breadcrumb ul{

}
#breadcrumb ul li{
    color:#fe0069;
    display: inline-block!important;
    font-size: 1.3rem;
    line-height:initial;
    letter-spacing:0;
    width: auto;
}
#breadcrumb ul li span{
    color:#1d2129;
    font-size: inherit;
}
#breadcrumb ul li a{
    color: #1d2129;
    font-size: inherit;
    text-decoration: none;
}
#breadcrumb ul li a:hover{
    text-decoration: underline;
}
#breadcrumb ul li img{
    width:15px;
}
@media (max-width:600px) {
    #breadcrumb{
        display: none;
    }
}














.bta{
    display:inline-block!important;
    background-color:#fe0069!important;
    color:white!important;
    text-decoration:none!important;
    padding:12px 0px!important;
    text-align:center!important;
    border:0!important;
    border-radius:12px!important;
    font-weight:bold!important;
    cursor:pointer;
    min-width:147px;
}
#sidebar .bta{
    width:100%;
    padding:7px 0px!important;
    border-radius:3px!important;
    margin-top:10px;
    font-size:1.2rem!important;
}
.bta svg{
    fill:white;
}
.bta svg.svg-absolute{
    position:absolute;
    fill:white;
}
.bta:hover{
    background-color:#ff4090!important;
}
@media (max-width:1025px) {
    .bta{
        padding:15px 20px!important;
        min-width:0!important;
        width:auto!important;
    }
    #sidebar .bta{
        padding:15px 20px!important;
        width:85%!important;
    }
    .bta-light-padding-horizontal{
        padding-left:7px!important;
        padding-right:7px!important;
    }
    .bta-light-padding-horizontal{
        padding-top:10px!important;
        padding-bottom:10px!important;
    }
}











#slider-container{
    position:relative;
}
.slider{
    width:100%;
    max-width: 1700px;
    height:500px;
    margin:auto;
    margin-top:0;
}
.slider .slick-slide{
    height:500px;
    position: relative;
    cursor: pointer;
}
.slider .slick-slide img{
    object-fit: cover!important;
    width: 100%;
    height: 500px;
}
.slider .compat-object-fit {
   background-size: cover!important;
   background-position: center center!important;
}
@media (max-width:1100px) {
    .slider, .slider .slick-slide img{
        height:450px;
    }
}
@media (max-width:900px) {
    .slider, .slider .slick-slide img{
        height:450px;
    }
}
@media (max-width:700px) {
    .slider, .slider .slick-slide img{
        height:400px;
    }
}
@media (max-width:600px) {
    .slider, .slider .slick-slide img{
        height:300px;
    }
}
@media (max-width:500px) {
    .slider, .slider .slick-slide img{
        height:250px;
    }
    .slick-dots{
        display: none!important;
    }
    .slick-prev{
        left:10px!important;
    }
    .slick-next{
        right:10px!important;
    }
}
@media (max-width:450px) {
    .slider, .slider .slick-slide img{
        height:230px;
    }
}
@media (max-width:400px) {
    .slider, .slider .slick-slide img{
        height:160px;
    }
}









.frm{
    width: 100%;
    margin:auto;
    margin-top:35px;
}
.frm .frm-row{
    width: 100%;
    margin:auto;
    margin-top:17px;
}
.frm .frm-row label{
    display: block;
    width: 55%;
    margin:auto;
    text-align: left;
    color:#1d2129;
    font-size: 1.4rem;
}
.frm .frm-row input[type="text"], .frm .frm-row input[type="password"], .frm .frm-row input[type="email"]{
    display: block;
    width: 55%;
    margin:auto;
    margin-top:3px;
    padding:10px 0;
    text-indent: 7px;
    border:1px solid #fe0069;
    color:#1d2129;
    border-radius: 3px;
    font-size: 1.3rem;
    outline: none;
}
.frm .frm-row input[type="submit"]{
    display: block;
    width: 55%;
    margin:auto;
    margin-top:0;
    padding:10px 0;
    text-align: center;
    border:1px solid #fe0069;
    background-color: #fe0069;
    color:white;
    border-radius: 3px;
    font-size: 1.3rem;
    font-weight: bold;
    cursor: pointer;
}
.frm .frm-row input[type="submit"]:hover {
    background-color: #ff4090;
    border:1px solid #ff4090;
}
.frm .frm-forgot-password{
    text-align: center!important;
    margin-top:25px!important;
    font-size: 1.3rem!important;
}
.frm .frm-message-error{
    color:red!important;
    text-align: center!important;
    margin-top:25px!important;
    font-size: 1.4rem!important;
    font-weight: bold!important;
}
.frm .form-required{
    color:#747e94;
    font-size:1.1rem!important;
    font-style: italic;
    text-align: left;
    margin-top:25px!important;
}
@media (max-width:1025px) {
    .frm .frm-row input[type="text"], .frm .frm-row input[type="password"], .frm .frm-row input[type="email"], .frm .frm-row input[type="submit"]{
        width: 65%;
    }
}
@media (max-width:950px) {

}
@media (max-width:900px) {
    .frm .frm-row input[type="text"], .frm .frm-row input[type="password"], .frm .frm-row input[type="email"], .frm .frm-row input[type="submit"]{
        width: 70%;
    }
}
@media (max-width:800px) {
    .frm .frm-row input[type="text"], .frm .frm-row input[type="password"], .frm .frm-row input[type="email"], .frm .frm-row input[type="submit"]{
        width: 80%;
    }
}
@media (max-width:600px) {
    .frm .frm-row input[type="text"], .frm .frm-row input[type="password"], .frm .frm-row input[type="email"], .frm .frm-row input[type="submit"]{
        width: 95%;
    }
}






@media (max-width:1025px) {

}
@media (max-width:950px) {

}
@media (max-width:900px) {

}
@media (max-width:800px) {

}
@media (max-width:600px) {

}



#tarteaucitron {
        
}
#tarteaucitronAlertBig{
    background-color: #333;
}
#tarteaucitronPersonalize{
    background: #fe0069 !important;
    color: #ffffff !important;
    font-size: 17px !important;
    border-radius: 10px;
}
#tarteaucitronCloseAlert{
    background: #fe0069  !important;
    color: #ffffff !important;
    border-radius: 10px;
    font-size: 17px !important;
    padding: 5px 10px !important;
}
#tarteaucitronAlertBig {
        
}
#tarteaucitronAlertSmall {
    display: none!important;
}
