
body.baf  {
	color: #1a1c1d;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.6;
}
.video-player-button a {background-color: rgba (218, 82, 3, 1);}
.recettes a {text-decoration: none; color: #1a1c1d;}
.recettes .grp:hover {box-shadow: 0 0.75rem 1.25rem 0.0625rem rgba(64, 64, 64, 0.31); border-color: #201003}
.all .recettes .grp {border: 2px solid rgb(218,82,3, 0.9); border-radius: 5px; padding: 5px; background: #fff; margin: 2px;}
.all .recettes .title {text-align: center; font-weight: 700; margin: 20px 0 20px 0;}
.baf .wrapping-img-all {background: url(/img/client/gen/hero-bg-back-all.jpg) center top; height: 363px;}
.baf .wrapping-img {background: url(/img/client/gen/bck1.jpg) center; height: 534px;}
.baf footer a, .baf footer, .baf footer h3 {color: #ffff;}
.baf .navbar-sticky.navbar-stuck {background: #2d2a26;}
.baf .navbar-sticky.navbar-stuck img {height: auto;}
.baf .navbar-wrapper {background: #2d2a26;border-bottom: none;}
.baf .navbar-top {border-bottom: none; margin-left: 20px; font-size: 1.5rem;}
.baf .navbar-link  {
    -webkit-transition: color .25s;
    transition: color .25s;
    color: #fff;
    font-size: 1.75rem; font-weight: 700;
}
strong {font-weight: 700;}
.mb-80 {margin-bottom: 80px;}
.mt-less140 {margin-top: -140px;}
.baf .navbar-buttons > li {
 background: #c4bdb5; color: #2d2a26;
}
.baf .navbar-buttons > li a {
 color: #2d2a26;
}

.baf .btn-gradient {background: #78992b;}
.baf .bg-gradient {
  background: #ac32e4 !important;
  background: linear-gradient(to right, #4c200f 0%, #b2011e 20%, #e85109 100%) !important;
}
.baf .navbar-nav .nav-link {
    height: 44px;
    padding: 0 .9375rem;
    -webkit-transition: color .3s;
    transition: color .3s;
    color: #ffffff;
    font-size: 1.47rem;
    font-weight: 600;
    letter-spacing: .08em;
    line-height: 44px;
    text-transform: uppercase;
    text-decoration: none;}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', sans-serif;
}
.sop-content img {
    max-width: 100%;
    height: auto;
}
.pd30 {padding: 30px 0;}
.main-content {margin: 40px 0;}
.content-title > .line-left {
    width: 30px;
    height: 3px;
    margin: 0 0 30px 0;
	background-color: #c13a16 !important;
}
.ui-to-top {
  display: none;
  width: 50px;
  height: 50px;
  font-size: 44px;
  line-height: 66px;
  color: rgba(255,255,255,.65);
  background: transparent;
  border: 1px solid #ddd;
  border-radius: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12), 2px 3px 8px 0px rgba(0, 0, 0, 0.3);
  position: fixed;
  right: 15px;
  bottom: 15px;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
  -webkit-transform: translateY(100px);
  transform: translateY(100px); }
  .ui-to-top:hover {
    color: #FFF;
    background: #333;
    text-decoration: none; }
  .ui-to-top.active {
    -webkit-transform: translateY(0);
    transform: translateY(0); }

.mobile .ui-to-top,
.tablet .ui-to-top {
  display: none !important; }
.rd-navbar-wrap ul li {list-style-type: none;}
.rd-navbar-wrap ul {margin: 0; padding: 0;}
.breadcrumbs {background-color: #098ab2; color: #fff;}

* {
  box-sizing: border-box;
}

html {
  font: 14px/1.4 Sans-Serif;
}

.go-bottom button {color: #fff;}
form {
  margin: 20px;
}
form > div {
  position: relative;
  overflow: hidden;
}
form input, form textarea {
  width: 100%;
  border: 1px solid #eee;
  border-radius: 3px;
  background: none;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 12px;
  outline: 0;
}
form input:valid, form textarea:valid {
  background: white;
}
form input:focus, form textarea:focus {
  border-color: #c13a16;
}
form input:focus + label, form textarea:focus + label {
  background: #c13a16;
  color: white;
  font-size: 12px;
  padding: 1px 2px;
  z-index: 2;
  font-weight: bold;
  line-height: 18px; min-height: 60px;
}
form label {
  transition: background 0.2s, color 0.2s, top 0.2s, bottom 0.2s, right 0.2s, left 0.2s;
  position: absolute;
  color: #999;
  padding: 7px 6px;
}
form textarea {
  display: block;
  resize: vertical;
}

form.go-bottom input, form.go-bottom textarea {
  padding: 12px 12px 12px 12px;
}
form.go-bottom label {
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
form.go-bottom input:focus, form.go-bottom textarea:focus {
  padding: 4px 6px 20px 6px;
}
form.go-bottom input:focus + label, form.go-bottom textarea:focus + label {
  top: 100%;
  margin-top: -16px;
}

form.go-right label {
  top: 2px;
  right: 100%;
  width: 100%;
  margin-right: -100%;
  bottom: 2px;
}
form.go-right input:focus + label, form.go-right textarea:focus + label {
  right: 0;
  margin-right: 0;
  width: 40%;
  padding-top: 5px;
}

.p1 .name {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #3f444a;
	font-weight: 700;
	text-transform:uppercase;
	margin-top: 10px;
}
.p1 .position {
    display: block;
    clear: both;
    margin-top: 0px;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #7a838e;
}
.content-overlay {
  overflow: hidden;
  position: relative; }
  .content-overlay .overlay-object {
    position: relative;
    z-index: 1; }
  .content-overlay .overlay-wrapper {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    transition: all 0.2s;
    background: rgba(0, 0, 0, 0.4); }
    .content-overlay .overlay-wrapper:after {
      content: "";
      display: table;
      clear: both; }
    .content-overlay .overlay-wrapper:before {
      display: inline-block;
      content: '';
      vertical-align: middle;
      height: 100%; }
    .content-overlay .overlay-wrapper .overlay-content {
      text-align: center;
      display: inline-block;
      vertical-align: middle;
      padding: 0;
      height: auto;
      width: 95%; }
      .content-overlay .overlay-wrapper .overlay-content i {
        display: inline-block;
        width: 44px;
        height: 44px;
        border-radius: 40px;
        text-align: center;
        padding: 14px 6px 8px 6px;
        color: #fff;
        font-size: 16px;
        background: #000000;
        opacity: 0.7;
        filter: alpha(opacity=70);
        margin: 0 5px; }
        .content-overlay .overlay-wrapper .overlay-content i:hover {
          opacity: 1;
          filter: alpha(opacity=100); }
    .content-overlay .overlay-wrapper.overlay-padding {
      left: 10px;
      width: calc(100% - 20px);
      height: calc(100% - 20px); }
  .content-overlay:hover {
    cursor: pointer; }
    .content-overlay:hover .overlay-wrapper {
      top: 0;
      opacity: 1;
      filter: alpha(opacity=100); }
      .content-overlay:hover .overlay-wrapper.overlay-padding {
        top: 10px; }
  .content-overlay .overlay-border {
    border: 1px solid rgba(255, 255, 255, 0.2);
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    position: absolute;
    z-index: 1; }
.content-title h3 {
	font-size: 30px;
}
.engage .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #121415;
    border-color: #dee2e6 #dee2e6 #121415;
}

.tab-content {color: #9aaab3;}
.tab-content a {color: #ff8800; text-decoration: none; border-bottom: 1px dotted #ff8800;}
.engage .nav-justified li a {
    font-weight: 600;
    padding: 20px 15px;
    border: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	color: #fff;
}

.main-content h2 {position: relative;
margin-bottom: 30px;
font-size: 26px;
font-weight: 700;
padding-bottom: 12px;
border-bottom: 1px solid #c13a16;}


.breadcrumbs ul {margin: 0; padding: 0;}
.breadcrumbs li {list-style-type: none; display:inline-block;}
.breadcrumbs li a {
	color: rgba(255,255,255,.65);
	font-size: 16px;
	border-bottom: 1px dotted;
	text-decoration: none;
	transition: all .3s ease .1s;
	font-weight: 400;
}
.breadcrumbs h1 {font-size: 30px; font-weight: 700;}
.breadcrumbs h4 {font-size: 15px;opacity: 0.7;font-weight: 300;font-family: "Roboto Condensed", sans-serif;}
.footer {
    margin: 0;
	color: rgba(255,255,255,.70);
}
.mgrb15 {
    margin-bottom: 15px;
}
.list-recettes ol {
    list-style-type: none;
    list-style-type: decimal !ie;
    margin: 0;
        margin-left: 0px;
    margin-left: 3em;
    padding: 0;
    counter-reset: li-counter;
}
.footer ul {float: left;
padding: 0;}
.footer ul li {list-style-type: none;}
.footer ul li a {color: #b1c4d0; text-decoration: none;}
.footer a {color: #fff;}
.footer a:hover {color: #fff;}
.footer > .content-title > .line-left {
    width: 30px;
    height: 3px;
    margin: 0 0 30px 0;
    background-color: ##ff8800 !important;
}


.nav-scroller {border-bottom: 1px solid #fff;}
.references {background-color: #eee; padding: 20px 0 20px 0;}
.ref .panel {
    background-color: #eee;
    color: #3f444a;}
	
.ref .c-content-accordion-1 .panel > .panel-heading > .panel-title > a.collapsed{
    background-color: #eee;
    color: #3f444a;}
	
.list-recettes ol {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/
     
    margin: 0;
    margin-left: 3em;
    padding: 0;
     
    counter-reset: li-counter;
}
.list-recettes ol > li{
    position: relative;
    margin-bottom: 20px;
    padding-left: 0.7em;
    min-height: 3em;
    border-left: 2px solid #077b84;
}
.list-recettes ol > li:before {
    position: absolute;
    top: 0;
    left: -1.4em;
    width: 0.7em;
     
    font-size: 2em;
    line-height: 1;
    font-weight: bold;
    text-align: right;
    color: #464646;
 
    content: counter(li-counter);
    counter-increment: li-counter;
}

ol.boxes-list {
    list-style-type: none;
    list-style-type: decimal !ie; /*IE 7- hack*/
     
    margin: 0;
    margin-left: 3em;
    padding: 0;
     
    counter-reset: li-counter;
}
ol.boxes-list > li{
    position: relative;
    margin-bottom: 15px;
    padding: 1em;
     
    background-color: #d5d5d5;
}
ol.boxes-list > li:before {
    position: absolute;
    top: 0;
    left: -1em;
    width: 0.94em;
    height: 0.94em;
     
    font-size: 3em;
    line-height: 0.94;
    text-align: center;
    color: #fff;
 
    background-color: #b55433;
    content: counter(li-counter);
    counter-increment: li-counter;
}
.c-content-box h3.title {
    position: relative;
    margin: 20px 0 20px 0;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 12px;
    border-bottom: 1px solid #c13a16;
}

ul.social-icons {
    margin: 20px 0 0 0;
    padding-bottom: 12px;
    position: relative;
    z-index: 1;
    list-style-type: none;
    padding-left: 0;
}
ul.social-icons li {
    display: inline-block;
    text-align: center;
    padding-left: 0;
    line-height: 41px;
    margin-bottom: 12px;
}

.social-icons .ai {font-size: 16px;}
.tp-bar .social-icons a, .section .social-icons a {
    font-size: 14px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    transition: all 0.2s;
    color: #fff;

}
.dark .i-plain {
    color: #FFF;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.i-xlarge.i-plain {
    width: 64px !important;
    height: 64px !important;
    font-size: 56px;
    line-height: 64px !important;
}

.i-xlarge.i-plain {
    font-size: 56px;
    line-height: 64px !important;
}



.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mgrb15 {margin-bottom: 15px;}
.ck1 {background-color: #b55433}
.ck2 {background-color: #1f1c18;}
.ck3 {background-color: #7b9363}
.ck4 {background-color: #c13a16}
.ck5 {background-color: #5c6d77}

.ck1txt {color: #077b84}
.ck2txt {color: #5b5b5d;}
.ck3txt {color: #7b9363}
.ck4txt {color: #c13a16}
.ck5txt {color: #5c6d77}
.ck6txt {color: #fff}
.fontsize20 {font-size: 20px;}
.txtcenter {text-align: center;}

.box-uti .icon {
    display: inline-block;
    width: 44px;
    height: 44px;
    border-radius: 40px;
    text-align: center;
    padding: 4px 6px 8px 6px;
    font-size: 24px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
    background: #fff;
    margin: 0 5px;
}
	


html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

img {
    max-width: 100%
}



.c1 {
    background: #077b84!important
}

.c2 {
    background: #ff8800!important
}

.c3 {
    background: #7b9363!important
}

.c4 {
    background: #c13a16!important
}

.c5 {
    background: #5c6d77!important
}

@media only screen and (min-width:679px) {

}

@media only screen and (max-width:678px) {
.baf .btn {padding: 0 5px; margin-top: 3px;}

}

@media only screen and (min-width: 994px) {
	.breadcrumbs {padding: 15px 0;}
	.breadcrumbs .fil {text-align: right;margin-top: 0px;}
	
}

@media only screen and (max-width:995px) {
	
	.breadcrumbs {padding: 30px 0; margin-top: 50px;}
	.breadcrumbs .fil {text-align: right;margin-top: 10px;}
	
}

@media only screen and (max-width:995px) {
	
	.breadcrumbs {padding: 30px 0; margin-top: 50px;}
	.breadcrumbs .fil {text-align: right;margin-top: 10px;}
	
}