/*@font-face {
	font-family: 'sunny_spells';
	src: url(‘https://www.creachess.com/css/sunny_spells.ttf’) format(‘truetype’)
}*/
    #titrepopup{    font-weight: 700;
    /*font-family: 'sunny_spells', sans-serif;*/
    font-size: 25px;}
  .mylightbox {
    display: none;
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    font-family: 'Open Sans Condensed', sans-serif;
}
.hoverdessus:hover {border: 1px solid black; opacity:0.9; }

.box {
    position: absolute;
    padding: 10px;
    padding-top:0px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    color: black;
    border : 1px solid black;
}

.box p {
  margin: 0 20px;
}

.close {
 background-size: 24px 24px;
            background-repeat: no-repeat;
			position: absolute;
			right: 6px;
			top: 6px;
            color:white;
            border-radius:40%;
            background-color: white;
			/*background-color: black;
			color: white;
			border-radius: 50%; */
			padding-right: 19px;
   padding-bottom:5px;
            cursor: pointer;
            background-image: url("https://www.creachess.com/close_pop.png");
}
.close:hover {
    opacity:0.8;
}

.toggleMenu:hover{
.header-navigation .nav li{
    display: block;
}
}

.video-responsive { 
max-width:100%;
overflow:hidden; 
padding-bottom:56.25%; 
position:relative; 
height:0;
}

.video-responsive iframe {
left:0; 
top:0; 
height:100%;
width:100%;
position:absolute;
}