* {
    box-sizing: border-box;
  }

body {
	
	font-family:Verdana;
  color:#aaaaaa;
	/*font: 10pt/1.5em Helvetica,"Helvetica neue", Arial, sans-serif;*/
	/*background: rgb(204,108,2);*/
  background: rgb(91,130,172); 
	
	/*background: rgb(254,185,109); */
	/*background: #fda33e;*/
	
}

header {
	/*background: rgb(164,82,0); */

  padding:15px;
  text-align:center;
	background: rgb(37,53,71); /* for non-css3 browsers */
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#243547', endColorstr='#839EBD'); /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#243547), to(#839EBD));  /* for webkit browsers */
  background: -moz-linear-gradient(top,#243547, #839EBD);  /* for firefox 3.6+ */ 
  
  color:yellow;
  }

  /*
  header h1{
   font: normal Helvetica,"Helvetica neue", Arial, sans-serif;

  }
  */

main {
    
    overflow:auto;
  }
  
nav {
    background: #243547; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#243547', endColorstr='#839EBD'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#243547), to(#839EBD));  /* for webkit browsers */
    background: -moz-linear-gradient(top,#243547, #839EBD);
    color: white;
    float: left;
    width: 20%;
    text-align: center;
  }

nav a:link, nav a:visited {
	/*font:10pt normal Helvetica,"Helvetica neue", Arial, sans-serif;*/
	color:white;
	text-decoration:none;
	border-bottom: 1px solid #d2543c;
}

nav a:hover {
	border-bottom:1px dotted #d2543c;
	text-decoration: underline;
}

nav a img {
	border:none;
}

  
/*
  .menu a {
    background-color: #ea8913;
    padding: 8px;
    margin-top: 7px;
    display: block;
    width: 100%;
    color: rgb(255, 255, 255);
  }
  
*/
  section {
    background: white;
    float: left;
    width: 60%;
    padding: 0 20px;
    color: rgb(0, 0, 0);
  }

  .right {
    background: #243547; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#243547', endColorstr='#839EBD'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#243547), to(#839EBD));  /* for webkit browsers */
    background: -moz-linear-gradient(top,#243547, #839EBD);
    color: white;
    float: left;
    width: 20%;
    padding: 15px;
    margin-top: 7px;
    text-align: center;
  }

  section.lettre_vente {
    /*width: 650px;*/
    background: rgb(255,255,170);
  }
  
  /*
  section.lettre_vente p, section.lettre_vente h1, section.lettre_vente h2, section.lettre_vente h3   {
    width: 600px;
  }
  */
  
  section.lettre_vente h1 {
    font: 36pt Helvetica,"Helvetica neue", Arial, sans-serif;
    text-align: center;
    color: rgb(208,81,4);
  }
  section.lettre_vente h2 {
    font: 14pt Helvetica,"Helvetica neue", Arial, sans-serif;
    text-align: center;
    color: black;
  }
  
  section.lettre_vente h3 {
     font: 14pt Helvetica,"Helvetica neue", Arial, sans-serif;
    text-align: center;
    color: rgb(208,81,4);
  }
  
  section.lettre_vente h4 {
    font: 18pt Helvetica,"Helvetica neue", Arial, sans-serif;
    text-align: center;
    color: blue;
  }
  
  section.lettre_vente h5 {
    font: 18pt Helvetica,"Helvetica neue", Arial, sans-serif;
    text-align: center;
    color: rgb(208,81,4);
  }
  
  section.lettre_vente h6 {
    font: 14pt Helvetica,"Helvetica neue", Arial, sans-serif;
  
    color: rgb(208,81,4);
  }

  li.check {
    list-style-type: none;
    background: url(bullet_ch.png);
    background-repeat: no-repeat;
    background-position: 0 0 0.32em 0.42em;
    
    padding-left: 35px;
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
  }

  li.arrow_orange {
    list-style-type: none;
    background: url(FlechesDroite32x32-012.png);
    background-repeat: no-repeat;
    background-position: 0 0 0.32em 0.42em;
    
    padding-left: 35px;
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
  }
  
  
  @media only screen and (max-width: 620px) {
    /* For mobile phones: */
    nav, section, .right {
      width: 100%;
    }
  }




  footer{
	clear:both !important;
	
	//color:#200f08 ;
  background: #243547; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#839EBD', endColorstr='#243547'); /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#839EBD), to(#243547));  /* for webkit browsers */
	background: -moz-linear-gradient(top,#839EBD,#243547 );
	color: white;
	
	
}

footer a:link, footer a:visited {
  /*font:10pt normal Helvetica,"Helvetica neue", Arial, sans-serif;*/
	color:white;
	text-decoration:none;
	border-bottom: 1px solid #d2543c;

}

footer a:hover  {
  /*font:10pt normal Helvetica,"Helvetica neue", Arial, sans-serif;*/
	color:white;
	text-decoration: underline;
	border-bottom: 1px solid #d2543c;

}


/******** BEGIN Responsive Topnav with Dropdown *********/



/* Add a black background color to the top navigation */
.topnav {
  background-color: #2c445d ;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  /*color: black;*/
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Add an activeBtn class to highlight the current page */
.activeBtn {
  
}

.activeBtn a {
  background-color: #dae418;
  color: black;
}


/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* Dropdown container - needed to position the dropdown content */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Style the dropdown button to fit inside the topnav */
.dropdown .dropbtn {
  font-size: 17px;
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

/* Style the dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Style the links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a dark background on topnav links and the dropdown button on hover */
.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

/* Add a grey background to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

/* Show the dropdown menu when the user moves the mouse over the dropdown button */
.dropdown:hover .dropdown-content {
  display: block;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

/******* END Responsive Topnav with Dropdown ********/


/******** BEGIN Slideshow *********/
* {box-sizing: border-box;}

.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 2s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

/******** END Slideshow *********/

/******** BEGIN Bouton Nouvelles *********/

.AfficherAutresNouvelles {
  display: inline-block;
  margin-top: 20px;
  font-size: 15px;
  cursor: pointer;
  border: none;
  border-radius: 4px;
  padding: 6px;
  background-color: yellow;
  color: black;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.07);
}

.AutresNouvelles {
  /*
  width: 700px;
  padding: 20px 0;
  */
}

.cache {
  display: none;
}

/******** END Bouton Nouvelles *********/

.videowrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}