*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;

}

.imag{
	
	width:180px;
}



.container{
	position: relative;
	width: 100%;

	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 100px;
}

.container:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 80%;
	left: 0;
	top: 0;
	background-size: cover;
	filter: blur(50px);
	z-index: -1;
}
.contact-box{
	max-width: 850px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #fff;
	box-shadow: 0px 0px 19px 5px rgba(0,0,0,0.19);
}

.left{
	background-size: cover;
	height: 100%;
}

.right{
	padding: 25px 40px;
}

h2{
	position: relative;
	padding: 0 0 10px;
	margin-bottom: 10px;
}

h2:after{
	content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 4px;
    width: 50px;
    border-radius: 2px;
    background-color: #2ecc71;
}

.field{
	width: 100%;
	border: 2px solid rgba(0, 0, 0, 0);
	outline: none;
	background-color: rgba(230, 230, 230, 0.6);
	padding: 0.5rem 1rem;
	font-size: 1.1rem;
	margin-bottom: 22px;
	transition: .3s;
	font-family: 'SourceSansPro-Light';
}

.field:hover{
	background-color: rgba(0, 0, 0, 0.1);
}

textarea{
	min-height: 150px;
}

.btn{
	width: 100%;
	padding: 0.5rem 1rem;
	background-color: #2ecc71;
	color: #fff;
	font-size: 1.1rem;
	border: none;
	outline: none;
	cursor: pointer;
	transition: .3s;
}

.btn:hover{
    background-color: #27ae60;
}

.field:focus{
    border: 2px solid rgba(30,85,250,0.47);
    background-color: #fff;
}

@media screen and (max-width: 880px){
	.contact-box{
		grid-template-columns: 1fr;
	}
	.left{
		height: 200px;
	}
}














.X{
  margin: auto;
  padding: 1% 2%;
  max-width: 1440px;
  border-radius: 5px;
  background: #ecf0f1;
  box-shadow: 0 2px 6px 0 rgba(0,0,0, .3);
}

.partiegauche2{
    font-family: 'SourceSansPro-Light';
    padding: 2%;
    font-size: 123%;
    width: 100%;
    float: left;
	
}

.img{
max-width: 225px;
    float: left;
    margin-left: 180px;
    height: 105px
}


table,
td {

font-family: 'SourceSansPro-Light';
    margin-top: 1%;
    margin-left: auto;
    margin-right: auto;

}

tbody{
	    background-color: #f7efe1;
}

thead,
tfoot {
background-color: #e3e3e3;
    color: #000;
    font-family: 'SourceSansPro-Light';
}


.activ {
    width: 100%;
    border-width: 0px;
    border-style: ridge;
    border-color: #39549b;
    font-size: 15px;
}

.proxi1{
    font-family: 'SourceSansPro-Light';
    margin-top: 2%;
    background-color: #d9b16a33;
    display: inline-block;
}

.proxi{
    font-family: 'SourceSansPro-Light';
    margin-top: 2%;
    background-color: #73737333;
    display: inline-block;
}
	


.partiegauche{
    width: 300px;
    float: left;
}
  
.partiecentre{
    width: 300px;
    float: left;
}
  
.partiedroite{
    width: 300px;
    float: left;
}

Label{
    font-family: 'SourceSansPro-Light';
}

/* unvisited link */
a:link {
  color: red;
   text-decoration: none;
}

/* visited link */
a:visited {
  color: black;
}

/* mouse over link */
a:hover {
  color: hotpink;
}

/* selected link */
a:active {
  color: blue;
}


li{
  color: black;
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
  letter-spacing: 1px;
  margin-left: 15px;
  font-family: 'Raleway', serif;
}
/*SG = style grid*/
.SG{
  margin: 0;
  padding: 0;
  text-align: center;
  margin-bottom: 70px;
}
.SG .sgLi{
  min-width: 24%;
    margin: 2% 3.4%;
  display: inline-flex;
  list-style-type: circle;
  box-shadow: 0 2px 4px rgba(0,0,0, .2);
}
.SG .sgLi:hover{
  box-shadow:0 5px 10px rgba(0,0,0,.15);}
.SG .box{
    width: 500px;
    padding: 1% 2%;
    background: #d9b16a;
    min-height: 200px;
    box-sizing: border-box;
}
/*Styles */
.df{list-style-type: disc;}


/* responsive grid*/
@media (max-width: 970px){
  .SG .sgLi{width: 180px;}}
@media (max-width: 425px){
  .SG .sgLi{width: 100%;}
}

@media (max-width:$screen-xs-max){}@media (min-width:$screen-sm){}@media (min-width:$screen-sm){
}

.modal .btn-close{color:#aaa;
cursor:pointer;
font-size:3rem;
position:absolute;
top:0;
right:5px;
text-decoration:none;
}


.modal .btn-close:hover,.modal .btn-close:focus{
color:#999
}


.modal-wrap:before{
content:'';
display:none;
background:rgba(0,0,0,0.6);
position:fixed;
top:0;
right:0;
bottom:0;
left:0;
z-index:101
}


.modal-overlay{
display:none;position:fixed;
top:0;
right:0;
bottom:0;
left:0;
z-index:102
}


.modal-open:checked ~ .modal-wrap:before,.modal-open:checked ~ .modal-wrap .modal-overlay{
display:block
}
.modal-open:checked ~ .modal-wrap .modal-dialog{
transform: translate(-50%,-50%);
position: fixed;
top: 50%;
max-height: 700px;
}




.modal-dialog{
background-image:url('colisage8.png');
border:#555 solid 1px;
border-radius:5px;
position:fixed;
left:50%;
top:-100%;
transform:translate(-50%,-150%);
transition:transform .6s ease-in-out;
width:80%;
max-width:600px;
z-index:300;
}





.modal-body{
padding:20px;
height: 460px;
}
.modal-body p{
margin:0
}

.modal-header,.modal-footer{
padding:20px 20px;
}

.modal-header{
}

.modal-header h2{
font-size:2rem;
margin:0;
}

.modal-footer{
text-align:right
}



/* Accueil*/


.articles{
width: 42%;
float: left;
margin-left: 4%;
margin-top: 4%;
border-width: 0px;
border-style: ridge;
border-color: #39549b;
border-radius: 3px;"
}





.texteB{
display: inline-block;

	
}

.article2 {
    margin-bottom: 6%;
    margin-top: 5%;
    display: inline-block;
    margin-left: 6%;
}


.texteA{
	margin-left: 30px;
    margin-right: 30px;
}


.corpusacc{
	
	display: inline-block;
	
	
}

.lic{
font-size:10px;
margin-top: -10%;
color:#555966;
	
}


.LR{
	   width: 400px;
    float: right;
    margin-top: 30px;
	    color: #555966;
	
	
}


iframe{
	 width:640px; 
	 height:480px;
	 display: block;
	 margin-left: auto;
	 margin-right: auto;
}

.titrcol{
	font-family:'SourceSansPro-Light';
	font-size: 21px;
	margin-top: 33px;
	margin-left: 7px;
		    color: #555966;
	
}
.titrcol2{
font-size:26px;
font-family:'SourceSansPro-Light';
margin-top: 30px;
	    color: #555966;

}

.titrcol3{
font-size:26px;
font-family:'SourceSansPro-Light';
margin-top: 15px;	
	    color: #555966;
	
	
}


/* MEDIA BAS */

@media screen and (max-width: 2100px) {
	.articles {
    width: 42%;
    float: left;
    margin-left: 4%;
    border-width: 0px;
    border-style: ridge;
    border-color: #39549b;
    border-radius: 3px;
    font-size: 17px;
}

.diapo {
    display: inline-block;
    width: 624px;
    margin-top: 4%;
}

.article4 {
    width: 30%;
    border-width: 2px;
    float: right;
    background-color: #eaf1ff;
    color: #555966;
    margin-bottom: 5%;
}

.box2 {
    text-align: justify;
    font-family: SourceSansPro-Light;
    float: left;
    display: block;
    border: rgb(0, 42, 99);
    border-style: solid;
    border-width: 1px;
    border-radius: 20px;
    margin-top: 58px;
    margin-bottom: 7%;
    color: #555966;
}

.am {
    width: 262px;
    border-radius: 9px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}



.footer2 {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
	    height: 105px;
    background-color: #53575c;
}

.LR {
    width: 400px;
    float: right;
    margin-top: 30px;
    margin-bottom: 13%;
	    color: #555966;
}

.capt2 {
    width: 14%;
    margin-bottom: -27%;
}


.txt2 {
    float: right;
    width: 300px;
    margin-bottom: 11%;
    margin-top: 1%;
}


.ltaxi {
    display: inline-block;
    float: left;
	margin-top:2%;
	
}

.article2 {
    margin-bottom: 6%;
    margin-top: 5%;
    display: inline-block;
    margin-left: -12%;
    float: left;
}
	

}



@media screen and (max-width: 1800px) {
	.articles {
    width: 42%;
    float: left;
    margin-left: 4%;
    border-width: 0px;
    border-style: ridge;
    border-color: #39549b;
    border-radius: 3px;
font-size: 15px;
margin-top: 1%;
}


.chambres{
    width: 92%;
    float: left;
    font-size: 15px;
    margin-left: 4%;
}

.column {
  float: left;
  width: 25%;
  padding: 10px;
  margin-top: 2%;
}

.imgfoot1 {
    width: 225px;
    border-radius: 20px;
}

.imgfoot2 {
    width: 225px;
    border-radius: 20px;
    margin-left: 150px;
}



.footer2 {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background-color: #53575c;
}

.diapo {
    display: inline-block;
    width: 624px;
    margin-top: 4%;
}

.article2 {
    margin-bottom: 6%;
    margin-top: 5%;
    display: inline-block;
    margin-left: 32%;
    float: left;
}

}

@media screen and (max-width: 1500px) {
	.articles {
    width: 42%;
    float: left;
    margin-left: 4%;
    border-width: 0px;
    border-style: ridge;
    border-color: #39549b;
    border-radius: 3px;
}
.diapo {
    display: inline-block;
    width: 624px;
    margin-top: 8%;
}

.am {
    width: 220px;
    border-radius: 9px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.footer2 {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background-color: #53575c;
}

.imgfoot2 {
    width: 180px;
    border-radius: 20px;
    margin-left: 150px;
}

.imgfoot1 {
    width: 180px;
    border-radius: 20px;
}
.capt2 {
    width: 17%;
    margin-bottom: -24%;
}

.txt2 {
    float: right;
    width: 300px;
    margin-bottom: 11%;
    margin-top: -1%;
}

.imag {
    width: 150px;
}

.proxi{
    font-family: 'SourceSansPro-Light';
    margin-top: 2%;
    background-color: #73737333;
    display: inline-block;
}

}

@media screen and (max-width: 1270px) {
	
	.proxi{
    font-family: 'SourceSansPro-Light';
    margin-top: 2%;
    background-color: #73737333;
    display: inline-block;
}

table, td {
zoom: 0.9;
}


 .footer {
      max-width:1270px;
	   font-size:12px;
	   position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background-color: #555966;
   }
   
      .imambu{


	width: 150px
}

.texteB{
display: inline-block;
	
}



.article2 {
    margin-bottom: 6%;
    margin-top: 5%;
    display: inline-block;
    margin-left: 19%;
}

.article{
max-width: 50%;
float: left;
margin-left: 3%;
border-width: 0px;
border-style: ridge;
border-color: #39549b;
border-radius: 3px;"
}

.diapo {
    display: inline-block;
    float: right;
    max-width: 540px;
    margin-top: 13%;
}
   
.corpusacc{
	
	display: inline-block;
	
	
}

iframe{
	width: 640px;
    height: 440px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
}


.icone1{
	    display: inline;
    margin-left: -6%;
	
}


.icone2{
	    display: inline;
    margin-left: -1%;
	
}


	
	.capt{
	    margin-left: -10%;
	}
	
	.capt2{
	    margin-left: -10%;
	}
	
.LR {
    width: 400px;
    float: right;
    margin-top: 30px;
    margin-right: -5%;
    margin-bottom: 15%;
	    color: #555966;
}


.footer2 {
   position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 105px;
    background-color: #555966;
}

	.imgfoot1{
		width: 158px;
		border-radius: 20px;
	}
		
	
	.imgfoot2{
		width: 158px;
		border-radius: 20px;
		margin-left: 150px;	
	}
	
	.box2{
	
    margin-left: -3%;
}

	.article4{
	    margin-right: -2%;
    margin-bottom: 16%;
		
	}
   
}




@media screen and (max-width: 1100px) {
	
	
	.proxi{
    font-family: 'SourceSansPro-Light';
    margin-top: 2%;
    background-color: #73737333;
    display: inline-block;
}


 .footer {
      max-width:1100px;
	   font-size:11px;
	   position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background-color: #555966;
   }
   
   .imambu{
	
	width: 150px;
}

.texteB{
display: inline-block;
	
}

.article2 {
    margin-bottom: 6%;
    margin-top: 5%;
    display: inline-block;
    margin-left: 18%;
}

.articles{
    width: 50%;
    float: left;
    margin-left: 2%;
    border-width: 0px;
    border-style: ridge;
    border-color: #39549b;
    border-radius: 3px;
    margin-top: -2%;
}


.diapo {
    display: inline-block;
    float: right;
    max-width: 460px;
    margin-top: 16%;
}

.corpusacc{
	
	display: inline-block;
	
	
}

iframe{
	 width:640px; 
	 height:480px;
	 display: block;
	 margin-left: auto;
	 margin-right: auto;
}


.icone1{
	    display: inline;
    margin-left: -9%;
}

.icone2{
	    display: inline;
    margin-left: -2%;
}

	.capt{
	 width: 18%;

	}
	
	.capt2{
	 width: 18%;

	}
	
	.LR{
    width: 400px;
    float: right;
    margin-top: 30px;
    margin-right: -7%;
	    color: #555966;
	
	
}


.footer2 {
   position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 93px;
    background-color: #555966;
}

	.imgfoot1{
	    width: 139px;

	}
		
	
	.imgfoot2{
		    width: 139px;
	
	}
   
   	.box2{
	
    margin-left: -4.5%;
}

	.article4{
	margin-right: -4%;
    margin-bottom: 22%;
		
	}

}



/* FIN */


.pfooter{
    font-family: 'SourceSansPro-Light';
    color: white;
    display: inline;
    float: left;
    margin-top: 20px;
    margin-left: 5px;
    font-size: larger;
	
	
	
}

.pfooter2{
    font-family: 'SourceSansPro-Light';
    color: white;
    display: inline;
    float: left;
    margin-top: 20px;
    margin-left: 5px;
    font-size: larger;
	
	
	
}



.imambu{
	display:inline-block;
	position : relative;
	margin:20px;
	margin-left:30px;
	max-width: 170px;
	z-index: 200;
}




.btn2{
	display: inline-block;
    width: 291px;
    text-align: center;
    font-size: 30px;
    font-family: 'SourceSansPro-Light';
    margin-top: 30px;
    background-color: #555966;
    color: white;
    border-radius: 60px;
    padding: 20px;
    
}






.colis{
			
font-family: 'SourceSansPro-Light';
    font-size: 34px;
    font-weight: bold;
    color: #002156;
    display: inline;
    width: 0.5em;
    word-wrap: break-word;
    text-align: center;
    float: left;
    margin-top: 0px;
    margin-left: 30px;

}


p.bordure_verticale {
    height: 159%;
    padding-right: 56px;
    border-right: 8px solid #555966;
    float: left;
    margin-top: -8%;
}


.hor{
	    font-family: 'SourceSansPro-Light';
    font-size: 17px;
    color: #555966;
    text-align: center;
    
  
	
}

.hautcoli{
	    display: inline-block;
    border-style: solid;
    border-width: thin;
    background-color: #fff;
    border-radius: 3px;
    width: 394px;
	margin-top:-21px;
    height: 101px;
}


.tcoli{
    margin-top: 225px;
	
}


.prix{
	 font-family: 'SourceSansPro-Light';
    font-size: 13px;
    color: #555966;
	
	
}



@font-face {
    font-family: 'SourceSansPro-Light';
    src: url('aller_lt-webfont.eot');
    src: url('aller_lt-webfont.eot?#iefix') format('embedded-opentype'),
         url('aller_lt-webfont.woff2') format('woff2'),
         url('aller_lt-webfont.woff') format('woff'),
         url('SourceSansPro-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'SourceSansPro-Bold';
    src: url('SourceSansPro-Bold.eot');
    src: url('SourceSansPro-Bold.eot?#iefix') format('embedded-opentype'),
         url('SourceSansPro-Bold.woff2') format('woff2'),
         url('SourceSansPro-Bold.woff') format('woff'),
         url('SourceSansPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;

}



@font-face {
    font-family: 'SourceSansPro-Light';
    src: url('SourceSansPro-Italic.eot');
    src: url('SourceSansPro-Italic.eot?#iefix') format('embedded-opentype'),
         url('SourceSansPro-Italic.woff2') format('woff2'),
         url('SourceSansPro-Italic.woff') format('woff'),
         url('SourceSansPro-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;

}



@font-face {
    font-family: 'SourceSansPro-SemiBoldItalic';
    src: url('SourceSansPro-SemiBoldItalic.eot');
    src: url('SourceSansPro-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
         url('SourceSansPro-SemiBoldItalic.woff2') format('woff2'),
         url('SourceSansPro-SemiBoldItalic.woff') format('woff'),
         url('SourceSansPro-SemiBoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;

}

body{
	
	text-align: center;
    font-family: 'SourceSansPro-Light';
    background: url(croix.png);
    background-repeat: repeat-y;
    background-size: 70%;
    background-position: center;
    background-position-y: 0%;
    margin: auto;
	background-color: #fde4b5;
	
	}
	
	
	.page{

    height: 100%;
    margin: 0px auto 0px auto;
    min-height: 100%;
    width: 1024px;
}
		



h1{
	font-family: 'aller_lightbn';
    font-size: 150px;
    color: #000000;
    display: inline-block;
    MARGIN-TOP: 10px;
	display: inline-block;
	
}
	
	html, body {
    height: 100%;
}


.container {
    width: 100%;
    margin: 0 auto;

}



.bandeau{
    width: 100%;
    background-color: white;
    height: 200px;
    margin: auto;
	
	background-repeat:no-repeat;
	       background-position: 15% 50%;
    background-size: 100%;
}


.partie1{

   
   background-size: 100%;
    background-repeat: no-repeat;
        width: 49.5%;
    margin-top: 10px;
    height: 600px;
    float: left;
}

.partie2{
   
   background-size: 100%;
    background-repeat: no-repeat;
       width: 49.5%;
   height: 600px;
   float: right;
   margin-top: 10px;
}


.container2{
   
      background-size: 100%;
    background-image: url(facade3.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 500px;
    margin-top: 100px;
}


.box1{
	text-align:justify;
	font-family: SourceSansPro-Light;
	
}




.bat{

width:62%;
	
	
}


h3{
	
	    font-family: SourceSansPro-Light;
    color: #555966;
	    font-size: 18px;
	
}





.am{
	
max-width: 244px;
    border-radius: 9px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
	
	
}


.footer {
   position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background-color: #555966;
	
}




.footer2 {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    max-height: 105px;
    background-color: #555966;
}



.material-icons.md-light {    color: rgba(255, 255, 255, 1);
    float: left;
    margin-top: 15px;
    margin-left: 40px;
    margin-bottom: 15px;
    font-size: 40px;

}

.material-icons.md-light2 {           color: rgba(255, 255, 255, 1);
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 40px;
    float: left;
    margin-left: 88px;
}


.material-icons.md-light3 {             color: #555966;
    margin-top: -5px;
    font-size: 30px;
    float: left;
    margin-left: -15%;
}

.material-icons.md-light4 {            color: #555966;
    margin-top: 54px;
    font-size: 30px;
    float: left;
    margin-left: -15%;
}


.material-icons.md-light5 {           color: #555966;
    margin-top: 57px;
    font-size: 30px;
    float: left;
    margin-left: -15%;
}

.material-icons.md-light6 {              color: #555966;
    margin-top: -5px;
    font-size: 30px;
    float: left;
    margin-left: -12%;
}

.material-icons.md-light7 {          color: #555966;
    margin-top: 55px;
    font-size: 30px;
    float: left;
    margin-left: -12%;
}

.material-icons.md-light8 {          color: #555966;
    margin-top: 57px;
    font-size: 30px;
    float: left;
    margin-left: -12%;
	}
	
	.material-icons.md-light9 {           color: #555966;
    margin-top: 0px;
    font-size: 30px;
    margin-left: 187px;
	}
	
		.material-icons.md-light9:hover {           color: #0067ae;

	}
	
	
	.material-icons.md-light10{
	
	font-size:250px;
    color: white;
    margin-left: 51px;
    float: left;
    margin-top: 130px;
    }
	
	
	
	
	/* contact*/
	
	
	
	.capt{
		max-width: 22%;
    margin-top: 12%;
    margin-left: -4%;
	}
	
	
	.capt2{
	max-width: 17%;
    margin-top: 10%;
    margin-left: -7%;
	}
	
	
	.ChasseneuilSurBonnieure{
	width: 478px;
    float: left;
    margin-top: 30px;	
	    margin-bottom: 11%;
		    color: #555966;
	}
	
	.titrecont{
		font-family:'SourceSansPro-Light'; 
		font-size:40px; 
		color:#555966; 
		float:left;	
	}

	
	.titrecont2{
		font-family:'SourceSansPro-Light'; 
		font-size:40px; 
		color:#555966; 
		float:left;	
	}
	
	
.imgfoot1 {
    max-width: 301px;
    border-radius: 20px;
}

.imgfoot2 {
    max-width: 301px;
    border-radius: 20px;
    margin-left: 150px;
}
	



	
	/*TAXI*/

	.icone2{
	    display: inline;
		
	}
	
.txt2 {
    float: right;
    width: 300px;
    margin-bottom: 11%;
}
		
		
	.ltaxi {
    display: inline-block;
    float: left;
}
	
	.litaxi{
		font-size:20px;
		
	}
	
	
	/*AMB*/
	
	.article3{
	display: inline-block;
    width: 50%;
    float:left;
    margin-top:30px;
	color:#555966;
		
	}
	
	
	.article4{
	width: 30%;
    border-width: 2px;
    float: right;
    background-color: #eaf1ff;
	color:#555966;
		
	}
	
	.devamb{
	display: inline-block;
    margin-top: 38px;
	float:left;
	cursor:pointer;
	
}

.devamb2{
	
	font-family:'SourceSansPro-Light';
	color: #555966; 
	font-size: x-large;
	text-align: center;
	display: inline;
	
}


.devamb2:hover{
color: #0067ae;

}

.box2{
	
 text-align: justify;
    font-family: SourceSansPro-Light;
    float: left;
    display: block;
    border: rgb(0, 42, 99);
    border-style: solid;
    border-width: 1px;
    border-radius: 20px;
    margin-top: 58px;
	margin-bottom:7%;
	color: #555966;
}

	
	
	
.material-icons {   
    float: left;
    color: white;
    margin-left: 127px;
    margin-top: 118px;
}


.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); 



}

.mod{
	color:#555966;
	
	
}

.mod:hover{
	color:#0067ae;
	
	
	
}

.mod2{
	color:#fff;
	
	
}

.mod2:hover{
	color:#0067ae;
	
	
}



li{
	    list-style-type: none;
	font-family: SourceSansPro-Light;
	font-size: 15px;
}

@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);
#cssmenu {
background: #d9b16a;
    width: 100%;
    padding: 0;
    line-height: 3;
    display: block;
    position: relative;
    box-sizing: content-box;
    font-family: 'SourceSansPro-Light';
    z-index: 100;
}
#cssmenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;

}
#cssmenu ul:after,
#cssmenu:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#cssmenu ul li {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
}
#cssmenu ul li a {
  text-decoration: none;
  display: block;
  margin: 0;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu ul li ul {
  position: absolute;
  left: -9999px;
  top: auto;
  z-index: 999;
}
#cssmenu ul li ul li {
  max-height: 0;
  position: absolute;
  -webkit-transition: max-height 0.4s ease-out;
  -moz-transition: max-height 0.4s ease-out;
  -ms-transition: max-height 0.4s ease-out;
  -o-transition: max-height 0.4s ease-out;
  transition: max-height 0.4s ease-out;
  background: #fff;
}
#cssmenu ul li ul li.has-sub:after {
  display: block;
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background: #000;
  z-index: 1;
  top: 13px;
  right: 15px;
}
#cssmenu.align-right ul li ul li.has-sub:after {
  right: auto;
  left: 15px;
}
#cssmenu ul li ul li.has-sub:before {
  display: block;
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-left-color: #fff;
  z-index: 2;
  top: 15px;
  right: 15px;
}
#cssmenu.align-right ul li ul li.has-sub:before {
  right: auto;
  left: 15px;
  border-left-color: transparent;
  border-right-color: #fff;
}
#cssmenu ul li ul li a {
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
  color: #000;
  letter-spacing: 0;
  display: block;
  width: 170px;
  padding: 11px 10px 11px 20px;
}
#cssmenu ul li ul li:hover > a,
#cssmenu ul li ul li.active > a {
  color: #4cb6ea;
}
#cssmenu ul li ul li:hover:after,
#cssmenu ul li ul li.active:after {
  background: #4cb6ea;
}
#cssmenu ul li ul li:hover > ul {
  left: 100%;
  top: 0;
}
#cssmenu ul li ul li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul > li {
  float: none;
  display: inline-block;
}
#cssmenu.align-center > ul {
  text-align: center;
  font-size: 0;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul {
  float: right;
}
#cssmenu.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu.align-right ul ul li:hover > ul {
  right: 100%;
  left: auto;
}
#cssmenu.align-right ul ul li a {
  text-align: right;
}
#cssmenu > ul > li:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  z-index: 0;
  background: #fde4b5;
  -webkit-transition: height .2s;
  -moz-transition: height .2s;
  -ms-transition: height .2s;
  -o-transition: height .2s;
  transition: height .2s;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 40px;
}
#cssmenu > ul > li.has-sub > a:after {
  display: block;
  content: "";
  background: #fff;
  height: 12px;
  width: 12px;
  position: absolute;
  border-radius: 13px;
  right: 14px;
  top: 16px;
}
#cssmenu > ul > li.has-sub > a:before {
  display: block;
  content: "";
  border: 4px solid transparent;
  border-top-color: #555966;
  z-index: 2;
  height: 0;
  width: 0;
  position: absolute;
  right: 16px;
  top: 21px;
}
#cssmenu > ul > li > a {
  color: #fff;
  padding: 15px 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  z-index: 2;
  position: relative;
}
#cssmenu > ul > li:hover:after,
#cssmenu > ul > li.active:after {
  height: 100%;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #000;
}
#cssmenu > ul > li:hover > a:after,
#cssmenu > ul > li.active > a:after {
  background: #000;
}
#cssmenu > ul > li:hover > a:before,
#cssmenu > ul > li.active > a:before {
  border-top-color: #fff;
}
#cssmenu > ul > li:hover > ul {
  left: 0;
}
#cssmenu > ul > li:hover > ul > li {
  max-height: 72px;
  position: relative;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu > ul > li > a {
  display: block;
}
#cssmenu > ul > li {
  width: auto;
}
#cssmenu > ul > li > ul {
  width: 170px;
  display: block;
}
#cssmenu > ul > li > ul > li {
  width: 170px;
  display: block;
}
@media all and (max-width: 1024px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
 #cssmenu {
      background: #d9b16a;
    float: right;
    margin-top: 5%;
    width: 100%;
    padding: 0;
    line-height: 1;
    display: block;
    position: relative;
    box-sizing: content-box;
	  font-family: 'SourceSansPro-Light';
}



 #cssmenu > ul {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.35s ease-out;
    -moz-transition: max-height 0.35s ease-out;
    -ms-transition: max-height 0.35s ease-out;
    -o-transition: max-height 0.35s ease-out;
    transition: max-height 0.35s ease-out;
  }
  #cssmenu > ul > li > ul {
    width: 100%;
    display: block;
  }
  #cssmenu.align-right ul li a {
    text-align: left;
  }
  #cssmenu > ul > li > ul > li {
    width: 100%;
    display: block;
  }
  #cssmenu.align-right ul ul li a {
    text-align: left;
  }
  #cssmenu > ul > li > ul > li > a {
    width: 100%;
    display: block;
  }
  #cssmenu ul li ul li a {
    width: 100%;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu.align-center > ul > li {
    display: block;
  }
  #cssmenu > ul.open {
    max-height: 1000px;
    border-top: 1px solid rgba(110, 110, 110, 0.25);
  }
  #cssmenu ul {
    width: 100%;
  }
  #cssmenu ul > li {
    float: none;
    width: 100%;
  }
  #cssmenu ul li a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 20px;
  }
  #cssmenu ul > li:after {
    display: none;
  }
  #cssmenu ul li.has-sub > a:after,
  #cssmenu ul li.has-sub > a:before,
  #cssmenu ul li ul li.has-sub:after,
  #cssmenu ul li ul li.has-sub:before {
    display: none;
  }
  #cssmenu ul li ul,
  #cssmenu ul li ul li ul,
  #cssmenu ul li ul li:hover > ul,
  #cssmenu.align-right ul li ul,
  #cssmenu.align-right ul li ul li ul,
  #cssmenu.align-right ul li ul li:hover > ul {
    left: 0;
    position: relative;
    right: auto;
  }
  #cssmenu ul li ul li,
  #cssmenu ul li:hover > ul > li {
    max-height: 999px;
    position: relative;
    background: none;
  }
  #cssmenu ul li ul li a {
    padding: 8px 20px 8px 35px;
    color: #fff;
  }
  #cssmenu ul li ul ul li a {
    padding: 8px 20px 8px 50px;
  }
  #cssmenu ul li ul li:hover > a {
    color: #000;
  }
  #cssmenu #menu-button {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
    cursor: pointer;
  }
  #cssmenu #menu-button:after {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    right: 20px;
    top: 16px;
    box-sizing: content-box;
  }
  #cssmenu #menu-button:before {
    display: block;
    content: '';
    position: absolute;
    height: 3px;
    width: 22px;
    border-top: 2px solid #fff;
    right: 20px;
    top: 26px;
    box-sizing: content-box;
  }

  
 .LR {
    width: 400px;
    float: right;
    margin-top: 30px;
    margin-bottom: 11%;
	color: #555966;
}
 
 
 .corpus {
    position: absolute;
    width: 780px;
    left: 220px;

}


.titrcol{
	font-family:'SourceSansPro-Light';
	font-size: 21px;
	margin-top: 15px;
	margin-left: 7px;
		    color: #555966;
	
}
.titrcol2{
font-size:26px;
font-family:'SourceSansPro-Light';
margin-top: 30px;
	    color: #555966;

}

.titrcol3{
font-size:26px;
font-family:'SourceSansPro-Light';
margin-top: 15px;	
	    color: #555966;
	
	
}


h1, h2, h3, h4, h5, h6 {
    font-family: SourceSansPro-Light;
    font-weight: 400;
    margin: 10px 0;
}



/*Page taxi test*/








@media screen and (min-width: 421px) {
   .footer {
      min-width:421px;
	  font-size:10px;
	  position: fixed;
    width: 100%;
    height: 70px;
    background-color: #555966;
   }
   
   .proxi{
    font-family: 'SourceSansPro-Light';
    margin-top: 2%;
    background-color: #73737333;
    display: inline-block;
}
}








@media screen and (max-width: 1024px) {
 .footer {
      max-width:1024px;
	   font-size:10px;
	   position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background-color: #555966;
   }
   
   .imag {
    width: 150px;
}
   
   .proxi{
    font-family: 'SourceSansPro-Light';
    margin-top: 2%;
    background-color: #73737333;
    display: inline-block;
}
   
   
   
   .material-icons.md-light {
      
color: rgba(255, 255, 255, 1);
    float: left;
    margin-top: 2%;
    font-size: 35px;
}

.material-icons.md-light2 {
    margin-bottom: 15px;
    font-size: 35px;
    margin-left: 3%;
    color: rgba(255, 255, 255, 1);
    float: left;
    margin-top: 2%;
}

.pfooter{
    font-family: 'SourceSansPro-Light';
    color: white;
    display: inherit;
    float: left;
    font-size: 1.7em;
    margin-top: 2%;
    margin-left: 2%;
	
}


.pfooter2{
    font-family: 'SourceSansPro-Light';
    color: white;
    display: inherit;
    float: left;
    font-size: 1.7em;


	
}

.imambu{
	display:inline-block;
	position : relative;
	margin:20px;
	margin-left:30px;
	width: 138px;
}



.articles{
width: 42%;
float: left;
margin-left: 4%;
border-width: 0px;
border-style: ridge;
border-color: #39549b;
border-radius: 3px;
margin-top: 1%;
}

.texteB{
display: inline-block;
	
}

.article2 {
    margin-bottom: 6%;
    margin-top: 5%;
    display: inline-block;
    margin-left: 16%;
}


.diapo {
    display: inline-block;
    float: right;
    max-width: 460px;
    margin-top: 13%;
}

.corpusacc{
	
	display: inline-block;
	
	
}

iframe{
	 width:640px; 
	 height:480px;
	 display: block;
	 margin-left: auto;
	 margin-right: auto;
}

.icone1{
	    display: inline;
    margin-left: 3%;
}

	
	.capt{
	 width: 22%;

	}
	
	.icone2{
	    display: inline;
    margin-left: -2%;
}

	.capt2{
	 width: 18%;

	}
	
	.LR{
    width: 326px;
    float: right;
    margin-top: 30px;
    margin-right: -19%;
	    color: #555966;
	
}

.ChasseneuilSurBonnieure{
    width: 326px;
    float: left;
    margin-top: 30px;
	}
	
		.titrecont{
		font-family:'SourceSansPro-Light'; 
		font-size:27px; 
		color:#555966; 
		float:left;	
	}

	
	.titrecont2{
		font-family:'SourceSansPro-Light'; 
		font-size:27px; 
		color:#555966; 
		float:left;	
	}
	
	
.txt2 {
    float: right;
    width: 148px;
    margin-top: -8px;
    margin-bottom: 16%;
}
	
	
	 	.box2{
	
    margin-left: -4.5%;
}

	.article4{
	    margin-right: -9%;
    margin-bottom: 24%;
    width: 35%;
		
	}
		
		.am{
	
width: 165px;
    border-radius: 9px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
	
	
}

.modal-dialog{
	
	
}

.colis {
    font-family: 'SourceSansPro-Light';
    font-size: 34px;
    font-weight: bold;
    color: #002156;
    display: inline;
    width: 0.5em;
    word-wrap: break-word;
    text-align: center;
    float: left;
    margin-top: 0px;
    margin-left: 30px;
}


.titrcol{
	font-family:'SourceSansPro-Light';
	font-size: 21px;
	margin-top: 15px;
	margin-left: 7px;
	    color: #555966;
}
.titrcol2{
font-size:26px;
font-family:'SourceSansPro-Light';
margin-top: 30px;
    color: #555966;
}

.titrcol3{
font-size:26px;
font-family:'SourceSansPro-Light';
margin-top: 15px;	
	    color: #555966;
	
}

.hor{
	    font-family: 'SourceSansPro-Light';
    font-size: 17px;
    color: #555966;
    text-align: center;
    
  
	
}

.hautcoli{
	    display: inline-block;
    border-style: solid;
    border-width: thin;
    background-color: #fff;
    border-radius: 3px;
    width: 394px;
	margin-top:-21px;
    height: 101px;
}


.tcoli{
	    margin-top: 210px;
	
}

}






@media screen and (max-width: 960px) {
   .footer {
      max-width:960px;
	   font-size:10px;
	   position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background-color: #555966;
   }
   
   table, td {
zoom: 0.8;
}

   .imag{
	       width: 117px;
	   
   }

.SG .sgLi {
    width: 370px;
}
   
   .proxi{
    font-family: 'SourceSansPro-Light';
    margin-top: 2%;
    background-color: #73737333;
    display: inline-block;
}
   
   
   .articles{
    float: left;
    margin-left: 2%;
    border-width: 0px;
    border-style: ridge;
    border-color: #39549b;
    border-radius: 3px;
    margin-top: -2%;
}
   
   .material-icons.md-light {
      
color: rgba(255, 255, 255, 1);
    float: left;
    margin-top: 2%;
    font-size: 35px;
}

.material-icons.md-light2 {
    margin-bottom: 15px;
    font-size: 35px;
    margin-left: 3%;
    color: rgba(255, 255, 255, 1);
    float: left;
    margin-top: 2%;
}

.pfooter{
    font-family: 'SourceSansPro-Light';
    color: white;
    display: inherit;
    float: left;
    font-size: 1.7em;
    margin-top: 2%;
    margin-left: 2%;
	
}


.pfooter2{
     font-family: 'SourceSansPro-Light';
    color: white;
    display: inherit;
    float: left;
    font-size: 1.6em;
	
}
.imambu{
	display:inline-block;
	position : relative;
	margin:20px;
	margin-left:30px;
	width: 98px;
}

.texteB{
display: inline-block;
	
}

.texteA{
	margin-left: 30px;
}

.article2{   
	margin-bottom: 6%;
    margin-top: 5%;
    display: inline-block;
    margin-left: 5%;
	
}




.diapo{
	display: inline-block;
    max-width: 416px;
    margin-top: 23%;
}

.corpusacc{
	
	display: inline-block;
	
	
}

iframe{
	 width:640px; 
	 height:480px;
	 display: block;
	 margin-left: auto;
	 margin-right: auto;
}

.icone1{
	display: inline;
    margin-left: 0%;
	
}

	
	.LR{
   width: 293px;
    float: right;
    margin-top: 30px;
    margin-right: 7%;
	    color: #555966;
	
}

.ChasseneuilSurBonnieure{
    width: 326px;
    float: left;
    margin-top: 30px;
	}
	
		.titrecont{
		font-family:'SourceSansPro-Light'; 
		font-size:27px; 
		color:#555966; 
		float:left;	
	}

	
	.titrecont2{
		font-family:'SourceSansPro-Light'; 
		font-size:27px; 
		color:#555966; 
		float:left;	
	}
	
	.capt {
    width: 0%;
	display:none;
}

	.capt2 {
    width: 0%;
	display:none;
}
 .txt2 {
    float: left;
    width: 365px;
    margin-top: 0px;
    margin-bottom: 15%;
}
	
	
	 	.box2{
	
 margin-left: -3%;

}

	.article4{
	 margin-right: 10%;
    margin-bottom: 24%;
    width: 35%;
		
	}
		
		.am{
	
    width: 125px;
    border-radius: 9px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
	
}


.modal-dialog {
    height: 450px;
}

.colis {
    font-family: 'SourceSansPro-Light';
    font-size: 22px;
    font-weight: bold;
    color: #002156;
    display: inline;
    width: 0.5em;
    word-wrap: break-word;
    text-align: center;
    float: left;
    margin-top: 0px;
    margin-left: 30px;
}


.titrcol {
    font-family: 'SourceSansPro-Light';
    font-size: 19px;
    margin-top: 15px;
    margin-left: 7px;
	    color: #555966;
}


.titrcol2 {
    font-size: 20px;
    font-family: 'SourceSansPro-Light';
    margin-top: 30px;
	    color: #555966;
}

.titrcol3{
font-size:26px;
font-family:'SourceSansPro-Light';
margin-top: 15px;	
    color: #555966;
	
	
}

.hor {
    font-family: 'SourceSansPro-Light';
    font-size: 14px;
    color: #555966;
    text-align: center;
    background-color: rgb(150, 177, 214);
}

.hautcoli {
    display: inline-block;
    border-style: solid;
    border-width: thin;
    background-color: #fff;
    border-radius: 3px;
    width: 396px;
    margin-top: -21px;
    height: 83px;
}


.tcoli {
    margin-top: 0px;
    background-color: rgb(150, 177, 214);
    display: inline-block;
    width: 430px;
    height: 200px;
}

.bordure_verticale {
    height: 123%;
    padding-right: 56px;
    border-right: 8px solid #555966;
    float: left;
    margin-top: -8%;
	display:none;
}

.imag {
    width: 136px;
}

}









@media screen and (max-width: 760px) {
   .footer {
      max-width:760px;
	   font-size:10px;
	   position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background-color: #555966;
   }
   
   .proxi{
    font-family: 'SourceSansPro-Light';
    margin-top: 2%;
    background-color: #73737333;
    display: inline-block;
}
   
   table, td {
zoom: 0.7;
}
  .imag{
	       width: 122px;
	   
   }
   
   .material-icons.md-light {
      
color: rgba(255, 255, 255, 1);
    float: left;
    margin-top: 2%;
    font-size: 35px;
}

.material-icons.md-light2 {
    margin-bottom: 15px;
    font-size: 35px;
    margin-left: 3%;
    color: rgba(255, 255, 255, 1);
    float: left;
    margin-top: 2%;
}

.pfooter{
font-family: 'SourceSansPro-Light';
    color: white;
    display: inherit;
    float: left;
    font-size: 15px;
    margin-top: 2%;
    margin-left: 2%;
	
}


.pfooter2{
    font-family: 'SourceSansPro-Light';
    color: white;
    display: inherit;
    float: left;
    font-size: 15px;

	
}

.imambu{
	display:inline-block;
	position : relative;
	margin:20px;
	margin-left:30px;
	width: 74px;
}


.texteB{
display: inline-block;
	
}

.article2{  
margin-bottom: 6%;
    margin-top: 5%;
    display: inline-block;
    float: right;
    margin-right: 15%;
	
}

.articles{
    width: 98%;
    float: left;
    margin-left: 2%;
    border-width: 0px;
    border-style: ridge;
    border-color: #39549b;
    border-radius: 3px;
    margin-top: -2%;
}


.diapo{
	    display: inline-block;
    float: right;
    max-width: 460px;
    margin-top: 6%;
    margin-right: 15%;
}

.corpusacc{
	
	display: inline-block;
	
	
}

iframe{
    max-width: 460px;
    max-height: 440px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12%;
}



	
	.LR{
   width: 280px;
    float: right;
    margin-top: 49px;
    margin-right: 23%;
	    color: #555966;
	
}

.ChasseneuilSurBonnieure{
       width: 280px;
    float: left;
    margin-top: 30px;
	}
	
		.titrecont{
		font-family:'SourceSansPro-Light'; 
		font-size:27px; 
		color:#555966; 
		float:left;	
	}

	
	.titrecont2{
		font-family:'SourceSansPro-Light'; 
		font-size:27px; 
		color:#555966; 
		float:left;	
	}
	
		.capt {
    width: 0%;
	display:none;
}

	.capt2 {
    width: 0%;
	display:none;
}

	.txt2{
	    float: NONE;
    margin-bottom: 12%;
    width: 70%;
	}
 
.ltaxi{
		    display: inline-block;
    width: 70%;
		
	}
 
 
  		 	.box2{
	
    margin-top: 3%;
    margin-bottom: 11%;

}

	.article4{
	    width: 50%;
    float: left;
    margin-top: 3%;
		
	}
		
		.am{
	
    width: 125px;
    border-radius: 9px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
	
}
.article3{
	    display: inline-block;
    width: 70%;
    float: left;
    margin-top: 30px;
		
	}
	
		.devamb{
	display: inline-block;
    float: left;
    margin-top: -14%;
	
}


.modal-dialog {
    height: 300px;
}

.colis {
    font-family: 'SourceSansPro-Light';
    font-size: 13px;
    font-weight: bold;
    color: #002156;
    display: inline;
    width: 0.5em;
    word-wrap: break-word;
    text-align: center;
    float: left;
    margin-top: 0px;
    margin-left: 0px;
}

.titrcol {
    font-family: 'SourceSansPro-Light';
    font-size: 21px;
    margin-top: 15px;
    margin-left: 7px;
    color: #555966;
}

.titrcol2 {
    font-size: 17px;
    font-family: 'SourceSansPro-Light';
    margin-top: 6px;
    color: #555966;
}
.titrcol3 {
    font-size: 18px;
    font-family: 'SourceSansPro-Light';
    margin-top: -1px;
    color: #555966;
    display: inline;
}

.hor {
    font-family: 'SourceSansPro-Light';
    font-size: 10px;
    color: #555966;
    text-align: center;
    background-color: rgb(150, 177, 214);
}

.hautcoli {
    display: inline-block;
    border-style: solid;
    border-width: thin;
    background-color: #fff;
    border-radius: 3px;
    width: 396px;
    margin-top: -21px;
    height: 83px;
}


.tcoli {
    margin-top: -7px;
    background-color: rgb(150, 177, 214);
    display: inline-block;
    width: 430px;
    height: 141.5px;
}

.bordure_verticale {
    height: 123%;
    padding-right: 56px;
    border-right: 8px solid #555966;
    float: left;
    margin-top: -8%;
	display:none;
}

.prix {
    font-family: 'SourceSansPro-Light';
    font-size: 11px;
    color: #555966;
}

}








@media screen and (max-width: 640px) {   
   .footer {
      max-width:640px;
	   font-size:10px;
	   position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background-color: #555966;
   
}


.proxi{
    font-family: 'SourceSansPro-Light';
    margin-top: 2%;
    background-color: #73737333;
    display: inline-block;
}


   .material-icons.md-light {
      
    color: rgba(255, 255, 255, 1);
    float: left;
    margin-top: 4%;
    font-size: 20px;
    margin-left: 3%;
}

.material-icons.md-light2 {
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 1);
    float: left;
    margin-top: 4%;
    font-size: 22px;
    margin-left: 2%;
}

.pfooter{
  font-family: 'SourceSansPro-Light';
    color: white;
    display: inherit;
    float: left;
    font-size: 1em;
    margin-top: 4%;
    margin-left: 2%;
	
}


.pfooter2{
    font-family: 'SourceSansPro-Light';
    color: white;
    display: inline-block;
    margin-top: 4%;
    font-size: 1em;
	
}
.imambu{
	    display: block;
    position: relative;
    width: 80px;
    margin-left: 19px;

}

.texteB {
    display: inline-block;
    text-align: center;
    max-width: 460px;
    min-width: 300px;
    margin-left: 0%;
}

.article2{  
    display: inline-block;
    max-width: 460px;
    min-width: 300px;
	
}

.articles{
    max-width: 100%;
    float: left;
    margin-left: -4%;
    border-width: 0px;
    border-style: ridge;
    border-color: #39549b;
    border-radius: 3px;
    margin-top: -2%;
}


.diapo{
display: inline-block;
    max-width: 460px;
    margin-left: 17%;
}

.corpusacc{
	
	display: inline-block;
	
	
}

iframe{
    max-width: 374px;
    min-width: 360px;
    max-height: 350px;
    display: inline-block;
    margin-bottom: 14%;
}


	

	
	.LR{
  width: 326px;
    float: left;
    margin-top: 30px;
    margin-left: auto;
    margin-bottom: 20%;
	    color: #555966;
	
}

.ChasseneuilSurBonnieure{
        width: 326px;
		  float: left;
    margin-top: 30px;
    margin-left: auto;
	}
	
		.titrecont{
		font-family:'SourceSansPro-Light'; 
		font-size:27px; 
		color:#555966; 
		float:left;	
	}

	
	.titrecont2{
		font-family:'SourceSansPro-Light'; 
		font-size:27px; 
		color:#555966; 
		float:left;	
	}
	.capt {
    width: 0%;
	display:none;
}
 	.capt2 {
    width: 0%;
	display:none;
}

 	.txt2{
    float: NONE;
    margin-bottom: 12%;
    width: 50%;
	}
 
.ltaxi{
	    display: inline-block;
    width: 100%;
		
	}
 
 .litaxi{
		font-size:18px;
		
	}
 
  		 	.box2{
	
       margin-top: 3%;
    margin-left: -2%;
    margin-bottom: 11%;

}

	.article4{
	    width: 47%;
    float: left;
    margin-top: 3%;
		
	}
		
		.am{
	
       width: 108px;
    border-radius: 9px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
	
}
.article3{
    display: inline-block;
    width: 47%;
    float: left;
    margin-top: 30px;
		
	}
	
		.devamb{
display: inline-block;
    float: left;
    margin-top: -14%;
    width: 52%;
    margin-left: -2.5%;
	
}


.modal-dialog {
    height: 250px;
}

.colis {
    font-family: 'SourceSansPro-Light';
    font-size: 11px;
    font-weight: bold;
    color: #002156;
    display: inline;
    width: 0.5em;
    word-wrap: break-word;
    text-align: center;
    float: left;
    margin-top: 0px;
    margin-left: 0px;
}

.titrcol {
    font-family: 'SourceSansPro-Light';
    font-size: 13px;
    margin-top: 15px;
    margin-left: 7px;
    color: #555966;
}

.titrcol2 {
    font-size: 12px;
    font-family: 'SourceSansPro-Light';
    margin-top: 3px;
    color: #555966;
}
.titrcol3 {
    font-size: 12px;
    font-family: 'SourceSansPro-Light';
    color: #555966;
    display: inline;
}

.hor {
    font-family: 'SourceSansPro-Light';
    font-size: 7px;
    color: #555966;
    text-align: center;
    background-color: rgb(150, 177, 214);
}

.hautcoli {
    display: inline-block;
    border-style: solid;
    border-width: thin;
    background-color: #fff;
    border-radius: 3px;
    width: 240px;
    margin-top: -22px;
    height: 61px;
}


.tcoli {
    margin-top: -7px;
    background-color: rgb(150, 177, 214);
    display: inline-block;
    width: 260px;
    height: 105.5px;
}

.bordure_verticale {
    height: 123%;
    padding-right: 56px;
    border-right: 8px solid #555966;
    float: left;
    margin-top: -8%;
	display:none;
}

.prix {
    font-family: 'SourceSansPro-Light';
    font-size: 7px;
    color: #555966;
}

}






@media screen and (max-width: 420px) {
   .footer {
      max-width:420px;
	   font-size:10px;
	   position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background-color: #555966;
   
}

.proxi{
    font-family: 'SourceSansPro-Light';
    margin-top: 2%;
    background-color: #73737333;
    display: inline-block;
}


   .material-icons.md-light {
      color: rgba(255, 255, 255, 1);
    float: left;
    margin-top: 6%;
    font-size: 20px;
    margin-left: 3%;
}

.material-icons.md-light2 {
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 1);
    float: left;
    margin-top: 6%;
    font-size: 20px;
    margin-left: 4%;
}

.pfooter{
    font-family: 'SourceSansPro-Light';
    color: white;
    display: inherit;
    float: left;
    font-size: 1em;
    margin-top: 7%;
    margin-left: 2%;
	
	
	
}


.pfooter2{
font-family: 'SourceSansPro-Light';
    color: white;
    display: inline-block;
    margin-top: -9%;
    font-size: 1em;
    margin-left: 37%;
	
	
}

.imambu{
	    display: block;
    position: relative;
    margin-left: 5%;
    width: 59px;
    margin-top: 0%;
    padding-top: 2%;
}

.texteB {
    display: inline-block;
    margin-left: -18%;
}

.article2{
	margin-bottom: 6%;
	margin-top: 5%;
	display: inline-block;     
	margin-bottom: 6%;
    margin-top: 5%;
    display: inline-block;
    margin-left: 5%;
	
}

.articles {
    width: 75%;
    float: left;
    margin-left: 0%;
    margin-top: -2%;
}

.diapo{
	    display: inline-block;
    float: right;
    max-width: 460px;
    margin-top: 6%;
}

.corpusacc{
	
	display: inline-block;
	
	
}

iframe {
    width: 360px;
    height: 401px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

	

	
	.LR{
  width: 326px;
    float: left;
    margin-top: 30px;
    margin-left: auto;
    margin-bottom: 20%;
	
}

.ChasseneuilSurBonnieure{
        width: 326px;
		  float: left;
    margin-top: 30px;
    margin-left: auto;
	}
	
		.titrecont{
		font-family:'SourceSansPro-Light'; 
		font-size:27px; 
		color:#555966; 
		float:left;	
	}

	
	.titrecont2{
		font-family:'SourceSansPro-Light'; 
		font-size:27px; 
		color:#555966; 
		float:left;	
	}
	
		.capt {
    width: 0%;
	display:none;
}

	.capt2 {
    width: 0%;
	display:none;
}
 
	.txt2{
	  float: NONE;
    margin-bottom: 12%;
    width: 43%;
	}
 
.ltaxi{
	display: inline-block;
    width: 100%;
	}
	
	.litaxi{
		font-size:14px;
		
	}
	
	
		.box2{
	
     margin-top: 3%;
    margin-left: -1%;
    margin-bottom: 11%;

}

	.article4{
	  width: 35%;
    float: right;
    margin-top: 3%;
    margin-right: 65%;
		
	}
		
		.am{
	
        width: 72px;
    border-radius: 9px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
	
}
.article3{
       display: inline-block;
    width: 36%;
    margin-top: 30px;
		
	}
	
		.devamb{
    display: inline-block;
    float: left;
    margin-top: -14%;
    width: 52%;
    margin-left: -7.5%;
	
}

.devamb2{
	
    font-family: 'SourceSansPro-Light';
    color: #555966;
    font-size: 17px;
    text-align: center;
    display: inline;
}



.modal-dialog {
    height: 200px;
}

.colis {
    font-family: 'SourceSansPro-Light';
    font-size: 9px;
    font-weight: bold;
    color: #002156;
    display: inline;
    width: 0.5em;
    word-wrap: break-word;
    text-align: center;
    float: left;
    margin-top: 0px;
    margin-left: 0px;
}

.titrcol {
    font-family: 'SourceSansPro-Light';
    font-size: 9px;
    margin-top: 15px;
    margin-left: 7px;
    color: #555966;
}

.titrcol2 {
    font-size: 11px;
    font-family: 'SourceSansPro-Light';
    margin-top: 0px;
    color: #555966;
}
.titrcol3 {
    font-size: 10px;
    font-family: 'SourceSansPro-Light';
    color: #555966;
    display: inline;
}

.hor {
    font-family: 'SourceSansPro-Light';
    font-size: 5px;
    color: #555966;
    text-align: center;
    background-color: rgb(150, 177, 214);
}

.hautcoli {
    display: inline-block;
    border-style: solid;
    border-width: thin;
    background-color: #fff;
    border-radius: 3px;
    width: 175px;
    margin-top: -24px;
    height: 44px;
}


.tcoli {
    margin-top: -14px;
    background-color: rgb(150, 177, 214);
    display: inline-block;
    width: 172px;
    height: 80.5px;
}

.bordure_verticale {
    height: 123%;
    padding-right: 56px;
    border-right: 8px solid #555966;
    float: left;
    margin-top: -8%;
	display:none;
}

.prix {
    font-family: 'SourceSansPro-Light';
    font-size: 5px;
    color: #555966;
}

.lic {
    font-size: 7px;
    margin-top: -17%;
    color: #555966;
}

}

@media screen and (max-width: 320px) {
  .footer {
      max-width:320px;
	   font-size:10px;
	   position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background-color: #555966;
   }
   
   .proxi{
    font-family: 'SourceSansPro-Light';
    margin-top: 2%;
    background-color: #73737333;
    display: inline-block;
}
   


   .material-icons.md-light {
      color: rgba(255, 255, 255, 1);
    float: left;
    margin-top: 6%;
    font-size: 20px;
    margin-left: 3%;
}

.material-icons.md-light2 {
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 1);
    float: left;
    margin-top: 6%;
    font-size: 20px;
    margin-left: 4%;
}

.pfooter{
    font-family: 'SourceSansPro-Light';
    color: white;
    display: inherit;
    float: left;
    font-size: 1em;
    margin-top: 7%;
    margin-left: 2%;
}


.pfooter2{
font-family: 'SourceSansPro-Light';
    color: white;
    display: inline-block;
    margin-top: -9%;
    font-size: 1em;
    margin-left: 37%;
	
	
}





.imambu{
    display: block;
    position: relative;
    margin-left: 5%;
    width: 59px;
    margin-top: 0%;
    padding-top: 2%;
}

.texteB{
display: inline-block;
	
}

.article2{
	margin-bottom: 6%;
	margin-top: 5%;
	display: inline-block;     
	margin-bottom: 6%;
    margin-top: 5%;
    display: inline-block;
    margin-left: 5%;
	
}

.articles {
    float: left;
    margin-left: -5%;
    margin-top: -2%;
    max-width: 100%;
}


.diapo{
	    display: inline-block;
    float: right;
    max-width: 460px;
    margin-top: 6%;
}

.corpusacc{
	
	display: inline-block;
	
	
}

iframe{
	 width:640px; 
	 height:480px;
	 display: block;
	 margin-left: auto;
	 margin-right: auto;
}


	
	.LR{
  width: 326px;
    float: left;
    margin-top: 30px;
    margin-left: auto;
    margin-bottom: 20%;
	
}

.ChasseneuilSurBonnieure{
        width: 326px;
		  float: left;
    margin-top: 30px;
    margin-left: auto;
	}
	
	
		.titrecont{
		font-family:'SourceSansPro-Light'; 
		font-size:27px; 
		color:#555966; 
		float:left;	
	}

	
	.titrecont2{
		font-family:'SourceSansPro-Light'; 
		font-size:27px; 
		color:#555966; 
		float:left;	
	}

		.capt {
    width: 0%;
	display:none;
}

	.capt2 {
    width: 0%;
	display:none;
}
 
 
	.txt2 {
    float: none;
    margin-bottom: 12%;
    width: 36%;
}
 
.ltaxi {
    display: inline-block;
    width: 100%;
}
	
		.box2{
	
     margin-top: 3%;
    margin-left: -1%;
    margin-bottom: 11%;

}

	.article4{
	  width: 35%;
    float: right;
    margin-top: 3%;
    margin-right: 65%;
		
	}
		
		.am{
	
        width: 72px;
    border-radius: 9px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
	
}
.article3{
        display: inline-block;
    width: 34%;
    margin-top: 30px;
		
	}
	
		.devamb{
       display: inline-block;
    float: left;
    margin-top: -14%;
    width: 52%;
    margin-left: -8.5%;
	
}

.devamb2{
	
    font-family: 'SourceSansPro-Light';
    color: #555966;
    font-size: 17px;
    text-align: center;
    display: inline;
}



.modal-dialog {
    height: 200px;
}

.colis {
    font-family: 'SourceSansPro-Light';
    font-size: 9px;
    font-weight: bold;
    color: #002156;
    display: inline;
    width: 0.5em;
    word-wrap: break-word;
    text-align: center;
    float: left;
    margin-top: 0px;
    margin-left: 0px;
}

.titrcol {
    font-family: 'SourceSansPro-Light';
    font-size: 9px;
    margin-top: 15px;
    margin-left: 7px;
    color: #555966;
}

.titrcol2 {
    font-size: 11px;
    font-family: 'SourceSansPro-Light';
    margin-top: 0px;
    color: #555966;
}
.titrcol3 {
    font-size: 10px;
    font-family: 'SourceSansPro-Light';
    color: #555966;
    display: inline;
}

.hor {
    font-family: 'SourceSansPro-Light';
    font-size: 5px;
    color: #555966;
    text-align: center;
    background-color: rgb(150, 177, 214);
}

.hautcoli {
    display: inline-block;
    border-style: solid;
    border-width: thin;
    background-color: #fff;
    border-radius: 3px;
    width: 175px;
    margin-top: -24px;
    height: 44px;
}


.tcoli {
    margin-top: -14px;
    background-color: rgb(150, 177, 214);
    display: inline-block;
    width: 172px;
    height: 80.5px;
}

.bordure_verticale {
    height: 123%;
    padding-right: 56px;
    border-right: 8px solid #555966;
    float: left;
    margin-top: -8%;
	display:none;
}

.prix {
    font-family: 'SourceSansPro-Light';
    font-size: 5px;
    color: #555966;
}

} 
 

	



