html{
	height: 100%;
}
body{
	height: 100%;
    font-family: 'Dosis', sans-serif;;
    color: #7a7f8e;
    font-size: 16px;
    background: #f9f9f9;
}
*{
	outline:none !important;
	text-decoration:none;
	margin:0;
	padding:0;
}
a{
    -webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
    transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
    color: #7a7f8e;
}
table {
    border-collapse: collapse;
}
table td, table th{
    padding: 10px;
    border: 1px solid #eee;
}
.text-center{
    text-align: center;
}
.d-none{
    display: none !important;
}
.flex-wrap {

    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;

}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;

}
.pull-left{
    float: left;
}
.pull-right{
    float: right;
}
.block{
    padding: 0 5%;
}
.col-md-12{
    width: 100%;
}
.col-md-6{
    width: 50%;
}
.col-md-4{
    width: 33%;
}
.col-md-3{
    width: 25%;
}
.block.col-md-12{
    width: 90%;
}
.block.col-md-6{
    width: 40%;
}
.block.col-md-4{
    width: 23%;
}
.block.col-md-3{
    width: 15%;
}
.w-100{
    width: 100% !important;
}
.m-t-10{
    margin-top: 10px;
}
.m-t-20{
    margin-top: 20px;
}
.m-t-30{
    margin-top: 30px;
}
header{
    width: 100%;
    display: flex !important;
    justify-content: center;
}
footer{
    background: #eaecf3;
    color:#7a7f8e;
    padding: 40px 0;
    text-transform: uppercase;
    margin-top: 30px;
    display: flex !important;
    justify-content: center;
}
.parallax-background {
    background-position: 50% 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
#header-top{
    height: 60px;
    display: flex !important;
    justify-content: center;
    position: fixed;
    z-index: 1000;
    padding-top: 5px 0;
    width: 100%;
}
.fixed #header-top {
    -webkit-box-shadow: 0 2px 4px rgba(15,34,58,.09);
    box-shadow: 0 2px 4px rgba(15,34,58,.09);
}
.single-post .fixed #header-top {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.single-post .scroll #header-top {
    -webkit-box-shadow: 0 2px 4px rgba(15,34,58,.09);
    box-shadow: 0 2px 4px rgba(15,34,58,.09);
}
#header-left{
    width: 160px;
    padding: 5px;
    float: left;
}
#header-left img{
    max-width: 100%;
}
header.fixed #header-left img{
    max-width: 65px;
}
#header-right{
    position: absolute;
    right: 0;
    top: 50px;
}
header.fixed #header-right{
    top: 8px;
}
#header-bottom{
    display: flex !important;
    justify-content: center;
    width: 100%;
    height: 140px;
    padding-top: 70px;
}
.parallax-background #header-bottom{
    background: linear-gradient(360deg, transparent, rgba(10,10,10,0.5));
}
#bg_page{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover !important;
    background-position: center center !important;
    z-index: -1;
}
#bg_masque{
    position: fixed;
    background: linear-gradient(to right top, rgba(10,10,10,0.9), transparent);
    min-height: 100vh;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.selection_affichage{
    margin: 20px 0;
}
.selection_affichage .affichage{
    color:#eaecf3;
    margin-right: 10px;
    cursor: pointer;
}
.selection_affichage .affichage:hover, .selection_affichage .active{
    color:#3d4663;
}
.selection_affichage .count_article{
    color:#7a7f8e;
    font-weight: 600;
}
.section{
    display: flex !important;
    justify-content: center;
}
.single-post .section{
    padding-top: 80px;
}
h1{
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    margin: 20px 0 10px;
    width: 100%;
    color: #111;
}
#liste-documents, .single-post .section{
    min-height: calc(100vh - 200px);
}
.container{
    max-width: 1170px;
    width: 100%;
    position: relative;
}
.single-post .document {
    background: #fff;
    padding: 40px;
    border-radius: 6px;
    width: calc(100% - 80px);
}
.single-post .container-fichier .document {
    width: 100%;
}
.page-template-accueil .container{
    max-width: 1600px;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}
.logo_header{
    text-align: center;
    margin-top: 20px;
}
.single-post .container-fichier{
    max-width: 30%;
    max-height: calc(100vh - 62px);
    position: fixed;
    left: 0;
    top: 62px;
    overflow: auto;
    padding:0;
}
.single-post .container-fichier .document{
    padding: 20px 10px;
    margin: 0;
    box-shadow: none;
    -webkit-box-shadow:none;
    max-width: calc(100% - 20px);
    min-height: calc(100vh - 145px);
}
.single-post .meta{
    float: right;
}
.single-post .categorie{
    float: none;
    background: #f3aa54;
}
.retour{
    color: #3d4663;
    padding: 10px 0 10px 0px;
    position: relative;
    display: flex;
}
.retour i{
    margin-right: 5px;
    margin-top: 2px;
}
.single-post .container-fichier .retour{
    margin-left: 5px;
}
.scrolltotop {
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,0.9);
    position: fixed;
    bottom: 90px;
    right: 15px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 50%;
}
.single-post #lecteur{
    width: 70%;
    height: calc(100vh - 60px);
    position: fixed;
    right: 0px;
    top: 60px;
}
.page-template-accueil h2{
    text-transform: none;
    font-size: 48px;
    line-height: 48px;
    font-weight: 500;
    margin: 50px 0 0 0;
}
.page-template-accueil .btn{
    margin-top: 40px;
    height: auto;
}
.nav{
    width:320px;
}
.nav li{
    list-style: none;
    margin: 0 10px 0 0;
    line-height: 48px;
    font-size: 15px;
    color: #3d4663;
    font-weight: 600;
    float: left;
    text-align: left;
}
.nav-avatar{
    width: 260px;
    line-height: 20px !important;
}
.nav-contact{
    width: 30px;
    margin-right: 20px !important;
    cursor: pointer;
}
.nav-contact i{
    font-size: 1.4em;
}
.nav .coordonnees span{
    position: relative;
}
.nav .coordonnees i{
    position: absolute;
    top: 0;
    right: -15px;
}
.nav li.nav-avatar:hover{
    line-height: 20px;
    font-weight: 400;
}
.nav .nav-avatar .hover{
    display: none;
}
.nav .nav-avatar .active{
    display: block;
}
.nav .nav-avatar:hover .hover{
    display: block;
}
.nav .nav-avatar:hover .active{
    display: none;
}
.nav .deconnexion{
    color: #ff0000;
    display: block !important;
    opacity: 1;
}
.get_coordonnees, .get_profil{
    cursor: pointer;
}
.nav-link.avatar{
    float: left;
    height: 60px;
    width: 50px;
    margin-right: 10px;
}
.nav-link.avatar img{
    border-radius: 50%; 
    border: 2px solid #fff;
    background: #fff;
}
.nav-right li{
    float: right;
}
.page_connexion{
    justify-content: center;
}
.espace-connexion{
    width: 96%;
    max-width: 320px;
    margin-top: 5%;
    padding: 2%;
    background: rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    border-radius: 2px;
}
.espace-connexion h1{
    color: #fff;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 32px;
    margin: 0 0 10px;
    text-align: center;
    width: 100%;
}
.espace-connexion h2{
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0 0 20px;
    text-align: center;
    width: 100%;
    font-weight: 500;
}
.espace-connexion .form{
    width: 100%;
}
.input-group input, .input-group textarea {
    background: #eee;
    border: none;
    padding: 0 20px;
    height: 40px;
    display: inline-block;
    font-size: 14px;
    color: #817c83;
    margin-bottom: 10px;
    width: calc(100% - 40px);
}
.input-group textarea {
    padding: 20px;
    height: 140px;
}
.espace-connexion .form .link {
    cursor: pointer;
    margin: 0 0 20px 0;
    text-align: left;
    font-size: 14px;
    color: #fff;
}
.btn, .acf-button {
    font-size: 16px;
    padding: 15px 20px;
    border: none;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
}
.btn-file{
    background: #eaecf3 !important;
    color: #3d4663;
    border: 2px dashed #3d4663;
    position: relative;
    border-radius: 0;
}
.acf-button, button.btn{
    font-size: 20px;
    font-weight: 400;
    padding: 7px 20px;
}
.acf-field-image .acf-input{
    min-height: 50px;
}
.acf-field-image .acf-button{
    position: absolute;
    left: 0;
    background: #f3aa54;
    color: #fff;
    border-radius: 0;
}
.btn-default{
    background: #f3aa54;
}
.btn-default:hover{
    background: #eb983a;
}
.btn:hover{
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
}
.btn-file:hover{
    box-shadow: none;
}
.btn-default:hover::before{
    opacity: 1;
}
.btn-block, .button-large{
    width: 100%;
}
.radio-group{
    text-align: center;
    margin-bottom: 20px;
    justify-content: center;
}
.radio-group .radio{
    margin-right: 10px;
}
.form-group-message a{
    color:rgba(209, 35, 42, 1) ;
    text-decoration: underline;
}
.form-group-message .m_system {
    width: calc(100% - 20px);
    display: inline-block;
    padding: 10px 10px 8px 10px;
    margin-bottom: 10px;
    line-height: 14px;
    text-align: left;
}
.form-group-message span {
    margin: 0;
    font-weight: 600;
    padding: 0;
    background: none;
    text-align: left;
    font-size: 14px;
}
.form-group-message span img {
    float: left;
    width: 16px;
    margin: -2px 5px 0 0;
}
.form-group-message .m_infos{
    border: 1px solid rgba(235, 169, 50, 1);
    background: rgba(235, 169, 50, 0.26);
    color:rgba(235, 169, 50, 1) ;
}
.form-group-message .m_alerte {
    background: rgba(209, 35, 42, 0.26);
    border: 1px solid rgba(209, 35, 42, 1);
    color:rgba(209, 35, 42, 1) ;
}
.form-group-message .m_valide{
    background: rgba(28, 136, 32, 0.26);
    border: 1px solid rgba(28, 136, 32, 1);
    color:rgba(28, 136, 32, 1) ;
}
.input-mot_passe{
    position: relative;
}
.input-group-append {
    position: absolute;
    right: 1px;
    height: 38px;
    width: 38px;
    top: 0;
    z-index: 2;
}
.input-group-append span {
    display: inline-block;
    height: 40px;
    width: 40px;
    background: url(../img/eye.svg) center center no-repeat;
    background-size: 22px auto;
    border: 0;
    box-shadow: none;
    font-size: 0;
    cursor: pointer;
}
.input-group-append span.input-password-show {
    background: url(../img/eye-2.svg) center center no-repeat;
    background-size: 22px auto;
}
[type="radio"]:checked + span, [type="radio"]:not(:checked) + span {
    font-size: 1rem;
    line-height: 25px;
    position: relative;
    display: inline-block;
    height: 25px;
    padding-left: 35px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: .28s ease;
    transition: .28s ease;
}
[type="radio"]:checked, [type="radio"]:not(:checked) {
    position: absolute;
    pointer-events: none;
    opacity: 0;
}
[type="radio"]:not(:checked) + span::after, [type="radio"]:not(:checked) + span::before {
    border: 2px solid #5a5a5a;
}
[type="radio"]:not(:checked) + span::after {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
[type="radio"].with-gap:checked + span::after {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
}
[type="radio"] + span::after, [type="radio"] + span::before {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    margin: 10px;
    content: '';
    -webkit-transition: .28s ease;
    transition: .28s ease;
}
[type="radio"].with-gap:checked + span::after, [type="radio"].with-gap:checked + span::before, [type="radio"]:checked + span::after, [type="radio"]:checked + span::before, [type="radio"]:not(:checked) + span::after, [type="radio"]:not(:checked) + span::before {
    border-radius: 50%;
}
[type="radio"].with-gap:checked + span::after {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
}
.file-field input[type="file"] {
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
#mask {
    background-color: rgba(0, 0, 0, 0.39);
    position: fixed;
    z-index: 999;
    height: 100vh;
    width: 100vw;
    top: 0;
    right: 0;
    display: none;
}
.modal-right {
    position: fixed;
    top: 0px;
    right: -100%;
    max-width: 480px;
    height: 100vh;
    width: 100%;
    z-index: 1000;
    overflow: hidden;
    background-color: #fff;
    overflow: auto !important;
}
.modal-right .modal-content{
    padding: 50px;
}
.modal-right .titre{
    font-size: 24px;
    font-weight: 800;
    margin: 0 0 30px;
    color: #3d4663;
}
.modal-right .close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 5;
    width: 20px;
    height: 20px;
    font-size: 20px;
    cursor: pointer;
    border: none;
    cursor: pointer;
}
#filter-categories{
    width: 96%;
    display: inline-block;
    margin: 82px 0 0 0;
}
.filter{
    text-decoration: none;
    display: inline-block;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 6px 6px 0 0;
    margin: 0 5px 0 0;
    padding: 20px 10px;
    color: #fff;
    background-color: #f3aa54;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.filter:hover, .filter.active{
    color: #3d4663 !important;
    background-color: #fff !important;
}
.pagination {
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
    text-align: center;
    list-style: none;
}
.pagination a, .pagination span {
    padding: 8px 12px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    z-index: 1;
    position: relative;
    cursor: pointer;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
    text-decoration: none;
    color: #111;
    background-color: #fff;
    border-radius: 2px;
}
.pagination a.active{
    color: #fff;
    background-color: #111;
}
.document{
    position: relative;
    width: 100%;
    margin: 20px 0;
}
.document h2{
    font-size: 30px;
    line-height: 32px;
    font-weight: 800;
    margin: 40px 0 20px;
    color: #3d4663;
}
.single-post .document h2{
    margin: 0 0 40px 0;
}
.single-post .container-fichier h2{
    display: flex;
    width: 100%;
    margin-top: 50px;
}
.single-post .container-fichier .meta{
    float: left;
}
.document .date{
    margin-bottom: 10px;
    color: #7a7f8e;
    font-size: 14px;
    line-height: 28px
}
.document h3{
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}
.document .extrait{
    color: #7a7f8e;
    font-size: 16px;
}
.document h4{
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 20px;
}
.document h5{
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 20px;
}
.document h6{
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 20px;
}
.document .icon{
    width: 160px;
    margin-right: 20px;
    text-align: center;
}
.single-post .icon{
    width: 80px;
}
.document .icon img{
    width: 100%;
}
.document .fichier{
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding: 20px;
    display: flex;
}
.document .fichier:last-child{
    margin-bottom: 0;
    border: none;
    padding-bottom: 0;
}
.document .fichier h3{
    margin-top: -5px;
    margin-bottom: 15px;
}
.document .fichier .btn, .document .extrait-contenu .btn{
    font-size: 16px;
    line-height: 16px;
    padding: 8px 20px;
    font-weight: 500;
    float: left;
}
.document .fichier .btn{
    margin: 0 10px 10px 0;
}
.document .fichier .contenu{
    width: calc(100% - 100px);
}
.document .extrait-contenu{
    width: 40%;
    padding: 5%;
    background: #eaecf3;
    border-radius: 6px;
}
.document .extrait-contenu .btn{
    float: left;
    margin-top: 20px;
}
.document .media{
    width: 50%;
    padding: 0;
    border-radius: 6px;
    overflow: hidden;
    transform: translateZ(0);
    margin-right: 20px;
}
.document .visuel{
    transition: transform 4s cubic-bezier(.2,1,.22,1);
    backface-visibility: visible;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}
.document:hover .visuel{
    transform: scale(1.14);
    -webkit-transform: scale(1.14);
}
.contenu blockquote {
    border-left: 5px solid #000;
    padding: 10px 20px;
    margin: 10px;
}
.categorie{
    float: left;
    font-size: 12px;
    font-weight: 800;
    margin-right: 20px;
    padding: 5px 20px;
    color: #fff;
    background: #fff;
    border-radius: 6px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.descriptif p{
    margin-bottom: 20px;
}
.descriptif a{
    color: #111;
    text-decoration: underline;
}
.contenu ul, .contenu ol{
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
    margin-left: 60px;
}
#liste-documents.listing .visuel *{
    display: none;
}
#liste-documents.grid{
    display: flex;
    flex-wrap: wrap;
}
#liste-documents.grid .item{
    display: flex;
    width: calc(50% - 10px);
    margin: 10px 0 10px 10px;
}
#liste-documents.grid .item:nth-child(2n+1){
    margin: 10px 10px 10px 0;
}
#liste-documents.grid .bg{
    width: 100%;
    height: 100%;
    float: left;
    background: linear-gradient(0deg, rgb(62, 70, 99) 0%, rgba(62,70,99,0) 70%, transparent);
}
#liste-documents.grid .visuel *{
    display: initial;
} 
#liste-documents.grid  .document:hover .visuel{
    transform: scale(1);
    -webkit-transform: scale(1);
}
#liste-documents.grid .document{
    position: relative;
    width: 100%;
    margin: 0;
}
#liste-documents.grid .has-media .extrait-contenu {
    display: none;
}
#liste-documents.grid .media{
    width: 100%;
    margin: 0;
}
#liste-documents.grid .extrait-contenu {
    width: 90%;
}
#liste-documents.grid .media .categorie{
    margin: 60px 0 0 40px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    float: left;
}
#liste-documents.grid .media .date{
    margin: 140px 0 0 40px;
    color: #fff;
    float: left;
    width: 100%;
}
#liste-documents.grid .media .date::before{
    color: #fff;
}
#liste-documents.grid .media h2{
    margin: 20px 0 60px 40px;
    color: #fff;
    float: left;
}
.ug-thumb-wrapper.ug-thumb-generated {
    padding-top: 25px;
}

.ug-thumb-wrapper.ug-thumb-generated.ug-thumb-selected img {
    width: 88% !important;
    height: 88% !important;
    border: 4px solid #d92030;
}

.ug-thumb-wrapper.ug-thumb-generated.ug-thumb-selected:after {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 100%;
    height: 11px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/bg-thumb.png);
}

.ug-zoompanel.ug-skin-default .ug-zoompanel-button, .ug-button-fullscreen.ug-skin-default::before, .ug-arrow-left.ug-skin-default::before, .ug-arrow-right.ug-skin-default::before {
    color: #fff !important;
}

/*******waves-effect********/
.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    transition: .3s ease-out;
  }
  
  .waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.7s ease-out;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: scale(0);
            transform: scale(0);
    pointer-events: none;
  }
  
  .waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, 0.45);
  }
  
  .waves-effect.waves-red .waves-ripple {
    background-color: rgba(244, 67, 54, 0.7);
  }
  
  .waves-effect.waves-yellow .waves-ripple {
    background-color: rgba(255, 235, 59, 0.7);
  }
  
  .waves-effect.waves-orange .waves-ripple {
    background-color: rgba(255, 152, 0, 0.7);
  }
  
  .waves-effect.waves-purple .waves-ripple {
    background-color: rgba(156, 39, 176, 0.7);
  }
  
  .waves-effect.waves-green .waves-ripple {
    background-color: rgba(76, 175, 80, 0.7);
  }
  
  .waves-effect.waves-teal .waves-ripple {
    background-color: rgba(0, 150, 136, 0.7);
  }
  .waves-effect.waves-blue .waves-ripple {
    background-color: rgba(0, 57, 99, 0.7);
  }
  
  .waves-effect input[type="button"], .waves-effect input[type="reset"], .waves-effect input[type="submit"] {
    border: 0;
    font-style: normal;
    font-size: inherit;
    text-transform: inherit;
    background: none;
  }
  
  .waves-effect img {
    position: relative;
    z-index: -1;
  }
  
  .waves-notransition {
    transition: none !important;
  }
  
  .waves-circle {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
  }
  
  .waves-input-wrapper {
    border-radius: 0.2em;
    vertical-align: bottom;
  }
  
  .waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
  }
  
  .waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
    -webkit-mask-image: none;
  }
  
  .waves-block {
    display: block;
  }
  
  /* Firefox Bug: link not triggered */
  .waves-effect .waves-ripple {
    z-index: -1;
  }

@media only screen and (max-width: 768px) {
    .single-post .container-fichier{
        max-width: 40%;
    }
    .single-post #lecteur{
        width: 60%;
    }
    .single-post  .container-fichier .document h2 {
        font-size: 20px;
        line-height: 28px;
        font-weight: 500;
        margin-bottom: 10px;
    }
    .single-post .container-fichier .document h3 {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .single-post .container-fichier .btn {
        font-size: 12px;
        line-height: 14px;
        padding: 8px;
    }
    .page-template-accueil .container{
        display: block !important;
    }
    .page-template-accueil .container .block h2{
        text-align: center;
    }
    .page-template-accueil .container .block{
        width: 90% !important;
        margin-bottom: 40px;
        float: left;
    }
}
@media only screen and (max-width: 998px) {
    #header-left{
        width: 130px;
    }
    #header-bottom{
        height: auto;
    }
    #header-right{
        top:25px;
    }
    #filter-categories{
        width: 100%;
        margin-top: 40px;
    }
    .filter {
        width: calc(100% - 60px);
        border-radius: 0;
        padding: 15px 15px;
    }
}
@media only screen and (max-width: 767px) {
    .document h2 {
        font-size: 20px;
        line-height: 26px;
        font-weight: 500;
        margin-bottom: 15px;
    }
    .document .extrait-contenu {
        width: 100%;
    }
    .single-post .section-fichier{
        display: block !important;
        padding-top: 0;
    }
    .single-post .container-fichier{
        max-width: 100%;
        width: 100%;
        height: 25vh;
        top: inherit;
        bottom: 0;
        left: 0;
        background: #eee;
        z-index: 2;
    }
    .single-post #lecteur{
        max-width: 100%;
        width: 100%;
        height: calc(75vh - 60px);
        position: relative;
        top: 60px;
    }
    .single-post .container-fichier .retour{
        position: fixed;
        top: 60px;
        z-index: 3;
        width: 100%;
        background: #eee;
        margin: 0;
    }
    .document .fichier{
        padding: 10px;
    }
    .document .icon{
        width: 40px;
    }
    .document .icon svg{
        height: 40px;
        width: 40px;
    }
    .document .media, .affichage.grid{
        display: none !important;
    }
}
@media only screen and (max-width: 480px) {
    .nav-contact{
        margin-right: 0 !important;
    }
    #header-right {
        width: 50%;
        margin-right: 12%;
    }
}