body {
  margin: 0;
    font-family: 'Crimson Pro', serif;
	background-color:#ffffff;

}	

.responsive {
  width: 98%;
  margin-left:1%;
  right:1%;
  height: auto;
}

/* header */

.header {
  background-color: #fff;
  position: fixed;
  width: 98%;
  left:1%;
  right:1%;
  z-index: 3;
  opacity : 0.90;
  -moz-opacity : 0.9;
  -ms-filter: "alpha(opacity=90)"; /* IE 8 */
  filter : alpha(opacity=90); /* IE < 8 */ 
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.header li a {
  display: block;
  padding: 10px 20px;
  border-right: 1px solid #ffffff;
  text-decoration: none;
  text-transform:uppercase;
  color: #454251;
}

.header li a:hover,
.header .menu-btn:hover {
  background-color: #454251;
  color:#ffffff;
  text-transform:uppercase;
}

.header .logo {
  display: block;
  float: left;
  color: #454251;
  font-size: 1.7em;
  padding: 10px 20px;
  text-decoration: none;
}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  margin-right:50px;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #454251;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #454251;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: auto;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 78em) {
  .header li {
    float: left;
  }
  .header li a {
    padding: 20px 30px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
	margin-right:50px;
  }
	.header .logo {
	font-size: 1.5 em;
	padding: 10px 20px;
	text-decoration: none;
}
}

    aside img {
	  margin-left:20px;
    }

    aside {
      float:left;
      width:23%;
      text-align:left;
      height:100%;
      colcor:#000000;
	  padding-left:10px;
	  padding-right:10px;
	  margin-bottom:20px;
	  margin-top:20px;
    }

	aside a:link, a:visited  {
   font-weight: 600;
   font-size:12px;
   color: #454251;
	text-decoration: none; 
   
}

	aside a:hover, a:active {
	color: ffffff;
	text-decoration: underline; 
}	

    footer {
      /* forcer l’affichage sous le contenu et la colonne */
      clear:both;
      background: #ffffff;
      color:#000000;
	  width:100%;
      height:auto;
      padding:5px;
	  margin-top: 50px;
	  margin-bottom:10px;

    }

.colleft{
   position: relative;
   width: 98%;
   left:0%;
   right:0%;
   padding-left:2%;
   padding-right:2%;
}

.colleft a:link {
   color: #edad50;
   font-weight: 600;
   font-size:24px;
   text-decoration: underline; 
}

.colleft a:visited {
   color: #edad50;
   text-decoration: underline; 
}

.colleft a:hover{
   color: 454251;
   text-decoration: none; 
}


.col1{
   position: relative;
   overflow: hidden;
   margin-top:40px;
   float: left;
   left: 0px;
}

.titleBas{
      text-align:left;
	  font-size:14px;
      color:#000000;
	  font-weight:600;
	  margin-left:20px;
    }
	
.textBas{
      text-align:left;
	  font-size:12px;
      color:#000000;
	  font-weight:400;
	  margin-left:20px;
    }

.textBasLight{
      text-align:left;
	  font-size:12px;
      color:#acabab;
	  font-weight:400;
	  margin-left:20px;
    }

.titrePar {
		font-weight: 600;
		padding-left:20px;
		padding-right:20px;
		padding-top:10px;
		padding-bottom:10px;
		margin-top:70px;
		margin-right:20px;
		margin-left:0px;
		font-size:42px;
		color:#454251;
		letter-spacing:1px;
		line-height:auto;
		text-align:center;
		text-transform:uppercase;
}

.textePar {
		font-weight: 400;
		padding-left:0px;
		padding-right:20px;
		padding-top:10px;
		padding-bottom:10px;
		margin-top:0px;
		margin-right:0px;
		margin-left:0px;
		margin-bottom:70px;
		font-size:21px;
		color:#454251;
		letter-spacing:1px;
		line-height:auto;
		text-align:center;
		text-transform:uppercase;
}	

.stextePar {
		font-weight: 400;
		padding-left:0px;
		padding-right:20px;
		padding-top:10px;
		padding-bottom:10px;
		margin-top:0px;
		margin-right:0px;
		margin-left:0px;
		margin-bottom:50px;
		font-size:16px;
		color:#454251;
		letter-spacing:0px;
		line-height:auto;
		text-align:center;
}	
    /* Définition des balise HTML5 pour vieux navigateurs */
    aside, footer, header, main {display: block;}

    @media all and (max-width: 600px) {
      main {
        width:100%;
      }
      aside {
        width:100%;
      }
    }

    @media all and (max-width: 801px) and (min-width: 601px) {
      main {
        width:80%;
      }
      .saut {
        width:100%;
      }
    }
	
