/*-------------------
FEHLMANNFINEART -  site web

CSS : marc Philippin

_______________*/

html {
  background: #ffffff;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  /*-webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;*/
}

body {
  margin: 0 auto;
  font-family: 'Century Gothic', SomeFont, sans-serif;
  background: #ffffff;
}

.container {
  padding: 1px;
  background-color: #ffffff;
  outline-offset: 0;
  width: 90%;
  margin: 0px auto;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}


/* Typography
      –––––––––––––––––––––––––––––––––––––––––––––––––– */

p {
  font-family: 'Century Gothic', SomeFont, sans-serif;
  font: 90%/160% Century Gothic, Helvetica, sans-serif;
  color: #535353;
  font-weight: normal;
  text-shadow: 0 0px 1px rgba(255, 255, 255, 0.2);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font: 90%/160% Century Gothic, Helvetica, sans-serif;
  color: #535353;
  font-weight: normal;
  text-shadow: 0 2px 1px rgba(255, 255, 255, 1.5);
}

blockquote,
blockquote p {
  color: #6F6F6F;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Century Gothic', SomeFont, sans-serif;
}

blockquote {
  border-left: 1px solid #DDDDDD;
  padding: 0 10px;
  margin-bottom: 10px;
}

blockquote cite {
  color: #555555;
  display: block;
  font-size: 12px;
}

blockquote cite:before {
  content: "- ";
}

p {
  margin: 0 0 25px;
  margin-top: 0;
}
b{font-weight:bold;}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 15px;
  color: ##454149;
}

h1 {
  font-size: 36px;
  /*line-height: 60px;*/
}

h2 {
  font-size: 24px;
  /*line-height: 30px;*/
}

h3 {
  font-size: 18px;
  /*line-height: 24px;*/
}

h4 {
  font-size: 16px;
  /*line-height: 22px;*/
}

h5 {
  font-size: 14px;
  /*line-height: 20px;*/
}

h6 {
  font-size: 12px;
  /*line-height: 18px;*/
}

a {
  text-decoration: none;
}


/* unvisited link */

a:link {
  color: #2B888A;
}


/* visited link */

a:visited {
  color: #42acae;
}


/* mouse over link */

a:hover,
a:focus {
  color: #d7277c;
}


/* selected link */

a:active {
  color: #2B888A;
}


/*----------------------------*/

#logo {
  position: absolute;
  top: 17px;
  left: 50px;
  font-size: 28px;
}

#spaceBlank {
  height: 900px;
}

.ptxt {
  visibility: visible;
  display: block;
}


/*----------------------------*/


/* menuoffvertical-left */

.menuoff {
  width: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 99999;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.menuoff p {
  font-size: 12px;
  line-height: 18px;
  text-transform: none;
  margin-right: 10px;
}

.menuoff article {
  padding: 10px;
}

.menuoff li {
  list-style: none;
  padding-left: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.menuoff li:hover,
.menuoff li:focus {
  overflow-x: hidden;
  overflow-y: scroll;
  background: -webkit-gradient(linear, center top, center bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
  background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
  background-size: contain;
  border-bottom: solid 2px #192f3a;
}

.selected {
  overflow-x: hidden;
  overflow-y: scroll;
  background: -webkit-gradient(linear, center top, center bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
  background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
  background-size: contain;
  border-bottom: solid 2px #192f3a;
}

.menuoff a {
  text-decoration: none;
  color: #3d5f5c;
}

.menuoff a:hover,
.menuoff a:focus {
  color: #dd6500;
}

.menuoff ul {
  margin: 0;
  padding: 0;
  width: auto;
  top: 0;
  left: 0;
}

.page-wrap {
  width: 100%;
  float: right;
}

#main-menuoff:target {
  width: auto;
  max-width: 300px;
  margin: 0px;
  padding: 0px;
  display: block;
  text-align: left;
  font-size: 14px;
  line-height: 30px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  background: -webkit-gradient(linear, center top, center bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
  background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
  -webkit-box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.2);
  border-right: 1px solid #192f3a;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}

#main-menuoff:target+.page-wrap {
  width: 80%;
}
/*-----------*/
.burger {
  content: '☰';
  font-size: 26px;
  position: fixed;
  z-index: 100;
  top: 44px;
  padding-top: 20px;
  width: 40px;
  height: 80px;
  text-align: center;
  vertical-align: central;
  left: -10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.2);
background-color: #237173;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(35, 113, 115)), to(rgb(6, 45, 53)));
background-image: -webkit-linear-gradient(top, rgb(35, 113, 115), rgb(6, 45, 53));
background-image: -moz-linear-gradient(top, rgb(35, 113, 115), rgb(6, 45, 53));
background-image: -o-linear-gradient(top, rgb(35, 113, 115), rgb(6, 45, 53));
background-image: -ms-linear-gradient(top, rgb(35, 113, 115), rgb(6, 45, 53));
background-image: linear-gradient(top, rgb(35, 113, 115), rgb(6, 45, 53));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#237173', EndColorStr='#062d35');
}

a.burger {
  text-decoration: none;
  color: #ffffff;
}

a.burger:hover,
a.buger:focus {
  color: #6a8c80;
  background: -webkit-gradient(linear, center top, center bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
  background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
}

.burger:after {
  content: '☰';
}

.burger:hover:after,
.burger:focus:after {
  content: '☷';
  font-size: 30px;
  text-align: center;

}

@media only screen and (max-width: 1100px) {
.burger{ top: 0px;visibility:visible;}
}
@media only screen and (min-width: 1100px) {
.burger{ visibility:hidden;}
}
/*----------------------------*/


/* menuoffvertical-right */

.menuoff-right {
  width: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 99999;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.menuoff-right p {
  font-size: 12px;
  line-height: 18px;
  text-transform: none;
  margin-right: 10px;
}

.menuoff-right article {
  padding: 10px;
}

.menuoff-right li {
  list-style: none;
  padding: 12px;
}

.menuoff-right li:hover,
.menuoff li:focus {
  overflow-x: hidden;
  overflow-y: scroll;
  background: -webkit-gradient(linear, center top, center bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
  background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
  background-size: contain;
  border-bottom: solid 2px #192f3a;
}

.menuoff-right a {
  text-decoration: none;
  color: #3d5f5c;
}

.menuoff-right a:hover,
.menuoff-right a:focus {
  color: #dd6500;
}

.menuoff-right ul {
  margin: 0;
  padding: 0;
  width: auto;
  top: 0;
  left: 0;
}

#main-menuoff-right:target {
  width: auto;
  max-width: 300px;
  margin: 0px;
  padding: 20px;
  display: block;
  text-align: left;
  font-size: 14px;
  line-height: 30px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  background: -webkit-gradient(linear, center top, center bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
  background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
  -webkit-box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.2);
  border-right: 1px solid #192f3a;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}

#main-menuoff-right:target+.page-wrap {
  width: 80%;
}

#galerieA:target {
  width: auto;
  max-width: 100%;
  margin: 0px;
  padding: 20px;
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  background: -webkit-gradient(linear, center top, center bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
  background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
  -webkit-box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.2);
  border-right: 1px solid #192f3a;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}

#galerieA:target+.page-wrap {
  width: 100%;
}
.burger-Right {
  content: '☰';
  font-size: 26px;
  position: fixed;
  z-index: 100;
  top: 0px;
  padding-top: 20px;
  width: 40px;
  height: 80px;
  text-align: center;
  vertical-align: central;
  right: -10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.2);
  background: -webkit-gradient(linear, center top, center bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
  background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
}

a.burger-Right {
  text-decoration: none;
  color: #3d5f5c;
}

a.burger-Right:hover,
a.burger-Right:focus {
  color: #6a8c80;
}

.burger-Right:after {
  content: '☰';
}

.burger-Right:hover:after,
.burger:focus:after {
  content: '☷';
  font-size: 30px;
  text-align: center;
}


/* menuoffvertical-left */

.menuoff-left {
  width: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 99999;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.menuoff-left p {
  font-size: 12px;
  line-height: 18px;
  text-transform: none;
  margin-right: 15px;

}

.menuoff-left article {
  padding: 10px;
}

.menuoff-left li {
  list-style: none;
  padding: 12px;
}

.menuoff-left li:hover,
.menuoff-left li:focus {
  overflow-x: hidden;
  overflow-y: scroll;
  background: -webkit-gradient(linear, center top, center bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
  background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
  background-size: contain;
  border-bottom: solid 2px #192f3a;
}

.menuoff-left a {
  text-decoration: none;
  color: #ffffff;
}

.menuoff-left a:hover,
.menuoff-left a:focus {
  color: #f32b8c;
}
.menulink a{font-size:14px;color:#ffffff;}

 .menulink a:hover,focus{
border-bottom: solid 2px #f32b8c;padding:2px;margin-left:-2px;}

.menuoff-left ul {
  margin: 0;
  padding: 0;
  width: auto;
  top: 0;
  left: 0;
}

#main-menuoff-left:target {
   width: auto;
  max-width: 300px;
  margin: 0px;
  padding: 20px;
  display: block;
  text-align: left;
  font-size: 14px;
  line-height: 30px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
background-color: #ffffff;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(35, 113, 115)), to(rgb(6, 45, 53)));
background-image: -webkit-linear-gradient(top, rgb(35, 113, 115), rgb(6, 45, 53));
background-image: -moz-linear-gradient(top, rgb(35, 113, 115), rgb(6, 45, 53));
background-image: -o-linear-gradient(top, rgb(35, 113, 115), rgb(6, 45, 53));
background-image: -ms-linear-gradient(top, rgb(35, 113, 115), rgb(6, 45, 53));
background-image: linear-gradient(top, rgb(35, 113, 115), rgb(6, 45, 53));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#237173', EndColorStr='#062d35');

  -webkit-box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.2);
  border-right: 1px solid #192f3a;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}

#main-menuoff-left:target+.page-wrap {
  width: 80%;
}


/*------lightbox-------*/

.lightbox {
  display: none;
  text-indent: -200em;
  background: #000;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
}

.menuoff:target .lightbox {
  display: block;
}

.menuoff-right:target .lightbox {
  display: block;
}

.menuoff-left:target .lightbox {
  display: block;
}


/*------menuIn-------*/

.menuIn a {
  text-decoration: none;
}

.menuIn a:hover,
.menuIn a:focus {
  border-bottom: solid 0px #f32b8c;
}

@media screen and (max-width: 900px) {
  .menuIn {
    display: none;
  }
}

ul.sousmenu {
  height: 30px;
  width: 100%;
  padding: 0px 0px;
  margin-top: 0px;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  vertical-align: central;
}

ul.sousmenu>li {
  display: inline-block;
  list-style: none;
  margin-left: 20px;
  margin-top:12px;
  text-align: center;
}

ul.sousmenu li a {
  color: #ffffff;
  text-shadow: 0px 1px #000;
}

ul.sousmenu li a:hover,
ul.sousmenu li a:focus {
  color: #f32b8c;
}


/*------------menuInTop----------------*/

.menuInTop {
  position: fixed;
  z-index: 10;
  width: 100%;
background-color: #237173;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(35, 113, 115)), to(rgb(6, 45, 53)));
background-image: -webkit-linear-gradient(top, rgb(35, 113, 115), rgb(6, 45, 53));
background-image: -moz-linear-gradient(top, rgb(35, 113, 115), rgb(6, 45, 53));
background-image: -o-linear-gradient(top, rgb(35, 113, 115), rgb(6, 45, 53));
background-image: -ms-linear-gradient(top, rgb(35, 113, 115), rgb(6, 45, 53));
background-image: linear-gradient(top, rgb(35, 113, 115), rgb(6, 45, 53));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#237173', EndColorStr='#062d35');
}

.menuInTop a {
  text-decoration: none;
  vertical-align: middle;
}

.menuInTop a:hover,
.menuInTop a:focus {
  border-bottom: solid 0px #d7277c;
}

@media screen and (max-width: 1100px) {
  .menuInTop {display: none;}
}
@media screen and (max-width: 1100px) {
ul.sousmenu>li {margin-left: 30px;}
}

/*--------------------*/

.offtxt {
  color: #79746e;
  font-size: 12px;
  text-shadow: 0 2px 1px rgba(255, 255, 255, .1);
  padding: 0px;
  text-transform: none;
}

/*-------back-------------*/
.back {
  font-family: 'Arial';
  content: '<';
  font-size: 28px;
  position: fixed;
  float: left;
  z-index: 100;
 bottom: -30px;
  padding-bottom:35px;
  width: 40px;
  height: 70px;
  text-align: center;
  vertical-align: central;
  left: 1px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.2);
background-color: #237173;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(35, 113, 115)), to(rgb(6, 45, 53)));
background-image: -webkit-linear-gradient(top, rgb(35, 113, 115), rgb(6, 45, 53));
background-image: -moz-linear-gradient(top, rgb(35, 113, 115), rgb(6, 45, 53));
background-image: -o-linear-gradient(top, rgb(35, 113, 115), rgb(6, 45, 53));
background-image: -ms-linear-gradient(top, rgb(35, 113, 115), rgb(6, 45, 53));
background-image: linear-gradient(top, rgb(35, 113, 115), rgb(6, 45, 53));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#237173', EndColorStr='#062d35');
opacity:0.1;
}

a.back {
  text-decoration: none;
  color: #ffffff;
}

a.back:hover,
a.back:focus {
opacity:1;
 color: #ffffff;
}


.back:after {
  content: '<';
}

.back:hover:after,
.back:focus:after {
  content: 'BACK';
  font-size: 14px;
}
/*----------------------------*/
/*---------UP----------*/
.up {
  font-family: 'Arial';
  content: '∧';
  font-size: 28px;
  position: fixed;
  float: right;
  z-index: 100;
 bottom: -30px;
  padding-bottom: 35px;
  width: 40px;
  height: 70px;
  text-align: center;
  vertical-align: central;
  right: 1px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.2);
background-color: #237173;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(35, 113, 115)), to(rgb(6, 45, 53)));
background-image: -webkit-linear-gradient(top, rgb(35, 113, 115), rgb(6, 45, 53));
background-image: -moz-linear-gradient(top, rgb(35, 113, 115), rgb(6, 45, 53));
background-image: -o-linear-gradient(top, rgb(35, 113, 115), rgb(6, 45, 53));
background-image: -ms-linear-gradient(top, rgb(35, 113, 115), rgb(6, 45, 53));
background-image: linear-gradient(top, rgb(35, 113, 115), rgb(6, 45, 53));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#237173', EndColorStr='#062d35');
opacity:0.1;
}

a.up {
  text-decoration: none;
  color: #ffffff;
}

a.up:hover,
a.up:focus {
opacity:1;
 color: #ffffff;
}
a.buger:hover,
a.buger:focus {
opacity:1;
 color: #f5a400;
}

.up:after {
  content: '∧';
}

.up:hover:after,
.up:focus:after {
  content: 'TOP';
  font-size: 14px;
}


/*-------------*/


/*----------------------------------*/
footer div{padding:30px;  
margin: 0px auto;width:100%;}
footer {
  text-align: center;
  min-height: 500px;
  width: 100%;

  border: 1px solid #eeeeee;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .8);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .8);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .8);
}

.col {
  margin: 5px 0;
}


/*-----------------------------*/


/* Start the grid
      -------------------------------------- */

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


/* =Columns
      -------------------------- */

.col {
  float: left;
  margin-left: 5%;
}

.col:first-child {
  margin-left: 0;
}

.col.f {
  width: 100%;
}


/* Full */

.col.c2-3 {
  width: 65%;
}


/* Two thirds */

.col.c1-2 {
  width: 47.5%;
}


/* Half */

.col.c1-3 {
  width: 30%;
}


/* One third */

.col.c1-4 {
  width: 21.25%;
}


/* One fourth */


/* =Rows
      -------------------------- */

.row {
  overflow: hidden;
}


/* =Helpers
      -------------------------- */

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;padding:0px;
}


/* =Mobile
      -------------------------- */
@media screen and (max-width: 640px) {
  .col.f,
  .col.c2-3,
  .col.c1-2 {
    float: none;
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .col.c1-3,
  .col.c1-4 {
    float: none;
    margin: 0;
    width: 100%;
  }
}

/*---------IMGRONDED-------------*/

.rondedimg img {
  width: 150px;
  height: 150px;
  -webkit-box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 150px;
  -webkit-border-radius: 150px;
  border-radius: 150px;

}

button {
  font-size: 16px;
  border: none;
  padding: 12px 30px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  display: inline-block;
}

.large {
  font-size: 21px;
  border: none;
  padding: 14px 40px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  display: inline-block;
}

.medium {
  font-size: 14px;
  border: none;
  padding: 7px 18px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  display: inline-block;
}

.small {
  font-size: 10px;
  border: none;
  padding: 5px 10px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  display: inline-block;
}

.rond {
  padding: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  border: 0px solid black;
  -moz-border-radius: 14.5px;
  -webkit-border-radius: 14.5px;
  border-radius: 14.5px;
}
.btrond{
  text-align: center;
  border: 0px solid black;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
}

.blu{color:#204954;}

.transpa{
 color: #fff;
 border: 1px solid #ffffff;
  background: transparent !important;
  background: -moz-linear- transparent !important;
  background:  -webkit-transparent !important;
}
.transpa:link {
  color: #fff;
}

.transpa:visited {
  color: #eee;
}

.transpa:hover,
.transpa:focus {
 color:#f8f7f0;
  text-shadow: 0px 1px #000;
  -moz-box-shadow: inset 0px 1px 10px #000000;
  -webkit-box-shadow: inset 0px 1px 10px #000000;
  box-shadow: inset 0px 1px 10px #000000;
  background:#ffffff;
}
.transpaB{
 color: #fff;
 border: 1px solid #ffffff;
  background: transparent !important;
  background: -moz-linear- transparent !important;
  background:  -webkit-transparent !important;
}
.transpaB:link {
  color: #fff;
}

.transpaB:visited {
  color: #eee;
}

.transpaB:hover,
.transpaB:focus {
 color:#ffffff;
 background:#204954!important;
  text-shadow: 0px 1px #000;
  -moz-box-shadow: inset 0px 1px 50px #000000;
  -webkit-box-shadow: inset 0px 1px 50px #000000;
  box-shadow: inset 0px 1px 50px #000000;
 
}
.beige {
background-color: #f3e0c7;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(243, 224, 199)), to(rgb(179, 165, 146)));
background-image: -webkit-linear-gradient(top, rgb(243, 224, 199), rgb(179, 165, 146));
background-image: -moz-linear-gradient(top, rgb(243, 224, 199), rgb(179, 165, 146));
background-image: -o-linear-gradient(top, rgb(243, 224, 199), rgb(179, 165, 146));
background-image: -ms-linear-gradient(top, rgb(243, 224, 199), rgb(179, 165, 146));
background-image: linear-gradient(top, rgb(243, 224, 199), rgb(179, 165, 146));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f3e0c7', EndColorStr='#b3a592');
}

.beige a,
a.blanc {
  text-shadow: 0px 1px #fff;
  color: #777;
}

.beige:hover,
.beige:focus {
  text-shadow: 0px 1px #fff;
  -moz-box-shadow: inset 0px 1px 1px #888888;
  -webkit-box-shadow: inset 0px 1px 1px #888888;
  box-shadow: inset 0px 1px 1px #888888;
  background: -moz-linear-gradient(-90deg, #dfdfdf 0%, #cfcccc 100%);
  background: -o-linear-gradient(-90deg, #dfdfdf 0%, #cfcccc 100%);
  background: -ms-linear-gradient(-90deg, #dfdfdf 0%, #cfcccc 100%);
  background: -webkit-linear-gradient(-90deg, #dfdfdf 0%, #cfcccc 100%);
  background: linear-gradient(180deg, #dfdfdf 0%, #cfcccc 100%);
}
.gris {
  background: -webkit-linear-gradient(#e1e1e1, #a8a8a8);
  background: -moz-linear-gradient(#e1e1e1, #a8a8a8);
  background: linear-gradient(#e1e1e1, #a8a8a8);
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), inset 0px -1px 0px rgba(0, 0, 0, 0.2), 0px 0px 5px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), inset 0px -1px 0px rgba(0, 0, 0, 0.2), 0px 0px 5px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), inset 0px -1px 0px rgba(0, 0, 0, 0.2), 0px 0px 5px rgba(0, 0, 0, 0.05);
}

.gris a,
a.blanc {
  text-shadow: 0px 1px #fff;
  color: #777;
}

.gris:hover,
.gris:focus {
  text-shadow: 0px 1px #fff;
  -moz-box-shadow: inset 0px 1px 1px #888888;
  -webkit-box-shadow: inset 0px 1px 1px #888888;
  box-shadow: inset 0px 1px 1px #888888;
  background: -moz-linear-gradient(-90deg, #dfdfdf 0%, #cfcccc 100%);
  background: -o-linear-gradient(-90deg, #dfdfdf 0%, #cfcccc 100%);
  background: -ms-linear-gradient(-90deg, #dfdfdf 0%, #cfcccc 100%);
  background: -webkit-linear-gradient(-90deg, #dfdfdf 0%, #cfcccc 100%);
  background: linear-gradient(180deg, #dfdfdf 0%, #cfcccc 100%);
}

.blanc {
  background: -webkit-gradient(linear, center top, center bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
  background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), inset 0px -1px 0px rgba(0, 0, 0, 0.2), 0px 0px 5px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), inset 0px -1px 0px rgba(0, 0, 0, 0.2), 0px 0px 5px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), inset 0px -1px 0px rgba(0, 0, 0, 0.2), 0px 0px 5px rgba(0, 0, 0, 0.05);
}

.blanc a,
a.blanc {
  text-shadow: 0px 1px #fff;
  color: #777;
}

.blanc:hover,
.blanc:focus {
  text-shadow: 0px 1px #fff;
  -moz-box-shadow: inset 0px 1px 1px #888888;
  -webkit-box-shadow: inset 0px 1px 1px #888888;
  box-shadow: inset 0px 1px 1px #888888;
  background: -moz-linear-gradient(-90deg, #dfdfdf 0%, #cfcccc 100%);
  background: -o-linear-gradient(-90deg, #dfdfdf 0%, #cfcccc 100%);
  background: -ms-linear-gradient(-90deg, #dfdfdf 0%, #cfcccc 100%);
  background: -webkit-linear-gradient(-90deg, #dfdfdf 0%, #cfcccc 100%);
  background: linear-gradient(180deg, #dfdfdf 0%, #cfcccc 100%);
}

.blanc:link {
  color: #777;
}

.blanc.active,
a.blanc:active {
  background: #eee;
  -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2), 0px 1px 0px rgba(255, 255, 255, 1);
  -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2), 0px 1px 0px rgba(255, 255, 255, 1);
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2), 0px 1px 0px rgba(255, 255, 255, 1);
  color: #777;
}

.vertF {
  color: #fff;
  background: -moz-linear-gradient(-90deg, #adbb58 0%, #456f16 100%);
  background: -o-linear-gradient(-90deg, #adbb58 0%, #456f16 100%);
  background: -ms-linear-gradient(-90deg, #adbb58 0%, #456f16 100%);
  background: -webkit-linear-gradient(-90deg, #adbb58 0%, #456f16 100%);
  background: linear-gradient(180deg, #adbb58 0%, #456f16 100%);
}

.vertF:link {
  color: #fff;
}

.vertF:visited {
  color: #eee;
}

.vertF:hover,
.vertF:focus {
  color: #eee;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  -moz-box-shadow: inset 0px 1px 1px #2e4209;
  -webkit-box-shadow: inset 0px 2px 1px #2e4209;
  box-shadow: inset 0px 2px 1px #2e4209;
  background: #4f6e12;
}

.bleuF {
  text-shadow: 0px 1px #000;
  color: #fff;
background-color: #237173;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(35, 113, 115)), to(rgb(6, 45, 53)));
background-image: -webkit-linear-gradient(top, rgb(35, 113, 115), rgb(6, 45, 53));
background-image: -moz-linear-gradient(top, rgb(35, 113, 115), rgb(6, 45, 53));
background-image: -o-linear-gradient(top, rgb(35, 113, 115), rgb(6, 45, 53));
background-image: -ms-linear-gradient(top, rgb(35, 113, 115), rgb(6, 45, 53));
background-image: linear-gradient(top, rgb(35, 113, 115), rgb(6, 45, 53));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#237173', EndColorStr='#062d35');
}

.bleuF:hover,
.bleuF:focus {
  color: #eee;
  text-shadow: 0px 1px #000;
  -moz-box-shadow: inset 0px 2px 2px #202e2e;
  -webkit-box-shadow: inset 0px 2px 2px #202e2e;
  box-shadow: inset 0px 2px 2px #202e2e;
  background: #58838c;
}

.bleuF:link {
  color: #fff;
}

.bleuF:visited {
  color: #eee;
}

.orange {
  color: #fff;
  background: -moz-linear-gradient(90deg, #e12d00 0%, #ff8526 100%);
  background: -o-linear-gradient(90deg, #e12d00 0%, #ff8526 100%);
  background: -ms-linear-gradient(90deg, #e12d00 0%, #ff8526 100%);
  background: -webkit-linear-gradient(90deg, #e12d00 0%, #ff8526 100%);
  background: linear-gradient(0deg, #e12d00 0%, #ff8526 100%);
}

.orange:hover,
.orange:focus {
  color: #eee;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  -moz-box-shadow: inset 0px 1px 1px #8c1a00;
  -webkit-box-shadow: inset 0px 2px 1px #8c1a00;
  box-shadow: inset 0px 2px 1px #8c1a00;
  background: #ca4900;
}

.orange:link {
  color: #fff;
}

.orange:visited {
  color: #eee;
}
.orangeC {
  color: #fff;
 background-color: #ffb300;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 179, 0)), to(rgb(198, 112, 22)));
background-image: -webkit-linear-gradient(top, rgb(255, 179, 0), rgb(198, 112, 22));
background-image: -moz-linear-gradient(top, rgb(255, 179, 0), rgb(198, 112, 22));
background-image: -o-linear-gradient(top, rgb(255, 179, 0), rgb(198, 112, 22));
background-image: -ms-linear-gradient(top, rgb(255, 179, 0), rgb(198, 112, 22));
background-image: linear-gradient(top, rgb(255, 179, 0), rgb(198, 112, 22));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffb300', EndColorStr='#c67016');
}

.orangeC:hover,
.orangeC:focus {
  color: #eee;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  -moz-box-shadow: inset 0px 1px 1px #8c1a00;
  -webkit-box-shadow: inset 0px 2px 1px #8c1a00;
  box-shadow: inset 0px 2px 1px #8c1a00;
  background: #ca4900;
}

.orangeC:link {
  color: #fff;
}

.orangeC:visited {
  color: #eee;
}
.bleu {
  color: #fff;
  background: -moz-linear-gradient(-90deg, #60c0d4 0%, #3886b0 100%);
  background: -o-linear-gradient(-90deg, #60c0d4 0%, #3886b0 100%);
  background: -ms-linear-gradient(-90deg, #60c0d4 0%, #3886b0 100%);
  background: -webkit-linear-gradient(-90deg, #60c0d4 0%, #3886b0 100%);
  background: linear-gradient(180deg, #60c0d4 0%, #3886b0 100%);
}

.bleu:link {
  color: #fff;
}

.bleu:visited {
  color: #eee;
}

.bleu:hover,
.bleu:focus {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .3);
  -moz-box-shadow: inset 0px 1px 1px #202e2e;
  -webkit-box-shadow: inset 0px 1px 1px #202e2e;
  box-shadow: inset 0px 1px 1px #202e2e;
  background: #3976a4;
}

.emerald {
  color: #fff;
  background: -moz-linear-gradient(-90deg, #56bd98 0%, #20825f 100%);
  background: -o-linear-gradient(-90deg, #56bd98 0%, #20825f 100%);
  background: -ms-linear-gradient(-90deg, #56bd98 0%, #20825f 100%);
  background: -webkit-linear-gradient(-90deg, #56bd98 0%, #20825f 100%);
  background: linear-gradient(180deg, #56bd98 0%, #20825f 100%);
  -moz-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.2), 0px 0px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.2), 0px 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.2), 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.emerald:link {
  color: #fff;
}

.emerald:visited {
  color: #eee;
}

.emerald:hover,
.emerald:focus {
  color: #eee;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
  -moz-box-shadow: inset 0px 1px 1px #163a27;
  -webkit-box-shadow: inset 0px 2px 1px #163a27;
  box-shadow: inset 0px 2px 1px #163a27;
  background: #348159;
}

.emerald.active,
a.emerald:active {
  background: #5eaa30;
  -moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2), 0px 1px 0px rgba(255, 255, 255, 1);
  -webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2), 0px 1px 0px rgba(255, 255, 255, 1);
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2), 0px 1px 0px rgba(255, 255, 255, 1);
}

.emerald a,
a.emerald {
  text-shadow: none;
  color: #fff;
}

.centerT {
  width: 100%;
  max-width: 100%;
  text-align: center !important;
  display: inline-block;
}

.titre {
  font-weight: 900;
  font-size: 52px;
  line-height: 64px;
  color: #ffffff;
  margin-top: 130px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
}
img{
  width: auto;
  max-width: 100%;
  height: auto;
  border: 0;
}
 /*img {
  width:auto;
  max-width: 100% !important;
  height: auto;
 -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
}*/

.flou{-webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);}

.plein {
  text-align: center;
  display: block;
}

.btn {
  padding: 12px 30px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  min-width: 60px;
  position: relative;
  transition: color .1s ease;
}

.btn.btn-big {
  font-size: 18px;
  padding: 15px 20px;
  min-width: 100px;
}

.btn-close {
  color: #aaa;
  font-size: 30px;
  text-decoration: none;
  position: absolute;
  right: 5px;
  top: 0;
}


/* -----Modal---------------- */


/*----------------------------*/

.box {
  padding: 15px;
  -moz-box-shadow: inset 0px 1px 1px #888888;
  -webkit-box-shadow: inset 0px 1px 1px #888888;
  box-shadow: inset 0px 1px 1px #888888;
  background: -moz-linear-gradient(-90deg, #dfdfdf 0%, #cfcccc 100%);
  background: -o-linear-gradient(-90deg, #dfdfdf 0%, #cfcccc 100%);
  background: -ms-linear-gradient(-90deg, #dfdfdf 0%, #cfcccc 100%);
  background: -webkit-linear-gradient(-90deg, #dfdfdf 0%, #cfcccc 100%);
  background: linear-gradient(180deg, #dfdfdf 0%, #cfcccc 100%);
}

.box2 {
  padding: 15px;
  text-shadow: 0px 1px #fff;
  -moz-box-shadow: inset 0px 1px 1px #888888;
  -webkit-box-shadow: inset 0px 1px 1px #888888;
  box-shadow: inset 0px 1px 1px #888888;
  background: -webkit-gradient(linear, center top, center bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
  background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
}

.orange-txt {
  font-size: 24px;
  background-color: #ffc15e;
  background: -o-linear-gradient(bottom, #ffb135 0%, #ffc15e 100%);
  background: -moz-linear-gradient(bottom, #ffb135 0%, #ffc15e 100%);
  background: -webkit-linear-gradient(bottom, #ffb135 0%, #ffc15e 100%);
  background: -ms-linear-gradient(bottom, #ffb135 0%, #ffc15e 100%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #ffb135), color-stop(100%, #ffc15e));
  background: linear, bottom, #ffb135 0%, #ffc15e 100%;
}

.orange-txt:hover,
.orange-txt:focus {
  background: #ffb135;
}


/*------Tooltip--------------*/

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

.tooltip .tooltiptext {
  visibility: hidden;
  width: 100%;
  background-color: black;
  color: #fff;
  text-shadow: 0 0px 1px rgba(0, 0, 0, .2);
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -45px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext,
.tooltip:focus .tooltiptext {
  visibility: visible;
}


/*------Tooltip END--------------*/


/*-----------*/

.JesterBox div {
  visibility: hidden;
  position: fixed;
  top: 5%;
  right:5%;
  bottom: 5%;
  left: 5%;
  z-index: 75;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.JesterBox div:before {
  content: '';
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 74;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.5s ease-out;
}

.JesterBox div img {
  position: relative;
  z-index: 77;
  width: auto;
  max-height: 100%;
  margin-left: -9999px;
  opacity: 0;
  transition-property: all, opacity;
  transition-duration: 0.5s, 0.2s;
  transition-timing-function: ease-in-out, ease-out;
  border: solid 2px #ffffff;
}

.JesterBox div:target {
  visibility: visible;
}

.JesterBox div:target:before { background-color: rgba(0, 0, 0, 0.7); }

.JesterBox div:target img {
  margin-left: 0px;
  opacity: 1;
}

.photo>li {
  list-style: none;
  text-align: center;
  display: inline;
  justify-content: center;
  align-items: center;
}

.photo img {
  width: 29%;
  margin: 12px;
}
.photo img:hover{cursor: url(icons/zoom.png), auto;}

.photo img:hover,
.photo img:focus {
  border: solid 1px #ffffff;
  -moz-box-shadow: 0px 2px 15px 0px #656565;
  -webkit-box-shadow: 0px 2px 15px 0px #656565;
  -o-box-shadow: 0px 2px 15px 0px #656565;
  box-shadow: 0px 2px 15px 0px #656565;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=15);
  -ms-transform: scale(1.1, 1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1, 1.1);
  /* Safari */
  transform: scale(1.1, 1.1);
}


/*------------------*/

.JesterBox p {
  position: relative;
  font-family: 'Century Gothic', SomeFont, sans-serif;
  color: #ffffff;
  font-weight: lighter;
  text-shadow: 0 0px 1px rgba(255, 255, 255, 0.2);
  text-align: center;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

.JesterBox section {
  display:block;
  position: relative;
  background: #ffffff;
  padding: 10px;
  bottom: 45px;
  opacity: 0.1;
  font-family: 'Century Gothic', SomeFont, sans-serif;
  color: #000000;
  font-weight: lighter;
  text-shadow: 0 0px 1px rgba(255, 255, 255, 0.2);
  text-align: center;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

.JesterBox section:hover,
.JesterBox section:focus {
  opacity: 0.8;
}


/*------------dropdownoff ------*/

.drop-menuoff {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  padding: 0px;
  height: 50px;
  width: 100%;
  overflow: hidden;
}

.drop-menuoff:hover .sub-menuoff,
.drop-menuoff:focus .sub-menuoff {
  display: inline-block;
}

.sub-menuoff {
  position: absolute;
  display: none;
  width: 200px;
  background: #fff;
  padding: 30px;
  margin-top: 20px;
  border-left: 5px solid #3d5f5c;
  -webkit-box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.2);
}

.sub-menuoff li {
  margin-left: 10px;
  list-style-type: none;
  display: block;
  font-size: 14px;
  width: 200px;
  height: auto;
  padding: 8px 0;
}

.sub-menuoff li:hover {
  color: #f5a400;
}


/*--------------------*/

.clicker {
  outline: none;
  cursor: pointer;
}

.hiddendiv {
  display: none;
  height: auto;
}

.clicker:focus+.hiddendiv {
  display: block;
}

.plus {
  font-size: 20px;
  display: inline-block;
  -webkit-transition: .3s ease-in-out;
  -moz-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
}

.plus:hover,
.plus:focus {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}


/* ---popup----- */

.pop-up {
  position: absolute;
  top: 0;
  left: -500em;
}

.pop-up:target {
  position: static;
  left: 0;
}

.popBox {
  background: #ffffff;
  position: absolute;
  left: 10%;
  right: 10%;
  top: 10%;
  bottom: 10%;
  z-index: 1000;
  border: 1px solid #3a3a3a;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: 2px 2px 14px #3a3a3a;
  -moz-box-shadow: 2px 2px 14px #3a3a3a;
  box-shadow: 2px 2px 14px #3a3a3a;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.pop-up:target .popBox {
  position: fixed;
  opacity: 1;
}

.lightbox {
  display: none;
  text-indent: -200em;
  background: #000;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
}

.pop-up:target .lightbox {
  display: block;
}

.lightbox:hover {
  background: #000;
}

.close:link,
.close:visited {
  position: absolute;
  top: -0.75em;
  right: -0.75em;
  display: block;
  width: 1em;
  height: 1em;
  padding: 0;
  font: bold large/1 arial, sans-serif;
  text-align: center;
  text-decoration: none;
  background: #000;
  border: 3px solid #fff;
  color: #fff;
  -moz-border-radius: 1em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  -moz-box-shadow: 0 0 1px 1px #3a3a3a;
  -webkit-box-shadow: 0 0 1px 1px #3a3a3a;
  box-shadow: 0 0 1px 1px #3a3a3a;
}

.close:before {
  content: "";
}

.close:hover,
.close:active,
.close:focus {
  box-shadow: 0 0 1px 1px #c00;
  background: #c00;
  color: #fff;
}

.close span {
  text-indent: -200em;
  display: block;
}

.popScroll {
  position: absolute;
  top: 5%;
  left: 3%;
  right: 3%;
  bottom: 3%;
  overflow-y: auto;
  padding-right: 0.5em;
  padding: 10px;
}


/*--------buttonforslide------------*/

.nav-btn-floating:hover,
.nav-btn-floating-large:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.nav-btn,
.nav-btn-floating,
.nav-btn-floating-large {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.nav-btn-floating,
.nav-btn-floating-large {
  display: inline-block;
  text-align: center;
  color: #fff;
  background-color: #000;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
  font-size: 24px
}

.nav-btn-floating {
  width: 40px;
  height: 40px;
  line-height: 40px
}

.nav-btn-floating-large {
  width: 56px;
  height: 56px;
  line-height: 56px
}


/*_____________________HTMLSLIDE_________*/

.mid {
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 35px;
  margin-bottom: 35px;
}

.boxslide {
  width: 100%;
  position: relative;
  height: 300px;
  padding: 15px;
  color: #000;
  text-align: center;
  justify-content: center;
  text-shadow: 0px 1px #fff;
  -moz-box-shadow: inset 0px 1px 1px #888888;
  -webkit-box-shadow: inset 0px 1px 1px #888888;
  box-shadow: inset 0px 1px 1px #888888;
  background: -webkit-gradient(linear, center top, center bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
  background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
  vertical-align: central;
}


/*_____________________PREVIMGSLIDE_________*/

.boxprev {
  width: 90%;
  padding: 15px;
  color: #000;
  text-align: center;
  text-shadow: 0px 1px #fff;
  -moz-box-shadow: inset 0px 1px 1px #888888;
  -webkit-box-shadow: inset 0px 1px 1px #888888;
  box-shadow: inset 0px 1px 1px #888888;
  background: -webkit-gradient(linear, center top, center bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
  background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
  vertical-align: central;
}

.viewslide {
  border: solid 1px #000000;
  -moz-box-shadow: 0px 2px 15px 0px #656565;
  -webkit-box-shadow: 0px 2px 15px 0px #656565;
  -o-box-shadow: 0px 2px 15px 0px #656565;
  box-shadow: 0px 2px 15px 0px #656565;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=15);
}

.imgprev {
  display: block;
}

.imgprev img {
  width: 14%;
}

.imgprev img:hover,
.imgprev img:focus {
  border: solid 1px #000000;
  -moz-box-shadow: 0px 2px 15px 0px #656565;
  -webkit-box-shadow: 0px 2px 15px 0px #656565;
  -o-box-shadow: 0px 2px 15px 0px #656565;
  box-shadow: 0px 2px 15px 0px #656565;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=15);
  -ms-transform: scale(1.1, 1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1, 1.1);
  /* Safari */
  transform: scale(1.1, 1.1);
}


/*--------------------*/


/*------Slide animation--------------*/

.cram-animate-fading {
  -webkit-animation: fading 10s infinite;
  animation: fading 10s infinite
}

@-webkit-keyframes fading {
  0% {
    opacity: 0
  }
  50% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}

@keyframes fading {
  0% {
    opacity: 0
  }
  50% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}

.cram-animate-opacity {
  -webkit-animation: opac 1.5s;
  animation: opac 1.5s
}

@-webkit-keyframes opac {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

@keyframes opac {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}

.cram-animate-top {
  position: relative;
  -webkit-animation: animatetop 0.4s;
  animation: animatetop 0.4s
}

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }
  to {
    top: 0;
    opacity: 1
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }
  to {
    top: 0;
    opacity: 1
  }
}

.cram-animate-left {
  position: relative;
  -webkit-animation: animateleft 0.4s;
  animation: animateleft 0.4s
}

@-webkit-keyframes animateleft {
  from {
    left: -300px;
    opacity: 0
  }
  to {
    left: 0;
    opacity: 1
  }
}

@keyframes animateleft {
  from {
    left: -300px;
    opacity: 0
  }
  to {
    left: 0;
    opacity: 1
  }
}

.cram-animate-right {
  position: relative;
  -webkit-animation: animateright 0.4s;
  animation: animateright 0.4s
}

@-webkit-keyframes animateright {
  from {
    right: -300px;
    opacity: 0
  }
  to {
    right: 0;
    opacity: 1
  }
}

@keyframes animateright {
  from {
    right: -300px;
    opacity: 0
  }
  to {
    right: 0;
    opacity: 1
  }
}

.cram-animate-bottom {
  position: relative;
  -webkit-animation: animatebottom 0.4s;
  animation: animatebottom 0.4s
}

@-webkit-keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0
  }
  to {
    bottom: 0px;
    opacity: 1
  }
}

@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0
  }
  to {
    bottom: 0;
    opacity: 1
  }
}

.cram-animate-zoom {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

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

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

.cram-animate-input {
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out
}

.cram-animate-input:focus {
  width: 100%!important
}


/*------Slide animation END--------------*/


/*---------dropdownButton-------------*/

.dropbtn {
  color: #ffffff;
  min-width: 160px;
  padding: 10px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  background: -webkit-gradient(linear, center top, center bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
  background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
}

.btNeutre {
  color: #ffffff;
  min-width: 160px;
  padding: 6px;
  font-size: 14px;
  border: none;
  cursor: pointer;
  background: transparent;
}

.btNeutre:hover,
.btNeutre:focus {
  color: #ffffff;
}

.dropbtn:hover,
.dropbtn:focus {
  color: #ffffff;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  min-width: 250px;
  display: none;
  position: absolute;
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), inset 0px -1px 0px rgba(0, 0, 0, 0.2), 0px 0px 5px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), inset 0px -1px 0px rgba(0, 0, 0, 0.2), 0px 0px 5px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), inset 0px -1px 0px rgba(0, 0, 0, 0.2), 0px 0px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
background-color: #237173;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(35, 113, 115)), to(rgb(6, 45, 53)));
background-image: -webkit-linear-gradient(top, rgb(35, 113, 115), rgb(6, 45, 53));
background-image: -moz-linear-gradient(top, rgb(35, 113, 115), rgb(6, 45, 53));
background-image: -o-linear-gradient(top, rgb(35, 113, 115), rgb(6, 45, 53));
background-image: -ms-linear-gradient(top, rgb(35, 113, 115), rgb(6, 45, 53));
background-image: linear-gradient(top, rgb(35, 113, 115), rgb(6, 45, 53));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#237173', EndColorStr='#062d35');
}

.dropdown-content a {
  text-align:left;
  color: #ffffff;
  padding: 8px 16px;
margin-left:0px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover:link,
.dropdown-content a:focus:link {
  color: #f5a400;
}

.dropdown-content a:hover,
.dropdown-content a:focus {
  color: #f5a400;
  background-size: contain;
  border-bottom: solid 2px #204954;
background-color: #14464f;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(20, 70, 79)), to(rgb(2, 19, 22)));
background-image: -webkit-linear-gradient(top, rgb(20, 70, 79), rgb(2, 19, 22));
background-image: -moz-linear-gradient(top, rgb(20, 70, 79), rgb(2, 19, 22));
background-image: -o-linear-gradient(top, rgb(20, 70, 79), rgb(2, 19, 22));
background-image: -ms-linear-gradient(top, rgb(20, 70, 79), rgb(2, 19, 22));
background-image: linear-gradient(top, rgb(20, 70, 79), rgb(2, 19, 22));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#14464f', EndColorStr='#021316');
}

.dropdown:hover .dropdown-content,
.dropdown:focus .dropdown-content {
  display: block;
  color: #f5a400;
}


/*---------dropdown-------------*/

.dropbox {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.dropbox-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 7px 7px;
  z-index: 1;
}

.dropbox:hover .dropbox-content,
.dropbox:focus .dropbox-content {
  display: block;
}


/*-----------floating-box-----------------*/

.floating-box {
  display: inline-block;
  width: 200px;
  height: 200px;
  margin: 10px;
  border: 1px solid #000;
  background: #eee;
}

.floating-box p {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 45%;
  text-align: center;
  justify-content: center;
}

.floating-box:hover,
.floating-box:focus {
  border: solid 1px #000000;
  -moz-box-shadow: 0px 2px 15px 0px #656565;
  -webkit-box-shadow: 0px 2px 15px 0px #656565;
  -o-box-shadow: 0px 2px 15px 0px #656565;
  box-shadow: 0px 2px 15px 0px #656565;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=15);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}


/*----------------------------*/

.imgOpacity {
  opacity: 0.7;
}

.imgOpacity:hover,
.imgOpacity:focus {
  opacity: 1;
}

.center {
  display: block;
  margin: auto;
  width: 90%;
}

.imgresponsive {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.imgovale {
  border-radius: 50%;
}

.ronded {
  border-radius: 8px;
}

.flou:hover,
.flou:focus {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  filter: blur(5px);
}

.img-container {
  position: relative;
  background: #000;
}

.img-text {
  position: absolute;
  top: 30%;
  vertical-align: middle;
  left: 0;
  text-align: center;
  width: 100%;
  font: 90%/160% Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 15px;
}


/* ---- Tabs ---- */

.tab-container {
  position: relative;
  display: block;
  height: 280px;
  width: 100%;
  padding: 1px 0;
}

.tab-container .tab-radio {
  display: none;
}

.tab-container .tab {
  display: block;
  float: left;
  position: relative;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border: 1px solid #cfd2d7;
  border-bottom: none;
  color: #888;
  margin-top: -15px;
  margin-right: 1.0%;
  padding: 5px 20px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  background-color: #eee;
  font: 14px/25px "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

.tab-container .tab-radio:checked~.tab,
.tab-container .tab-radio:active~.tab {
  background-color: #fff;
  z-index: 100;
  border-bottom: 1px solid #fff;
}

.tab-container .tab-radio:checked~.tab {
  background-color: #fff;
  color: #333;
}

.tab-container .tab-page {
  visibility: hidden;
  width: 100%;
  height: auto;
  font: 14px/25px "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  background-color: #fff;
  color: #888;
  display: block;
  position: absolute;
  top: 22px;
  float: left;
  padding: 10px;
  border: 1px solid #cfd2d7;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
}

.tab-container .tab-radio:checked~.tab-page {
  visibility: visible;
  display: block;
  height: auto
}


/* ---- Tabs END---- */

.first {
  padding-left: 0;
  position: relative;
}

.last {
  padding-right: 0;
  position: relative;
}


/* ---- Alignments ---- */

.centered {
  float: none;
  margin: auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.space-top {
  margin-top: 20px;
}

.space-bot {
  margin-bottom: 20px;
}

.space-htop {
  margin-top: 10px;
}

.space-hbot {
  margin-bottom: 10px;
}


/*------overlay image--------*/

.overlay {
  display: block;
  position: relative;
  vertical-align: top;
}

.overlay__image {
  display: block;
}

.overlay__body {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 100px;
  position: absolute;
  text-align: center;
  top: 20px;
  right: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.overlay__body:hover {
  opacity: 1;
}

.overlay__body:hover:after,
.overlay__body:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.overlay__body h2 {
  margin-top: 0;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.overlay__body p {
  margin-bottom: 1.5em;
  color: #fff;
}


/*------overlay imageRounded--------*/

.border-circle {
  border-radius: 50%;
}

.cram-overlay {
  display: inline-block;
  position: relative;
  max-width: 100%;
  vertical-align: middle;
  overflow: hidden;
}

.cram-overlay> :first-child {
  margin-bottom: 0;
}

.cram-overlay-area {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transform: translate3d(0, 0, 0);
}

.cram-overlay:hover .cram-overlay-area,
.cram-overlay.cram-hover .cram-overlay-area,
.cram-overlay-toggle:hover .cram-overlay-area,
.cram-overlay-toggle.cram-hover .cram-overlay-area {
  opacity: 1;
}

.cram-overlay-area:empty:before {
  content: "\f002";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  font-size: 50px;
  line-height: 1;
  font-family: FontAwesome;
  text-align: center;
  color: #ffffff;
}

.cram-overlay-area:not(:empty) {
  font-size: 0.001px;
}

.cram-overlay-area:not(:empty):before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.cram-overlay-area-content {
  display: inline-block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  vertical-align: middle;
  font-size: 1em;
  text-align: center;
  padding: 0 15px;
  color: #ffffff;
}

.cram-overlay-area-content> :last-child {
  margin-bottom: 0;
}

.cram-overlay-area-content a:not([class]),
.cram-overlay-area-content a:not([class]):hover {
  color: inherit;
}

.cram-overlay-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transform: translate3d(0, 0, 0);
}

.cram-overlay:hover .cram-overlay-caption,
.cram-overlay.cram-hover .cram-overlay-caption,
.cram-overlay-toggle:hover .cram-overlay-caption,
.cram-overlay-toggle.cram-hover .cram-overlay-caption {
  opacity: 1;
}


/* ---- hr ---- */

hr {
  border: 0;
  height: 1px;
  background-image: rgba(0, 0, 0, 0.75);
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}


/*----------------------------*/

p.username {
  margin-bottom: 25px;
}

p.username a {
  color: #2f4346;
  margin-left: 5px;
  text-transform: uppercase;
  text-decoration: none;
}

p.username a:hover {
  color: #f5a400;
}

p.username img {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-width: 0;
  vertical-align: middle;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}

p.info {
  font-size: 15px;
  color: #333;
  line-height: 24px;
  text-indent: 25px;
  margin-left: 60px;
  margin-bottom: 50px;
  text-align: justify;
}

.disclaimer {
  width: 100%;
  color: #d0d5d5;
  font: italic 12px/24px Georgia;
  text-align: center;
  margin: 0 auto;
}


/*----------------------------------*/


/* Mobile first queries */


/* Larger than mobile */

@media (min-width: 400px) {}


/* Larger than phablet */

@media (min-width: 550px) {}


/* Larger than tablet */

@media (min-width: 750px) {}


/* Larger than desktop */

@media (min-width: 1000px) {}


/* Larger than Desktop HD */

@media (min-width: 1200px) {}


/*_____________________________________*/


/*----------------------------*/


/* image-right */

.img-right {
cursor:pointer;
  width: 0;
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 99999;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.img-right p {
  font-size: 12px;
  line-height: 18px;
  text-transform: none;
  margin-right: 10px;
}

.img-right a {
  text-decoration: none;
  color: #3d5f5c;
}

.img-right a:hover,
.img-right a:focus {
  color: #dd6500;
}

.main-img-right:target {
  width: 100%;
  max-width: 100% !important;
  margin: 0px;
  padding: 0px;
  display: block;
  text-align: left;
  font-size: 14px;
  line-height: 30px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  background: #ffffff;
  -webkit-box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.2);
  border-right: 1px solid #192f3a;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}

.imgBig img {
  width: 50%;
  height: auto;
  margin-top: 2%;
}

.imgBig img:hover,
.imgBig img:focus {
  -moz-box-shadow: 0px 2px 15px 0px #656565;
  -webkit-box-shadow: 0px 2px 15px 0px #656565;
  -o-box-shadow: 0px 2px 15px 0px #656565;
  box-shadow: 0px 2px 15px 0px #656565;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=15);
}

.img-offtxt {
  color: #79746e;
  font-size: 12px;
  text-shadow: 0 2px 1px rgba(255, 255, 255, .1);
  padding: 10%;
  margin-top: -10%;
  text-transform: none;
  text-align: center;
}

.img-offtxt h2 {
  text-align: center;
}

.img-offtxt p {
  text-align: justify;
}

.closebutton {
  font-size: 28px;
  float: right;
}


/*--------------------*/

.boximg a:hover {
  padding: 20px;
}

#imgsize img {
  display: inline-block;
  width: 30%;
  height: auto;
  text-align: center;
  padding: 10px;
  vertical-align: middle;
}

#imgsize img:hover,
#imgsize img:focus {
  border: solid 5px #ffffff;
  -moz-box-shadow: 0px 2px 15px 0px #656565;
  -webkit-box-shadow: 0px 2px 15px 0px #656565;
  -o-box-shadow: 0px 2px 15px 0px #656565;
  box-shadow: 0px 2px 15px 0px #656565;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=15);
  -ms-transform: scale(1.0, 1.0);
  /* IE 9 */
  -webkit-transform: scale(1.0, 1.0);
  /* Safari */
  transform: scale(1.0, 1.0);
}


/*-----------button-left-right---------*/

#flecheleft {
  float: left;
  margin-left: 2%;
  font-size: 30px;
  margin-top: 20%;
  margin-bottom: 25%;
  color: #fefefe;
  position: absolute;
  z-index: 100;
  left: -10px;
  background-color: rgba(255, 255, 255, .2);
  width: 50px;
  height: 45px;
  border-radius: 50px;
  vertical-align: middle;
  text-align: center;
  padding-top: 10px;
}

#flecheleft:hover,
#flecheleft:focus {
  color: #aaaaaa;
  background-color: rgba(0, 0, 0, .5);
}

#flecheright {
  float: right;
  margin-right: 2%;
  font-size: 30px;
  margin-top: 20%;
  margin-bottom: 25%;
  color: #fefefe;
  position: absolute;
  z-index: 100;
  right: -10px;
  background-color: rgba(255, 255, 255, .2);
  width: 50px;
  height: 45px;
  border-radius: 50px;
  vertical-align: middle;
  text-align: center;
  padding-top: 10px;
}

#flecheright:hover,
#flecheleft:focus {
  color: #aaaaaa;
  background-color: rgba(0, 0, 0, .5);
}


/*----------------------------*/
.sectionsmall{width:100%;height:180px;}
.sectionmedium{width:100%;height:340px;}
.sectionbig{ width:100%;height:480px;}

.sectioncolorblu a:link{color:#f9d600;}
.sectioncolorblu a{color:#f9d600;}
.sectioncolorblu a:hover,focus{color:#f5a400;}

  .sectioncolorblu{
padding:20px;
background-color: #237173;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(35, 113, 115)), to(rgb(6, 45, 53)));
background-image: -webkit-linear-gradient(top, rgb(35, 113, 115), rgb(6, 45, 53));
background-image: -moz-linear-gradient(top, rgb(35, 113, 115), rgb(6, 45, 53));
background-image: -o-linear-gradient(top, rgb(35, 113, 115), rgb(6, 45, 53));
background-image: -ms-linear-gradient(top, rgb(35, 113, 115), rgb(6, 45, 53));
background-image: linear-gradient(top, rgb(35, 113, 115), rgb(6, 45, 53));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#237173', EndColorStr='#062d35');
      }
  .sectioncolorblanc{
padding:20px;
background-color: #ffffff;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgb(240, 239, 233)));
background-image: -webkit-linear-gradient(top, rgb(255, 255, 255), rgb(240, 239, 233));
background-image: -moz-linear-gradient(top, rgb(255, 255, 255), rgb(240, 239, 233));
background-image: -o-linear-gradient(top, rgb(255, 255, 255), rgb(240, 239, 233));
background-image: -ms-linear-gradient(top, rgb(255, 255, 255), rgb(240, 239, 233));
background-image: linear-gradient(top, rgb(255, 255, 255), rgb(240, 239, 233));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffffff', EndColorStr='#f0efe9');
      }
 .sectioncolororange{
padding:20px;
background-color: #ffb300;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 179, 0)), to(rgb(198, 112, 22)));
background-image: -webkit-linear-gradient(top, rgb(255, 179, 0), rgb(198, 112, 22));
background-image: -moz-linear-gradient(top, rgb(255, 179, 0), rgb(198, 112, 22));
background-image: -o-linear-gradient(top, rgb(255, 179, 0), rgb(198, 112, 22));
background-image: -ms-linear-gradient(top, rgb(255, 179, 0), rgb(198, 112, 22));
background-image: linear-gradient(top, rgb(255, 179, 0), rgb(198, 112, 22));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ffb300', EndColorStr='#c67016');

      }
 .sectioncolorgris{
padding:20px;
background-color: #e7e7e1;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(231, 231, 225)), to(rgb(212, 212, 212)));
background-image: -webkit-linear-gradient(top, rgb(231, 231, 225), rgb(212, 212, 212));
background-image: -moz-linear-gradient(top, rgb(231, 231, 225), rgb(212, 212, 212));
background-image: -o-linear-gradient(top, rgb(231, 231, 225), rgb(212, 212, 212));
background-image: -ms-linear-gradient(top, rgb(231, 231, 225), rgb(212, 212, 212));
background-image: linear-gradient(top, rgb(231, 231, 225), rgb(212, 212, 212));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#e7e7e1', EndColorStr='#d4d4d4');
      }

/*----------------------------*/
.fontsize:hover,.fontsize:focus{ top: -30px;}
.fontsize{
 font-family: 'Arial';
  font-size: 12px;
  position: fixed;
  display:block;
  float: right;
  z-index: 100;
  top: -120px;
  padding-top: 35px;
  width: 40px;
  height: 160px;
  text-align: center;
  vertical-align: central;
  right:1px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.2);
  background: -webkit-gradient(linear, center top, center bottom, color-stop(0%, #ffffff), color-stop(100%, #eeeeee));
  background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
}
.bigTitre{font-size:72px;font-weight:bold;}
@media only screen and (max-width: 820px) {
.bigTitre{line-height:72px;}

}
/*----------------------------*/
@media only screen and (max-width: 640px) {
h1 {font-size: 30px !important;} 
h2 {font-size: 24px !important;} 

}
/*----------------------------*/
.rondcouleur{
width:140px;height:140px;
background:#e99c22;
  text-align: center;
vertical-align:central;
  padding-top:36px;
 -webkit-border-radius: 50%;
 -moz-border-radius: 50%;
  border-radius: 50%;
color:#fff;
}
/*----------------------------*/
/*-------------FullBGimage---------------*/
.bgfullimg{
display: table;
height:50em;
max-height: 100%;
padding-bottom: 0;
padding-top: 0;
table-layout: fixed;
width: 100%;
vertical-align: middle;
padding:45px;
text-align:center;
}
.containertext{
max-width: 850px;
position:relative;
padding-left: .9375em;
padding-right: .9375em;
margin-right: auto;
margin-left: auto;
text-align:center;
}
/*----------------------------*/
/*----------------------------*/
/*----------------------------*/
.bgimage{
position: relative;
background-repeat: no-repeat;
-webkit-background-size:cover;  
-moz-background-size:cover;  
-o-background-size:cover;  
background-size:cover;  
background-position:center;	
}
.overColorBleuF{}
.overColorBleu{}
.overColorBleuC{}
.overColorVertF{}
.overColorVertC{}
.overColorBlack{}
.overColorBlanc{}

.overColorBleuF:before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background-color: rgba(17,39,45,0.7);
}
.overColorBleuFC:before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background-color: rgba(17,39,45,0.3);
}
.overColorBleu:before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background-color: rgba(30,92,103,0.4);
}
.overColorBleuC:before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background-color: rgba(98,166,174,0.8);
}
.overColorVertF:before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background-color: rgba(27,58,45,0.5);
}
.overColorVertC:before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background-color: rgba(52,130,107,0.8);
}
.overColorBlack:before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background-color: rgba(0,0,0,0.5);
}
.overColorBlanc:before {
  content: "";
  position: absolute;
  left: 0; right: 0;
  top: 0; bottom: 0;
  background-color: rgba(255,255,255,0.8);
}
.textBlock{padding:40px;margin-top:20px;margin-bottom:20px;}

.textBlockbleu{padding:20px;margin-top:20px;margin-bottom:20px;}

.textoverlay{padding:20px;margin-top:20px;margin-bottom:20px;position:relative;z-index:1;}

section{width:100%;}

section div{padding:20px;  margin: 0px auto;width:100%;}
.aucun {
text-transform:none;
}

.minuscule {
text-transform: lowercase;
}

.majuscule {
text-transform: uppercase;
}

.capitale {
text-transform: capitalize;
}
.majTitre{font-weight:bold;text-transform: uppercase;}

.cram-overlay img{width:100%;max-width:100%;height:auto;}


/*----------------------------*/
/*----------------------------*/
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }
/*----------------------------*/
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

/*------------fin PhotoSwipe----------------*/
/*---------photoswipe-custum-------------*/

.demo-gallery {
  width: 100%;
  height: auto;
  float: left;
}
.demo-gallery a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-touch-callout: none;
  display: block;
  float: left;
  margin:1%;
  width: 23%;
  line-height: 0;
}

.demo-gallery img:hover,
.demo-gallery img:focus {
  -moz-box-shadow: 0px 2px 15px 0px #656565;
  -webkit-box-shadow: 0px 2px 15px 0px #656565;
  -o-box-shadow: 0px 2px 15px 0px #656565;
  box-shadow: 0px 2px 15px 0px #656565;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=15);
  -ms-transform: scale(1.1,1.1);
  /* IE 9 */
  -webkit-transform:scale(1.1,1.1);
  /* Safari */
  transform:scale(1.1,1.1);
}

a.demo-gallery__img--main {
  width: auto;
  height: auto;
}


.demo-gallery figure {
  display: none;
}
.demo-gallery__title {
  line-height: 14px;
  font-size: 14px;
  opacity: 0.8;
  margin-top: 5px;
  width: 100%;
  float: left;
}
figure {
  display: block;
}
img {
  width: auto;
  max-width: 100%;
  height: auto;
  border: 0;
}


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

  .row--nav {
    font-size: 18px;
    line-height: 26px; 
  }

  .demo-gallery {
    max-width: 500px;
  }
  .demo-gallery a {
    width: 20%;
    margin:2%;
  }
  a.demo-gallery__img--main {
    width: 164px;
  }
  .section--head p {
    font-size: 18px;
    line-height: 24px;
  }
}

@media screen and (max-width: 490px) {
  .demo-gallery a {
    width: 30%;
    margin: 1%;
  }
  a.demo-gallery__img--main {
    width: 137px;
  }
}



@media screen and (max-width: 480px) {
  .demo-gallery a {
    width: 95%;
    margin: 2%;
  }
  a.demo-gallery__img--main {
    width: 127px;
  }
}


@media screen and (max-width: 350px) {
  .demo-gallery a {
    width:95%;
margin:2%;
  }
  a.demo-gallery__img--main {
    width: 109px;
  }

}

.galeriePhoto{
display:inline-block;
width:100%;height:auto;
padding:0px;
}
/*----------------------------*/
.blocBleu{
float:left;
display: block;
width:50%;
background-color: #4d787b;
}
.blocBleu p,.blocBleu h1{
color:#ffffff;
text-shadow: 0 1px 0 rgba(255,255,255, 0.2);
margin:20px;
vertical-align:middle;
}

.blocBlanc{
float:left;
display:block;
width:50%;
background-color: #ffffff;
}
.blocBlanc p,.blocBlanc h1{
color:#535353;
margin:20px;
vertical-align:middle;
}

/* =Mobile
      -------------------------- */
@media screen and (max-width: 640px) {
.blocBleu {
    float: none;
    margin: 0;
    width: 100%;
  }
.blocBlanc {
    float: none;
    margin: 0;
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
.blocBleu {
    float: none;
    margin: 0;
    width: 100%;
  }
.blocBlanc{
    float: none;
    margin: 0;
    width: 100%;
  }
}

.transpaA{
 font-size: 18px;
 color: #fff;
 border: 1px solid #ffffff;
  background: transparent !important;
  background: -moz-linear- transparent !important;
  background:  -webkit-transparent !important;
}

.transpaA:link {
  color: #fff;
}

.transpaA:visited {
  color: #eee;
}

.transpaA:hover,
.transpaA:focus {
 color:#ffffff;
 border: 1px solid #51969e;
 background:#204954!important;
  text-shadow: 0px 1px #000;
  -moz-box-shadow: inset 0px 1px 50px #000000;
  -webkit-box-shadow: inset 0px 1px 50px #000000;
  box-shadow: inset 0px 1px 50px #000000;
 
}
 .sectioncolorbeige{
padding:20px;
background-color: #f3e0c7;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(243, 224, 199)), to(rgb(179, 165, 146)));
background-image: -webkit-linear-gradient(top, rgb(243, 224, 199), rgb(179, 165, 146));
background-image: -moz-linear-gradient(top, rgb(243, 224, 199), rgb(179, 165, 146));
background-image: -o-linear-gradient(top, rgb(243, 224, 199), rgb(179, 165, 146));
background-image: -ms-linear-gradient(top, rgb(243, 224, 199), rgb(179, 165, 146));
background-image: linear-gradient(top, rgb(243, 224, 199), rgb(179, 165, 146));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f3e0c7', EndColorStr='#b3a592');
      }
 .sectioncolorbleu{
background-color: #237173;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(35, 113, 115)), to(rgb(11, 53, 54)));
background-image: -webkit-linear-gradient(top, rgb(35, 113, 115), rgb(11, 53, 54));
background-image: -moz-linear-gradient(top, rgb(35, 113, 115), rgb(11, 53, 54));
background-image: -o-linear-gradient(top, rgb(35, 113, 115), rgb(11, 53, 54));
background-image: -ms-linear-gradient(top, rgb(35, 113, 115), rgb(11, 53, 54));
background-image: linear-gradient(top, rgb(35, 113, 115), rgb(11, 53, 54));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#237173', EndColorStr='#0b3536');

}
 .sectioncolorvert{
background-color: #8ac597;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(138, 197, 151)), to(rgb(155, 126, 33)));
background-image: -webkit-linear-gradient(top, rgb(138, 197, 151), rgb(155, 126, 33));
background-image: -moz-linear-gradient(top, rgb(138, 197, 151), rgb(155, 126, 33));
background-image: -o-linear-gradient(top, rgb(138, 197, 151), rgb(155, 126, 33));
background-image: -ms-linear-gradient(top, rgb(138, 197, 151), rgb(155, 126, 33));
background-image: linear-gradient(top, rgb(138, 197, 151), rgb(155, 126, 33));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#8ac597', EndColorStr='#9b7e21');

}
 .sectioncolorjaune{
background-color: #f2be01;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(242, 190, 1)), to(rgb(187, 206, 109)));
background-image: -webkit-linear-gradient(top, rgb(242, 190, 1), rgb(187, 206, 109));
background-image: -moz-linear-gradient(top, rgb(242, 190, 1), rgb(187, 206, 109));
background-image: -o-linear-gradient(top, rgb(242, 190, 1), rgb(187, 206, 109));
background-image: -ms-linear-gradient(top, rgb(242, 190, 1), rgb(187, 206, 109));
background-image: linear-gradient(top, rgb(242, 190, 1), rgb(187, 206, 109));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f2be01', EndColorStr='#bbce6d');
}
 .sectioncolorrouge{
background-color: #ed001b;
background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(237, 0, 27)), to(rgb(148, 22, 52)));
background-image: -webkit-linear-gradient(top, rgb(237, 0, 27), rgb(148, 22, 52));
background-image: -moz-linear-gradient(top, rgb(237, 0, 27), rgb(148, 22, 52));
background-image: -o-linear-gradient(top, rgb(237, 0, 27), rgb(148, 22, 52));
background-image: -ms-linear-gradient(top, rgb(237, 0, 27), rgb(148, 22, 52));
background-image: linear-gradient(top, rgb(237, 0, 27), rgb(148, 22, 52));
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ed001b', EndColorStr='#941634');

}
.txtbloc{padding:30px;}
.txtbloc h1,h2,h3,h4{font-weight:bold;color:#1E5C67;}
.txtbloc p{color:#194f58;}

.txtblocenter{
padding:10px;text-align:center;
}
.txtblocenter h1{font-weight:bold;color:#1E5C67;font-size:48px;}
.txtblocenter h2{font-weight:normal;color:#1E5C67;font-size:28px;margin-top:-20px;}
.txtblocenter p{font-weight:normal;color:#1E5C67;font-size:18px;margin-top:-30px;}
.txtleft h1,h2,,h3,h4,p{margin-left:10px;color:#204954;}
.anim{
top:40px;
cursor:pointer;
}
/* =Mobile
      -------------------------- */
@media screen and (max-width: 1024px) {
  .anim {top: 0;}
}
@media screen and (max-width: 1100px) {
.anim{top: 40px;}
}

@media screen and (max-width: 640px) {
.anim {top: 0;width: 100%;}
}
@media screen and (max-width: 1060px) {
.anim {top: 0px; width: 100%;}
}
/*----------------------------*/
.ombre {-webkit-box-shadow: 2px 5px 10px 2px rgba(0,0,0,0.3);-moz-box-shadow: 2px 5px 10px 2px rgba(0,0,0,0.3);box-shadow: 2px 5px 10px 2px rgba(0,0,0,0.3);}
.langette{
-webkit-border-radius:0 0 50px 50px;
-moz-border-radius:0 0 50px 50px;
border-radius:0 0 50px 50px;
}
.On{color:red;}
/*----------------------------*/