/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
    font-family: 'Poppins', sans-serif;
    color: #231f20;
}
/*
Poppins

regular 400
medium 500
semi-bold 600
bold 700
*/
.s-b {
    font-weight: 600;
}
.navbar-light .navbar-nav .nav-link {
    text-transform: uppercase;
    font-weight: 600;
    color: #363535;
    font-size: 16px;
}
.navbar-brand img {
    height: 50px;
}
h1 {
    font-weight: 600;
}
h2 {
    font-weight: 500;
    font-size: 2.81rem;
}
h3 {
    font-weight: 600;
    font-size: 1.57rem;
    margin-bottom: 1.75rem;
}
ul {
    list-style: none;
    padding: 0;
}
li,
p {
    font-size: 1.25rem;
}
.lead {
    font-weight: 600;
}
section header {
    margin-top: 120px;
}
section header h2 {
    margin-bottom: 20px;
}
img {
    max-width: 100%;
}
section {
    position: relative;
}
footer .white-bg img {
    padding: 15px 0 15px 10px;
    width: 58px;
    height: 73px;
}
/* ==========================================================================
   colors
   ========================================================================== */
.btn-danger {
    background-color: #cd2326;
    border-color: #cd2326;    
}
.btn-default {
    border-color: #cd2326;
    border-width: 2px;
    color: #cd23266;
}
.btn-default:hover {
    background-color: #cd2326;
    color: #fff;
}
.btn-default:focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(0,123,255,.25);
}
.alt-color {
    color: #cd2326;
}
.alt-color-bg {
    background-color: #cd2326;
}
.alt-color-bg-odd {
    background-color: #cd2326;
}
.alt-color-line {
    width: 115px;
    height: 2px;
    margin: 0 auto;
}
.alt-color-border {
    border-color: #cd2326;
}
.outlineButton {
    border: 3px solid #cd2326;
    border-radius: 10px;
    line-height: 1.125rem;
}
.carriere-wrapper,
.bottom-liner,
#offre-emplois,
input, textarea,
.box-offer > .outliner {
    border-color: #cd2326 !important;
}
/*.box-offer > .outliner {
    border-bottom: transparent !important;
}*/
.alt-color-bg,
.nested-media h3::after {
    background-color: #cd2326;
}
.darker-bg {
    background-color: #f1f2f2;
}
.light-font {
    color: #fff;
}
.black-bg {
    background-color: #222222;
    color: #fff;
}
.white-bg {
    background-color: #fff;
    color: #222222;
}
.carriere-wrapper:hover {
   color: #222222;
}
#offre-emplois option {
    background-color: #fff;
    padding-left: 15px;
    margin-left: 15px;
}
.owl-next,
.owl-prev {
    color: rgba(255,255,255,0.95);
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
/* ==========================================================================
   jumbotron + parallax
   ========================================================================== */
.jumbotron {
    color: #fff;
    border-radius: 0;
    padding-top: 9rem;
    padding-bottom: 9rem;
}
.jumbotron h1 {
    font-size: 20px;
}
.jumbotron .lead {
    font-size: 16px;
}
.navbar {
    background-color: #fff;
/*    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.16);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.16);*/
}
.jumbotron {
    background-color: transparent;
    position: relative;
    overflow: hidden;
}
.parallax-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: cover;
    background-position: center;
}
ul.row li.invisible {
    height: 0px;
    line-height: 0;
    margin: 0;
    padding: 0;
}

.logo-list {
    margin-left: 0;
    margin-right: 0;
    padding-top: 30px;
    padding-bottom: 15px;
}
.logo-list li {
    position: relative;
    padding-left: 87px;
    background-image: url('../img/logo-list-holer.png');
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2077%2049%22%20width%3D%2277%22%20height%3D%2249%22%3E%3Cpath%20style%3D%22fill%3A%23E81E35%3B%22%20d%3D%22M38.5%2048.5c-8.5%200-17.3%200-27-.7l-1-.1L5.7%2021c-.3-1.1-.4-1.1-.8-1.3C4%2019.3%203.1%2018.3%203%2017c0-.8.2-2.2%202.3-3.2C8.3%2012.1%2020.8%207%2033.1%206c.2%200%20.4-.1.6-.1-1-.7-1.6-1.8-1.4-2.8.4-1.7%202.4-2.6%206.2-2.6%203.8%200%205.8.9%206.2%202.6.2%201-.3%202.1-1.4%202.8.2%200%20.4.1.6.1%2012.2%201%2024.7%206.1%2027.7%207.8%202.1%201%202.3%202.5%202.3%203.2-.1%201.3-1%202.3-1.9%202.7-.4.2-.4.2-.8%201.3l-4.8%2026.8-1%20.1c-9.6.6-18.4.6-26.9.6zm-25.9-3.1c9.2.6%2017.7.6%2025.9.6s16.7%200%2025.9-.6l4.5-25c.4-1.3.7-2.3%202.1-3l.1-.1c.1%200%20.3-.3.3-.5s-.2-.5-.9-.8h-.1c-2.8-1.6-14.9-6.5-26.8-7.5-2.7-.3-3.4-1.4-3.6-2.2-.2-1%20.4-1.9%201.5-2.3.2-.1.4-.2.5-.3-.1-.3-1.1-.7-3.5-.7s-3.3.4-3.6.6c.1.1.3.2.5.3%201.1.5%201.7%201.4%201.5%202.3-.1.9-.9%201.9-3.6%202.2-11.9%201-24%205.9-26.8%207.5h-.1c-.6.3-.9.6-.9.8%200%20.2.2.4.3.5h.1c1.5.7%201.8%201.7%202.1%202.9v.2l4.6%2025.1z%22/%3E%3C/svg%3E);
    background-size: 77px 49px;
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 11px;
    padding-bottom: 11px;
    margin-bottom: 20px;
}
.logo-list li::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 77px;
    height: 49px;
    background-image: url('../img/logo-list-sandwich.png');
     background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2077%2049%22%20style%3D%22fill%3A%23E71F35%3B%22%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M54.7%2024.1c.2.3.5.6.5.9.1.3%200%20.8-.2%201.1-.5.7-1.2%201.2-1.8%201.8-.9%201-1.9%201.9-3.3%202.3-.7.2-1.2.8-1.8%201.2-1.5%201.3-2.9%202.6-4.3%203.9-.4.4-.9.8-1.2%201.3-.4.7-.9%201.1-1.6%201.5-.6.3-1.1.8-1.5%201.4-.5.6-.9%201.3-1.8%201.4-.2%200-.4.2-.6.3-.6.4-1.3.4-1.9.1-1.3-.6-2.5-1.4-3.7-2-.6-.2-1.1-.3-1.5-.3-.9%200-1.6-.3-2.1-.9-.6-.7-1.3-.9-2.1-.8-.9.1-1.7-.3-2.5-.8-1.3-.9-2.7-1.6-4-2.4-.3-.2-.7-.3-1-.5-.7-.5-.8-.9-.3-1.6.3-.5.5-.8-.1-1.2-.7-.6-.8-1.1-.2-1.8.3-.4.4-.7-.2-1-.7-.4-.8-.9-.1-1.5%203-2.5%206-5.1%209-7.6%201.1-.9%202.1-1.7%203.1-2.7.2-.2.3-.5.2-.8-.5-1.9.2-3.3%202-4%201.5-.6%203.1-.8%204.7-.6%205.6.4%2010.8%202.1%2015.5%205.2%201.2.8%202.3%201.8%203.3%203%201.8%201.9%201.5%203.5-.5%205.1zm-35.4%202.8c.9.4%201.6.7%202.3%201l13.8%206c.7.3%201.1.2%201.6-.3%203.9-3.3%207.9-6.7%2011.9-10%20.3-.3.8-.4%201.2-.4%201-.2%202.1-.1%203-.4%201.7-.4%202.1-1.6%201-2.9-1-1.2-2.2-2.2-3.5-3.1-3.8-2.5-8-3.8-12.5-4.4-1.8-.3-3.7-.3-5.5.3-1.6.5-1.8%201.2-1.1%202.7.3.5.2.9-.3%201.3-2.7%202.3-5.5%204.6-8.2%206.9-1.1%201.1-2.3%202.2-3.7%203.3zm-.5%201.6c-.1.2-.3.4-.4.6-.4.7-.3%201%20.5%201.3.3.1.5.2.8.2.8.2%201.4.6%201.8%201.3.2.3.3.6.5.9.3.5.8.8%201.5.8.7-.1%201.4-.2%202-.3%201.2-.1%202.2.1%203%201.1.6.8%201.4%201.5%202.5%201.6%201.5.2%202.8.7%204%201.7%201.6%201.2%203%20.7%203.5-1.2.3-1.2%201.2-2%202.3-2.4.5-.2%201-.2%201.5-.3%201.1-.2%201.9-.9%202.4-1.9.5-.9.9-1.8%201.5-2.6.6-1%201.5-1.8%202.6-1.9%201.2-.1%202.1-.6%203.1-1%20.9-.3%201.5-.9%201.6-1.9-.9.1-1.7.2-2.5.2-.7%200-1.3.2-1.8.7-4%203.4-8%206.7-12%2010.1-.5.4-.9.4-1.4.2-1.2-.6-2.4-1.1-3.6-1.6-4.5-1.8-8.9-3.7-13.4-5.6z%22/%3E%3Cpath%20d%3D%22M54.7%2032.3c-.2.2-.4.5-.7.6-.9.3-1.8.4-2.7.6-.4.1-.8.2-1.1.4-4.3%203.5-8.6%207-12.9%2010.6-.4.3-.6.3-1%20.1-6.2-2.8-12.3-5.5-18.5-8.3-.1-.1-.2-.1-.4-.2-.5-.2-.7-.7-.4-1.1.2-.2.8-.4%201-.3%201.5.6%203%201.3%204.5%202l13.5%206c.4.2.7.2%201-.1%204.2-3.5%208.4-6.9%2012.6-10.3.3-.2.7-.3%201.1-.4.9-.2%201.9-.3%202.8-.6.6%200%201.2.3%201.2%201zM35%2027c.3.4.5.7.7.9-.3.2-.6.5-.8.5-.2%200-.5-.4-.7-.6.2-.3.5-.5.8-.8zM36%2014.9c-.3-.4-.5-.7-.7-.9.3-.2.6-.5.8-.5.2%200%20.5.4.7.6-.2.2-.5.4-.8.8zM26.3%2026.1c.3.4.5.6.7.8-.3.2-.6.5-.8.5-.3%200-.5-.4-.7-.6.2-.1.5-.3.8-.7zM41.8%2026.2c-.3-.4-.5-.6-.8-.9.3-.2.5-.5.8-.5.2%200%20.5.3.7.5-.1.3-.3.6-.7.9zM35.9%2031.9c-.3-.4-.5-.6-.7-.8.3-.2.5-.5.8-.5.2%200%20.5.4.7.6-.2.2-.4.4-.8.7zM44.6%2016.7c-.3-.4-.5-.6-.7-.9.2-.2.5-.5.7-.5.3%200%20.5.4.8.6l-.8.8zM33.3%2019.1c-.3-.3-.5-.6-.8-.8.3-.2.5-.5.8-.5.3%200%20.5.4.8.5-.3.2-.5.4-.8.8zM50%2020.2c-.3-.4-.6-.6-.8-.8.2-.2.5-.5.7-.5.3%200%20.5.4.8.6-.2.1-.4.3-.7.7zM36.7%2022.6c-.3-.4-.5-.6-.7-.9.3-.2.5-.6.8-.6.2%200%20.5.4.7.6-.3.2-.5.5-.8.9zM46.1%2022.2c.3.4.5.6.7.9-.2.2-.5.5-.7.5-.3%200-.5-.4-.7-.6.1-.2.3-.4.7-.8zM31.3%2023.5c.3.4.5.6.7.9-.2.2-.5.5-.7.5-.3%200-.5-.4-.8-.6l.8-.8zM40.6%2017.9c.3.4.5.6.7.8-.2.2-.5.5-.7.5-.3%200-.5-.4-.8-.6.3-.1.5-.3.8-.7z%22/%3E%3C/svg%3E);
}
.logo-list li:nth-child(1):before {

}
.logo-list li:nth-child(3):before {
    background-image: url('../img/alimentMartel_about_icon.png');
    background-image: url(data:image/svg+xml,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2077%2049%22%3E%3Cstyle%3E.st0%7Bfill%3A%23E81E35%3B%7D%3C/style%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M39.2%2042.8h-5.7c-1.1%200-1.4-.3-1.4-1.3%200-.5-.2-.7-.7-.9-3.1-1.1-5.9-2.6-8-5.3-1.2-1.6-1.9-3.5-1.7-5.5%200-.3.2-.8.4-.9.1-.1.6.1.9.3%205.7%204.1%2012.1%205.5%2019%204.9%204.1-.4%207.9-1.5%2011.4-3.7.7-.4%201.3-.9%202-1.4.7-.5%201.1-.3%201.2.5.3%203.3-1.3%205.7-3.6%207.7-1.7%201.5-3.8%202.6-6%203.3-.6.2-.8.4-.8%201%200%20.9-.3%201.2-1.3%201.2-1.9.1-3.8.1-5.7.1z%22/%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M43.5%2030.4c.5-1.4%201.5-2%202.8-2.3%201.3-.4%202.6-.7%203.8-1.3-1.2-.9-2.2.2-3.4.2%201.5-1.9%202.9-3.8%204.3-5.6l-.2-.2c-1.7.9-2.4%202.7-3.8%203.9-.1-.7.5-1.7-.7-2.3%200%202.7-.6%205.1-3.2%206.3-.3-.8.1-2-1.2-2.6%200%20.4-.1.9%200%201.3.8%202-.1%203.6-1.2%205.2-.2.2-.5.4-.8.4-1.2%200-2.3%200-3.5-.1-.6%200-.9-.2-.9-.9%200-.4-.2-.8-.1-1.1.1-.5.4-1.1.8-1.4.2-.1.8.3%201.2.5.3.1.7.3%201%20.4.1-.3.2-.7.2-1%200-1.5-.2-2.9-.1-4.4.2-2.3%201.3-3.1%203.6-2.3.3-.5.5-1%20.8-1.5.4-.6.7-1.3%201.2-1.9.9-1%201.7-1.2%202.8-.5.6.3.9.3%201.2-.3.5-.9%201-1.3%202.1-1.1.6.1%201.3-.2%201.9-.4.3-.1.6-.3%201-.4%201.1-.3%201.6.1%201.6%201.1-.1.9-.3%201.9-.4%202.8-.1.7%200%201.5.1%202.2%200%20.5.2%201.1-.1%201.5-.4.7-.2%201.1.3%201.6.9.9.9%201.2%200%202.1-2.5%202.3-5.5%203.6-8.8%204.3-1.4.3-2.8.5-4.4.8.6-1.1%201-1.9%202.3-2%20.8-.1%201.7-.3%202.6-.5-.9-1.1-1.9-.3-2.8-.5z%22/%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M37.9%2023.7c.3-1%20.5-1.7.7-2.5.1-.2%200-.5%200-.8-1.3.7-1.1%202.1-1.7%203.1-.8-2.3-1.6-4.5-2.4-6.8-.5%202%20.7%203.6.9%205.5-.7-.4-1.1-1.4-2.2-.8%201.2%201.5%203.5%202.2%203.2%204.7-.6-1.3-1.4-2.2-3-1.8-1-1.5-1.6-3.6-4.2-2.8-.4-1.5-.1-2%201.2-2.7.5-.3.6-.5.4-1-.1-.3-.3-.6-.4-1%200-.3%200-.7.2-.9.8-.8%201.1-1.8%201.2-2.8%200-.2%200-.4.1-.6.3-1.1.9-1.3%201.8-.7.8.6%201.4%201.3%202.1%202%20.6.6%201.1%201%202%201.2.4.1%201%20.4%201.1.8.3.8.8.8%201.5.7%201.3-.2%201.5-.1%201.7%201.2.2%201.4.4%202.9-.6%204.1-1.7-.2-2.4.1-3.6%201.9z%22/%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M23.2%2028.2c.4-.3.7-.4.9-.6.1-.2.1-.5.1-.7%200-.4-.3-.8-.1-1.1.4-1%20.1-1.9-.1-2.8%200-.1-.1-.2-.1-.3.1-.6.1-1.1.2-1.7.5.1%201.1.1%201.6.3.3.1.7.3%201%20.3%201-.2%201.7%200%202.1%201%200%20.1.5.1.7%200%201.2-.5%201.7-.3%202.4.7l1.2%202.1c1.6-.6%202.4-.1%202.6%201.6.2%201%20.2%201.8-.7%202.7-.5.4-.4%201.5-.5%202.3%200%20.3.1.7%200%201-.8-.6-1.3-1.4-1.4-2.3-.1-.9.1-1.8.2-2.7-.1%200-.3-.1-.4-.1-.2.7-.5%201.3-.7%201.9-2.1-.7-2-2.7-2.3-4.4h-.3l-.3%201.5c-.8-.9-1.7-1.9-2.6-2.8-.1.1-.2.1-.2.2%201%201.4%202.1%202.7%203.2%204.2-1-.1-1.7-.9-2.6-.3%201.5%201.1%203.8.6%205%202.6-.7.1-1.3.2-2.1.2%201.2.9%202.9.1%203.5%201.8-3.8-.8-7.1-2.2-10.3-4.6z%22/%3E%3C/svg%3E);
}
.logo-list li:nth-child(2):before {
    background-image: url('../img/logo-list-burger.png');
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2077%2049%22%3E%3Cpath%20style%3D%22fill%3A%23E81E35%3B%22%20d%3D%22M25.9%2016.6c-.6.9-1.1%201.9-1.6%202.8-.3.5-.2%201%20.3%201.2.6.3.9%200%201.2-.5%201.4-2.5%203.9-3.6%206.5-4.1%201.6-.3%203.4-.1%205.1-.1-.5.5-1%201-1.4%201.6-.4.6-.8%201.2-1%201.9-.1.3.2.8.3%201.1.4-.1.9-.2%201-.4%201.3-2.3%203.4-3.5%205.8-4%201.8-.3%203.7-.1%205.7-.1-.4.5-.7.8-.9%201.1-.5.7-1%201.4-1.3%202.2-.1.3.2.8.3%201.2.4-.2.8-.2%201.1-.5.9-.8%201.6-1.8%202.5-2.6%201-.8%202.1-1%203.4-.5%202.7.9%205.1%202.1%206.9%204.4.2.2.3.4.5.7%201.2%201.9.2%203.9-2.1%204-2.6.1-5.2.1-7.8.1H18.7c-2.5%200-3.8-2-2.4-4.1.8-1.2%201.9-2.2%203-3.1%202-1.3%204.3-1.9%206.6-2.3zM53.8%2034c1.6.1%203.1.1%204.5.2.8.1%201.5.5%201.8%201.3.3.8-.1%201.5-.7%202.1-1.3%201.3-3%202.1-4.8%202.7-2.8.9-5.8%201.2-8.8%201.2-5.2.1-10.3.1-15.5%200-3.7-.1-7.4-.3-10.7-2.2-1-.6-2-1.3-2.8-2.2-.9-1-.5-2.4.8-2.8.6-.2%201.3-.3%201.9-.3%207.9%200%2015.8-.1%2023.7%200%202.8%200%205.4%201.3%207.6%203%20.3.2.7.5%201%20.7.9.5%201.5.3%201.6-.8.3-.9.3-1.8.4-2.9zM59.9%2030.3c-.7-.2-1.6-.3-2.2-.7-1.7-1-3.4-1.2-5.2-.2-2.2%201.2-4.5%201.1-6.8-.2-1.2-.7-2.5-.8-3.7%200-1.9%201.1-3.9%201.4-5.9.7-.3-.1-.6-.3-.9-.4-1.5-.7-3-.9-4.5-.1-2.1%201.1-4.2%201.3-6.4.2-1.1-.6-2.3-1-3.6-.6-.8.2-1.5.7-2.2.9-.7.2-1.5.4-2.3.4-.4%200-.9-.6-1-.9-.1-.5.3-.9.9-1%20.9-.2%201.8-.4%202.6-.8%202-.9%204-1%206%20.1%201.7%201%203.4.9%205.1-.1%201.8-1%203.8-1%205.6%200%201.9%201%203.7%201%205.6%200%202-1.1%204-.8%206%20.2%201.5.8%203%20.7%204.6%200%20.9-.4%201.9-.7%202.8-.9%201.3-.2%202.5.3%203.7.8.6.3%201.2.5%201.8.6.8.1%201.4.2%201.4%201s-.7.8-1.4%201zM18.2%2030.9h6.3c1.8%200%203.6-.1%205.4-.1%202.9%200%205.9%200%208.8.1h14c1.8%200%203.6-.1%205.4-.1.8%200%201.5%200%202.3.1.6.1%201%20.4.9%201-.1.6-.4.9-1.1.9-2.9%200-5.8.1-8.6.1-1.8%200-3.6-.1-5.4-.1-3.1%200-6.1.1-9.2.1-4%200-8-.1-12-.1-2.4%200-4.9.1-7.3.1-.5%200-1%200-1.4-.2-.4-.2-.8-.6-.8-1%200-.3.5-.7.8-.8.6-.2%201.3-.1%202-.2-.1.1-.1.1-.1.2z%22/%3E%3C/svg%3E);
}
.logo-list li:nth-child(5):before {
    background-image: url('../img/logo-list-muffins.png');
    background-image: url(data:image/svg+xml,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2077%2049%22%20style%3D%22fill%3A%23E81E35%3B%22%3E%3Cpath%20d%3D%22M50.9%2019.4c1.4%200%202.5.3%203.5%201.2%201.1%201%201.7%202.1%201.3%203.6-.4%201.5-1.6%202.2-3%202.5-1.8.4-3%20.1-4.6-.8-.7%202.2-6.3%203.3-7.5%201.4-1.5.4-2.8.8-4.3%201-2.2.3-4.3-.3-6.1-1.7-.5-.4-.9-.5-1.6-.2-1.5.6-3.1.8-4.7.4-1.9-.5-3.1-2.1-3-4%20.1-1.7%201.4-3.2%203.2-3.5.9-.2%201.4-.6%201.9-1.4%202.1-3.3%205.2-5.1%208.9-5.8%203.6-.7%207.2-.3%2010.5%201.3%202.8%201.3%204.8%203.1%205.5%206zM38.7%2043.3c-1.1-.1-2-.1-3.1-.2-.4-4.6-.9-9.1-1.3-13.5%201.5-.1%202.9-.3%204.4-.4v14.1zM39.7%2043.2V28.8c1.4.2%202.8.4%204.2.7l-1.2%208.1c-.2%201.5-.5%203-.7%204.6-.1.7-.4.9-1%201-.4-.1-.8%200-1.3%200z%22/%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M30.1%2027.7c1%20.5%202%201%203%201.6.1.1.2.3.2.4.5%204.1.9%208.2%201.4%2012.4v.9h-.1c-2.7-.4-2.6-.4-2.9-3.1-.4-3.4-.9-6.8-1.3-10.2-.2-.7-.2-1.3-.3-2zM26.3%2028.3l2.7-.6c.7%204.8%201.3%209.5%202%2014.4-.9-.5-1.7-.8-2.4-1.3-.2-.2-.3-.6-.4-.9-.4-2.3-.7-4.5-1.1-6.8-.3-1.6-.5-3.2-.8-4.8zM44.9%2029.4c1-.4%202-.7%202.9-1-.2%201.2-.5%202.5-.7%203.8-.6%203-1.2%206-1.8%209.1-.1.6-.4.9-.9%201.1-.4.1-.8.2-1.3.4.6-4.6%201.2-9.1%201.8-13.4zM49.1%2028c.8%200%201.4-.1%202.1-.1%200%20.3-.1.6-.1.9-.9%203.5-1.8%206.9-2.5%2010.4-.3%201.3-1.1%201.9-2.4%202.3%201-4.5%202-9%202.9-13.5z%22/%3E%3C/svg%3E);
}
.a-propos {
    padding-bottom: 140px;
}
.image-over-next-section {
    display: none;
    position: absolute;
   bottom: -170px;
    right: 10px;
}
.image-over-next-section img {
    width: 46vw;
}
.z-1 {
    z-index: 1;
}
.z-2 {
    z-index: 2;
}
.box-offer {
    position: relative;
    padding: 30px;
}


.box-offer h1 {
    font-weight: 500;
    padding-bottom: 30px;
}
.box-offer > .outliner {
    position: relative;
    border: 3px solid transparent;
    padding: 35px;
}
.nested-media img {
    width: 100%;
    max-width: 114px;
}
.nested-media h3 {
    margin: 0 0 15px 0;
    position: relative;
}
.nested-media h3::after {
    content: " ";
    position: absolute;
    bottom: -9px;
    left: 0;
    height: 2px;
    width: 32px;
}
.nested-media {
    margin-bottom: 45px;
}
.nested-media:last-child {
    margin-bottom: 0;
}
.box-lid {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.box-lid img {
    width: 100%;
}
.images-embiance {
    padding: 1.5rem 0;
}
.icone-list {
    margin-left: 0;
    margin-right: 0;
    padding-top: 30px;
    padding-bottom: 15px;
}
.icone-list li {
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    padding-left: 77px;
    background-image: url('../img/icon-qualite.png');
    background-image: url(data:image/svg+xml,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2069%2066%22%20style%3D%22fill%3A%23E81E35%3B%22%3E%3Cg%3E%3Cpath%20d%3D%22M46.1%2046.2c-1.1-.2-1.8.2-2.4%201.3-.8%201.6-2.8%202.1-4.5%201.3-1-.5-1.8-.4-2.5.4-1.5%201.4-3.4%201.4-4.8-.1-.8-.8-1.5-.9-2.4-.4-2%20.9-3.6.3-4.6-1.6-.5-.8-1.1-1.2-2.1-1.1-2.1.3-3.7-.8-4-2.9-.2-1.1-.8-1.6-1.7-1.8-2.1-.5-2.9-1.6-2.8-3.9.1-1-.2-1.8-1.2-2.4-1.9-1-2.3-2.6-1.4-4.6.4-.9.4-1.7-.4-2.5-1.5-1.5-1.5-3.3%200-4.8.7-.8.8-1.5.4-2.5-.9-2-.3-3.5%201.6-4.7.6-.4%201-1.3%201-1.9%200-2.6.7-3.4%203.2-4.2.6-.2%201.2-1%201.4-1.6.5-2%201.8-3.2%203.9-2.9%201.1.1%201.9-.2%202.4-1.2.9-1.6%202.8-2.1%204.5-1.2%201%20.6%201.8.3%202.5-.4%201.4-1.3%203.4-1.4%204.7%200%20.8.8%201.6.9%202.7.4%201.7-.9%203.6-.2%204.5%201.6.5%201%201.2%201.3%202.3%201.2%202-.3%203.5.8%203.8%202.8.2%201.1.8%201.7%201.9%201.9%201.7.3%202.9%201.7%202.7%203.5-.1%201.3.2%202.2%201.4%202.8%201.5.7%202%202.7%201.3%204.1-.6%201.1-.5%201.9.4%202.9%201.3%201.3%201.2%203.3-.1%204.6-.8.8-1%201.6-.4%202.7.9%201.7.2%203.6-1.5%204.5-1%20.5-1.4%201.1-1.2%202.3.3%201.8-.9%203.5-2.8%203.8-1.1.2-1.7.7-1.9%201.8-.4%202-1.7%202.9-3.9%202.8zm6.6-20.4c0-10-8.1-18.2-18.1-18.2-10.2%200-18.4%208.2-18.4%2018.2%200%209.9%208.2%2018.1%2017.9%2018.3%2010%20.3%2018.8-8%2018.6-18.3z%22/%3E%3Cpath%20d%3D%22M51.2%2043.4c2.5%204.8%204.9%209.4%207.4%2014.2-2-.3-3.7-.6-5.4-.9-1.2-.2-2.7-.9-3.6-.5-.9.4-1.2%202-1.7%203.1-.8%201.6-1.5%203.3-2.4%205.1-2.6-4.9-5-9.7-7.7-14.8.8.2%201.2.3%201.7.4%202.1.9%204%20.4%205-1.7.4-.9%201.1-1.1%202-1.1%202.8.3%204-.7%204.7-3.8z%22/%3E%3Cpath%20d%3D%22M23.6%2064.5c-1.4-3-2.7-5.7-4-8.5-3%20.5-5.9%201.1-9.2%201.6%202.4-4.7%204.7-9.3%207.1-13.9%201%202.8%201.9%203.4%204.8%203.4.6%200%201.4.6%201.8%201.2%201.3%202%202.9%202.6%205.1%201.7.5-.2%201-.2%201.9-.4-2.5%205.1-4.9%209.9-7.5%2014.9z%22/%3E%3Cpath%20d%3D%22M34.6%209.4c-9.2-.1-16.5%207.1-16.6%2016.1%200%209.2%207.1%2016.5%2016.3%2016.6%209%20.1%2016.3-7.2%2016.4-16.3.2-8.9-7.1-16.4-16.1-16.4zm-6.9%2025.3c-.4.6-.8%201.2-1.7%201-.7-.1-1.3-.5-1.5-1.2-.2-.7-.1-1.3.5-1.7%201.1-.8%202.2-1.6%203.2-2.5%201-.9%202-1.9%203-2.8.3-.2.5-.5.8-.7.1-.1.2-.2.3-.1.5.2%201.1.5%201.7.8-2.3%202.3-4.5%204.6-6.3%207.2zm15.9-.1c-.4.9-1.5%201.1-2.3.3-1.6-1.8-3.2-3.5-4.8-5.3-.9-1-1.7-1.9-2.6-2.9-.1-.1-.2-.2-.3-.2-1%20.1-1.5-.8-2.1-1.4-1.2-1.1-2.4-2.3-3.5-3.6-.9-1-1.7-2.1-2.5-3.2-.3-.4-.3-.9-.5-1.4.1-.3.2-.7.4-.8.3-.1.6.1.9.3%201.5%201.4%202.9%202.9%204.4%204.4%201.1%201.1%202.2%202.2%203.3%203.4.3.3.4.7.5%201.1.1.2.2.4.3.5%202.7%202.4%205.4%204.8%208.1%207.3.8.4.9.9.7%201.5zm.7-16.1c-1.2%201.4-2.3%202.7-3.5%204.1-.5.6-1.2.9-2%20.8-1.3-.2-1.9.6-2.6%201.5-.2.2-.4.4-.6.8-.2-.6-.4-1-.6-1.5%200-.1.1-.3.2-.3%201-.6%201.6-1.4%201.5-2.7-.1-.9.5-1.6%201.1-2.2%201.2-1%202.4-2.1%203.6-3.1.2-.2.5-.4.7-.1.1.1%200%20.5-.2.6l-3.1%203.1c-.1.1-.3.2-.5.4.3.2.4.4.6.5%201.2-1.1%202.3-2.2%203.5-3.3.1-.1.1-.2.2-.2.2-.1.5-.2.6-.1.3.2.1.4-.1.7-1%201.1-2.1%202.2-3.1%203.3-.1.1-.2.3-.4.4l.4.4%202.4-2.4%201.2-1.2c.1-.1.4-.1.5-.1.3.2.3.5.2.6z%22/%3E%3C/g%3E%3C/svg%3E);
    background-size: 69px 66px;
    background-repeat: no-repeat;
    background-position: left top;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 25px;
}
.icone-list li:nth-child(2) {
    background-image: url('../img/icone-time.png');
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2069%2066%22%20style%3D%22fill%3A%23E71F35%3B%22%3E%3Cg%3E%3Cpath%20d%3D%22M31.7%209.3c-.1-.1-.2-.1-.3-.1-.9-.2-2.3-.2-2.5-.7-.4-1-.3-2.3-.2-3.4%200-.4.8-.9%201.3-.9%203-.2%206-.2%208.9-.1.9%200%201.4.5%201.4%201.5.2%203.2.2%203.2-3.1%203.8v1.2c2.5.8%205%201.3%207.3%202.3%208.1%203.6%2013.1%209.8%2014.7%2018.5%202.2%2012.2-4.1%2022.7-14%2027.3-10.5%205-22.8%202.2-30.1-6.6-3.9-4.8-5.8-10.2-5.8-16.4%200-12.6%209.5-22.9%2021.3-24.7%201.2-.2%201.4-.7%201.1-1.7zm2.7%205.8c-10.7%200-21%208.6-20.7%2021.5.3%2011.1%209.4%2020.1%2020.8%2020%2011.8%200%2021-9.8%2020.7-21.3-.3-11.6-9.9-20.2-20.8-20.2z%22/%3E%3Cpath%20d%3D%22M35.2%2018.1v1.3c0%205-.1%209.9-.1%2014.9%200%20.5-.1%201%20.7%201.3%204.9%201.8%209.7%203.7%2014.5%205.5.3.1.7.3%201%20.4-1.8%206.1-9.6%2012.9-19.8%2010.8-9.1-1.9-15.1-10.9-13.3-20.2%201.7-9.3%2010.3-14.4%2017-14z%22/%3E%3C/g%3E%3C/svg%3E);
}
.icone-list li:nth-child(4) {
    background-image: url('../img/icone-haccp.png');
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2069%2066%22%20style%3D%22fill%3A%23E71F35%3B%22%3E%3Cg%20%3E%3Cpath%20d%3D%22M2.4%2032c.1-1.3.1-2.6.4-4%20.3-1.5.6-3.1%201-4.6.3-1.1.7-2.1%201.1-3.2.3-.8.6-1.5%201-2.2.8-1.5%201.6-2.9%202.6-4.2%201.1-1.5%202.2-2.8%203.5-4.1%201.5-1.5%203.1-2.8%204.8-4%201.3-.8%202.6-1.6%203.9-2.3%201.2-.6%202.5-1.1%203.8-1.6%201.4-.5%202.9-.9%204.3-1.2C29.9.4%2031%20.1%2032%20.1c.6%200%201.1-.1%201.7-.1.4%200%20.8-.1%201.2-.1.6.1%201.2%200%201.8%200%20.5%200%201.1%200%201.6.1.6.1%201.2.2%201.8.2%201%20.3%201.9.6%202.9.8.9.2%201.9.5%202.8.8.7.2%201.4.6%202.2.8.8.3%201.6.7%202.4%201.1.9.5%201.7.9%202.6%201.5%201.2.8%202.4%201.6%203.5%202.5.5.4.9.8%201.3%201.2.6.5%201.2%201.2%201.7%201.7%201%201.1%201.9%202.2%202.8%203.4.5.7%201%201.5%201.5%202.3.1.2.1.3-.1.3-.5.1-1%20.3-1.5.4-.2%200-.3%200-.4-.2-.6-1-1.3-2-2.1-2.9-.4-.5-.8-1-1.2-1.4-.5-.6-1.1-1.2-1.7-1.7-1-1-2.1-1.9-3.2-2.7-1.1-.8-2.3-1.6-3.5-2.2-1.8-.9-3.4-1.6-5.1-2.2-.7-.2-1.5-.5-2.2-.7-1.1-.2-2.1-.5-3.2-.6-1.8-.2-3.6-.3-5.4-.3-.7%200-1.4.1-2.1.2l-2.4.3c-1%20.1-1.9.4-2.9.7-1.3.3-2.6.9-3.9%201.4-.6.2-1.1.6-1.7.8-1.1.5-2.1%201.2-3.2%201.8-.6.4-1.3.9-1.8%201.3-1.1.9-2.2%201.8-3.2%202.9-1.3%201.4-2.5%202.8-3.5%204.4-.8%201.3-1.6%202.5-2.2%203.9-.6%201.3-1.2%202.7-1.6%204.1-.5%201.7-.9%203.4-1.1%205.1-.1.6-.1%201.2-.1%201.9%200%20.3-.1.7-.1%201%200%20.2-.1.2-.2.2-.5.1-1%20.3-1.6.4-.2%200-.3%200-.2-.2V32z%22/%3E%3Cpath%20d%3D%22M35.9%2065.9c-1.1-.1-2.2%200-3.4-.1-1.3-.2-2.7-.3-4-.6-1.2-.3-2.5-.5-3.7-1-1.5-.5-3.1-1.1-4.5-1.9-.8-.4-1.6-.8-2.3-1.3-1.1-.7-2.2-1.4-3.2-2.2-.9-.7-1.7-1.4-2.5-2.2-1.2-1.2-2.4-2.6-3.5-4-.7-1-1.4-2-2-3-.2-.3-.1-.4.2-.4.5-.1%201-.2%201.4-.4.1%200%20.2%200%20.3.1.4.5.7%201.1%201.1%201.7.7%201%201.4%201.9%202.2%202.8l2.1%202.1c1.3%201.2%202.6%202.2%204%203.2.9.6%201.8%201.1%202.8%201.6%201%20.5%202%201%203.1%201.4%201.3.5%202.6.9%204%201.2.8.2%201.6.4%202.5.5.4.1.8.1%201.2.2%201.5.1%203%20.2%204.5.2.8%200%201.5-.1%202.3-.2%201.3-.1%202.6-.4%203.9-.6%201.8-.4%203.5-1%205.1-1.7%201.4-.6%202.7-1.2%204-2%20.9-.6%201.9-1.2%202.8-1.9.9-.7%201.8-1.5%202.6-2.3.5-.5%201.1-1.1%201.6-1.7.8-.9%201.5-1.8%202.2-2.8.9-1.3%201.7-2.6%202.4-3.9.6-1.2%201.2-2.5%201.6-3.8.4-1.1.7-2.3.9-3.4.1-.6.3-1.2.3-1.7.1-1%20.3-2%20.3-3%200-.3.1-.7.1-1%200-.1%200-.2.1-.2.6-.2%201.2-.3%201.7-.5.2%200%20.2.1.2.2-.1.6%200%201.2-.1%201.8%200%20.5-.1%201-.2%201.5-.1%201-.2%201.9-.4%202.8-.2.9-.4%201.8-.6%202.6-.6%201.9-1.3%203.7-2.1%205.4-.7%201.3-1.4%202.6-2.2%203.8-.8%201.1-1.6%202.2-2.5%203.3-.6.6-1.1%201.3-1.7%201.9-1.2%201.1-2.5%202.2-3.8%203.2-1.1.8-2.2%201.5-3.4%202.1-.8.4-1.6.8-2.4%201.1-1.1.5-2.3%201-3.5%201.3-.9.3-1.8.5-2.6.7-.8.2-1.6.3-2.3.4-1.2.2-2.4.3-3.7.3-.5.4-.7.5-.9.4z%22/%3E%3Cpath%20d%3D%22M6.1%2042.1c.2.7.4%201.3.5%202%20.2.9.4%201.7.7%202.6.1.2%200%20.4-.2.4-1.2.3-2.3.7-3.5.9-.2%200-.3%200-.3-.2-.2-.8-.4-1.7-.7-2.5-.4-1.5-.8-2.9-1.1-4.4C1%2039.2.6%2037.4.1%2035.7v-.1c-.1-.4%200-.5.4-.6.7-.2%201.4-.3%202.1-.5.4-.1.8-.2%201.2-.4.2-.1.3.1.3.2.3%201%20.5%201.9.8%202.9%200%20.4.1.8.2%201.1%200%20.2.1.2.3.2.9-.2%201.8-.5%202.8-.7.3-.1.7-.2%201-.3.2%200%20.2-.1.2-.3-.4-1.3-.7-2.6-1-3.9-.1-.3%200-.4.3-.4l3.6-.9c.2-.1.2.1.3.2.2.9.5%201.7.7%202.6.3%201.3.6%202.5%201%203.8.3%201.3.7%202.6%201%203.8l.6%202.1c.1.3%200%20.4-.3.5-1.1.3-2.3.6-3.4.9-.2.1-.3%200-.4-.2-.4-1.5-.8-3.1-1.2-4.6-.1-.2-.1-.3-.3-.2-1.2.3-2.5.7-3.7%201-.4-.1-.5%200-.5.2z%22/%3E%3Cpath%20d%3D%22M49.8%2035.9c-1.2.1-2.2-.3-3.2-1-.9-.7-1.6-1.5-2.1-2.5-.5-1.1-.8-2.3-.9-3.4-.1-.8%200-1.6.2-2.3.4-1.7%201.5-2.9%203.1-3.7.9-.4%201.9-.8%202.9-.9%201.3-.2%202.6-.2%203.8.6.8.5%201.5%201.2%202.1%202%20.1.1.1.2-.1.3l-3%201.5c-.2.1-.3%200-.4-.1-.3-.5-.8-.8-1.4-1-.7-.2-1.3%200-1.9.3-1%20.6-1.3%201.5-1.1%202.7.1.9.3%201.9.7%202.7.3.6.6%201.1%201.1%201.4.9.5%201.7.3%202.5-.1s1-1.2%201.1-2v-.6c0-.1%200-.4.3-.3.5.1%201%200%201.5.1.7.1%201.3%200%202%20.1.2%200%20.2.1.2.3-.1%201-.2%202-.6%202.9-.6%201.1-1.5%201.9-2.6%202.4-.4.2-.9.3-1.3.5-1-.1-1.9.1-2.9.1z%22/%3E%3Cpath%20d%3D%22M29.6%2032.2c0-.7%200-1.4.2-2%20.2-.7.5-1.4.9-1.9.9-1.2%202.2-1.8%203.6-2.3.8-.3%201.7-.4%202.5-.4%201.3-.1%202.6.4%203.5%201.3.4.4.8.8%201.1%201.3.1.2.1.3-.1.4-.9.5-1.9.9-2.8%201.4-.2.1-.4.1-.6-.1-.6-.8-1.4-1.1-2.3-1-1.1.2-2.1%201.3-2%202.4%200%201.4.3%202.8%201.1%204%20.7%201.1%201.7%201.3%202.8.9%201.1-.4%201.6-1.1%201.6-2.3%200-.2.1-.4.1-.6%200-.1.1-.1.2-.1.2-.1.4-.1.7%200%20.9.2%201.8.1%202.6.1.3%200%20.4.1.4.4-.1%201.5-.4%202.9-1.5%204-.6.6-1.2%201-2%201.3-.5.2-1.1.4-1.7.5-.9.2-1.7.3-2.6.3-1.1-.1-2-.4-2.8-1-.9-.7-1.6-1.6-2.1-2.6-.4-1-.7-2-.9-3.1%200-.5.1-.7.1-.9z%22/%3E%3Cpath%20%20d%3D%22M35.5%2052.7c-.9-.1-1.8%200-2.7-.2-.7-.1-1.4-.3-2.2-.4-.9-.2-1.8-.5-2.6-.8-1.5-.6-2.8-1.3-4.1-2.2-.8-.6-1.6-1.2-2.3-1.9-.4-.4-.8-.8-1.1-1.2-.1-.2-.1-.3.1-.3.7-.2%201.4-.4%202.1-.5.2%200%20.3%200%20.4.1.4.3.7.7%201.1%201%20.4.4.9.7%201.3%201%20.9.6%201.8%201.1%202.8%201.6.9.4%201.9.7%202.8%201%201%20.3%202%20.4%203.1.5.7.1%201.5.1%202.3%200%20.5-.1%201-.1%201.4-.1%201.7-.3%203.3-.8%204.9-1.5%201.4-.6%202.6-1.5%203.8-2.4.6-.5%201.2-1.1%201.7-1.6.8-.8%201.4-1.7%202-2.7.7-1.2%201.3-2.5%201.7-3.9.1-.6.6-.7%201.1-.8.4-.1.9-.2%201.3-.3.4-.1.4-.1.3.3-.2%201-.5%202-.9%203-.8%202-1.9%203.9-3.3%205.6-1.3%201-2.5%202.1-3.8%203-1.4%201-3%201.9-4.7%202.4-.8.3-1.6.5-2.4.7-1.1.2-2.2.4-3.3.4-.3.1-.6.2-.8.2z%22/%3E%3Cpath%20d%3D%22M47.7%2020.7c-.4%200-.6-.2-.8-.4-.6-.6-1.3-1.1-2-1.6-1.1-.7-2.2-1.3-3.4-1.8-.9-.4-1.9-.6-2.8-.8-1.4-.3-2.7-.4-4.1-.3-.8%200-1.6.1-2.3.3-.7.1-1.4.3-2%20.5-1.3.4-2.6%201-3.7%201.6-.8.5-1.5%201-2.2%201.6-.8.6-1.4%201.3-2.1%202.1-.5.6-1%201.2-1.4%201.9-.8%201.2-1.4%202.5-1.8%203.9v.2c-.1.4-.2.6-.6.7-.6.1-1.2.3-1.8.5-.3.1-.4%200-.3-.3.5-1.7%201-3.4%201.9-5%20.7-1.2%201.5-2.4%202.4-3.5%201-1.3%202.3-2.3%203.6-3.3%201.4-1%202.9-1.8%204.5-2.3%201.4-.5%202.8-.8%204.3-1%20.8-.1%201.6-.2%202.4-.2.9%200%201.8.1%202.7.2%201%20.1%202%20.4%203%20.6%201.4.4%202.8%201%204.1%201.8.9.5%201.7%201.1%202.4%201.7.8.6%201.5%201.4%202.3%202.1.2.2.2.3-.1.4-.9.1-1.6.3-2.2.4z%22/%3E%3Cpath%20d%3D%22M15.1%2022c-.1.3-.3.6-.5.9-.1.1-.2%200-.3%200l-1.2-.6c-.8-.4-1.7-.9-2.5-1.3-.2-.1-.2-.2-.1-.4.5-1%20.3-.8%201.2-.4.2.1.4.2.5.3.2.1.3.1.3-.1.1-.1.1-.2-.1-.3-.4-.2-.7-.4-1.1-.6-.2-.1-.2-.2-.1-.4.1-.1.2-.3.2-.4.1-.3.3-.3.5-.2%201.2.7%202.4%201.3%203.6%202%20.2.1.2.2.1.4-.1.1-.1.2-.2.3-.3.6-.2.5-.7.2-.4-.2-.7-.4-1.1-.6-.1-.1-.2-.1-.3.1-.1.2-.1.3.1.4.4.2.8.4%201.3.7.3-.2.4-.1.4%200z%22/%3E%3Cpath%20d%3D%22M18.9%2049.2c.1.4-.3.7-.6%201l-.3.3c-.1.1-.2.1-.3%200l-.4-.4c-.2-.2-.2-.4%200-.6.2-.1.3-.3.5-.5.1-.1.2-.3%200-.4-.1-.1-.2-.1-.4%200-.5.4-1%20.9-1.5%201.3-.2.2-.5.3-.6.6-.1.1-.2.2-.1.3.1.1.2.1.4%200s.4-.2.5-.4c.1-.1.2-.2.3%200%20.2.2.3.4.5.6.1.1.1.2%200%20.2-.4.3-.7.6-1.2.7-.5.1-1.2-.5-1.4-1-.4-.7%200-1.2.5-1.7s1-.9%201.5-1.3c.6-.6%201.7-.4%202.1.3.3.4.5.6.5%201z%22/%3E%3Cpath%20d%3D%22M38.7%2059.6c0%20.5%200%201-.6%201.2-.6.3-1.3.3-1.9-.1-.1-.1-.2-.2-.2-.3-.1-.4-.2-.8-.2-1.3%200-.6-.1-1.1-.1-1.7%200-.4.1-.8.5-1%20.6-.3%201.9-.3%202.1.4.1.4.2.8.2%201.3%200%20.1%200%20.1-.1.2h-.1c-.8%200-.9.2-.9-.8%200-.1%200-.2-.1-.3%200-.1-.1-.2-.2-.2s-.2.1-.2.2-.1.3-.1.4c0%20.7.1%201.4.1%202.2%200%20.1%200%20.3.1.4%200%20.2.1.2.3.2.1%200%20.2-.1.2-.3v-.2c0-.7.1-.7.7-.8.2%200%20.4%200%20.3.3.2%200%20.2.1.2.2z%22/%3E%3Cpath%20d%3D%22M62.4%2042.2c-.5-.1-1-.3-1.4-.4-.6-.2-1.2-.4-1.8-.5-.2-.1-.2-.2-.2-.4.1-.2.1-.4.2-.6%200-.1.1-.2.2-.2.2%200%20.2%200%20.1-.2-.2-.3-.1-.7%200-.9.2-.3.5-.3.8-.2.5.1%201.1.3%201.6.5.4.1.8.3%201.2.3.2%200%20.2.1.2.3-.3.8-.3.9-1.2.5-.7-.2-1.3-.5-2-.6-.2%200-.3%200-.3.1s.1.2.2.2c.6.3%201.3.4%201.9.6.3.1.5.2.8.2.1%200%20.2.1.1.2-.1.2-.1.4-.2.6.1.5%200%20.6-.2.5z%22/%3E%3Cpath%20d%3D%22M33.1%205.9c.3-.2.4-.4.7-.5.4-.1.7.1.8.5.2.8.2%201.7.3%202.6%200%20.2.2.5%200%20.7-.1.2-.4.1-.7.1-.3.1-.2.1-.3-.3-.1-.9-.1-1.7-.3-2.6%200-.2-.1-.3-.3-.3-.2%200-.2.2-.2.4l.3%202.7c0%20.1%200%20.2-.2.3-.3.1-.6.1-.8.1-.3-.1-.1-.5-.2-.7%200-1-.1-2-.2-2.9%200-.3%200-.4.3-.4h.4c.3%200%20.5%200%20.4.3z%22/%3E%3Cpath%20d%3D%22M43.6%2056.2l.2-.2c.2-.3.7-.5%201-.4.1%200%20.1.1.2.2.4.6.5%201.3.7%202%20.1.3.2.7.3%201%20.1.2.1.4-.2.4-.1%200-.3%200-.4.1-.4.2-.5%200-.5-.3-.2-.7-.4-1.3-.6-2%200-.1-.1-.3-.2-.4-.1-.1-.1-.2-.3-.2-.2%200-.1.2-.1.3.1.5.3.9.4%201.4.1.4.3.9.4%201.3.1.2%200%20.2-.1.3-.8.3-.8.3-1.1-.5l-.9-2.7c-.1-.2%200-.3.2-.3.1%200%20.3-.1.4-.2.4-.1.6-.1.6.2z%22/%3E%3Cpath%20d%3D%22M42.1%208.7c.3-.4.3-.8.5-1.2.1-.3.2-.6.2-.9.1-.2.2-.3.4-.3h.2c.5.1.6.1.4.6-.4.9-.7%201.9-1.1%202.8-.2.6-.5.7-1.1.6-.2%200-.5-.1-.7-.1-.1%200-.3-.1-.3-.2%200-.2.1-.3.3-.3.2%200%20.3-.2.3-.4%200-1%20.1-2%20.1-3%200-.3.1-.4.4-.3h.4c.2%200%20.2.1.2.3-.1.7-.1%201.5-.2%202.2v.2z%22/%3E%3Cpath%20d%3D%22M45.1%207c.5.1%201.1.1%201.4.6.2.3.2.7.1%201v.1c-.3.1-.5-.1-.7-.2-.1%200-.1-.1-.1-.2s0-.1.1-.2c0-.1%200-.2-.1-.2-.1-.1-.2%200-.3.1-.2.2-.2.5%200%20.7.2.2.4.4.5.6.3.5.2%201.3-.2%201.7-.4.1-.8%200-1.1%200-.2%200-.4-.2-.6-.3-.4-.3-.6-.9-.3-1.3.1-.1.1-.1.2-.1s.3.1.4.1c.3.1.4.2.2.5-.1.2-.1.4.1.4.3.1.3-.2.4-.4%200-.2%200-.3-.2-.5-.2-.3-.5-.6-.6-.9-.2-.4.1-1.2.5-1.4.1-.1.2-.1.3-.1z%22/%3E%3Cpath%20d%3D%22M49.6%2013.3c-.4%200-.8-.2-1.2-.5-.4-.4-.4-.9%200-1.4.1-.1.2-.1.3-.1.1%200%20.2.1.3.1.3.1.4.3.2.6-.1.1-.2.3%200%20.4.2.1.3%200%20.4-.2.1-.2.1-.4%200-.6-.2-.2-.3-.5-.4-.8-.2-.5%200-1.2.5-1.5.2-.1.4-.2.6-.1.5.2%201.1.4%201.3%201%20.1.3%200%20.7-.2.9h-.1c-.2-.1-.3-.2-.5-.3-.2-.1-.2-.3-.1-.5.1-.1.1-.2%200-.3-.1-.1-.3%200-.4.1-.1.2-.2.4-.1.6.1.3.3.6.4.9.3.8-.3%201.8-1%201.7z%22/%3E%3Cpath%20d%3D%22M24.5%2057.9c.1-.4.1-.8.3-1.1.2-.4.3-.8.5-1.1.2-.3.4-.5.7-.5.6-.1%201.7.3%201.7%201.1%200%20.3-.1.5-.2.7%200%200%200%20.1-.1.1-.3.1-.5-.2-.7-.2-.2%200-.1-.2-.1-.3%200-.1.1-.2.1-.3%200-.1%200-.2-.1-.3-.1-.1-.2%200-.3.1-.1.3-.3.6-.4.9-.1.3-.3.7-.4%201%200%20.1-.1.2-.1.3%200%20.1%200%20.2.2.3.1%200%20.2-.1.2-.2v-.1c.3-.5.4-.6%201-.3.1%200%20.2.1.1.2-.1.7-.8%201.1-1.4.9-.4-.1-.7-.2-1-.5.1-.3%200-.4%200-.7z%22/%3E%3Cpath%20d%3D%22M52.3%2049.8l.2.2c.8.8%201.5%201.7%202.3%202.5l.6.6c.1.1.2.2.1.2-.3.2-.4.4-.7.6-.1%200-.2.1-.3%200-.9-1-1.9-2.1-2.8-3.1-.1-.1-.1-.3%200-.4%200-.2.3-.4.6-.6-.1%200-.1%200%200%200z%22/%3E%3Cpath%20d%3D%22M16.3%2014.8l-.3.3c-.1.2-.3.2-.5%200-.2-.1-.4-.3-.1-.5l.9-.9c.1-.2.2-.1.4%200%20.5.4.7%201%201%201.5.1.3.3.6.4.9.1.2.2.2.3%200l.2-.2c.2-.2.3-.2.5%200s.2.4%200%20.6c-.3.3-.6.6-.8.9-.2.2-.3.2-.5%200-.4-.3-.5-.8-.7-1.2-.2-.3-.3-.7-.5-1.1-.1-.2-.1-.3-.3-.3z%22/%3E%3Cpath%20d%3D%22M32.9%2056.4c-.1.5-.2%201.2-.3%201.8-.1.7-.2%201.4-.3%202.2%200%20.3-.1.4-.4.3-.2-.1-.3%200-.5-.1-.2%200-.3-.1-.3-.3.1-.7.3-1.5.4-2.2.1-.6.2-1.2.2-1.8.1-.4.1-.5.5-.4h.3c.4.1.5.1.4.5z%22/%3E%3Cpath%20d%3D%22M38.9%209.2l.3-2.1.3-2.1c0-.2.1-.3.3-.3.8.1.8.1.7.9-.2%201.1-.3%202.3-.5%203.4%200%20.5%200%20.6-.4.5h-.4c-.2%200-.3-.1-.3-.3z%22/%3E%3Cpath%20d%3D%22M47.5%2058.4c-.4%200-.5-.3-.7-.6-.3-.6-.5-1.2-.8-1.8-.1-.2-.1-.3-.4-.3-.2%200-.2-.3-.1-.4.1-.1.1-.3%200-.4-.1-.2-.1-.3.1-.4l.6-.3c.2-.1.2.1.3.2.1.1.1.2.3.2.3%200%20.4.3.2.5-.1.1-.1.2%200%20.3.3.6.6%201.2.9%201.9.1.1.1.3.4.2.3-.1.2.2.3.3.1.1-.1.2-.2.2-.3.2-.5.4-.9.4z%22/%3E%3Cpath%20d%3D%22M22.7%2052.5c.1%200%20.8.4.8.5%200%20.1%200%20.2-.1.3-.1.1-.2.2%200%20.4.1.1%200%20.2-.1.3-.1.1-.1.2-.2.1s-.2%200-.3.1c-.4.6-.8%201.1-1.1%201.8-.1.1-.2.2%200%20.4s0%20.3-.1.4c-.1.1-.2%200-.4%200-.8-.5-.9-.7-.4-1.5.3-.5.6-.9.9-1.4.1-.2.2-.3.1-.5%200-.2%200-.4.3-.4.2%200%20.2-.1.3-.2.2-.2.3-.2.3-.3z%22/%3E%3Cpath%20d%3D%22M63%2038.5c-.4-.1-1-.2-1.6-.3-.2-.1-.5%200-.7-.1-.1%200-.1.1-.2.1-.2.1-.4.1-.5%200-.1-.2-.2-.3-.4-.3s-.2-.1-.2-.2%200-.3.1-.4c0-.3.1-.6.5-.4.1%200%20.2%200%20.2-.1.2-.2.4-.2.5.1%200%20.1.1.2.2.2.7.1%201.4.3%202.1.4.1%200%20.2%200%20.3-.1.1-.2.4-.2.5-.1.1.1.1.2%200%20.4%200%20.1-.1.3-.1.4%200%20.2-.2.4-.7.4z%22/%3E%3Cpath%20d%3D%22M21.3%2010.3c.1-.1.1-.3.1-.4%200-.1%200-.2.2-.3.1%200%20.2.1.2.2.1.1.2.2.3.4.2.3.4.5%200%20.8-.1.1-.1.3%200%20.5.3.5.7%201%201%201.5.1.2.1.3-.1.4-.7.5-.6.5-1.1-.2-.5-.8-1-1.6-1.6-2.4-.1-.2-.1-.3.1-.4.1-.1.2-.1.3-.2.3-.3.3-.3.6.1z%22/%3E%3Cpath%20d%3D%22M19.7%2051.4c.2.1.4-.1.5%200%20.1%200%20.2%200%20.2.1s-.1.1-.1.2c-.2.2-.4.4-.5.6-.1.1-.2.1-.4%200-.3-.2-.5-.1-.7.1-.4.4-.8.8-1.1%201.2-.2.2-.4.2-.6%200-.1-.1-.2-.3-.4-.4-.1-.1-.1-.2%200-.3.3-.4.6-.6.9-1%20.4-.5.9-1%201.3-1.5.2-.2.3-.3.5%200l.2.2c.5.3.5.4.2.8z%22/%3E%3Cpath%20d%3D%22M48.6%2054.2c.1-.3.1-.5.2-.6.1-.2.1-.2.3%200%20.1.2.2.4.3.5.2.3.2.5-.1.7-.2.2-.1.4%200%20.6.3.5.5%201%20.8%201.4.1.2.1.4-.1.5-.8.4-.6.3-1-.3-.5-.8-.9-1.6-1.4-2.4%200-.1-.1-.2-.1-.2.1-.3.5-.4.8-.5.2-.1.2.1.3.2-.1%200-.1%200%200%20.1z%22/%3E%3Cpath%20d%3D%22M46.3%2011.5c0-.3.2-.5.3-.7.4-.8.8-1.6%201.2-2.5.1-.2.2-.2.3-.1.2.1.4.2.5.2.3.1.3.2.1.4-.5.9-.9%201.9-1.4%202.8-.2.4-.2.4-.6.2-.1-.1-.3-.1-.4-.2v-.1z%22/%3E%3Cpath%20d%3D%22M20.9%2051.9c.1%200%20.8.4.8.6%200%20.1%200%20.2-.1.3-.6.9-1.3%201.7-1.9%202.6-.1.2-.3.2-.5.1-.7-.5-.7-.5-.2-1.1.5-.7%201-1.4%201.6-2%20.1-.2.1-.4.3-.5z%22/%3E%3Cpath%20d%3D%22M62.2%2043.4c-.1.2-.2.5-.3.7-.1.1-.2.1-.3%200-1-.5-2.1-.9-3.1-1.3-.2-.1-.2-.2-.1-.3.1-.2.1-.3.2-.5.1-.3.3-.3.5-.2%201%20.4%202%20.8%203%201.3%200%20.1.1.1.1.3z%22/%3E%3Cpath%20d%3D%22M25.1%2054.5c-.1.2-.2.5-.4.7-.4.8-.8%201.5-1.2%202.3-.1.3-.2.3-.5.2-.7-.4-.7-.4-.3-1.2.4-.7.8-1.5%201.2-2.3.1-.3.2-.3.5-.2.1.1.3.2.5.2.1.2.2.2.2.3z%22/%3E%3Cpath%20d%3D%22M28%208.5c0%20.5-.3.9-.8.9-.6%200-.9-.3-1-.9%200-.5.4-1%20.9-1%20.5.1.9.5.9%201z%22/%3E%3Cpath%20d%3D%22M55%2049.5c.5-.1.9.4.9.9s-.4.9-.9.9-.9-.4-.9-.9c0-.6.4-1%20.9-.9z%22/%3E%3Cpath%20d%3D%22M34.2%2059.4c-.4%200-.8-.3-.9-.9%200-.5.4-.9.9-.9s.9.4.9.9c0%20.6-.3.9-.9.9z%22/%3E%3Cpath%20d%3D%22M58%2041.5c.3%200%20.4.2.3.5-.1.2-.1.3-.2.5-.1.1-.1.3-.3.2-.2-.1-.3-.2-.2-.4.1-.2.2-.4.2-.6%200-.2.1-.3.2-.2z%22/%3E%3Cpath%20d%3D%22M49.3%207.9c0%20.2-.2.4-.4.3l-.6-.3c-.2-.1-.2-.2-.1-.3.1-.1.1-.3.3-.1l.6.3c.1-.1.2%200%20.2.1z%22/%3E%3Cpath%20d%3D%22M21.5%2051.2c.3.1.4.3.7.4.2.2.2.4%200%20.5-.1%200-.2.1-.2%200-.2-.2-.4-.3-.6-.5-.1-.1-.1-.2%200-.2-.1-.1-.1-.2.1-.2z%22/%3E%3Cpath%20d%3D%22M24.7%2053.3c.2%200%20.5.2.7.4.1.1%200%20.2%200%20.3-.1.1-.1.1-.3.1l-.6-.3c-.1-.1-.1-.2-.1-.3%200-.2.1-.2.3-.2z%22/%3E%3Cpath%20d%3D%22M31%2040.5l-.9-1.2-1.5-2.1c-.8-1.2-1.7-2.3-2.5-3.5-1-1.5-2-2.9-3.1-4.4-.1-.2-.3-.2-.5-.2-.8.2-1.5.4-2.3.6-.6.2-1.2.2-1.7.5-.1.1-.1.1-.1.2%200%20.4-.1.9-.1%201.3-.1.9-.2%201.9-.3%202.8l-.3%203.3c-.1%201.2-.3%202.4-.4%203.5L17%2044c0%20.2%200%20.3.3.3.3-.1.6-.2.9-.2l2.4-.6c.2%200%20.5%200%20.5-.5v-.9-.7c0-.3.1-.4.3-.4%201.3-.3%202.6-.7%203.8-1%20.2-.1.4%200%20.5.2.3.5.6.9.9%201.4.1.3.3.3.6.2.4-.1.9-.2%201.3-.4.8-.2%201.5-.4%202.3-.6.4%200%20.4%200%20.2-.3zm-7.2-3.1c-.7.2-1.4.4-2.2.5-.2%200-.2%200-.2-.2%200-.7%200-1.3.1-2v-.9c0-.5.1-1%20.1-1.7.8%201.3%201.6%202.5%202.3%203.8.1.3.1.4-.1.5z%22/%3E%3Cpath%20d%3D%22M68.2%2020c-.3-.5-.8-1-1.3-1.3-.8-.5-1.7-.5-2.6-.4-1%20.1-1.9.4-2.9.6-1.5.4-2.9.8-4.4%201.1-.4.1-.4.1-.3.5%200%20.1.1.2.1.4.4%201.6.8%203.2%201.3%204.7.3%201.2.6%202.3.9%203.5l.9%203.6c.1.4.1.4.5.3%201.2-.3%202.3-.6%203.5-.9.3-.1.3-.1.2-.4-.4-1.4-.7-2.8-1.1-4.2-.1-.3.1-.3.2-.4.5-.1%201.1-.3%201.6-.4.9-.2%201.8-.5%202.6-1.1%201.1-.8%201.6-1.8%201.6-3%200-.8-.3-1.7-.8-2.6zM64%2024.2c-.4.2-.9.3-1.3.4-.3.1-.4.1-.5-.3l-.6-2.1c-.1-.2%200-.3.2-.4.6-.2%201.1-.3%201.6-.3.8%200%201.3.4%201.4%201.1.2.6-.2%201.3-.8%201.6z%22/%3E%3Cpath%20d%3D%22M31.9%209.3c-.5-1.3-1.1-2.6-1.6-4-.1-.2-.2-.2-.3-.1-.4.1-.7.2-1.1.3-.4.1-.4.1-.3.5.1.4.1.9.2%201.4.1.8.2%201.6.2%202.4.1.5.1.5.6.4.6-.2.6-.2.5-.8%200-.3.1-.2.2-.3.2-.1.3-.1.4.1%200%20.1.1.2.1.3%200%20.2.1.3.4.2.2%200%20.4-.1.6-.1.2%200%20.2-.1.1-.3zm-1.8-.9c-.2%200-.2%200-.3-.2-.1-.6-.1-1.1-.2-1.7h.1c.2.6.4%201.1.6%201.7%200%20.1%200%20.1-.2.2z%22/%3E%3Cpath%20d%3D%22M26.3%2010.9c-.6-1.1-1.2-2.2-1.7-3.4-.2-.5-.2-.5-.7-.2-.1.1-.2.1-.3.2-.2.1-.2.2-.1.4s.3.4.3.7h-.4c-.7%200-1%20.6-.8%201.1l.6%201.2.6%201.2c.2.2.4.3.6.2.3-.1.5-.2.7-.5%200-.1.1-.2.2-.1.3.2.5-.1.8-.2.4-.2.4-.3.2-.6zm-1.2.4c-.1.1-.2%200-.2-.1-.4-.7-.8-1.4-1.1-2.1V9c0-.1%200-.2.1-.2.1-.1.2%200%20.2%200%20.1%200%20.1.1.2.2.3.5.6%201.1.8%201.6%200%20.1.1.2.1.3%200%20.3-.1.4-.1.4z%22/%3E%3Cpath%20d%3D%22M58.5%2049.4c-.4-.2-.7-.5-1.1-.8-.2-.1-.3-.2-.1-.5.1-.1.2-.3.3-.5.1-.3.1-.5-.1-.8-.3-.3-.7-.6-1.1-.8H56c-.3%200-.5.1-.7.3-.4.4-.7.8-1%201.2-.1.1-.1.2%200%20.4%201%20.7%202%201.5%203%202.3.5.4.5.4%201-.2l.1-.1c.3-.2.3-.4.1-.5zm-2-1.5c-.1.1-.1%200-.2-.1-.2-.2-.4-.3-.7-.5-.1%200-.2-.1-.1-.2s.1-.2.3-.2c.2%200%20.8.5.8.7.1.1%200%20.2-.1.3z%22/%3E%3Cpath%20d%3D%22M17.6%2017.7c-.8-.5-1.5-1.1-2.3-1.6-.3-.2-.6-.2-1%200l-.6.6c-.4.6-.3%201.1.2%201.6.3.3.3.3.6-.1.4-.5.4-.5-.1-.9-.1-.1-.1-.2-.1-.3%200-.1.1-.1.1-.2.3%200%20.7.4.6.7-.1.4-.1.7-.2%201.1%200%20.2%200%20.3.2.4.2.2.4.4.7.5.5.2%201%20.1%201.1-.5%200-.2-.1-.3%200-.5.1.1.2.3.3.1.1-.2.3-.4.4-.6.3-.1.3-.2.1-.3zm-1.1.9c-.1.1-.2.1-.3.1-.3-.1-.6-.5-.6-.9.3.2.6.3.8.6.1%200%20.2.1.1.2z%22/%3E%3Cpath%20d%3D%22M60.4%2044.7c-.4-.2-.8-.5-1.2-.7-.2-.1-.5-.3-.7-.2-.7-.1-1.2.6-1.3%201.1-.1.4%200%20.8.3%201.1.6.5%201.3.8%202%201.1.3.1.7%200%20.9-.2.2-.1.3-.3.4-.5.4-.6.3-1.3-.4-1.7zm-.2%201.4c-.1.1-.2.1-.4.1-.4-.2-.9-.5-1.3-.7-.2-.1-.4-.2-.6-.4-.1-.1-.1-.1-.1-.2s.1-.1.1-.1c.2.1.3.1.4.1.6.3%201.2.6%201.7%201%20.2%200%20.3%200%20.2.2z%22/%3E%3Cpath%20d%3D%22M53.2%2053.8c-.3-.4-.5-.8-.8-1.1-.3-.4-.6-.8-1.2-.7-.3.1-.5.2-.7.3-.4.2-.6.5-.6%201%200%20.2%200%20.2.1.4.3.7.8%201.3%201.3%201.9.1.2.3.3.6.3.4%200%20.7-.1%201-.3.5-.5.6-1.2.3-1.8zm-.8%201.2c-.1.1-.2%200-.3-.1-.3-.3-.5-.7-.8-1-.2-.2-.4-.5-.5-.7-.1-.1-.1-.2%200-.3%200-.1.1-.1.2-.1.1.1.3.2.4.3.4.5.7%201%201.1%201.5%200%200%200%20.1.1.1-.1.1-.1.2-.2.3z%22/%3E%3Cpath%20d%3D%22M21.5%2013.8c-.6-.6-1.1-1.3-1.7-1.9-.3-.3-.6-.4-.9-.3-.3.1-.5.2-.7.4-.6.5-.7%201.3-.1%201.9%200%200%20.1.1.2.1.2-.2.5-.3.7-.6.1-.2-.2-.3-.3-.5l-.1-.1v-.2c.1-.1.2-.1.2%200%20.3.1.5.5.4.8-.2.1-.2.4-.3.6-.2.4-.1.7.2%201l.4.4c.2.2.5.2.8.1.4-.2.4-.5.4-.9.2.3.4.2.5.1l.3-.3c.3-.3.2-.4%200-.6zm-1.2.7c-.1.1-.2.1-.3%200-.5-.4-.6-.6-.4-1%20.3.2.5.5.7.7.1.1.1.2%200%20.3z%22/%3E%3Cpath%20d%3D%22M38.3%206.2c0-.3-.1-.5-.4-.7-.5-.2-1.1-.3-1.6%200-.3.1-.6.8-.5%201.1%200%200%200%20.1.1.1.3.1.5.2.8.1.2-.1.2-.3.2-.5s0-.3.2-.3.2.2.2.3c0%20.4-.2.6-.6.8-1%20.4-1%20.4-1%201.4%200%20.3.1.6.4.8.3.1.7.1%201-.3%200%20.2.1.3.3.3.2%200%20.4%200%20.5.1.1%200%20.2%200%20.2-.1%200-.2.1-.3.1-.5.1-.9.1-1.8.1-2.6zm-1.1%201.4v.3c0%20.2%200%20.4-.1.6%200%20.1-.1.1-.2.1s-.1-.1-.2-.1c-.1-.3%200-.8.2-1%200%200%20.1-.1.2-.1.1.1.1.2.1.2z%22/%3E%3Cpath%20d%3D%22M30.7%2056.6c-.4-.4-.8-.5-1.3-.5-.3%200-.7.1-.9.5-.3.8-.3.6.4.9.2.1.4.1.4-.2%200-.1.1-.2.1-.3%200-.1.1-.2.2-.2s.1.1.2.2c.1.2-.1.7-.3.8-.3.1-.6.1-.9.2-.2.1-.5.1-.6.4-.1.3-.2.6-.2.9%200%20.4.6.9%201%20.7.2-.1.3-.3.4.1%200%20.1.1.1.2.1.2%200%20.4.1.5.1.3.1.3%200%20.4-.2.1-.6.3-1.2.5-1.8.1-.3.1-.7.2-1-.1-.3-.2-.5-.3-.7zm-1.5%202.7c0%20.1-.1.2-.2.2-.1-.1-.2-.1-.2-.3%200-.4.2-.8.6-.9.1.3%200%20.7-.2%201z%22/%3E%3Cpath%20d%3D%22M42.4%2059.4c-.1-.7-.2-1.4-.4-2-.1-.2-.1-.4-.3-.6-.5-.3-1-.3-1.6-.1-.5.2-.7.6-.6%201.1v.5c.1.5.2%201.1.4%201.6.1.3.3.5.5.6.5.2.9.1%201.4-.1.4-.3.6-.6.6-1zm-1.2.5c-.2%200-.2-.1-.3-.2-.2-.7-.3-1.4-.4-2.2%200-.1.1-.2.2-.3.1%200%20.2.1.2.2.2.4.2.9.3%201.3.1.3.1.6.1.8%200%20.2%200%20.3-.1.4z%22/%3E%3C/g%3E%3C/svg%3E);
}
.icone-list li:nth-child(5) {
    background-image: url('../img/icone-magic.png');
    background-image: url(data:image/svg+xml,%3Csvg%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2069%2066%22%20style%3D%22fill%3A%23E81E35%3B%22%3E%3Cg%3E%3Cpath%20d%3D%22M46.5%2013.9c-4%201-6.2%203.6-7.3%207.4-1.1-3.9-3.4-6.3-7.3-7.3%203.8-1.1%206.3-3.4%207.2-7.4%201.2%203.7%203.4%206.3%207.4%207.3z%22/%3E%3Cpath%20d%3D%22M48.5%2036.3c-8.7%202.3-13.5%207.8-16%2016.1-2.3-8.4-7.4-13.7-16-16%208.3-2.5%2013.8-7.4%2015.8-16.2%202.8%208.2%207.5%2013.9%2016.2%2016.1z%22/%3E%3Cpath%20d%3D%22M57.9%2051.1c-4.9%201.3-7.6%204.4-9%209.1-1.3-4.8-4.2-7.8-9.1-9.1%204.7-1.4%207.8-4.2%208.9-9.2%201.5%204.8%204.3%208%209.2%209.2z%22/%3E%3Cpath%20d%3D%22M22.8%2025.1c-3.1.8-4.8%202.8-5.7%205.7-.8-3-2.6-4.9-5.7-5.7%203-.9%204.9-2.6%205.6-5.8%201%203%202.7%205%205.8%205.8z%22/%3E%3Cpath%20d%3D%22M23.6%2049.6c-2.1.6-3.3%201.9-3.9%204-.6-2.1-1.8-3.4-3.9-3.9%202.1-.6%203.4-1.8%203.9-4%20.5%202%201.7%203.4%203.9%203.9z%22/%3E%3C/g%3E%3C/svg%3E);
}
.icone-list li:nth-child(7) {
    background-image: url('../img/icone-team.png');
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2069%2066%22%20style%3D%22fill%3A%23E81E35%3B%22%3E%3Cpath%20d%3D%22M63.7%2019.3c-.8-1-1.6-.5-2.6%200-1.8%201-3.8%201.8-5.7%202.7-.8-2.1-1.6-2.7-4.1-3.9-1-.5-1.8-.4-2.5.5.1-.4.3-.7.4-1.1.8-2.5-.4-5.1-2.7-5.9-2.5-.8-5.2.6-5.7%203.2-.2%201.1.2%202.3.3%203.4-1.5-.2-3.1-.3-4.5-.5%202.1-2.2%202.3-4.7.6-6.6-1.5-1.7-4.2-1.9-6-.5-2%201.5-2.2%204.1-.3%207-1.4.2-2.7.4-4%20.6.1-.4.2-.7.3-1.1.8-3.2-1.4-5.9-4.7-5.7-3%20.2-4.4%202.6-3.7%206.3-2.5%200-5.2%201.6-6.3%204.2-2-.9-4-1.8-5.9-2.8-.9-.5-1.9-.8-2.3.2-.3.6.1%201.7.6%202.3.6.7%201.6%201.1%202.4%201.6%202.7%201.5%205.6%201.5%208.6.8-.5%203.1-.8%206-1.4%208.9-1.4%206-3%2011.9-4.4%2017.8-.5%202.2.1%203.5%201.8%203.8%201.4.3%202.4-.7%203-2.7%201.3-5%202.6-10%203.9-14.9.1-.5.6-.9.9-1.4.2.5.6%201.1.6%201.6v14.3c0%202%20.9%203.2%202.4%203.1%201.5%200%202.4-1.1%202.4-3.2%200-4.3-.1-8.5%200-12.8.1-5.6.7-11.2%202.7-16.5.4.5.8.9.8%201.4.1%201.5.1%203%20.1%204.5%200%207.8-.1%2015.7-.1%2023.5%200%202%201%203.1%202.5%203.1s2.4-1.1%202.4-3.2V38.4c0-.6%200-1.3.1-1.9.2%200%20.5%200%20.5.1v1.8c0%204.2.1%208.4.1%2012.6%200%202.3.9%203.5%202.5%203.6%201.7%200%202.6-1.2%202.6-3.7v-3.5-23.1c0-.7.4-1.5.6-2.5.6%201%201.2%201.6%201.3%202.2.6%203.9%201.4%207.9%201.6%2011.8.3%205.1%200%2010.3.1%2015.5%200%202%20.9%203.1%202.4%203.2%201.5%200%202.4-1.1%202.4-3.1V38.6c0-1%20.2-2.1.3-3.1h.7c.3.7.6%201.3.8%202%201.2%204.9%202.4%209.7%203.7%2014.6.5%201.8%201.7%202.7%203.1%202.3%201.5-.4%202.1-1.8%201.7-3.6-1.5-6.3-3.1-12.6-4.6-19-.6-2.6-.8-5.2-1.2-8.1%204.2%201.4%207.6.3%2010.8-2%20.8-.5%201.6-1.2.7-2.4z%22/%3E%3C/svg%3E);
}
.icone-list li:nth-child(8) {
    background-image: url('../img/icone-leaves.png');
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2069%2066%22%20style%3D%22fill%3A%23E72036%3B%22%3E%3Cpath%20d%3D%22M61.7%2027.9c-1.4%205.9-2.6%2011.7-4.2%2017.3-2.8%209.8-7.9%2012.7-17.9%2010.5-2.4-.5-4.9-1.2-7.5-1.9%202.2-6.9%205.6-12.5%2011.2-16.7-6.7%202.3-9.9%208-12.7%2014-3.4-4.6-2.8-12.7%201.1-17.8%206.1-7.9%2017.7-10%2030-5.4z%22/%3E%3Cpath%20d%3D%22M25.4%2048.4c-3.8-4.2-4.1-5.4-5.1-20.8-5%2010.5.1%2018.5%205.5%2026.5C11.3%2049.3%200%2035%2013%2020.3c3.7-4.2%208.2-7.7%2012.6-11.6%201%201.4%201.6%202.1%202%202.9%202.8%204.8%205.6%209.5%207.9%2013.6-3%204-6.4%207.2-8.1%2011.1-1.6%203.7-1.5%208.2-2%2012.1z%22/%3E%3C/svg%3E);
}
#owl-logos {
    padding-bottom: 45px;
    padding-top: 45px;
}
#owl-logos img {
    padding-top: 15px;
    padding-bottom: 15px;
}
footer .black-bg {
    padding-top: 80px;
    padding-bottom: 65px;
}
footer a {
    color: inherit;
}
footer a:hover {
    color: inherit;
    text-decoration: none;
}
.form-control,
input, textarea {
    background-color: transparent;
    border: 2px solid transparent;
    color: #fff;
}
.zedimage-cf-mandatory { display:none;}
#offre-emplois {
    border: none;
    border-bottom: 1.5px solid transparent;
    width: 100%;
    font-weight: 600;
    font-size: 1.57rem;
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    background-color: transparent;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
#offre-emplois option {
    color: #000;
}
.carriere {
    padding-top: 80px;
    padding-bottom: 80px;
}
.carriere-wrapper .fa {
    position: absolute;
    right: 0;
    top: 8px;
    font-size: 1.57rem;
    -webkit-transition: all 250ms ease-out 250ms;
    -moz-transition: all 250ms ease-out 250ms;
    -o-transition: all 250ms ease-out 250ms;
    transition: all 250ms ease-out 250ms;
}
.carriere-wrapper {
    position: relative;
    font-size: 1.57rem;
    display: block;
    border-bottom: 1.5px solid transparent;
    margin-bottom: 30px;
    font-weight: 600;
}
.carriere-wrapper:hover {
    text-decoration: none;
}
.carriere-wrapper .fa {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}
.carriere-wrapper.collapsed .fa {
    -ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
    transform: rotate(0deg);
}
.owl-next,
.owl-prev {
    position: absolute;
    top: 43%;
    top: calc(50% - 21px);
    left: 0;
    display: inline-block;
    padding: 15px;
}
.owl-next {
    left: initial;
    right: 0;
}
#owl-logos {
    padding-left: 15px;
    padding-right: 15px;
}
#owl-logos .owl-next {
    right: -15px;
}
#owl-logos .owl-prev {
    left: -15px;
}
.h-3 {
    height: 3px;
}
.bottom-liner {
    position: relative;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
}
.lid-box {
    background-image: url(../img/martel-box-lid.png);
    /*background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%20viewBox%3D%220%200%20400%2090%22%20style%3D%22fill%3A%23E81E35%3B%22%3E%3Cpath%20d%3D%22M6.5%2090c.7-1%201.6-1.3%202.6-1.8.6-.3%201.3-.7%202-1.1%201.6-.8%203.4-1.7%205.1-2.5%209.7-4.5%2020.1-8.5%2030.4-12.2%2020.7-7.3%2041.8-13.7%2063.2-18.6%2010.7-2.6%2021.5-4.5%2032.3-6.3%205.4-.8%2010.8-1.5%2016.2-2.2%202.8-.3%205.6-.5%208.3-.8%205.1-.5%2010.3-.8%2015.1-2.8%203.3-1.4%206.6-3.7%208-7.2%201.4-3.6.5-7.5-2-10.4-1.2-1.4-2.7-2.5-4.4-3.3-1-.5-2-.9-2.9-1.6-.7-.5-1.3-1-1.8-1.7-.4-.6-.6-.8-.1-1.3.7-.7%201.7-1.1%202.6-1.5%207.2-2.8%2015.6-2.8%2023.3-2.7%203.9%200%207.8.4%2011.7%201%202.6.4%205.2%201.1%207.5%202.4.7.4%201.6.8%201.2%201.6-.7%201.5-2.2%202.5-3.6%203.3-2.9%201.5-5.6%203.1-7.2%206.2-1.9%203.7-1.1%208.1%201.8%2011.1%204.6%204.6%2011.7%205.4%2017.9%206l9.6.9c.4%200%20.9.1%201.3.1%205.4.6%2010.8%201.3%2016.2%202.1%2010.8%201.7%2021.7%203.6%2032.4%206.1%2010.7%202.4%2021.4%205%2032%208%2010.6%202.9%2021.1%206.3%2031.6%209.9%2010.4%203.7%2020.8%207.4%2030.8%2011.9%202.5%201.1%204.9%202.3%207.3%203.6.5.3%201%20.5%201.4.8%201.2.9%202.2%202%203.1%203h1.6v-3h-1c-1-1.3-2.3-2.5-3.7-3.5-2.4-1.5-4.7-2.9-7.2-4.2-9.9-5.2-20-9.8-30.4-13.9-10.4-4.1-20.8-8-31.4-11.5-10.6-3.5-21.3-6.8-32.1-9.5-10.8-2.9-21.8-5.1-32.8-7.2-5.5-1-11.2-1.8-16.7-2.7-2.7-.3-5.5-.7-8.2-1-4.2-.5-8.8-.7-12.7-2.6%203.9-1.9%207.5-4.4%209.7-8.2%202.2-3.9%202.3-8.6-.2-12.4-4.1-6.3-12.3-7.9-19.2-9.1-5.7-1-11.7-1-17.5-.9-4.9.1-9.9.4-14.7%201.5-4.4%201-9%202.5-12.4%205.6-3.9%203.6-5.3%208.8-3.3%2013.8%201.8%204.5%205.7%207.4%209.8%209.6-3.7%201.4-7.8%201.7-11.6%202.1-2.8.3-5.6.6-8.4%201-5.6.8-11.1%201.6-16.7%202.5-11.1%202-22.1%204.2-32.9%207-10.9%202.7-21.6%205.8-32.3%209.1s-21.2%207.2-31.6%2011.2C33%2067.8%2022.9%2072.1%2012.6%2077.3%2010%2078.7%207.9%2079.8%205%2081.5%203%2083%20.9%2085-.7%2087H-1v3h7.5z%22/%3E%3C/svg%3E);*/
    background-size: cover;
    height: 1px;
    padding-bottom: 22.25%;
    background-repeat: no-repeat;
    background-position: center bottom;
}
#collapseExample .form-control, #collapseExample input, #collapseExample textarea {
    color: #222222;
}
#collapseExample [type=file] {
    border: none;
}
.special-saquare {
    width: 70px;
    background-size: 70px 70px;
    background-repeat: no-repeat;
    background-position: center;
}
.special-saquare:before {
    padding-top: 100%;
    content: " ";
    display: block;
}
/* produits offerts */
.special-saquare.icon-sandwich {
    background-image: url(../img/sandwichSousMarins.png);
}
.special-saquare.icon-charcuteries {
    background-image: url(../img/charcuterieFromage.png);
}
.special-saquare.icon-muffin {
    background-image: url(../img/patisseries.png);
}
.special-saquare.icon-viande {
    background-image: url(../img/viandeSechees.png);
}
.special-saquare.icon-collation{
    background-image: url(../img/collation_accompagnement.png);
}
.special-saquare.icon-bonbons {
    background-image: url(../img/bonbons.png);
}


/*service de distribution*/
.special-saquare.depanneurs-icon {
    background-image: url(../img/depanneurs_icon.png);
}
.special-saquare.dollar-icon {
    background-image: url(../img/magasin_dollar_icon.png);
}
.special-saquare.pharmacie-icon {
    background-image: url(../img/pharmacie_icon.png);
}
.special-saquare.entrepot-icon {
    background-image: url(../img/entrepot_icon.png);
}
.special-saquare.supermarches-icon{
    background-image: url(../img/supermarche_icon.png);
}
.special-saquare.distribution-icon {
    background-image: url(../img/centre_distribution_icon.png);
}

.padding-space-extra{padding:1.5% 0;}
.padding-space-point-cles{padding:1.5% 6%;}
.mt-5{margin-top:1.5rem !important;}
.pointsCles{color:#fff;}
.firstRowPointsCles .col-lg-4::after {
    content: " ";
    position: absolute;
    bottom: -18px;
    height: 2px;
    width: 32px;
	background-color:#fff;
}

.tabulatrs .nav-tabs {
    background-repeat: no-repeat;
    background-position: right center;
}
.nav-tabs {
    border-bottom: 2px solid #ee3124;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #ee3124;
    border-color: #ee3124;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #ee3124;
}
.nav-tabs .nav-link {
    border: 2px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    border-bottom: none;
    font-weight: bold;
    color: #000;
}
.nav-tabs li.nav-item:nth-child(1) {
    margin-left: 8px;
}
.fake-square {
    border-style: solid;
    border-width: 3px;
}
.logo-multiply-bg {
    background-image: url(img/logo-hq-red-multiply.png);
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%20871%20871%22%3E%3Cpath%20d%3D%22M449%2014.4C265%2014.4%20109%20132%2051%20296L-.2%20285l36.7%2056.5L73%20398l56.7-36.6%2056.6-36.7-46.3-10c48.5-123%20168.5-210.4%20309-210.4%20183.3%200%20332%20148.6%20332%20332C781%20619.4%20632.2%20768%20449%20768c-183.4%200-332-148.5-332-331.8H27C27%20669.2%20216%20858%20449%20858s421.7-188.8%20421.7-421.8S682%2014.4%20449%2014.4z%22%20fill%3D%22%23AD2424%22/%3E%3Cg%20fill%3D%22%23DB1F26%22%3E%3Cpath%20d%3D%22M697%20436.2c0-83-40.8-156.2-103.2-201.2%2016.6%2023.6%2037.2%2073%203.8%20149.4-10.7%2022.8-7%2050-6%2061.2l13%20151c1.2%2012.3%201.8%2023%201%2032C661.2%20583%20697%20513.7%20697%20436zM319.3%20331.4c2%200%203.6-1.6%203.6-3.6l2.4-105.2c0-.5%200-1%20.2-1.5-4.2%202.5-8.3%205-12.3%207.7l2.4%2099c0%202%201.6%203.7%203.6%203.7zM552%20596.4l13-151c1-11%204.8-38.3-6-61-5.8-12-8-28.5-8-42V233.2c0-11.3%206.7-15.6%2014.5-16-34.7-18.4-74.4-29-116.5-29-42.5%200-82.5%2010.8-117.5%2029.7%202%20.5%203.4%202.4%203.4%204.6l2.4%20105.2c0%202%201.6%203.6%203.6%203.6s3.6-1.6%203.6-3.6l2.5-105.2c0-2.7%202.2-4.8%204.8-5h-.2.2c2.6.2%204.7%202.4%204.7%205l2.5%20105.2c0%2049-10%2033.7-20.6%2056.5-10.7%2022.8-7%2050-6%2061.2l13%20151c2.7%2030.7%202.5%2051.7-15%2057.5%2035.2%2019.2%2075.5%2030%20118.5%2030%2042.8%200%2083-10.8%20118.2-30-17.6-5.5-17.8-26.7-15.2-57.6zm-103%2059.2c-58.3%200-81.8-93.3-19.2-167.5%2013.7-16.5%207.5-50%206.4-61l-13.5-151c-3-36.3-2.2-59%2026.3-59s29.4%2022.7%2026.3%2059l-13.5%20151c-1%2011-7.2%2044.5%206.4%2061%2062.6%2074.3%2039%20167.6-19.2%20167.6zM297.6%20331.4c2%200%203.6-1.6%203.6-3.6l2.2-92.2c-4%202.8-7.7%205.8-11.4%208.8l2%2083.4c0%202%201.6%203.6%203.6%203.6z%22/%3E%3Cpath%20d%3D%22M293%20596.4l13-151c1-11%204.8-38.3-6-61-10.6-23-20.5-7.7-20.5-56.6l1.8-74C232%20299%20201%20364%20201%20436c0%2077.4%2035.6%20146.5%2091%20192-.6-8.8%200-19.5%201-31.8z%22/%3E%3C/g%3E%3C/svg%3E);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 32%;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

/*// Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap*/

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    #padder {
        padding:104px 1.5rem 0 1.5rem;
    }
    .navbar-brand img {
        height: auto;
    }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .jumbotron {
         font-size: 0.83vw;
    }
    .jumbotron h1 {
        font-size: 4.375em;
        letter-spacing: 0.085em;
    }
    .jumbotron .lead {
        font-size: 2.15em;
    }
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .jumbotron {
        padding-top: 12rem;
        padding-bottom: 12rem;
    }
    .box-offer:after {
        content: ' ';
        position: absolute;
        top: 0;
        left: 0;
        width: 33.666666%;
        height: 100%;
        background-image: url(../img/box-offer-bg-1.jpg);
        background-size: cover;
    }
    .box-offer h1 {
        text-align: right;
        color: #fff;
        padding: 0;
    }
    .outlineButton {
        margin-left: 15px;
    }
}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .jumbotron {
        padding-top: 15rem;
        padding-bottom: 15rem;
    }
    .box-offer {
        padding-top: 65px;
        padding-bottom: 65px;
        padding-right: 105px;
        padding-left: 105px;
    }
    .box-offer > .media {
        padding-top: 65px;
        padding-bottom: 65px;
    }
    .nested-media .text-center {
        text-align: right !important;
    }
    .fake-square {
        border-left: none;
    }
    .logo-multiply-bg {
        background-position: 27% 65%;
        background-size: 145%;
    }
    .equipe.mt-5,
    .images-embiance.mt-5,
    .tabulatrs.mt-5 {
        margin-top: 5rem!important;
    }
    .equipe {
        background-image: url(../img/national_brands_camion_gaz_propane.jpg);
        background-size: cover;
        background-position: center;
    }
}
@media (min-width: 1450px) {
    .d-xxl-block {
        display: block;
    }
    .d-xxl-none {
        display: none;
    }
}
/*REVERTED QUERIES--------------------------------------------------------*/

/*// Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {
    .carriere-wrapper .fa,
    #offre-emplois {
        font-size: 1em;
    }
    .parallax-wrap {
        background-position: 33% 0%;
    }
    h1 {
        font-size: 1.75rem;
    }
    h2 {
        font-size: 1.5rem;
    }
    h3 {
        font-size: 1.25rem;
    }
    section header {
        margin-top: 70px;
    }
    .a-propos {
        padding-bottom: 70px;
    }
}

/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767px) {
    footer .white-bg .text-right,
    footer .white-bg {
        text-align: center !important;
    }
    footer > div.white-bg.container {
        margin-top: 20px;
    }
}

/*// Medium devices (tablets, less than 992px)*/
@media (max-width: 991px) {
.btn{white-space:inherit !important;}
}

/*// Large devices (desktops, less than 1200px)*/
@media (max-width: 1199px) {
	/*#distribution > div > div > div.w-100.d-xl-none > img{display:none !important;}*/
	.firstRowPointsCles .col-lg-4::after{display:none;}
}

/*// Extra large devices (large desktops)
// No media query since the extra-large breakpoint has no upper bound on its width*/



@media print,
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
