body{
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    background-color: #FFF;
    background-position: center;
    /* Scale and zoom in the image */
    background-size: cover;
    height: 100%;
}
#bio_choice_resp{
    display: none;
}
html{
    height: 100%;
    
}
#titre_site{
    font-size: 60px; 
    color: #666;
}
#container{
    background-color: rgba(256, 256, 256, 0.5);
    min-height: 100%;
    position: relative;
    margin-top: -22px
}
footer{
    background-color: rgba(256, 256, 256, 0.5);
    position:absolute;
    bottom:0;
    width: 100%;
    margin-left: -15px
}
a:hover {
    text-decoration: none;
    color: orange !important;
}
a:link {
    color : #666;
}

::placeholder {
    color: #CCC;
    font-size: 12px;
}

#hamburger{
    cursor: pointer;
    font-size: 40px;
    display: none;
}
ul.no-bullets {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.lang:hover{
    color: red;
    cursor: pointer;
}
figcaption {
    display: none;
}

.fancybox-caption__body{
    margin-top: -8vh
}
.fancybox-bg {
    opacity: 0.7 !important;
    background-color:#000;
}
.fancybox-slide--iframe .fancybox-content {
    max-height : 90%;
    margin: 0;
}
.fancybox-content{
    border: 1px solid #CCC;
    box-shadow: 10px 15px 21px 0px rgba(0,0,0,0.39);
}
.gallery{
    width: 100%;
}
.gallery_main{
    width: 96%;
    margin-left: auto;
    margin-right: auto
}
.column{
        width: 31%;
    }
.img_caption {
    margin-top: -20px;
    text-align: center;
    color: white;
}

.overlay{
    position: relative;
    margin-top: -28px ;
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    color: #f1f1f1;
    transition: .5s ease;
    opacity:0;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    font-size: 12px;
}
.overlay2{
    position: absolute;
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    transition: .5s ease;
    opacity:0;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    font-size: 12px;
    margin-top: -28px;
}
.name_portrait{
    max-width: 400px;
}
.contact_ico{
    width: 50px;
    margin-right: 30px
}
#dialog  {
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    background-color: white;
    position:absolute;
    max-height: 400px;
    overflow: auto;
    z-index:50;
    display: none;
}
#close{
    position:absolute;
    right: 20px;
    padding: 4px;
    margin-top: -25px;
    cursor: pointer !important;
}
#close:hover{
    color: red;
}
#result,#repertoire_choice_resp,.bt_reviews_resp,#menu_media_resp,#actuel_bloc_resp{
    display: none;
}
#menu_resp{
    position: fixed;
    z-index: 10;
    background-color: white;
    width: 100%;
    margin: auto;
    
}

#menu_resp li{
    width: 100%;
    text-align: center;
}
#header_content_resp{
    display: none;
}
#menu li{
    padding : 2px !important;
    text-transform: uppercase;
    font-size: 14px
}
#menu_home{
    text-transform: uppercase;
    font-size: 14px
    
}
.nowrap{
    white-space: nowrap;
}
video,audio{
    width: 100%;
    max-width: 500px;
}
.tooltip1, .tooltip2 {
    position: relative;
    display: inline-block;
    border: 1px dotted transparent;
}

.tooltip1 .tooltiptext1 {
    visibility: hidden;
    display: inline-block;
    width: 120px;
    background-color: #FFF;
    color: #000;
    text-align: center;
    padding: 10px;
    border-radius: 3px;
    border: solid thin #1384FF;
    position: absolute;
    z-index: 1;
    top: 120%;
    left: 50%;
    margin-left: -60px;
}
.tooltip2 .tooltiptext2 {
    visibility: hidden;
    display: inline-block;
    width: 120px;
    background-color: #FFF;
    color: #000;
    text-align: center;
    padding: 10px;
    border-radius: 3px;
    border: solid thin #1384FF;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -60px;
}

.tooltip1 .tooltiptext1::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #1384FF transparent;
}
.tooltip2 .tooltiptext2::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #1384FF transparent;
}

.tooltip1:hover .tooltiptext1 {
    visibility: visible;
}
.tooltip2:hover .tooltiptext2 {
    visibility: visible;
}
.jaune{
    background-color: fcef02;
}
.blanc{
    background-color: white;
}
.gris{
    background-color: #CCC;
}
.ui-menu-item{
}
.ui-autocomplete {
    border-radius: 0.25rem;
    padding: 0 0.6rem;
}
.ui-menu-item {
    border: 1px solid #eceff1;
    border-radius: 0.25rem;
    font-size: 12px;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover,.ui-state-focus {
    background-color: #ccc;
    border-color: #eceff1;
    color: red;
}

