<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.embedresize2 {
position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
	margin-top: 40px;
    margin-bottom: 40px;
}

.embedresize2 div {
position: relative;
height: 0;
padding-bottom: 56.25%;
}

.embedresize2 iframe {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.tooltip2 {
  position: relative;
  display: inline-block;
  /*border-bottom: 1px dotted black;*/
}

.tooltip2 .tooltiptext2 {
  visibility: hidden;
  background-color: #2188ff;
  color: #fff;
  text-align: center;
  border-radius: 16px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  width: 160px;
  top: 60%;
  margin-left: 10px;
  word-wrap: break-word;
  font-size: 15px;
  cursor: pointer;
}

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

.tooltip2:hover .tooltiptext2 {
  visibility: visible;
}
.column1 {
    float: left;
    width: 23%;
    /*padding-left: 15px;*/
    padding-top: 0px;
    overflow-y: scroll;
    height: 450px;
    scroll-behavior: smooth;
	margin-bottom: 42px;
	
}
.column2 {
  float: left;
  width: 77%;
  padding: 25px;
}
@media screen and (max-width:750px) {
  .column1,.column2 {
    width: 100%;
    height: 300px;
  }
}
.video  {
    margin-top: 1px;
    margin-bottom: 1px;
}

.video .col2 {
    width: 180px;
    display: inline-block;
    margin: 5px;
}

.video .col2 h1 {
    font-size: 20px;
    line-height: 17px;
    font-size: 15px;
    /*line-height: 80px;*/
    font-weight: 600;
	margin-right:0px;
	margin-bottom: 0px;
}
.thumbnail {
    margin-bottom: -5px;
}

@media screen and (max-width:1400px) {
.embedresize2 {
	margin-top: 70px;
    margin-bottom: 70px;
}
.video .col2 {
  width: 160px;
}
.tooltip2 .tooltiptext2 {
  width: 140px;
  top: 60%;
  margin-left: 10px;
  word-wrap: break-word;
  font-size: 15px;
}
}

@media screen and (max-width:1200px) {
.embedresize2 {
	margin-top: 90px;
    margin-bottom: 90px;
}
.video .col2 {
  width: 140px;
}
.tooltip2 .tooltiptext2 {
  width: 110px;
  top: 60%;
  margin-left: 10px;
  word-wrap: break-word;
  font-size: 14px;
}
.video .col2 h1 {
    font-size: 14px;
}
}

@media screen and (max-width:1000px) {
.embedresize2 {
	margin-top: 120px;
    margin-bottom: 120px;
}	
.video .col2 {
  width: 120px;
}
.tooltip2 .tooltiptext2 {
  width: 90px;
  top: 60%;
  margin-left: 10px;
  word-wrap: break-word;
  font-size: 15px;
}
.video .col2 h1 {
    font-size: 13px;
}
}
@media screen and (max-width:750px) {
.embedresize2 {
	margin-top: 20px;
	margin-bottom: 50px;
}	
.video .col2 {
  width: 180px;
}
.tooltip2 .tooltiptext2 {
  width: 100px;
  top: 60%;
  margin-left: 10px;
  word-wrap: break-word;
  font-size: 15px;
}
.video .col2 h1 {
    font-size: 12px;
}
}

@media screen and (max-width:650px) {
.embedresize2 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.video .col2 {
  width: 150px;
}
}	

@media screen and (max-width:500px) {
.video .col2 {
  width: 120px;
}
}	

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next &amp; previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 0%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: black;
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 28px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fadas {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

/* jobs */
.jobs-conteneur {
  width: 100%;
  margin: auto;
}

.jobs {
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 500px) {
.jobs {
  margin: auto;
  text-align: center;
  height: 300px;	
}
}	
@media only screen and (max-width: 500px) {
.jobs {
  height: 350px;	
}
}	

/* booking*/
.booking{
	border-bottom: 0px ; 
	padding-bottom: 0px; 
	border: none;
	overflow:hidden;
	width: 110%;
}
.newss{
	border: 1px solid black;	
}
.awin{
	border: 0;
}
/*  videos */ 
.thumbnail {
    cursor: pointer;
}
.btn-primary {
    margin: 2px;
}
/* correction pb gg*/
@media only screen and (max-width: 350px) {
.btn {
    padding: 2px 2px;
}	
}</pre></body></html>