

/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */

 
/* FONTS  ==============================================================*/


/* FONTS  ==============================================================*/

  
@font-face {
    font-family: 'mybold';
    src: url('/fonts/my-bold-webfont.eot');
    src: url('/fonts/my-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/my-bold-webfont.woff2') format('woff2'),
         url('/fonts/my-bold-webfont.woff') format('woff'),
         url('/fonts/my-bold-webfont.ttf') format('truetype'),
         url('/fonts/my-bold-webfont.svg#mybold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'myregular';
    src: url('/fonts/my-regular-webfont.eot');
    src: url('/fonts/my-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/my-regular-webfont.woff2') format('woff2'),
         url('/fonts/my-regular-webfont.woff') format('woff'),
         url('/fonts/my-regular-webfont.ttf') format('truetype'),
         url('/fonts/my-regular-webfont.svg#myregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'mysemi';
    src: url('/fonts/my-semibold-webfont.eot');
    src: url('/fonts/my-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/my-semibold-webfont.woff2') format('woff2'),
         url('/fonts/my-semibold-webfont.woff') format('woff'),
         url('/fonts/my-semibold-webfont.ttf') format('truetype'),
         url('/fonts/my-semibold-webfont.svg#mysemi') format('svg');
    font-weight: normal;
    font-style: normal;
} /* TYPO  ==============================================================*/
 
  article h1 ,body#editor h1, h1{
    font-family: 'mybold';
 	font-weight:normal;
	margin:0 0 14px 0;
	padding-bottom: 8px  ;
  	font-size:24px;
	line-height:1em;
	border-bottom:0px solid #ccc;
	text-transform:uppercase;
    border-bottom: 4px solid #44ad4e;
   }
  h1.rub1{ border-bottom: 6px solid #aac23f; }
  h1.rub2{ border-bottom: 6px solid #1db5b4; }
  h1.rub3{ border-bottom: 6px solid #0a673a; }
  
body#editor  h2,body#editor  h3,body#editor h4,body#editor h5,body#editor h6,
 h2,h3,h4,h5,h6{
	font-family: 'mybold';
	font-weight:normal;
	margin:0;
 	line-height:1em;
	color:#000;
	font-size:17px;
 }
body#editor  h2, h2 {
 	margin-bottom:6px;
	font-size:18px;
  	color:#000;
	line-height:1.2em;
	margin:10px 0 5px 0;
  	font-weight:normal;
	text-transform:none;
	padding:0px 0 0px 0;
} 
h2.sous_date {
	margin:0px 0 5px 0;
} 
.date {
	color:#aaa;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
} 
.sur_titre {
  	margin-bottom:6px;
	font-size:16px;
  	color:#44ad4e;
	line-height:1.2em;
	text-transform:uppercase;
 } 

body#editor figure figcaption{
	max-width:300px!important;
 }

  
 /* EXCLUSION  ==============================================================*/
 
.iphone {
	display:none;
 }
.ie .iphone {
	display:none;
 }
 #alert_too_small {
 	display:none;
}

 /* CKEDITOR  ==============================================================*/

body#editor {   
	margin-left: 6px;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom:6px;
 	background:#fff;
 }
body#editor .danger{   
	background:url(/img/danger.png) no-repeat;
	width:160px;
	height:150px;
	padding-top:15px;
}
body#editor .members_only{  
	 background-image:url(/img/fond_members_only.jpg);
 }
body#content .members_only{ 
	 background-image:none;
	 padding:0;
 }
body#editor .public_only{  
	 background-image:url(/img/fond_members_only.jpg);
 }
body#content .public_only{ 
	 display:none;
	 background-image:none;
	 padding:0;
 }
 body#editor .slide_div {  background:#FFC }


/* VIDEO  ==============================================================*/

 #bgvid { 
	position: fixed; right: 0; bottom: 0;
	min-width: 100%; min-height: 100%;
	width: auto; height: auto; z-index: -100;
	background-size: cover;
}
.media_embed        {
    position: relative;
	width:100%
}

.media_embed img {
    display: block;
    width: 100%;
    height: auto;
}

.media_embed iframe {
    position: absolute!important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.embeddedContent {
	position      : relative;
	width         : 100%;
	height        : 0;
	padding-bottom: 60%;
}

.embeddedContent iframe {
	position: absolute;
	top     : 0;
	left    : 0;
	width   : 100%;
	height  : 100%;
}

/* GENERALITES  ==============================================================*/

.page{
	margin :auto;	
	max-width:1200px;	
}
ul.poste{
	margin-left:13px;	
	margin-bottom:6px;	
}
form { line-height:1.52857 }

.a3XX { width:160px; }
.a3XXX { width:80px; display:inline-block;}


.ie   {
	width:100%;
	text-align:center;
 }
.complet   {
	position:absolute;
	left:0;
	margin-left:15px;
	background:#e0312e;
	color:#fff;
    font-family: 'mybold';
	text-align:center;
	width:150px;
	padding 4px;
 }

input.transparent-input, button.transparent-input{
       background-color:rgba(0,0,0,0) !important;
       border:none !important;
	   box-shadow: 0!important;
    }
a:focus {
  outline: 0;
  outline: 0r;
  outline-offset: 0;
}
nav.navbar { border-radius:0 }

img.right,  .image-right{
	float:right!important;
	margin-left:20px!important;
}
img.left,  .image-left{
	float:left;
	margin-right:20px; 
}
 figure.image figcaption{ 
	width:100%;
 	margin-bottom:10px;
	text-align:right;
	color:#aaa;
 	margin-top:5px;
	font-style:italic;
	font-size:13px;
}

hr {
    border-width: 3px 0 0;
    margin-bottom: 20px;
    margin-top: 20px;
}
hr.hr2 {
    border-width: 3px 0 0;
    margin-bottom: 10px;
    margin-top: 4px;
}
 
a {text-decoration:none;  }
a:link {color:#006fc1;}
a:visited   {color:#006fc1;}
a:hover  {color:#3799e0;  }
a:active  {color:#006fc1; }
a:focus {
  outline: 0;
  outline: 0;
  outline-offset: 0;
}

 
strong {
    font-family: 'mybold';
    font-weight:normal;
}

.bold {
    font-weight:bold;
}
.references {
    font-size:12px;
	font-style:italic;
}
ul,ol{
	padding-left:15px	
}
.bouton_PP{
	margin-top:10px;
}
.panier_PP{
	margin-top:10px;
	width:100%
}
.encadre{
	margin:15px 0;
	padding:20px;
	background:#daf1d8;
	width:100%
    font-family: 'mysemi';
	font-size:1.2em;
	color:#666
}

table.panier {
	margin-bottom:20px;
	width:100%;
 }	
table.panier, table.panier td, table.panier th{
	padding:8px 4px 4px 4px ;
	font-weight:normal;
	text-align:left;
	border-color:#aaa;
	border-bottom: 1px solid #999;
	vertical-align:middle;
 }	
table.panier  td{
	max-width:260px; 
}	
table.panier  td.prix{
	text-align:right; 
}	
table.panier  th{
	background:#e8e8e8;
	width: calc( 25% - 30px );
	border-bottom: 0px solid #999;
 	padding:4px 10px 4px 10px ;
}	
 table.panier  th.last{
 	width: 30px  ;
 }	
table.panier p{
	margin-bottom:4px;
  }	

div.check{
	position:absolute;
 	background:#55a14c;
	color:#fff;
	border-radius:100%;
	width:50px;
	height:50px;
  	font-size:29px ;
	margin:5px 0 0 5px;
	border:2px solid #fff;
  }
div.check i{
	margin:9px 0 0 5px;
  }
article.panier{
	
		padding-left:0px;
}
.div_btn0,
.div_btn{
	padding-left:0px;
	padding-right:0px;
}
.div_btn{
	margin-bottom:10px;
}

.panier_vide{
 	margin-bottom:10px;
}
.btn_icon{
 	margin:0px 0 0 6px;
	font-size:20px;
	vertical-align: sub;
}

.vert{
	background-color:#55a14c
}
.rouge{
	background-color:#e0312e
}
.btn.btn-primary{
	border:0;
}
.btn.btn-primary.vert.last{
	float:right;
 }
.form-group{
	margin:0 0 7px 0;
}

 .livraison{
    font-family: 'mysemi';
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom:1px solid #ddd;
	text-transform:uppercase;
	
}
 .livraison label{
    font-family: 'myregular';
 	text-transform:none;
	font-weight:normal
	
}
 #check_liv{
    margin:0 5px 0 14px;
}
 #check{
    margin:0 5px 0 14px;
}

form.coordonnees{
		margin-top:20px;
		display:none;
 }
.coords_liv{
 		display:none;
 }

select {
 	border:0;
	padding:6px 4px;
 	 -moz-border-radius: 4px;   
	 -webkit-border-radius: 4px;   
	 border-radius: 4px;
	 background:#eee; 
  }
@media screen and (-webkit-min-device-pixel-ratio:0) {
	select {
	height:28px;
  }
}
	.navbar-toggle{
		float:none;
	}
.navbar-collapse.in {
    overflow-x: hidden;
}

/* STRUCTURE  ==============================================================*/

 
body {
	font-family: 'myregular';
	background-color:#fff;
  }

.container{ 
  	position:relative;
	z-index:100;
	width:100% ;
  }
/*.container.full{ 
	padding-left:0;
	padding-right:0;
}
.container.pave{ 
	z-index:20;
}
div{ 
	border:0px #000 solid;
}
*/
.cale {
	height:10px;
  }
 	  

/* HEADER  ==============================================================*/
 
header {
 	width:100% ;
	border:0px solid #000;
	margin-top:40px
  }
header img.logo{ 
	width:100%;
	margin-top:-5px;
 	height:auto;
  }
 #header_total{
	width:100%  ;
 	margin:0;
	padding:0;
	background:#fff;
 	margin:0 auto;
 }
.bande_bleue{
  	background:#1487ae;
	color:#fff;
	font-size:1.55vw;
	position:absolute; 
	right:0;
	bottom:0;
	font-family: 'mysemi';
	letter-spacing:.08em;
 }
nav.navbar {
	padding-right:0;
	font-family: 'mybold';
	text-transform:uppercase;
	font-size:13px;
	text-align:center
 }
nav.navbar div.container,
nav.navbar div.row{
 	margin:0;
	padding:0;
}
nav.navbar ul li.pipe{
 	vertical-align:middle;
	padding-top: 10px;
}
.navbar-nav > li > a {
    padding-bottom: 10px;
    padding-top: 10px;
}
.container .navbar-header {
    margin-left: 0;
    margin-right: 0px;
}

nav.navbar.nav2 ul{
	display:inline-block;
	overflow:hidden;
	position:relative;
	margin:0 auto;
 }
.nav2 .navbar-nav a {
    padding-left:5px;
    padding-right:5px;
}

/* HP ==============================================================*/

div.visuel {
 	margin-top:50px;
}
div.visuel img{
 	width:100%;
}
div.boutons_3 div{
 	background:#ddd;
}
div.boutons_4 span{
 	background:#1487ae;
	margin-top: 10px;
	padding: 10px 10px;
	text-align: center;
	display: inline-block;
	font-family: 'mybold';
	font-size: 16px;
	color: #fff;
	width:100%;
	line-height:19px;
  }
div.boutons_3 span {
 	margin-top:-50px;
	padding:0 30px;
	text-align:center;
 	display:inline-block;
	font-family: 'mybold';
	font-size:1.55vw;
	color:#fff;
	line-height:90px;
	height:90px;
 }
div.boutons_3 span.b1 {
 	background:#55a14c;
}
div.boutons_3 span.b2 {
 	background:#e0312e;
}
div.boutons_3 span.b3 {
 	background:#f8a131;
 	margin-bottom:10px;
}
div.boutons_3 span.bpanier {
 	background:#1487ae;
 	margin-bottom:10px;
}
div.boutons_3 span span {
 	margin-top:0;
	padding:0;
	text-align:center;
 	display:inline-block;
	line-height:20px;
	height:auto;
	vertical-align:middle
 }
 
 
/* ARTICLE ==============================================================*/


  article h2{
	margin-top:0px ;
}
 article img.photo{
	float:left;
	width:150px;
	margin-right:20px ;
}

/* ASIDE ==============================================================*/

aside{
 }
aside div.boutons_3 span {
 	padding:0  0px;
	margin-top:0;
	width:100%!important;
	font-size:1.55vw;
	color:#fff;
	line-height:90px;
	height:90px;
 }
 
 
/* FOOTER ==============================================================*/


footer{
	margin-top:90px;
}	
footer hr {
    border-color: #666;
    border-style: solid none none;
    border-width: 3px 0 0;
    margin-bottom: 20px;
    margin-top: 20px;
} 
footer img.logo {
    margin-top: -60px;
    margin-left: 15px;
	width:100px;
} 
 
 
/* TABLE ==============================================================*/


table {
	margin-bottom:8px;
 }	
table, td, th{
	padding:4px;
	font-weight:normal;
	text-align:left;
	border-color:#aaa;
 }	
 th{
	background:#ddd;
 }	
.container.corps.equipe table ,
.container.corps.equipe td,
.container.corps.equipe th{
	border:0;
 }	




 /* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix  { clear: both; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


