body{
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    color: #000 !important;
    background-color: #FFF;
    background-position: center;
    /* Scale and zoom in the image */
    background-size: cover;
    height: 100%;
    line-height: 1.5;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
img {
    width: 100%
}
#bio_choice_resp{
    display: none;
}
html{
    height: 100%;

}
#titre_site{
    font-size: 25px;
    color: #2c313f;
    margin: 0 0 1.5rem;
}
#titre_texte{
    height:100%;
    max-height: 300px;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 3.0625rem;
}
.title_bottom{
    position: absolute;
    top : 65px;
    left: 20px;
    font-weight: bold;
    font-size: 2rem ;

}
#titre_texte_inside{
    position: absolute;
    top: 46%;
    width: 100%;
    text-align: center;
}
#header_content_resp_text{
    font-size: 25px;
}
.texte-au-milieu{
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
    font-size: 40px;
}
.container_title{
    position: relative;  
    text-align: center;
}
.titres_droite, .titres_gauche {
  display: none;
}
#afficherPlus:hover{
    color: #007bff !important;
}
#afficherPlus{
    padding-top: 40px;
    cursor:pointer;
}
#container{
    background-color: rgba(256, 256, 256, 0.5);
    min-height: 100%;
    position: relative;
    margin-top: 20px
}
footer{
    background-color: rgba(256, 256, 256, 0.5);
    position:absolute;
    bottom:0;
    width: 100%;
    margin-left: -15px
}
a:hover,a:active,#bt_add_comment:hover {
    text-decoration: none;
    color: #007bff !important;
    cursor: pointer;
}
a:link,a:visited {
    color : inherit;
    text-decoration: none;
}

::placeholder {
    color: #CCC;
    font-size: 12px;
}
.box_dialog{
    width: 50% !important;
    margin: 1.75rem auto;
}
#comment{
    display: none;
}
#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;
}

