html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {outline: none !important;
}
html{
    background-color: #f0f5f8;
    height: 100%;
}
body {
    font-family: 'Lato', sans-serif!important;
    color: #333333!important;
    background-color: #f0f5f8!important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400!important;
    color: #ff9900!important;
}
p {
    font-weight: 400!important;
    color: #3b2314!important;
}
a,
a:active
a:link,
a:visited,
a:hover {
    text-decoration: none!important;
    color: #ff9900!important;
}
/*
Bordure_gauche***********************************************/
.bord-gauche{
    position: fixed; 
    width:20px;
    height: auto;
    height:100%;
    background-color: rgba(255, 153, 0, 0.5); 
    z-index: 6;
}
/*
color
**************************************************************/
.bg-faded {
    background-color: #fff!important;
}
.orange{
    color: #ff9900!important;
}
/*nav
**************************************************************/
.navbar-light .navbar-nav .nav-link {
    color: rgb(64, 64, 64);
}
.btco-menu li > a {
    padding: 10px 15px;
    color: #000;
}

.btco-menu .active a:focus,
.btco-menu li a:focus ,
.navbar > .show > a:focus{
    background: transparent;
    outline: 0;
}

.dropdown-menu .show > .dropdown-toggle::after{
    transform: rotate(-90deg);
}
.navbar-nav {
    flex-direction: row;
}   
.navbar-toggler {
    border: 1px solid transparent!important;
    border-radius: 0!important;
    top:-30px;
    background-color: #ff9900!important;
}
.nav-link {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
    color:#3b2314;
    font-size: 1.4rem!important;
    font-weight: 700!important;
}
.navbar-toggler-icon{ 
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")!important;
}
/*.navbar-nav {
    flex-direction: row;
}      
.nav-link {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
    color:#3b2314;
    font-size: 1.4rem!important;
    font-weight: 700!important;
}
.nav-link.active, .nav-link:hover{
    color: #ff9900!important;
}
.navbar-toggler {
    border: 1px solid transparent!important;
    border-radius: 0!important;
    top:-30px;
    background-color: #ff9900!important;
}
.navbar-toggler-icon{ 
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")!important;
}
/*baseline
**************************************************************/
.display-3{
    color:#fff!important;
    font-weight: 700!important;
}
/*baseline
**************************************************************/
.table td, .table th {
     padding: 0!important;
     border-top: 0!important;
}
/*newsletter
**************************************************************/
.newsletter{
    background-color: #ff9900!important;
    min-height: 120px!important;
   width: auto;
}
.newsletter .btn-primary, .newsletter .btn-primary:hover, .newsletter .btn-primary:focus, .newsletter .btn-primary:active, .newsletter .btn-primary.active{
    background-color: #fff!important;
    color: #ff9900!important;
    cursor: pointer!important;
}
.newsletter .display-5{
    color:#fff!important;
    font-weight: 700!important;
}
.newsletter a,
.newsletter a:active,
.newsletter a:link,
.newsletter a:visited,
.newsletter a:hover {
    text-decoration: none!important;
    color: #f0f5f8!important;
}
/*silex
**************************************************************/
.silex{
    position: relative;
    width: 100%;
    overflow: hidden;
    /*height: 100%;*/
    background: url(../img/silex.png) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 200px;
}
/*bouton
**************************************************************/
.btn-primary {
    color: #fff!important;
    background-color: #ff9900!important;
    border:0!important;
    border-radius: 0!important;
    padding: 20px!important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active , .btn-primary:visited{
    color: #fff !important;
}/*
Form-control*************************************************/
.form-control {
    color: #ff9900!important;
    border: 0!important;
     border-radius: 0!important;
}
input::placeholder,textarea::placeholder  {
    color:rgba(255,153,0,0.5)!important;
  }
/*header
**************************************************************/
.headerfond{
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100%;
    background: url(../img/top_header.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 200px;
}
.headerfond:after{
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	/* background: url(../images/sliderL.png) center center no-repeat; */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-bottom: 150px solid #f0f5f8;
	border-left: 3000px solid transparent;
}
/*logistique
**************************************************************/
.logistique{
     position: relative;
    overflow: hidden;
    height: 100%; 
    background: url(../img/logistique.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    min-height: 600px!important;
    padding-top:150px;
}
.logistique:before{
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	top: 0;
	right: 0;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-top: 100px solid #f0f5f8;
	border-right: 3000px solid transparent;
}
.logistique:after{
	content: "";
	position: absolute;
	z-index: 1;
	pointer-events: none;
	bottom: 0;
	left: 0;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	border-bottom: 100px solid #f0f5f8;
	border-left: 3000px solid transparent;
}
/*solid
**************************************************************/
.solid{
    position: relative;
   overflow: hidden;
   height: 100%; 
   background: url(../img/top_solid.jpg) center center no-repeat;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   width: 100%;
   min-height: 600px!important;
   padding-top:150px;
}
.solid:before{
   content: "";
   position: absolute;
   z-index: 1;
   pointer-events: none;
   top: 0;
   right: 0;
   width: 100%;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   border-top: 100px solid #f0f5f8;
   border-right: 3000px solid transparent;
}
.solid:after{
   content: "";
   position: absolute;
   z-index: 1;
   pointer-events: none;
   bottom: 0;
   left: 0;
   width: 100%;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   border-bottom: 100px solid #f0f5f8;
   border-left: 3000px solid transparent;
}
.pattern-overlay {
    max-width: 1140px;
    text-align: center;
}
/*
footer********************************************************/
footer{
    background-color: #fff;
    bottom:0;
    clear: both;
    /*position : fixed;*/
    width: 100%;
}
.headfooter{
    background-color: #ff9900!important;
    text-align: right;
    min-height:80px;
    text-align: right!important;
    padding-top:30px!important;
}
.headfooter a,
.headfooter a:active
.headfooter a:link,
.headfooter a:visited,
.headfooter a:hover {
    color: #3b2314!important
}
/*
Cookie********************************************************/
#gdpr-cookie-message {
    position: fixed;
    right: 30px;
    bottom: 30px;
    max-width: 375px;
    background-color: #ddd;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.25);
    margin-left: 30px;
    font-family: system-ui;
}
#gdpr-cookie-message h4 {
    color: var(--red);
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
    color: var(--red);
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
    color: white;
    font-size: 15px;
    line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
    margin-bottom: 0;
    text-align: right;
}
#gdpr-cookie-message li {
    width: 49%;
    display: inline-block;
}
#gdpr-cookie-message a {
    color: var(--red);
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 2px;
    border-bottom: 1px dotted rgba(255,255,255,0.75);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
    color: white;
    border-bottom-color: var(--red);
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button {
    border: none;
    background: var(--red);
    color: white;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    padding: 7px;
    border-radius: 3px;
    margin-left: 15px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
    background: white;
    color: var(--red);
    transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
    background: white;
    color: var(--red);
}
#gdpr-cookie-message button:disabled {
    opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
    float: none;
    margin-top: 0;
    margin-right: 5px;
}
