.icon-menu:before {
    content: "\e5d2";
    font-size: 50px;
}
ul.list-inline-block{
    display: inline;
}
ul.list-inline-block li{
    float: left;
    margin-right: 15px;
    margin-left: 15px;
    padding-right: 15px;
}

/* remonte le player du bas du block cover */
.site-blocks-cover .player {
    position: absolute;
    bottom: -125px;
    width: 100%;
}
.site-block-subscribe .form-control {
    font-weight: 300;
     border-color: #444 !important;
    height: 80px;
    font-size: 22px;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #222!important;
}
/* search form site */

#searchFormSection{
    display: none;
    position: fixed;
    z-index:1000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    background-color: rgba(0,0,0,0.55);
    /*background-color: #828282;*/
}

#searchContainer{
    width: 800px;
    max-width: 80%;
    height:100px;
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#searchContainer label{
    font-size: 30px;
    font-weight: 300;
    color:tomato;
}
#searchContainer input[type='text']{
    width: 100%;
    height: 70px;
    font-size: 30px;
    color:tomato;
    background-color: #FFFFFF;
    border: none;

}
#searchContainer input[type='text']::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #EEE;
    opacity: 1; /* Firefox */
}

#searchContainer input[type='text']:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #EEE;
}

#searchContainer input[type='text']::-ms-input-placeholder { /* Microsoft Edge */
    color: #EEE;
}
#searchContainer .errorMessage{
    color:tomato;
}
a svg #cross {
    transition: 200ms;
    transition-timing-function: ease-in-out;
    -webkit-transition: 200ms;
    -webkit-transition-timing-function: ease-in-out;
}
a svg:hover #cross{
    fill: tomato;
}
.text-dates{
    font-style: italic;
    font-size: 1.6rem;
}
.text-dates span{
    font-size: 1.2rem;
}

/* sub nav */
.subNav{
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}
.subNav li{
    display:inline-block;
    float:left;
}

@media (max-width: 768px) {
    .subNav li{
        display:block;
        float:none;
        width: 100%;
        margin-bottom: 10px;
    }
    .subNav li .btn{
        width: 100%;
    }
}
/* FAQ */
.FaQ_Each{
    /*padding-bottom: 10px;*/
    padding-bottom: 0;
    margin-bottom: -1px;
}
.box  {
    /*background: rgba(246, 246, 246, 1);*/
    color: #666666;
    padding-top: 15px;
    padding-bottom:15px;
    padding-left: 20px;
    font-size: 13px;
    text-transform: none;
    cursor:pointer;
    border: 1px solid #d9d9d9;
}
.draw {
    display: none;
    background: #ffffff;
    padding: 20px;
    border-bottom: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    color: #000000;
    padding-left:30px;
}
#other{
    display: none;
}

/* FILTRES ARTICLES */
.rounded-checkbox input {
    display: none;
}

.rounded-checkbox .check {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    border: 3px solid #e6e6e6;
    border-radius: 50%;
    vertical-align: middle;
    background-color: #fff;

}

#blockFilter .rounded-checkbox .check {
    transform: scale(.75);
    -webkit-transform: scale(.75);
}
.rounded-checkbox input:checked + span {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.rounded-checkbox input:checked + span:after {
    content: "\f058";
    display: block;
    position: absolute;
    top: -18px;
    left: -3px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-family: icomoon;
    font-size: 35px;
    color:#595959;
}
/*
.rounded-checkbox:hover{
    cursor: pointer;
}
.rounded-checkbox input:checked:hover + span:after{
    color:tomato;
    content : "\f057";
    cursor: pointer;
}*/
.square-checkbox {
    font-weight: 400;
    color: #bfbfbf;
}

.square-checkbox input {
    display: none;
}

.square-checkbox .check {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    border: 3px solid #e6e6e6;
    vertical-align: middle;
    background-color: #fff;
}

.square-checkbox input:checked + span {
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.square-checkbox input:checked + span:after {
    content: "\f00c";
    display: block;
    position: absolute;
    top: -12px;
    left: -3px;
    width: 30px;
    height: 30px;
    font-family: FontAwesome;
    font-size: 35px;
    color:#595959;
}

/*@media (max-height:950px){*/

    /*#row-dates.row{*/

        /*min-height: 400px;*/
        /*height: calc(70vh);*/
    /*}*/

/*}*/


/* CHANGEMENT COULEURS ET TYPOS */
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono&display=swap');

body{
    font-family: 'Roboto Mono', monospace;
}
.btn{
    white-space: inherit;
}

.btn-primary{
    background-color: #0197de;
    border-color: #0197de;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    color: #fff;
    background-color: #017cc2;
    border-color: #017cc2;
}

a, .site-mobile-menu .site-nav-wrap li.active > a, .site-mobile-menu .site-nav-wrap a:hover {
   color: #0197de;
}

a:hover{
    color: #017cc2;
}

/* MENU */
.site-mobile-menu {
    width: 500px;
}

@media (max-height:768px){
    .site-mobile-menu {
        width: 100%;
    }
}

