@charset "UTF-8";
/* CSS Document */

@font-face {
 font-family: "Gravity";
 src: url("fonts/Gravity-Regular.woff") format("woff"),
        url("fonts/Gravity-Regular.ttf") format("ttf");}

@font-face {
 font-family: "GravityB";
 src: url("fonts/Gravity-Bold.woff") format("woff"),
        url("fonts/Gravity-Bold.ttf") format("ttf");}

@font-face {
 font-family: "GravityI";
 src: url("fonts/Gravity-Italic.woff") format("woff"),
        url("fonts/Gravity-Italic.ttf") format("ttf");}

@font-face {
 font-family: "Halt";
 src: url("fonts/Halt.woff") format("woff"),
        url("fonts/Halt.ttf") format("ttf");}
        
@font-face {
 font-family: "Pecita";
 src: url("fonts/Pecita.woff") format("woff"),
        url("fonts/Pecita.ttf") format("ttf");}
        
@font-face {
 font-family: "Futura";
 src: url("fonts/FuturaPTBook.woff") format("woff"),
        url("fonts/FuturaPTBook.ttf") format("ttf"),
         url("fonts/FuturaPTBook.otf") format("otf");}
         
@font-face {
 font-family: "Montserrat";
 src: url("fonts/Montserrat-Regular.woff") format("woff"),
        url("fonts/Montserrat-Regular.ttf") format("ttf");}

@font-face {
 font-family: "MontserratB";
 src: url("fonts/Montserrat-Bold.woff") format("woff"),
        url("fonts/Montserrat-Bold.ttf") format("ttf");}  


html {height: 100%}
body {margin:auto;font-family:"Montserrat",sans-serif ; font-size:1.0em;
padding: 0;background: url(images/fonds/fond7.jpg);
    background-size: auto auto;
-webkit-background-size: cover;}
a {color:#FFF;text-decoration: underline}
header{/*background:rgba(255,255,255,0.7)*/}
#logo img{max-width: 200px;height: auto;display:block;margin:1% auto;z-index:99;}


#navbar {background-color:#FFF;box-shadow: 0px 29px 30px #000;overflow: hidden;width:100%;line-height:50px;z-index:98;position:fixed}

#navbar ul {list-style:none;margin:0;padding:0;width:100%;text-align:center}
#navbar li {font-family:mandrel-normal;font-weight:800; display:inline; margin:0; font-size:0.9em; padding:8px 0 8px 0;}



#navbar a {
  color: #000;
  text-align: center;
  text-decoration: none;
  cursor:pointer;text-transform:uppercase;padding:10px}

#en-cours {font-weight:bold;color:#000;padding:4px;/*background:url(drapeau.png) no-repeat left 50%;*/}


#navbar a:first-child {border-left:none}

#navbar a:hover {cursor:pointer;font-weight:bold;text-decoration:none;/*background:url(drapeau.png) no-repeat left 50%;*/}

#navbar a.active {
  background-color: #422D16;
  color: #FFF;}

#navbar li:before {content:"\2022";font-size:2em;vertical-align: -4px;}

/* Fixed/sticky icon bar (vertically aligned 10% from the top of the screen) */
.icon-bar {position:fixed;top: 50px;z-index:1;}

/* Style the icon bar links */
.icon-bar a {display:block;font-size:1.6em;text-align:center;padding:7px 10px 7px 10px; transition: all 0.3s ease;color:white;border-radius:0;border:none;}
   
/* Style the social media icons with color, if you want */
.icon-bar a:hover {background-color: #fff;}

.facebook {background: #3B5998;color: white;}
.facebook:hover {background:#FFF;color:#000}

.instagram {background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%) ;color: white;}
.instagram:hover {background: #FFF;color:#000}

.google {background: #dd4b39;color: white;}
.google:hover {background:#FFF;color:#000}

.linkedin {background: #007bb5;color: white;}

.youtube {background: rgba(0, 0, 0, 0.6);color: white;} 

.youtube:hover {background: #FFF;color:#000}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  }

#navbar.sticky  {background-color:#FFF}

.sticky + .content {
  padding-top: 20px;}

hr {color:#FFF;width:80%}


a.tel  {text-decoration:none;color:unset}

.ardoise {}
	.ardoise h1 {font-family:"Halt";font-size:1.5em;margin-top:30px}
	.ardoise p {margin:0;padding:0;font-family:"Halt";font-size:1em;text-align:center}



#text {
    margin-top: 15px;
    margin-bottom: 80px;
    font-size: 1.6em;
    height:700px;
    background:url(images/slideshow/3.jpg) no-repeat center;
    background-size: auto auto;
-webkit-background-size: cover;
background-size: cover;
    }
#text p {margin: 0;
text-shadow: 1px 3px 1px #422D16;
font-family: "MonserratB";
background: rgba(66,45,22,0.5);
/*box-shadow: 0px 20px 40px 10px #422D16;*/
padding: 2% 8% 2% 8%;
margin-top:-8px;
text-transform:uppercase}

/* Clip text element */
.clip-text {
    line-height: 1;
    position: relative;
    display: inline;
    margin: .25em;
    padding: .5em .75em;
    text-align: center;
    /* Color fallback */
    color: #fff;
    -webkit-background-clip: text;

    -webkit-text-fill-color: transparent;
}

.clip-text:before,
.clip-text:after {
    position: absolute;
    content: '';
}

/* Background */
.clip-text:before {
    z-index: -2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: inherit;
}

/* Text Background (black zone) */
.clip-text:after {
    position: absolute;
    z-index: -1;
    top: .125em;
    right: .125em;
    bottom: .125em;
    left: .125em;
    background-color: #000;
}

/* Change the background position to display letter when the black zone isn't here */
.clip-text--no-textzone:before {
    background-position: -.65em 0;
}

.clip-text--no-textzone:after {
    content: none;
}

/* Use Background-size cover for photo background and no-repeat background */
.clip-text--cover,
.clip-text--cover:before {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
  background-position: 50% 50%;
}

.clip-text_one {
    background-image: url(drapeauuk.jpg);
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
  margin-top:70px;
  min-height:700px}

/* Hide the images by default */
.mySlides {
    display: none;
}

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

/* 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: #fff;
  font-size: 3em;
  padding: 8px 12px;
  position: fixed;
  top: 50%;
  text-align: center;
  	width: 100%;
  	  font-family: "Gravity";
  /*background-color:rgba(0,0,0,0.4);

  letter-spacing:2px;

	box-shadow: 0px 0px 40px 40px rgba(0,0,0,0.4);} */


.text a {/*background:url(images/fonds/ardoise.jpg) no-repeat center;
    background-size: auto auto;
-webkit-background-size: cover;
background-size: cover;*/
	width: 100%; position:absolute;top:2%; margin:auto; height:auto;margin-top:30px;
font-family: mandrel-condensed, sans-serif;font-weight: 400;font-size:4.8em;color:#FFF;text-decoration:none;padding:40px 30px 40px 30px; text-align:center;text-transform: uppercase;}

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

/* The dots/bullets/indicators */
.dot1 {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px 0 -20px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  position:absolute;
  top:83%
 
}

.dot2 {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px 0 2px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  position:absolute;
  top:83%
 
}

.dot3 {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px 0 24px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  position:absolute;
  top:83%
 
}


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

/* Fading animation */
.fade {
  -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}
}


/*Responsive Grid*/
.row {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0;
    float:none;
    margin:auto;
    width:100%;
    margin-bottom:50px
}

/* Create four equal columns that sits next to each other */
.column {
    -ms-flex: 33%; /* IE10 */
    flex: 33%;
    max-width: 33%;
    padding: 0 4px;
}

.column img {
    margin-top: 8px;
    vertical-align: middle;
}


/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
    .column {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}
/*end responsive grid*/


/* Style the Image Used to Trigger the Modal */
.myImg {
    cursor: pointer;
    transition: 0.3s;
}

.myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 97; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    max-width: 90%;
    height: 90%;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 700px;
    text-align: center;
    color: #fff;
    padding:0;
    height: 15px;
    margin-top: -8px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 10%;
    right: 10%;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 750px){
    .modal-content {
        max-width: 100%;
        height:auto
    }
}
/*end modal*/


/*Slideshow*/
* {
  box-sizing: border-box;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
  float:right;
  width:50%;
  padding-right: 5%;
  margin-top: 80px;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 40px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  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);
}

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

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: rgba(66, 45, 22,0.5);
  padding: 15px;
  color: white;
  margin-top: -5px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.9;
}

.active,
.demo:hover {
  opacity: 1;
}

/*end slideshow*/

/*gallerypolaroid*/

.containerb {width: 50%;float:right;margin:50px auto 0px auto;padding-top: 80px;padding-bottom: 90px;text-align:center}
.containerb img {max-width:260px}
.containerb ul li::marker {color:transparent}
.containerc {width: 50%;float:right;margin:50px auto 0px auto;padding-top: 120px;height:520px;}


ul.gallery li a {
	float: left;
	padding: 7px 7px 35px 7px;
	background: #fff;
	border: 1px solid #fff;
	position: relative;
	box-shadow: 3px 5px 15px #000;
}

ul.gallery li a.pic-1 {
		z-index: 1;
	-webkit-transform:rotate(-10deg) ;
	-ms-transform: rotate(-10deg);
	-o-transform: rotate(-10deg);
	transform: rotate(-10deg);
	}
	ul.gallery li a.pic-2 {
		z-index: 5;
		-webkit-transform:rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
	}
	ul.gallery li a.pic-3 {
		z-index: 3;
		-webkit-transform:rotate(4deg);
	-ms-transform: rotate(4deg);
	-o-transform: rotate(4deg);
	transform: rotate(4deg);
	}
	ul.gallery li a.pic-4 {
		z-index: 4;
		-webkit-transform:rotate(14deg);
	-ms-transform: rotate(14deg);
	-o-transform: rotate(14deg);
	transform: rotate(14deg);
	}
	ul.gallery li a.pic-5 {
		z-index: 2;
		-webkit-transform:rotate(-12deg);
	-ms-transform: rotate(-12deg);
	-o-transform: rotate(-12deg);
	transform: rotate(-12deg);
	}
	ul.gallery li a.pic-6 {
		z-index: 6;
		-webkit-transform:rotate(5deg);
	-ms-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	transform: rotate(5deg);
	}
	
	ul.gallery li a:hover {
		z-index: 10;
		-moz-box-shadow: 3px 5px 15px #333;
		box-shadow: 3px 5px 15px #333;
	}



.cadre2 {float:left;background-color:transparent ; border-right:1px solid rgba(255,255,255,0.2); width:70%; height:auto; border-radius:none; margin:auto; margin-left:10px;margin-right:10px;padding:0; overflow:hidden; font-family:Arial; font-stretch:ultra-expanded}

.cadre3 {background-color:transparent ; margin:auto;  margin-top:20px;margin-bottom:10px; border:none; width:100%; border-radius:none;padding:0;height:auto; overflow:hidden;}

.cadre4 {position:relative; margin:auto; background-color:transparent  ; border:none; border-radius:none;padding:0;width:100%; box-shadow:none;margin-top:20px;margin-bottom:10px}
.cadre4 ul {list-style:none;margin:0;padding:0;overflow-x:auto; overflow:hidden;max-height:480px;white-space:nowrap;}
.cadre4 li {display:inline-block}
.cadre4 figure {display:inline-block; margin:0; padding:0; vertical-align:top;}
.cadre4 figcaption {font-size:12px;
	letter-spacing:2px;
	font-family: Arial, sans-serif;
	line-height:16px;
	padding:0 15px;
	text-transform:uppercase;}

.cadre5 {margin:auto; background-color:transparent  ; border:none; width:80%; border-radius:none; margin-top:20px; margin-bottom:10px;padding:0;height:auto; overflow:hidden;}
.cadre5 p {color:#999999}
.cadre5 a {color:#FFFFFF}

.textes {width:50%;float:left;margin-top:50px;}
.textes2 {width:50%;float:left;margin-top:50px;}
.textes2 p {text-align:center}
.textes2 a {color:#FFF}
.textes3 {width:100%;float:none;margin-top:70px;padding-top: 50px;background-color:rgba(0,0,0,0.8)}
.textes3 p {text-align:center; margin:auto}
.textes3 a {color:#FFF}
.textes3 h1 {margin:auto}
.textes3 h3 {margin:auto;text-align:center}
.cadre {width:100%;float:none;margin-top:70px;height:auto;padding: 50px 0 50px 0;background-color: rgba(0,0,0,0.8);}
.cadre h3 {margin:2%;text-align:center}
.rangee {min-height: 150vh;
    background-color:rgba(0,0,0,0.8);}

.clear {clear:both}

h1 {color:#FFF; font-family: Mandrel-normal; font-size:3em; text-align:center; text-transform:uppercase;margin:60px 0 20px 0; font-weight:100;}

h2 {color:#FFF; font-family: Mandrel-normal; font-size:1.4em; text-align:center;text-transform:uppercase; text-shadow:1px 1px 1px #FFF; font-weight:100}

h3 {color:#FFF; font-family: Mandrel-normal; font-size:1.3em; text-align:left;margin:10px;text-transform:none;font-weight:100}

h4 {color:#333; font-family: Mandrel-normal; font-size:1.3em; text-align:right;margin:20px 10px 10px 10px; font-weight:100}

h5 {color:#FFF; font-family: Mandrel-normal; font-size:1.3em; text-align:center;margin:20px 10px 10px 10px;text-transform:none;font-weight:100}


p {color:#FFF; margin:0; text-align:justify;font-family:Mandrel-normal;padding:0 10%;}

aside {background-color:transparent  ; width:24%; border-radius:none; margin:0 0 0 5px; padding:10px 2px 10px 2px;height:620px; overflow:hidden;}


.toggle-button {border-radius:50%; border: none;
width: 40px;
height: 40px;
margin-top: 10px;background:#FFF;font-size:1em}


 /* Style the video: 100% width and height to cover the entire window */
#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index:-1
}

/* Add some content at the bottom of the video/page */
.content2 {
    position: fixed;
    background: transparent;
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
}

/* Style the button used to pause/play the video */
#myBtn {
    width: 50px;
    font-size: 2.8em;
    padding: 10px;
    border: none;
    background: transparent;
    color: #fff;
    cursor: pointer;
    position:fixed;
    top:50%;
    left:49%
   
}

#myBtn:hover {
    background: rgba(0,0,0,0.8);
    border-radius: 3px;
    color: white;
} 


.slideimg {
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index:-1
}



footer {bottom:0;width:100%;background-color:rgba(255,255,255,0.8);padding:5px;box-shadow: 0px -15px 30px #000;margin-top: 0;position:relative}
footer p, footer a {text-align:center; text-decoration:none; color:#000; margin:0 0 0 0; padding:0;font-family:"mandrel";font-weight:800;letter-spacing:2px;width:100%;float:none}
footer p #contact {font-size:1em;text-align:center}
footer #contact a {}
footer p #horaires{font-size:1em;text-align:center}
footer #l2 {text-align:center;font-size:0.6em}
footer h2 {text-align:center;font-family:mandrel-normal;font-weight:800; color:#000}
footer hr {margin:3px;color:rgba(255,255,255,0.40) }
#conf {color:#31CCFC; border:none; background-color: rgba(255,255,255,0.70); border-radius:5px}
#mag {column-count:2;margin:30px}
footer img {max-width:50px;margin-left:46%;padding-bottom:20px}

#col1 {float:left; width:50%;padding:auto; }
#col1 h3 {text-align:center}
#col1  p {text-align:center}
#col2 {width:50%;float:right}
#col2 h3 {text-align:center}
#col2  p {text-align:center}
#action {width:80%; margin:auto;}
#action  p {text-align:center}
form {text-align:center;}
legend {width:100%; margin: auto; margin-top:20px;font-size:1.1em;text-align:center;color:#FFF; font-weight:bold; text-transform:uppercase}
fieldset {border:none;text-align:center; margin:15px;display:block;}
fieldset p {margin:15px 0 0 0}
.bouton {font-size:1.1em; text-align:center; cursor:pointer; border-radius:5px; box-shadow: 0 0 5px #ccc;background: rgba(0,0,0,0.2);color: #fff;text-transform: uppercase}
input {background:rgba(255,255,255,0.50); border-radius:2px 0 2px 0; border:1px solid transparent;}
textarea {background:rgba(255,255,255,0.50); border-radius:2px 0 2px 0; border:1px solid transparent;}

iframe {margin:auto;width:100%; height:300px;padding-right:30px}

/*.carrousel {padding-top:20px; }
.carrousel a {width:280px; height:280px;margin:auto; margin-left:25px; margin-bottom:25px; overflow:hidden;position:relative;float:left; background:#444444 ; cursor:zoom-in}
.portrait {display:block; width:auto; height:95%; border:0; margin:auto;position:absolute;top:0; bottom:0; left:0;right:0; box-shadow:0 0 10px #000; }
.paysage {display:block; width:95%; height:auto; border:0; margin:auto;position:absolute;top:0; bottom:0; left:0;right:0;box-shadow:0 0 10px #000;}*/

.clear {clear:both;}

#plan {text-align:center; list-style:none; margin:0;padding:10px;}
#plan a { text-decoration:none; color:#FFF}


.rg-image-wrapper{
	position:relative;
	padding:10px 30px 20px 30px;
	background:transparent;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	min-height:20px;
	/*-moz-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow:0px 1px 3px rgba(0, 0, 0, 0.2);*/
}
.rg-image{
	position:relative;
	float:left;
	text-align:center;
	line-height:0px;
}
.rg-image img{
	height:auto;
	width:720px;	
}
.rg-image-nav a{
	position:absolute;
	top:150px;
	left:0px;
	background:transparent url(./images/nav.png) no-repeat -20% 50%;
	width:40px;
	height:100%;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.6;
	outline:none;
	-moz-border-radius: 10px 0px 0px 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;
}
.rg-image-nav a.rg-image-nav-next{
	right:0px;
	left:auto;
	background-position:115% 50%;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
}
.rg-image-nav a:hover{
	opacity:0.8;
}
.rg-caption {
	text-align:center;
	margin-top:15px;
	position:relative;
	float:left;
	width:40%;
}
.rg-caption p{
	font-size:1.0em;
	letter-spacing:2px;
	font-family: Arial, sans-serif;
	line-height:16px;
	padding:0 15px;
	text-transform:uppercase;
	display:block;
}

.rg-view{
	height:30px;
	display:none;
}
.rg-view a{
	display:block;
	float:right;
	width:16px;
	height:16px;
	margin-right:3px;
	background:#464646 url(./images/views.png) no-repeat top left;
	border:none;
	opacity:0.8;
}
.rg-view a:hover{
	opacity:1.0;
}
.rg-view a.rg-view-full{
	display:none;
	background-position:0px 0px;
}
.rg-view a.rg-view-selected{
	background-color:#6f6f6f;
	border-color:#6f6f6f;
}
.rg-view a.rg-view-thumbs{
	display:none;
	background-position:0px -16px;
}
.rg-loading{
	width:46px;
	height:46px;
	position:absolute;
	top:50%;
	left:50%;
	background:#000 url(../images/ajax-loader.gif) no-repeat center center;
	margin:-23px 0px 0px -23px;
	z-index:97;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	opacity:0.7;
}

.es-carousel-wrapper{
	background: transparent;
	padding:10px 27px 10px 27px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px 10px 0 0;
	position:relative;
	/*-moz-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow:0px 1px 3px rgba(0, 0, 0, 0.2);
	box-shadow:0px 1px 3px rgba(0, 0, 0, 0.2);*/
	position:relative;
	margin-bottom:0px;
}
.es-carousel{
	overflow:hidden;
	background:transparent;
}

.es-carousel p{	font-size:12px;
	letter-spacing:2px;
	font-family: Arial, sans-serif;
	line-height:16px;
	padding:0 15px;
	text-transform:uppercase;
	float:left;
}
.es-carousel ul{
	display:none;
}
.es-carousel ul li{
	height:135px;
	float:left;
	display:block;
	width:auto;
}
.es-carousel ul li a{
	display:block;
	border:none;
	opacity:1;
	-webkit-touch-callout:none;
	/* option */
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.es-carousel ul li.selected a{
	border:none;
	opacity:1.0;
}
.es-carousel ul li a img{
	display:block;
	border:none;
	max-height:135px;
	width:100%;
}
.es-nav span{
	position:absolute;
	top:50%;
	left:8px;
	background:transparent url(./images/nav_thumbs.png) no-repeat top left;
	width:14px;
	height:26px;
	margin-top:-13px;
	text-indent:-9000px;
	cursor:pointer;
	opacity:0.6;
}
.es-nav span.es-nav-next{
	right:8px;
	left:auto;
	background-position:top right;
}
.es-nav span:hover{
	opacity:1.0;}


 /* Add a black background color to the top navigation */
.topnav {
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
    display: inline;
    text-align: center;
font-family:  mandrel-normal, sans-serif;
font-style: normal;

    
}

/* Change the color of links on hover */
.topnav a:hover {
    
}

/* Add an active class to highlight the current page */
.active {
    
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
} 


@media screen and (max-width: 1000px) {

.column2 {width:50%}
	.fancybox-title {font-size: 13px!important;}


}

@media screen and (max-width: 1400px) 
{
	
	.textes {margin-top:105px}
	.containerb {margin-top:105px}
	.textes2 {margin-top:105px}
	.containerc {margin-top:105px}
	.textes3 {margin-top:115px}
	.cadre {margin-top:120px}

}



 /* When the screen is less than 600 pixels wide, hide all links. Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 1184px) {
  .topnav a {display: none;}
  nav hr {display: none;}
  .topnav a.icon {
    display: block;
  }
  #navbar {width:100%;top:180px;line-height:10px;background-color:#FFF}
  nav li .icon{font-size:2em}
	
	#navbar li::before {content:none}
	
	#navbar li {line-height:20px;font-weight:500;}
	#navbar li:hover {font-weight:800}
   
     .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    z-index:100
  }
  
  .topnav.responsive hr {
  display:inline}
   
   .prev, .next
   {position:absolute;font-size:1.8em;top:50%;z-index:101}
   #myBtn
   {font-size:1.8em;position:absolute;margin:-80px 0 0 0;top:unset;left:unset;width:100%;padding:0}
    #myVideo {max-width:100%;position:relative;min-width:auto;z-index:1}
   .content2{z-index:2;position:absolute;margin:0;padding:0}
   
   .dot1 {height:10px;width:10px;position:relative;top:unset;margin:0 2px}
   .dot2 {height:10px;width:10px;position:relative;top:unset}
   .dot3 {height:10px;width:10px;position:relative;margin:0 2px 0 2px;top:unset}
   
	
	.head {width:100%}
	#logo img {position:relative}
	
   
   .icon-bar {bottom:5px;top:unset;-webkit-transform: unset;-ms-transform:unset;transform: unset;width:100%;margin:auto;text-align:center}
   .icon-bar a {display:inline;font-size:1.2em}
   .icon-bar .instagram {padding-left:12px;padding-right:12px;margin-left:-5px}
   .icon-bar .facebook {padding-left:16px;padding-right:16px;margin-left:-5px}
	.icon-bar .google {padding-left:12px;padding-right:12px;margin-left:-5px}
   .icon-bar .youtube {padding-left:12px;padding-right:12px;margin-left:-5px}
   
   .sticky {position: fixed!important;top: 0!important; width: 100%;}
	.sticky + .content {padding-top: 10px;}

	footer {margin-top:0;padding-bottom:40px}
   
   .row2 img {max-width:100%;max-height:none}
   
  
   .slideimg {max-width:100%;position:relative;min-width:auto}
   
	.text {position:absolute;font-size:2em;width:100%;margin:auto;right:unset;top:50%}
	
	.textes {width:100%; float:none;padding:2%}
	.containerb {width:100%; float:none; margin:auto;padding:2%; padding-bottom:600px}
	.textes2 {width:100%; float:none;padding:2%}
	.containerc {width:100%; float:none; margin:auto;padding:2%; padding-bottom:40px}
	
	.textes {margin-top:50px}
	.containerb {margin-top:0px}
	.textes2 {margin-top:50px}
	.containerc {margin-top:0px}
	.textes3 {margin-top:70px}
	.cadre {margin-top:70px}
	
	
	.column2 {width:100%}
	.content {height:auto}
	.content3 {height:auto}
	
	.btn {width:100%;border-right:none}
	
	h1 {font-size:2em}
	h4 {font-size:1.1em}
	.content p {font-size:0.9em}
	p {padding:1%;margin:4%} 
	
	#portrait img {width:35%;margin:0 0 0 10px}
	
	#col1 {width:100%}
	#col2 {width:100%}
	
	fieldset {margin:1%}
	iframe {padding-right:0}
	
	.textes {height:auto}
	.textes2 {height:auto}
	.containerc {height:auto}
	 
}

@media screen and (max-width: 616px)
{
	.containerb {padding-bottom:0px}
	.gallery {display:inline-block}
	#mag {column-count:1}
	footer img {padding-bottom: 0px;
		padding-top: 30px;margin: auto;display:block}
	.fancybox-title {font-size: 12px!important;}
	.fancybox-title-float-wrap .child {white-space: normal!important;
max-width: 200px!important;
text-align: center!important}
	.cadre {margin-top:50px}
	.cadre h1 {margin: 20px 0 20px 0;}
	.textes3 {margin-top:50px}
	
}



