.mouse_link:hover { cursor:pointer; }

.mask_vide {  background-color: none !important; }
.mask_white {  background-color: #ffffffa0 !important; }
.mask_deepwhite {  background-color: #ffffffd0 !important; }
.mask_black {  background-color: rgba(164, 96, 150, 0.7) !important; }
.mask_deepblack {  background-color: #000000e0 !important; }
.mask_bleu  {  background-color: #074da2a0 !important; }

h1 { font-size: 34px !important; }
.LH-120 { line-height : 120%; }

.topbanner .bg  { 
    padding:0;
    background-size:cover; 
}    
.topbanner .container  { 
    padding : 2em 1em;
}    
.topbanner h1 { 
    font-size: 34px !important; 
    text-align:right; 
    margin-top : 3em;
    margin-bottom : 1em;
    margin-left: 30%;
}
.topbanner h3 { 
    text-align:right; 
    margin-bottom : 2em;
}
@media (max-width:991px) {
    .topbanner .bg  { 
        padding:0;
        background-image: none !important;
        background-color: #ddd;
    }    
    .topbanner h1 { 
        font-size: 24px !important; 
        margin-top : 1em;
        margin-left: 15%;
    }
    .topbanner h3 { 
        font-size: 18px !important; 
    }
}    


.header_area .main_menu {
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.7); 
    height: 126px;
}    
.header_area.navbar_fixed .main_menu {
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.7); 
    height: 96px;
}    
    
@media (min-width:1200px) {
    .header_area .navbar {
        max-width:1140px;
        margin: 0px auto;
        padding: 10px 0;
    }
    .header_area.navbar_fixed .navbar {
        padding: 3px 0;
    }
}
@media (max-width:1199px) {
    .header_area .main_menu {
        box-shadow: none; 
        height: 2px;
    }    
}

.mouse_link:hover { cursor:pointer; }

@media (min-width:992px) {
    .col-lg-25p {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-20p {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }
}


.preview_video {
    display:none;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, 0.95);
    z-index: 9999;
}
.preview_video .iframe_video {
    width:75%;
    height: 90%;
    margin: 10px auto;
}
.preview_video .iframe_video article,
.preview_video .iframe_video iframe {
    width: 100%;
    height:100%;
}
.preview_video .iframe_video article {
    width: 100%;
    height:100%;
    overflow: auto;
    color: white;
}
.preview_video .iframe_video article img { float:left; height:100px; margin:5px 15px; }
.preview_video .iframe_video article hr { background-color:lightgrey; }
@media (max-width: 640px) {
    .preview_video .iframe_video article img { float:left; height:60px; margin:5px 10px; }
}
@media (max-width: 480px) {
    .preview_video .iframe_video article img { float:none; width:90%; height:auto; margin:5px auto; }
}

.preview_video .top_status_video {
    display: inline-block;
    position: fixed;
    top: 5px;
    right:5px;
    color: white;
    text-align: right;
    background-color: transparent;
    border:2px solid white;
    border-radius:100%;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: bold;
}
.preview_video .top_status_video .bouton:hover { cursor: pointer }

.preview_video .status_video {
    display: block;
    position: fixed;
    bottom:20px;
    width: 100%;
    color: white;
    text-align: center;
    background-color: red;
    padding: 3px 10px;
    margin: 10px 0 0 0;
    font-size: 13px;
    font-weight: bold;
}
.preview_video .status_video .bouton:hover { cursor: pointer }



portfolio-item h2 {
    font-size:1.1rem !important;
    font-weight: bold;
    color:black;
}
.portfolio-item h3 {
    font-size:1rem !important;
    font-weight: bold;
}
.portfolio-item .img-fluid {
    width:100%;
    max-width:none;
}
.portfolio-item .video:hover { cursor: pointer }
.portfolio-item .caption-content { margin: 5px 10%; padding:5px 10px; }
.portfolio-item .caption-content h3 { color:black; font-size: 14px !important; }
.portfolio-item .caption-content h4 { color:black; font-size: 12px !important; }
.portfolio-item:hover .video .mask {
    background-color: #692a5ee0 !important;
}
.portfolio-item .video blockquote {
    display: none;
}

.portfolio-item .librairie:hover { cursor: pointer; }
.portfolio-item .lib.caption-content { margin: 10px 10%; }
.portfolio-item .lib.caption-content h3 { color:black; font-size: 14px; }
.portfolio-item .lib.caption-content h4 { color:black; font-size: 12px; }
.portfolio-item .lib.caption-content p { color:black; }
.portfolio-item:hover .librairie .caption-content h3 { color:white; }
.portfolio-item:hover .librairie .caption-content p { color:white; }
.portfolio-item:hover .librairie .mask {
    background-color: #692a5ee0 !important;
    color: white !important;
}

.portfolio-item .annuaire  { height:250px; }
.portfolio-item .annuaire a { color:black; }
.portfolio-item .annuaire .caption-content {
    margin: 10px 10%;
    text-align: center;
    width:100%;
}
.portfolio-item .annuaire .caption {
    border: 2px solid transparent;
    line-height:120%;
}
.portfolio-item .annuaire .mask_deepwhite:hover {
    cursor:pointer;
}
.portfolio-item:hover .annuaire .mask_deepwhite {
    background-color: transparent !important;
    border: 2px solid red;
}
.portfolio-item:hover .annuaire .mask_deepwhite h3,
.portfolio-item:hover .annuaire .mask_deepwhite {
    font-size:0px !important;
}
.portfolio-item .annuaire .mask_deepblack .caption-content h3 { color:white; }




.agenda {
    border: 1px solid #cccccc;
    border-radius: 1rem !important;
    overflow: hidden;
}
.agenda .date {
    background-color:darkred;
    color:white;
    text-align: center;
    font-size:12px;
    padding:5px;
    line-height:20px;
}
.agenda .date_notpaid {
    background-color:darkred;
    color:white;
}
.agenda .date_paid {
    background-color:darkgreen;
    color:white;
}
.agenda .date span {
    font-size: 2em;
    font-weight: bold;
}
.agenda .titre {
    vertical-align: top;
    font-size:13px;
    color: black;
    padding: 3px 10px;
}
.agenda .infos,
.agenda .titre small {
    font-size:11px;
}
.agenda .infos a,
.agenda .titre a {
    color: #074da2;
}
.agenda .infos a:hover,
.agenda .titre a:hover {
    color: #074da2;
}
.agenda .lieu {
    vertical-align: top;
    text-transform: uppercase;
    text-align: center;
    font-size:14px;
    font-weight: bold;
    color: black;
}
.agenda .lieu .complet {
    display: block;
    width: 100%;
    color:darkred;
    font-weight: bold;
    font-size:12px;
}
.agenda .status .notpaid {
    color:darkred;
    font-weight: bold;
    font-size:14px;
    text-align:center;
}
.agenda .status .paid {
    color:darkgreen;
    font-weight: bold;
    font-size:14px;
    text-align:center;
}
.agenda .titre_pay {
    font-size:12px;
}
.agenda .titre_pay small {
    font-size:10px !important;
}
.agenda .hide_panel {
    display:none;
}



.flash_info {
    display:none;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, 0.8);
    z-index: 9999;
}
.flash_info .flash_window {
    width: 70%;
    max-width:900px;
    height: auto;
    margin: 10% auto 0;
    background-color: rgb(0,0,0);
    border:3px solid white;
    border-radius: 10px;
    overflow: hidden;
    color: white;
    background: url(../photos/flash_info.jpg);
}
.flash_window .flash_closer {
    display:inline-block;
    float: right;
    color: white;
    text-align: center;
    background-color: red;
    border:2px solid white;
    border-radius:100%;
    padding: 2px 5px;
    font-size: 10px;
    font-weight: bold;
}
.flash_window .flash_closer .bouton:hover { cursor: pointer }
.flash_window .flash_closer:after {
    clear:both;
}
.flash_content {
    color:black;
    display:block;
    margin-top:0;
    width:100%;
    height:100%;
    padding:10px 15px;
    background-color: rgba(255,255,255, 0.85);
}


