@charset "UTF-8";
/* style */ /* Reset */
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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Lora SemiBold";
  src: url("fonts/Lora-SemiBold.eot");
  src: url("fonts/Lora-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/Lora-SemiBold.woff") format("woff"), url("fonts/Lora-SemiBold.svg#Lora-SemiBold") format("svg");
  font-style: 500;
  font-display: swap;
}
@font-face {
  font-family: "Lora-Regular";
  src: url("fonts/Lora-Regular.eot");
  src: url("fonts/Lora-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Lora-Regular.woff") format("woff"), url("fonts/Lora-Regular.svg#Lora-Regular") format("svg");
  font-style: normal;
  font-display: swap;
}
/* variables */
/* couleurs */
/* medeia queries */
/* fonts */
.hidden {
  display: none !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-warning {
  color: #d74c1e !important;
}

.text-error {
  color: #bf1616 !important;
}

.text-valid {
  color: #25791c !important;
}

.clear {
  clear: both !important;
}

.ajax-loader {
  display: block;
  text-align: center;
  margin: 30px auto;
  width: 80px;
  height: 80px;
}
.ajax-loader:after {
  content: " ";
  display: block;
  width: 64px;
  height: 64px;
  margin: 8px;
  border-radius: 50%;
  border: 6px solid #ccc;
  border-color: #ccc transparent #ccc transparent;
  animation: ajax-loading 1.2s linear infinite;
}

@keyframes ajax-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* alertes */
.alert {
  margin-bottom: 10px;
}
.alert.warning {
  background-color: #f8b779;
  color: #d74c1e;
  padding: 15px;
}
.alert.error {
  background-color: #ffbdbd;
  color: #bf1616;
  padding: 15px;
}
.alert.valid {
  background-color: #92c48d;
  color: #25791c;
  padding: 15px;
}
.alert.no-style {
  background-color: #fff;
  color: #1E1E28;
  padding: 15px;
}
.alert small {
  color: #666;
  font-size: xx-small;
  font-weight: normal;
  padding-top: 20px;
  display: block;
}

/*
 * easy-autocomplete
 * jQuery plugin for autocompletion
 *
 * @author Łukasz Pawełczak (http://github.com/pawelczak)
 * @version 1.3.5
 * Copyright  License:
 */
.easy-autocomplete {
  width: 100% !important;
}
.easy-autocomplete-container {
  right: 0;
  position: absolute;
  z-index: 100;
  width: 300px;
}
.easy-autocomplete-container ul {
  background: #fff;
  border: solid 1px #9F9F9F;
  box-shadow: 1px 1px 12px #555;
  display: none;
  position: relative;
  top: 0;
}
.easy-autocomplete-container ul li {
  display: block;
  padding: 15px;
  font-size: 0.9em;
  border-bottom: solid 1px #9F9F9F;
  transition: all 0.4s ease 0s;
}
.easy-autocomplete-container ul li:last-child {
  border: 0;
}
.easy-autocomplete-container ul li.selected {
  background: #ebebeb;
  color: #FDBB2C;
}
.easy-autocomplete-container ul li div {
  display: block;
  word-break: break-all;
  font-weight: 700;
  font-family: "Roboto-Medium";
  font-weight: normal;
  text-decoration: none;
  cursor: default;
}
.easy-autocomplete-container ul li div a {
  cursor: pointer;
}
.easy-autocomplete-container ul li b {
  font-weight: bold;
}

/********************************************/
.block-popin {
  height: auto;
  width: 400px;
  position: relative;
  background: #fff;
  border: solid 1px grey;
  text-align: center;
  padding: 40px;
  margin: 0 auto;
  transition: all 0.5s ease-in-out;
  /* alerts */
}
.block-popin .close {
  background-color: #FDBB2C;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -8px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 67.5 66.7' style='enable-background:new 0 0 67.5 66.7;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23FFFFFF;stroke-width:3;stroke-linecap:round;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cline class='st0' x1='16.3' y1='15.8' x2='51.3' y2='50.8'/%3E%3Cline class='st0' x1='51.3' y1='15.8' x2='16.3' y2='50.8'/%3E%3C/svg%3E%0A");
}
.block-popin a {
  font-size: 0.8em;
  color: #1E1E28;
  padding-top: 15px;
  display: block;
}
.block-popin a:hover {
  text-decoration: underline;
}
.block-popin a.btn.yes, .block-popin a.btn.no {
  width: 60px;
  padding-top: 10px;
  margin: 20px 6px 0 6px;
  display: inline-block;
}
.block-popin a.btn.no {
  background-color: transparent;
  border: 1px solid #B1B1B1;
}
.block-popin .tt {
  font-size: 2em;
  font-family: "Roboto-Bold";
  margin: 0;
}
.block-popin .ss-tt {
  font-size: 1.8em;
  font-family: "Roboto-Light";
  margin: 0;
}
.block-popin p {
  font-size: 1em;
  font-family: "Roboto-Regular";
}
.block-popin .alert.warning, .block-popin .alert.error, .block-popin .alert.valid {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
  font-size: 1em;
  text-align: left;
}
.block-popin .alert.warning p, .block-popin .alert.error p, .block-popin .alert.valid p {
  font-size: 0.9em;
}
.block-popin .sm-link {
  font-size: 0.8em;
  text-decoration: underline;
  padding-top: 10px;
}
.block-popin .sm-text {
  font-size: 0.8em;
  display: inline;
  color: #1E1E28;
}
.block-popin .sm-text a, .block-popin .sm-text a:hover, .block-popin .sm-text a:link, .block-popin .sm-text a:visited {
  display: inline;
  font-size: 1em;
  color: #FDBB2C !important;
  text-decoration: underline;
}
.block-popin form {
  margin-top: 20px;
}
.block-popin form .message {
  color: red;
  font-size: 0.8em;
  text-align: left;
}
.block-popin form .box {
  margin-bottom: 10px;
}
.block-popin form input[type=text],
.block-popin form input[type=email],
.block-popin form input[type=password],
.block-popin form input[type=tel] {
  height: 45px;
  padding-left: 15px;
  margin-bottom: 10px;
}
.block-popin form button,
.block-popin form input[type=submit] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.block-popin form .box-radio input {
  margin: 0px 10px 0 0;
}
.block-popin form .box-radio label {
  line-height: 10px;
}
.block-popin form .box-radio label:hover {
  cursor: pointer;
}
.block-popin form .checkbox {
  display: flex;
  align-items: center;
}
.block-popin form .checkbox input {
  margin-right: 20px;
}
.block-popin form .checkbox label {
  font-family: "Roboto-Regular";
}
.block-popin form .checkbox label:hover {
  cursor: pointer;
}
.block-popin form .checkbox label a {
  font-size: 1em;
  color: #FDBB2C;
  padding-top: 0;
  display: inline;
}
.block-popin.popup {
  opacity: 0;
  position: absolute;
  top: -1000px;
  left: calc(50% - 200px);
}
.block-popin.popup.display {
  position: fixed;
  opacity: 1;
  z-index: 1001;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.block-popin.big-width {
  width: 80%;
  max-width: 1200px;
}
.block-popin.big-width form label {
  text-align: left;
}
.block-popin.big-width form h3 {
  text-align: left;
  margin-bottom: 20px;
}
.block-popin.webview {
  border: none;
}
.block-popin.webview.is-forgot {
  padding-top: 50px;
}

.overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.overlay.display {
  right: 0;
  bottom: 0;
  opacity: 1;
  z-index: 1000;
}

/********************************************/
.infinite-scroll .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.infinite-scroll form {
  margin-bottom: 40px;
}
.infinite-scroll form .block-cont {
  display: flex;
  align-items: center;
  width: 100%;
}
.infinite-scroll form .block-cont .block-select {
  width: 30%;
  margin-right: 20px;
  position: relative;
}
.infinite-scroll form .block-cont .block-select:after {
  content: "";
  position: absolute;
  top: 8px;
  right: 7px;
  height: 24px;
  width: 28px;
  background-color: #fff;
  background-size: 61%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.711' height='8.851' viewBox='0 0 15.711 8.851'%3E%3Cpath id='Tracé_9' data-name='Tracé 9' d='M0,0,6.438,6.112,0,12.883' transform='translate(14.297 1.414) rotate(90)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.infinite-scroll form .block-cont .block-select select {
  padding: 10px 15px;
  border: solid 1px #C1C1C1;
  width: 100%;
  font-family: "Roboto-Medium";
  margin-right: 20px;
  background-color: #fff;
  border-radius: 0px;
  position: relative;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 2;
  background-color: transparent;
}
.infinite-scroll form .block-cont .block-select select option {
  font-family: "Roboto-Medium";
}

/********************************************/
.tab-accordion .tab-title {
  font-size: 1.2em;
  padding: 13px 15px;
  font-size: 0.6em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.395' height='26.756' viewBox='0 0 13.395 26.756'%3E%3Cpath id='Tracé_60' data-name='Tracé 60' d='M4348.821,8809.54l9.778,11.167-9.778,11.356' transform='translate(-4346.705 -8807.423)' fill='none' stroke='%23707070' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 99% center;
  display: block;
  width: 100%;
  text-align: left;
  font-size: 1.1em;
  border-bottom: solid 1px #dcdcdc;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.tab-accordion .tab-title:first-child {
  border-top: solid 1px #dcdcdc;
}
.tab-accordion .tab-title:hover {
  background-color: #eee;
}
.tab-accordion .tab-title.active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.756' height='13.395' viewBox='0 0 26.756 13.395'%3E%3Cpath id='Tracé_60' data-name='Tracé 60' d='M4348.821,8809.54l9.778,11.167-9.778,11.356' transform='translate(8834.179 -4346.705) rotate(90)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3C/svg%3E%0A");
  background-color: #1E1E28;
  color: #fff;
}
.tab-accordion .tab-content {
  display: none;
  padding: 20px;
}
.tab-accordion .tab-content.show {
  display: block;
}

/********************************************/
.easy-autocomplete-container {
  right: initial;
  width: 80%;
}
.easy-autocomplete-container ul {
  padding: 0;
  margin: 0;
}
.easy-autocomplete-container ul li div {
  text-align: left;
}

/********************************************/
/* Password strength */
.pass-graybar {
  height: 3px;
  background-color: #ccc;
  width: 100%;
  position: relative;
}

.pass-colorbar {
  height: 3px;
  background-image: url("../images/layout/b2b/passwordstrength.jpg");
  position: absolute;
  top: 0;
  left: 0;
}

.pass-wrapper {
  text-align: left;
}

.pass-percent, .pass-text {
  font-size: 0.8em;
  color: #bf1616 !important;
}

.pass-percent {
  margin-right: 5px;
}

/********************************************/
/* Loader */
.modal-loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 10001;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-loader .modal-loader-content {
  width: 125px;
  height: 125px;
  display: block;
  margin: 20% auto 0 auto;
  background-image: url("../images/layout/loading.gif");
  background-repeat: no-repeat;
  background-position: center center;
}

/* header */
#header {
  background-color: #1E1E28;
  width: 277px;
  position: fixed;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  text-align: center;
  z-index: 10;
  overflow-y: auto;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  /* end nav*/
  /* block search*/
}
#header::-webkit-scrollbar {
  display: none;
}
#header .logo {
  margin-bottom: 30px;
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
  margin-top: 20px;
}
#header .logo img {
  width: 177px;
}
#header nav {
  width: 100%;
  /* end ul*/
}
#header nav.nav-secondary {
  margin-bottom: 30px;
  margin-top: 50px;
}
#header nav.nav-secondary .btn {
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
}
#header nav.nav-secondary ul {
  margin-top: 20px;
  padding: 0px;
}
#header nav.nav-primary ul {
  margin-top: 30px;
  padding: 0px;
}
#header nav ul {
  /* end il*/
}
#header nav ul li {
  margin-bottom: 8px;
  padding: 0px;
  /* end a*/
}
#header nav ul li.credit-nb {
  position: relative;
}
#header nav ul li.credit-nb > span {
  background-color: #FFBB22;
  height: 25px;
  width: 25px;
  color: #000;
  position: absolute;
  border-radius: 50%;
  left: 40px;
  top: -1px;
  text-align: center;
  line-height: 25px;
  z-index: 10;
  font-family: "Roboto-Medium";
  font-size: 0.8em;
  padding: 2px;
}
#header nav ul li:hover, #header nav ul li.active {
  background-color: #2F2F43;
  border-right: solid 6px #FDBB2C;
  transition: all 0.5s ease-in-out;
}
#header nav ul li a {
  color: #fff;
  font-family: "Roboto-Regular";
  text-decoration: none;
  padding: 7px;
  padding-left: 25px;
  display: flex;
  line-height: 36px;
  font-size: 1.1em;
  position: relative;
  align-items: center;
}
#header nav ul li a.small {
  font-size: 15px;
  color: #FDBB2C;
}
#header nav ul li a em {
  position: absolute;
  top: 23px;
  left: 77px;
  font-size: 12px;
}
#header nav ul li a span {
  height: 38px;
  width: 38px;
  margin-right: 15px;
  background-size: 100%;
  background-repeat: no-repeat;
}
#header nav ul li a .art {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 45 44' style='enable-background:new 0 0 45 44;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;%7D .st1%7Bfill:none;stroke:%23FFFFFF;stroke-width:0.9999;stroke-miterlimit:3.9998;%7D .st2%7Bfill:%231E1E28;%7D .st3%7Bfill:none;stroke:%23FFFFFF;%7D%0A%3C/style%3E%3Cg id='Groupe_77' transform='translate(0)'%3E%3Cg id='Rectangle_42' transform='matrix(0.951, -0.309, 0.309, 0.951, 0, 7.88)'%3E%3Crect x='0.3' y='3.9' transform='matrix(-1 2.529012e-06 -2.529012e-06 -1 25.6413 37.5967)' class='st0' width='25' height='29.7'/%3E%3Crect x='0.8' y='4.4' transform='matrix(-1 2.529012e-06 -2.529012e-06 -1 25.6413 37.5967)' class='st1' width='24' height='28.7'/%3E%3C/g%3E%3Cg id='Rectangle_43' transform='translate(17.943) rotate(12)'%3E%3Crect x='-0.8' y='6.2' transform='matrix(2.765416e-06 1 -1 2.765416e-06 33.488 4.0011)' class='st2' width='31' height='25'/%3E%3Crect x='-0.3' y='6.7' transform='matrix(2.765416e-06 1 -1 2.765416e-06 33.488 4.0011)' class='st3' width='30' height='24'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
#header nav ul li a .home {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37.585' height='33.11' viewBox='0 0 37.585 33.11'%3E%3Cg id='Groupe_4' data-name='Groupe 4' transform='translate(1.055 0.75)'%3E%3Cpath id='Tracé_1' data-name='Tracé 1' d='M0,0H20.731V24.071H0' transform='translate(29.972 10.878) rotate(90)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cpath id='Tracé_2' data-name='Tracé 2' d='M23.528,275.567l18.527-14.945L59,275.567' transform='translate(-23.528 -260.622)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A");
}
#header nav ul li a .favoris {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 45 44' style='enable-background:new 0 0 45 44;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;%7D .st1%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg id='Tracé_30' transform='translate(0 0)'%3E%3Cpath class='st0' d='M22.7,38.9c-9.4-6.4-14.4-12.2-16.4-17C0.9,8.8,16.4,2.6,22.7,10.3C29,2.6,44.5,8.8,39.1,21.8 C37.1,26.7,32.1,32.5,22.7,38.9z'/%3E%3Cpath class='st1' d='M22.7,37c4-2.8,7.3-5.6,9.9-8.3c2.4-2.6,4.1-5.1,5.1-7.5c1.4-3.5,1.4-6.6-0.3-9c-1.6-2.3-4.4-3.8-7.4-3.8 c-2.5,0-4.7,1-6.2,2.8l-1.2,1.4l-1.2-1.4c-1.5-1.8-3.7-2.8-6.2-2.8c-3,0-5.9,1.5-7.4,3.8c-1.6,2.4-1.7,5.6-0.3,9 c1,2.4,2.7,4.9,5.1,7.5C15.4,31.5,18.7,34.3,22.7,37 M22.7,38.9c-9.4-6.4-14.4-12.2-16.4-17C0.9,8.8,16.4,2.6,22.7,10.3 C29,2.6,44.5,8.8,39.1,21.8C37.1,26.7,32.1,32.5,22.7,38.9z'/%3E%3C/g%3E%3C/svg%3E%0A");
}
#header nav ul li a .title {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42.397' height='36.157' viewBox='0 0 42.397 36.157'%3E%3Cg id='Groupe_77' data-name='Groupe 77' transform='translate(-24.329 -362.703)'%3E%3Cg id='Rectangle_42' data-name='Rectangle 42' transform='matrix(0.951, -0.309, 0.309, 0.951, 24.329, 370.583)' fill='none' stroke='%23fff' stroke-width='1'%3E%3Crect width='25' height='29.733' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='24' height='28.733' fill='none'/%3E%3C/g%3E%3Cg id='Rectangle_43' data-name='Rectangle 43' transform='translate(42.273 362.703) rotate(12)' fill='%23292929' stroke='%23fff' stroke-width='1'%3E%3Crect width='25' height='31' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='24' height='30' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
#header nav ul li a .credit {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='42' viewBox='0 0 34 42'%3E%3Cg id='Groupe_78' data-name='Groupe 78' transform='translate(-42 -367)'%3E%3Cg id='Ellipse_17' data-name='Ellipse 17' transform='translate(42 367)' fill='none' stroke='%23fff' stroke-width='1'%3E%3Ccircle cx='14' cy='14' r='14' stroke='none'/%3E%3Ccircle cx='14' cy='14' r='13.5' fill='none'/%3E%3C/g%3E%3Cg id='Ellipse_18' data-name='Ellipse 18' transform='translate(45 374)' fill='%23292929' stroke='%23fff' stroke-width='1'%3E%3Cellipse cx='13.5' cy='14' rx='13.5' ry='14' stroke='none'/%3E%3Cellipse cx='13.5' cy='14' rx='13' ry='13.5' fill='none'/%3E%3C/g%3E%3Cg id='Ellipse_19' data-name='Ellipse 19' transform='translate(48 381)' fill='%23292929' stroke='%23fff' stroke-width='1'%3E%3Ccircle cx='14' cy='14' r='14' stroke='none'/%3E%3Ccircle cx='14' cy='14' r='13.5' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 72%;
}
#header nav ul li a .books {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 45 44' style='enable-background:new 0 0 45 44;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;%7D .st1%7Bfill:none;stroke:%23FFFFFF;stroke-width:1.3;stroke-linejoin:round;%7D .st2%7Bfill:none;stroke:%23FFFFFF;stroke-width:1.3;%7D%0A%3C/style%3E%3Cg id='Groupe_79' transform='translate(0 0)'%3E%3Cg id='Rectangle_1' transform='translate(0 0.497)'%3E%3Crect x='9.4' y='5.7' class='st0' width='8' height='31'/%3E%3Crect x='10' y='6.4' class='st1' width='6.7' height='29.7'/%3E%3C/g%3E%3Cg id='Rectangle_2' transform='translate(10 0.497)'%3E%3Crect x='9.4' y='5.7' class='st0' width='8' height='31'/%3E%3Crect x='10' y='6.4' class='st1' width='6.7' height='29.7'/%3E%3C/g%3E%3Cline id='Ligne_2' class='st2' x1='9.8' y1='13.3' x2='15.7' y2='13.3'/%3E%3Cline id='Ligne_3' class='st2' x1='19.9' y1='13.3' x2='25.8' y2='13.3'/%3E%3Cg id='Rectangle_3' transform='translate(17.286 1.444) rotate(-11)'%3E%3Crect x='8.1' y='7.4' transform='matrix(-1 2.500077e-06 -2.500077e-06 -1 23.8228 45.938)' class='st0' width='7.6' height='31.1'/%3E%3Crect x='8.8' y='8.1' transform='matrix(-1 2.500077e-06 -2.500077e-06 -1 23.8228 45.938)' class='st1' width='6.3' height='29.8'/%3E%3C/g%3E%3Cline id='Ligne_4' class='st2' x1='28.5' y1='14.1' x2='34.2' y2='13'/%3E%3C/g%3E%3C/svg%3E%0A");
}
#header nav ul li a .catalog {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 45 44' style='enable-background:new 0 0 45 44;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%231E1E28;%7D .st1%7Bfill:%23FFFFFF;%7D .st2%7Bfill:none;stroke:%23FFFFFF;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;%7D%0A%3C/style%3E%3Cg id='Groupe_1' transform='translate(0 0)'%3E%3Cg id='Rectangle_arrondi_2' transform='translate(-246.165 -199)'%3E%3Cpath class='st0' d='M253.7,234v-23.6c0,0,0,0,0,0h0.1l0.1,0l23.7-8v27.2c0,0,0,0,0,0h-0.1l-0.1,0L253.7,234z'/%3E%3Cpath class='st1' d='M276.9,203.4l-22.4,7.6v22.1l22.4-4.2V203.4 M277.6,201.5c0.4,0,0.8,0.3,0.8,0.6v27.5c0,0.3-0.3,0.6-0.8,0.6 l-23.9,4.5c-0.4,0-0.8-0.3-0.8-0.6v-23.9c0-0.3,0.3-0.6,0.8-0.6L277.6,201.5z'/%3E%3C/g%3E%3Cg id='Rectangle_arrondi_2-2' transform='translate(-245 -201.446)'%3E%3Cpath class='st0' d='M252.3,237.3v-23.6c0,0,0,0,0,0h0.1l0.1,0l25.9-4.4v26c0,0,0,0,0,0h0l0,0L252.3,237.3z'/%3E%3Cpath class='st1' d='M277.6,210.2l-24.5,4.1v22.2l24.5-1.8V210.2 M278.3,208.5c0.4,0,0.8,0.2,0.8,0.5v26.5c0,0.3-0.3,0.5-0.8,0.5 l-26,2c-0.4,0-0.8-0.2-0.8-0.5v-24.1c0-0.3,0.3-0.5,0.8-0.5L278.3,208.5z'/%3E%3C/g%3E%3Cg id='Rectangle_arrondi_2-3' transform='translate(0 10.162)'%3E%3Crect x='6.6' y='2.5' class='st0' width='28.7' height='25.1'/%3E%3Crect x='7.3' y='3.3' class='st2' width='27.2' height='23.6'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
#header nav ul li a .user {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42.44' height='42.44' viewBox='0 0 42.44 42.44'%3E%3Cg id='user' transform='translate(-245 -395.23)'%3E%3Cg id='Ellipse_1' data-name='Ellipse 1' transform='translate(245 395.23)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Ccircle cx='21.22' cy='21.22' r='21.22' stroke='none'/%3E%3Ccircle cx='21.22' cy='21.22' r='20.47' fill='none'/%3E%3C/g%3E%3Cg id='Ellipse_2' data-name='Ellipse 2' transform='translate(251.019 414.491)' fill='none' stroke-linecap='round'%3E%3Cpath d='M15.352,0A15.15,15.15,0,0,1,30.7,14.939c0,4.117-7.645,7.895-15.352,7.9C7.707,22.85,0,19.073,0,14.939A15.15,15.15,0,0,1,15.352,0Z' stroke='none'/%3E%3Cpath d='M 15.35183525085449 1.500003814697266 C 11.64417457580566 1.500003814697266 8.160505294799805 2.903003692626953 5.54255485534668 5.45057487487793 C 2.935674667358398 7.987363815307617 1.499996185302734 11.3571138381958 1.499996185302734 14.93907356262207 C 1.499996185302734 16.2616138458252 3.024295806884766 17.85648345947266 5.478055953979492 19.10131454467773 C 8.284955978393555 20.52529335021973 11.87468528747559 21.34199333190918 15.32680511474609 21.34199333190918 L 15.3502254486084 21.34198379516602 C 18.82889556884766 21.33824348449707 22.43302536010742 20.51885414123535 25.23848533630371 19.09393310546875 C 27.68429565429688 17.85166358947754 29.20366477966309 16.25961303710938 29.20366477966309 14.93907356262207 C 29.20366477966309 11.3571138381958 27.76799583435059 7.987363815307617 25.16110610961914 5.45057487487793 C 22.54315567016602 2.903003692626953 19.05949401855469 1.500003814697266 15.35183525085449 1.500003814697266 M 15.35183525085449 3.814697265625e-06 C 23.83041572570801 3.814697265625e-06 30.70366477966309 6.688453674316406 30.70366477966309 14.93907356262207 C 30.70366477966309 19.05611419677734 23.05851554870605 22.83369445800781 15.35183525085449 22.84198379516602 C 7.706460952758789 22.85024452209473 -3.814697265625e-06 19.07266426086426 -3.814697265625e-06 14.93907356262207 C -3.814697265625e-06 6.688453674316406 6.873254776000977 3.814697265625e-06 15.35183525085449 3.814697265625e-06 Z' stroke='none' fill='%23fff'/%3E%3C/g%3E%3Cg id='Ellipse_3' data-name='Ellipse 3' transform='translate(258.846 400.648)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Ccircle cx='7.223' cy='7.223' r='7.223' stroke='none'/%3E%3Ccircle cx='7.223' cy='7.223' r='6.473' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 74%;
  background-position-x: 8px;
  background-position-y: 10px;
}
#header nav ul li a .search {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35.978' height='37.131' viewBox='0 0 35.978 37.131'%3E%3Cg id='Groupe_3' data-name='Groupe 3' transform='translate(0 0.102)'%3E%3Cg id='Ellipse_4' data-name='Ellipse 4' transform='translate(0 -0.102)' fill='none' stroke='%23fff' stroke-width='1.5'%3E%3Ccircle cx='16.5' cy='16.5' r='16.5' stroke='none'/%3E%3Ccircle cx='16.5' cy='16.5' r='15.75' fill='none'/%3E%3C/g%3E%3Cline id='Ligne_5' data-name='Ligne 5' x1='8.286' y1='8.286' transform='translate(27.161 28.213)' fill='none' stroke='%23fff' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A");
}
#header nav ul li a .offre {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 45 44' style='enable-background:new 0 0 45 44;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;%7D .st1%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg id='Polygone_2'%3E%3Cpath class='st0' d='M28.9,2.2l3.2,6.2l6.8,1.2l-1,7l4.8,5.1l-4.8,5.1l1,7L32.1,35l-3.2,6.2l-6.2-3.1l-6.2,3.1L13.3,35l-6.8-1.2 l1-7l-4.8-5.1l4.8-5.1l-1-7l6.8-1.2l3.2-6.2l6.2,3.1L28.9,2.2z'/%3E%3Cpath class='st1' d='M28.2,4.2L22.7,7l-5.5-2.8l-2.9,5.6l-6.1,1.1l0.9,6.3l-4.3,4.6l4.3,4.6l-0.9,6.3l6.1,1.1l2.9,5.6l5.5-2.8 l5.5,2.8l2.9-5.6l6.1-1.1l-0.9-6.3l4.3-4.6l-4.3-4.6l0.9-6.3l-6.1-1.1L28.2,4.2 M16.5,2.2l6.2,3.1l6.2-3.1l3.2,6.2l6.8,1.2l-1,7 l4.8,5.1l-4.8,5.1l1,7L32.1,35l-3.2,6.2l-6.2-3.1l-6.2,3.1L13.3,35l-6.8-1.2l1-7l-4.8-5.1l4.8-5.1l-1-7l6.8-1.2L16.5,2.2z'/%3E%3C/g%3E%3C/svg%3E%0A");
}
#header nav ul li a .solutions {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='27.422' height='35.959' viewBox='0 0 27.422 35.959'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_71' data-name='Rectangle 71' width='27.422' height='35.959' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Groupe_160' data-name='Groupe 160' clip-path='url(%23clip-path)'%3E%3Cpath id='Tracé_78' data-name='Tracé 78' d='M91.3,278.932H86.852a2.089,2.089,0,0,1-1.839-2.267v-1.981a.664.664,0,0,1,1.327.066v1.914c0,.565.308.94.513.94H91.3c.2,0,.511-.375.511-.94v-1.917a.664.664,0,1,1,1.327-.061v1.978a2.086,2.086,0,0,1-1.838,2.268' transform='translate(-75.372 -242.973)' fill='%23fff'/%3E%3Cpath id='Tracé_79' data-name='Tracé 79' d='M47.873,78.074H39.9a.664.664,0,0,1-.663-.663V74.857a9.079,9.079,0,0,0-2.519-6.231,9.846,9.846,0,1,1,14.356-.018,9.2,9.2,0,0,0-2.536,6.3v2.5a.665.665,0,0,1-.665.665m-7.312-1.327h6.648V74.907A10.524,10.524,0,0,1,50.1,67.7a8.519,8.519,0,1,0-12.42.015,10.4,10.4,0,0,1,2.879,7.14Z' transform='translate(-30.18 -46.13)' fill='%23fff'/%3E%3Cpath id='Tracé_80' data-name='Tracé 80' d='M115.716,130.151a.664.664,0,0,1-.663-.663V111.433a.663.663,0,1,1,1.327,0v18.054a.664.664,0,0,1-.663.663' transform='translate(-102.005 -98.208)' fill='%23fff'/%3E%3Cpath id='Tracé_81' data-name='Tracé 81' d='M115.716,4.583a.664.664,0,0,1-.663-.663V.663a.663.663,0,0,1,1.327,0V3.919a.664.664,0,0,1-.663.663' transform='translate(-102.005)' fill='%23fff'/%3E%3Cpath id='Tracé_82' data-name='Tracé 82' d='M50.839,21.951a.665.665,0,0,1-.576-.332L48.635,18.8a.663.663,0,0,1,1.149-.663l1.629,2.82a.662.662,0,0,1-.243.906.647.647,0,0,1-.33.09' transform='translate(-43.04 -15.784)' fill='%23fff'/%3E%3Cpath id='Tracé_83' data-name='Tracé 83' d='M3.469,69.505a.658.658,0,0,1-.332-.09L.317,67.787A.664.664,0,0,1,.98,66.638L3.8,68.267a.663.663,0,0,1-.331,1.238' transform='translate(0 -59.01)' fill='%23fff'/%3E%3Cpath id='Tracé_84' data-name='Tracé 84' d='M206.026,69.508a.663.663,0,0,1-.331-1.238l2.82-1.629a.664.664,0,0,1,.663,1.149l-2.82,1.629a.647.647,0,0,1-.332.09' transform='translate(-182.074 -59.012)' fill='%23fff'/%3E%3Cpath id='Tracé_85' data-name='Tracé 85' d='M167.846,21.951a.664.664,0,0,1-.575-1l1.629-2.82a.663.663,0,0,1,1.149.663l-1.629,2.82a.658.658,0,0,1-.574.332' transform='translate(-148.223 -15.784)' fill='%23fff'/%3E%3Cpath id='Tracé_86' data-name='Tracé 86' d='M72.021,115.565c-2.679,0-5.558-.755-5.558-2.412,0-.581.369-1.394,2.129-1.946a.664.664,0,1,1,.4,1.267c-.931.291-1.186.618-1.2.684.014.057.239.357,1.1.644a11.454,11.454,0,0,0,6.265,0c.863-.288,1.089-.589,1.1-.652-.054-.255-1.219-.959-3.649-1.068a.664.664,0,0,1,.059-1.327c2.27.1,4.921.789,4.921,2.4-.007,1.659-2.891,2.413-5.568,2.413' transform='translate(-58.926 -98.193)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
}
#header nav ul li a .abo {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 45 44' style='enable-background:new 0 0 45 44;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;%7D .st1%7Bfill:none;stroke:%23FFFFFF;stroke-width:0.9999;stroke-miterlimit:3.9998;%7D .st2%7Bfill:%231E1E28;%7D .st3%7Bfill:none;stroke:%23FFFFFF;%7D%0A%3C/style%3E%3Cg id='Groupe_77' transform='translate(1.987 6.116)'%3E%3Cg id='Rectangle_42' transform='matrix(0.951, -0.309, 0.309, 0.951, -1.987, 1.609)'%3E%3Crect x='2.5' y='3.9' transform='matrix(-1 2.529012e-06 -2.529012e-06 -1 29.956 34.9555)' class='st0' width='25' height='27.2'/%3E%3Crect x='3' y='4.4' transform='matrix(-1 2.529012e-06 -2.529012e-06 -1 29.956 34.9555)' class='st1' width='24' height='26.2'/%3E%3C/g%3E%3Cg id='Rectangle_43' transform='translate(11.875 6.749) rotate(12)'%3E%3Crect x='9' y='-2.8' transform='matrix(2.765416e-06 1 -1 2.765416e-06 26.3243 -6.8629)' class='st2' width='15.2' height='25'/%3E%3Crect x='9.5' y='-2.3' transform='matrix(2.765416e-06 1 -1 2.765416e-06 26.3243 -6.8629)' class='st3' width='14.2' height='24'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
#header nav ul li a .basket {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31.302' height='28.975' viewBox='0 0 31.302 28.975'%3E%3Cg id='Groupe_142' data-name='Groupe 142' transform='translate(-22.698 -966.025)'%3E%3Cg id='Tracé_45' data-name='Tracé 45' transform='translate(30 972)' fill='none'%3E%3Cpath d='M0,0H24L20.586,15.949H3.707Z' stroke='none'/%3E%3Cpath d='M 1.888620376586914 1.499999046325684 L 4.898368835449219 14.44921970367432 L 19.37304878234863 14.44921970367432 L 22.14493560791016 1.499999046325684 L 1.888620376586914 1.499999046325684 M 0 -9.5367431640625e-07 L 24 -9.5367431640625e-07 L 20.58593940734863 15.94921970367432 L 3.707029342651367 15.94921970367432 L 0 -9.5367431640625e-07 Z' stroke='none' fill='%23fff'/%3E%3C/g%3E%3Cpath id='Tracé_46' data-name='Tracé 46' d='M23.7,1006.168H29.25l2.91,6.451' transform='translate(-1 -39.393)' fill='none' stroke='%23fff' stroke-width='1.5'/%3E%3Cg id='Ellipse_21' data-name='Ellipse 21' transform='translate(34 990)' fill='none' stroke='%23fff' stroke-width='1.5'%3E%3Ccircle cx='2.5' cy='2.5' r='2.5' stroke='none'/%3E%3Ccircle cx='2.5' cy='2.5' r='1.75' fill='none'/%3E%3C/g%3E%3Cg id='Ellipse_22' data-name='Ellipse 22' transform='translate(46 990)' fill='none' stroke='%23fff' stroke-width='1.5'%3E%3Ccircle cx='2.5' cy='2.5' r='2.5' stroke='none'/%3E%3Ccircle cx='2.5' cy='2.5' r='1.75' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 89%;
}
#header nav ul li a .contact {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34.518' height='37.933' viewBox='0 0 34.518 37.933'%3E%3Cg id='Tracé_34' data-name='Tracé 34' fill='none'%3E%3Cpath d='M17.259,0C7.727,0,0,7.387,0,16.5S7.727,33,17.259,33c.118-.374,11.6,6.393,14.508,4.643,1.921-1.151-.7-10.994,0-11.985A16.414,16.414,0,0,0,34.518,16.5C34.518,7.387,26.791,0,17.259,0Z' stroke='none'/%3E%3Cpath d='M 17.259033203125 1.499996185302734 C 13.03696250915527 1.499996185302734 9.070962905883789 3.068637847900391 6.091602325439453 5.916969299316406 C 3.13066291809082 8.747688293457031 1.500003814697266 12.50614738464355 1.500003814697266 16.49999809265137 C 1.500003814697266 20.49384689331055 3.13066291809082 24.2523078918457 6.091602325439453 27.08302688598633 C 9.029319763183594 29.89154624938965 12.92642402648926 31.45589828491211 17.08228302001953 31.49908065795898 C 17.15145492553711 31.48978233337402 17.22218132019043 31.48503112792969 17.29339981079102 31.48504638671875 C 17.79691696166992 31.48504638671875 18.17595672607422 31.6621208190918 20.09574317932129 32.59839630126953 C 22.64763259887695 33.84294891357422 27.95771408081055 36.43265914916992 30.45434379577637 36.43265914916992 C 30.64269828796387 36.43265914916992 30.77224922180176 36.41656875610352 30.85727500915527 36.3991584777832 C 30.92665100097656 36.1640510559082 31.03403663635254 35.56110763549805 30.96090316772461 34.18133926391602 C 30.89177322387695 32.87695693969727 30.68655395507812 31.33155822753906 30.50550270080566 29.96807861328125 C 30.08026313781738 26.76577758789062 29.96255302429199 25.61653900146484 30.53915405273438 24.79558753967285 C 32.09136199951172 22.58555793762207 33.01806259155273 19.48439788818359 33.01806259155273 16.49999809265137 C 33.01806259155273 12.50614738464355 31.38740348815918 8.747688293457031 28.42646408081055 5.916969299316406 C 25.44710350036621 3.068637847900391 21.48110198974609 1.499996185302734 17.259033203125 1.499996185302734 M 17.259033203125 -3.814697265625e-06 C 26.79093360900879 -3.814697265625e-06 34.51806259155273 7.387298583984375 34.51806259155273 16.49999809265137 C 34.51806259155273 19.93731689453125 33.41864395141602 23.30560684204102 31.76664352416992 25.65771865844727 C 31.07070350646973 26.64858818054199 33.68792343139648 36.49206924438477 31.76664352416992 37.64306640625 C 28.93266296386719 39.34569931030273 17.98874473571777 32.98455047607422 17.29294204711914 32.98505020141602 C 17.27369689941406 32.98506164550781 17.26220893859863 32.98994445800781 17.259033203125 32.99999618530273 C 7.727132797241211 32.99999618530273 3.814697265625e-06 25.61269760131836 3.814697265625e-06 16.49999809265137 C 3.814697265625e-06 7.387298583984375 7.727132797241211 -3.814697265625e-06 17.259033203125 -3.814697265625e-06 Z' stroke='none' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 75%;
  background-position-x: 7px;
}
#header .block-search {
  border: solid 1px #B1B1B1;
  font-family: "Roboto-Medium";
  height: 40px;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  left: 277px;
  background-color: #fff;
  z-index: 100;
  color: #6f6f78;
}
#header .block-search label {
  font-family: "Roboto-Medium";
  padding-left: 15px;
  padding-right: 15px;
  width: 180px;
  text-align: center;
  color: #2F2F43;
  font-size: 0.9em;
}
#header .block-search input[type=search] {
  width: 100%;
  height: 40px;
  border: 0;
  border-left: solid 1px #B1B1B1;
  flex-grow: 2;
  padding-left: 15px;
  font-size: 1.2em;
}
#header .block-search input[type=search]::-moz-placeholder {
  font-size: 0.8em;
  opacity: 0.6;
  line-height: 12px;
  font-style: italic;
}
#header .block-search input[type=search]::placeholder {
  font-size: 0.8em;
  opacity: 0.6;
  line-height: 12px;
  font-style: italic;
}
#header .block-search input[type=submit] {
  background-color: #FDBB2C;
  width: 40px;
  height: 40px;
  background-color: #FFBB22;
  border: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35.978' height='37.131' viewBox='0 0 35.978 37.131'%3E%3Cg id='Groupe_3' data-name='Groupe 3' transform='translate(0 0.102)'%3E%3Cg id='Ellipse_4' data-name='Ellipse 4' transform='translate(0 -0.102)' fill='none' stroke='%23fff' stroke-width='1.5'%3E%3Ccircle cx='16.5' cy='16.5' r='16.5' stroke='none'/%3E%3Ccircle cx='16.5' cy='16.5' r='15.75' fill='none'/%3E%3C/g%3E%3Cline id='Ligne_5' data-name='Ligne 5' x1='8.286' y1='8.286' transform='translate(27.161 28.213)' fill='none' stroke='%23fff' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  cursor: pointer;
}

.menu-mobile {
  display: none;
  background-color: #fff;
}
.menu-mobile .bt {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #1E1E28;
  height: 60px;
  width: 60px;
  background-position: center;
  background-size: 130%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 191.3 111.4' style='enable-background:new 0 0 191.3 111.4;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23FBBA2A;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cline class='st0' x1='67.5' y1='31.1' x2='128.8' y2='31.1'/%3E%3Cline class='st0' x1='67.5' y1='55.7' x2='128.8' y2='55.7'/%3E%3Cline class='st0' x1='67.5' y1='80.4' x2='128.8' y2='80.4'/%3E%3C/svg%3E%0A");
}
.menu-mobile.bt-close .bt {
  height: 60px;
  width: 60px;
  background-size: 37%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 25.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 58.2 60.2' style='enable-background:new 0 0 58.2 60.2;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23FFBB22;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cline class='st0' x1='7.1' y1='8.3' x2='50.5' y2='51.6'/%3E%3Cline class='st0' x1='7.1' y1='51.6' x2='50.5' y2='8.3'/%3E%3C/svg%3E%0A");
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.menu-mobile .logo-mobile img {
  height: 45px;
  margin-left: 75px;
  margin-top: 10px;
  width: auto;
}

html {
  font-size: 16px;
  font-family: "Roboto-Regular";
  color: #1E1E28;
}

body {
  font-size: 100%;
  color: #1E1E28;
}

img {
  width: 100%;
  height: auto;
}

h1 {
  font-size: 1.7em;
  font-family: "Lora SemiBold";
}

h2 {
  font-size: 1.7em;
  font-family: "Roboto-Medium";
}

h3 {
  font-size: 1.5em;
  font-family: "Roboto-Bold";
  color: #FDBB2C;
}

h4 {
  font-size: 1.2em;
  font-family: "Roboto-Bold";
  color: #9F9F9F;
}

h5 {
  font-size: 1.2em;
  font-family: "Lora SemiBold";
}

h6 {
  font-size: 1em;
  font-family: "Lora SemiBold";
}

p {
  font-size: 1.2em;
  font-family: "Roboto-Regular";
}

a {
  text-decoration: none;
  color: #1E1E28;
  cursor: pointer;
}
a:hover {
  color: #FDBB2C;
  transition: all 0.5s ease-in-out;
  opacity: 0.8;
  text-decoration: underline;
}

ul {
  padding-left: 18px;
  margin-top: 10px;
}
ul li {
  list-style-type: disc;
  padding-bottom: 5px;
}

ol {
  margin-top: 10px;
}
ol li {
  list-style-type: start;
}

section {
  margin-bottom: 15px;
}

.tt-first {
  margin-bottom: 20px;
}

.btn {
  background-color: #FFBB22;
  padding: 12px 22px 12px 22px;
  border-radius: 60px;
  border: 0px;
  cursor: pointer;
  font-size: 1em;
  font-family: "Roboto-Medium";
  font-weight: 500;
  transition: all 0.5s ease-out;
  text-decoration: none;
  color: #1E1E28;
  text-decoration: none;
}
.btn:hover {
  background-color: #d19612;
}
.btn.btn-arrow {
  position: relative;
  padding-right: 35px;
  text-decoration: none;
}
.btn.btn-arrow:after {
  content: "";
  position: absolute;
  top: 12px;
  right: 14px;
  height: 11px;
  width: 9px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.895' height='11.294' viewBox='0 0 6.895 11.294'%3E%3Cpath id='Tracé_4' data-name='Tracé 4' d='M948.871,528.2l4.48,3.984-4.48,4.483' transform='translate(-947.457 -526.787)' fill='none' stroke='%231e1e28' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
}

a.btn:hover {
  color: #1E1E28;
}

strong {
  font-family: "Roboto-Bold";
}

.carousel {
  width: 100%;
  max-width: 1160px;
  overflow: hidden;
  position: relative;
  display: block;
  margin: 0 auto 30px auto;
}
.carousel .wrapper {
  display: flex;
  max-height: 191px;
}
.carousel .wrapper .slide {
  flex: 0 0 100%;
  box-sizing: border-box;
}
.carousel .wrapper .slide > img {
  width: 100%;
  max-width: 1160px;
  height: auto;
  display: block;
}

.tt-rub {
  margin-bottom: 20px;
}

section.block a {
  color: #1E1E28;
}

.b2b-connected {
  display: flex;
  /* end main */
}
.b2b-connected #main {
  margin-top: 40px;
  font-family: "Roboto-Medium";
  width: 100%;
  margin-left: 277px;
  overflow: hidden;
  padding: 30px 40px 10px 40px;
}
.b2b-connected #main .box-wdt {
  max-width: 1200px;
}

.info-message {
  background: #FDBB2C;
  margin-top: 5px;
  margin-bottom: 15px;
}
.info-message p {
  color: #1E1E28;
  padding: 15px;
  font-size: 1em;
}

/* bandeau auto promo*/
.auto-promo {
  background-color: #FDBB2C;
  display: flex;
  padding: 70px;
  align-items: center;
  height: 120px;
  margin-left: -45px;
  position: relative;
}
.auto-promo > div {
  width: 25%;
  padding-right: 60px;
}
.auto-promo .txt img {
  width: 200px;
}
.auto-promo .txt p {
  padding-top: 10px;
  font-size: 1.2em;
  font-family: "Roboto-Regular";
}
.auto-promo .app {
  text-align: center;
}
.auto-promo .app img {
  width: 190px;
  display: block;
}
.auto-promo .app img:first-child {
  margin-bottom: 20px;
}
.auto-promo .visu {
  width: 200px;
}
.auto-promo:after {
  content: "";
  height: 100%;
  width: 50px;
  background-color: #FDBB2C;
  position: absolute;
  right: -45px;
}

/* end bandeau auto promo*/
/* breadcrumbs */
.breadcrumbs {
  margin-bottom: 10px;
}
.breadcrumbs ul {
  padding-left: 0px;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs ul li {
  list-style-type: none;
  padding-right: 10px;
  padding-left: 5px;
  position: relative;
}
.breadcrumbs ul li a {
  font-size: 13px;
  font-family: "Roboto-Light";
  color: #767676;
  position: relative;
  padding-right: 5px;
}
.breadcrumbs ul li a:after {
  content: ">";
  position: absolute;
  right: -6px;
  top: 1px;
}
.breadcrumbs ul li a.here {
  font-family: "Roboto-Bold";
}
.breadcrumbs ul li:last-child a:after {
  content: "";
}

/* affichage des mag listes */
.block .flex {
  display: flex;
  padding-bottom: 15px;
  flex-wrap: wrap;
}

.mag {
  text-align: center;
  padding-bottom: 70px;
  width: 250px;
  line-height: inherit;
}
.mag:hover {
  color: #FDBB2C;
  text-decoration: none;
}
.mag legend {
  max-width: 90%;
  margin: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
.mag legend .tt {
  font-size: 1.3em;
  font-family: "Roboto-Medium";
}
.mag legend .date {
  font-size: 0.9em;
  font-family: "Roboto-Light";
  padding-top: 5px;
}
.mag img.couv {
  box-shadow: 1px 1px 5px #c8c8c8;
  height: 270px;
  width: auto;
}

/* end affichage des mag listes */
/* block top home */
.tab-bodies.tabs-home {
  border: solid 1px #cccccc;
  padding: 60px 40px 0px 40px;
  overflow: hidden;
  margin-bottom: 50px;
  position: relative;
}
.tab-bodies.tabs-home .btn.btn-arrow {
  position: absolute;
  right: 10px;
  top: 10px;
}
.tab-bodies.tabs-home .list {
  width: 100%;
  max-height: 730px;
}
.tab-bodies.tabs-home .list .mag {
  padding-bottom: 20px;
}

.tab-registers.tabs-home button {
  background-color: #fff;
  cursor: pointer;
  padding: 10px 20px;
  text-transform: uppercase;
  color: #2F2F43;
  border: 0px;
}
.tab-registers.tabs-home button.active {
  border-left: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
  border-top: solid 4px #FDBB2C;
  border-bottom: 3px #fff;
}
.tab-registers.tabs-home button:hover {
  color: #FDBB2C;
  border-left: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
  border-top: solid 4px #FDBB2C;
  border-bottom: 3px #fff;
}

/* end block top home*/
/* liste des magazine sous forme de rubriques */
.block-rub-home {
  margin-bottom: 50px;
  position: relative;
  border-bottom: dashed 2px #DDDDDD;
  padding-bottom: 10px;
}
.block-rub-home:first-child {
  border-bottom: dashed 0px #DDDDDD;
}
.block-rub-home:last-child {
  border-bottom: dashed 0px #DDDDDD;
}
.block-rub-home a.link {
  color: #FDBB2C;
  position: relative;
  padding-right: 15px;
  text-decoration: none;
}
.block-rub-home a.link:before {
  content: ">";
  position: absolute;
  right: 0;
  top: 4px;
}
.block-rub-home .tt-rub {
  font-size: 2em;
  font-family: "Lora SemiBold";
  display: inline;
  margin-right: 15px;
  display: block;
  margin-bottom: 0px;
}
.block-rub-home .tt {
  font-size: 1.7em;
  font-family: "Lora SemiBold";
}
.block-rub-home .ss-tt {
  font-size: 1.3em;
  font-family: "Roboto-Medium";
  text-transform: uppercase;
  padding-bottom: 5px;
}
.block-rub-home .art {
  font-size: 0.8em;
}
.block-rub-home .flex {
  display: flex;
  padding-bottom: 15px;
  flex-wrap: wrap;
}
.block-rub-home .block-title {
  margin-bottom: 20px;
}
.block-rub-home .list {
  height: 380px;
  overflow: hidden;
  justify-content: space-between;
  width: 100%;
}

/* end liste des magazine sous forme de rubriques */
.footer-b2b {
  padding: 20px 10px 10px 10px;
  margin-top: 50px;
  border-top: solid 1px #CBCBCB;
}
.footer-b2b ul {
  display: flex;
  margin-top: 0px;
}
.footer-b2b ul li {
  font-size: 0.8em;
  font-family: "Roboto-Light";
  border-right: solid 1px grey;
  padding-right: 15px;
  margin-right: 15px;
  list-style-type: none;
  padding-bottom: 0px;
}
.footer-b2b ul li:last-child {
  border-right: solid 0px grey;
}
.footer-b2b.fixed {
  position: fixed;
  bottom: 10px;
  width: 100%;
}

/* forms */
form .flex {
  display: flex;
  flex-wrap: nowrap;
}
form p {
  margin-bottom: 15px;
}
form fieldset {
  margin-bottom: 20px;
}
form label {
  display: block;
  font-size: 0.8em;
  padding-bottom: 5px;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Roboto-Bold";
}
form label.required:after {
  content: " *";
  color: #bf1616;
}
form .ss-tt {
  margin-bottom: 20px;
}
form .btn {
  background-color: #FFBB22;
  padding: 12px 22px 12px 22px;
  border-radius: 60px;
  border: 0px;
  cursor: pointer;
  font-size: 1em;
  font-family: "Roboto-Medium";
  font-weight: 500;
  transition: all 0.5s ease-out;
  text-decoration: none;
  color: #1E1E28;
  text-decoration: none;
}
form .btn:hover {
  background-color: #d19612;
}
form .two-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
form .two-col .col50 {
  width: 49%;
}
form .content-box {
  display: flex;
  flex-wrap: nowrap;
}
form .content-box .box {
  width: 50%;
}
form .box {
  margin-bottom: 25px;
  padding-right: 10px;
}
form .box-radio {
  display: flex;
  align-items: center;
}
form .box-radio label {
  padding: 0;
}
form input {
  height: 41px;
  border: solid 1px #c9c9c9;
  border-radius: 3px;
  width: 100%;
  padding: 5px;
  box-sizing: border-box;
}
form input.box-alert {
  border: solid 1px red;
}
form input[type=checkbox] {
  width: auto;
}
form input[type=radio] {
  width: auto;
  margin-top: 0;
}
form input[type=submit] {
  background-color: #FFBB22;
  padding: 12px 22px 12px 22px;
  border-radius: 60px;
  border: 0px;
  cursor: pointer;
  font-size: 1em;
  font-family: "Roboto-Medium";
  font-weight: 500;
  transition: all 0.5s ease-out;
  text-decoration: none;
  color: #1E1E28;
  text-decoration: none;
  width: auto;
}
form input[type=submit]:hover {
  background-color: #d19612;
}
form textarea {
  border: solid 1px #c9c9c9;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
form textarea.box-alert {
  border: solid 1px red;
}
form .block-select {
  position: relative;
}
form .block-select:after {
  content: "";
  position: absolute;
  top: 8px;
  right: 7px;
  height: 24px;
  width: 28px;
  background-color: #fff;
  background-size: 61%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.711' height='8.851' viewBox='0 0 15.711 8.851'%3E%3Cpath id='Tracé_9' data-name='Tracé 9' d='M0,0,6.438,6.112,0,12.883' transform='translate(14.297 1.414) rotate(90)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E%0A");
}
form .block-select select {
  padding: 10px 15px;
  border: solid 1px #C1C1C1;
  width: 100%;
  font-family: "Roboto-Medium";
  margin-right: 20px;
  background-color: #fff;
  border-radius: 0px;
  position: relative;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 2;
  background-color: transparent;
}
form .block-select select option {
  font-family: "Roboto-Medium";
}
form .checkbox {
  display: flex;
}
form .alert {
  text-align: left;
}
form .alert.warning {
  background-color: #f8b779;
  color: #d74c1e;
  padding: 15px;
}
form .alert.error {
  background-color: #ffbdbd;
  color: #bf1616;
  padding: 15px;
}
form .alert.valid {
  background-color: #92c48d;
  color: #25791c;
  padding: 15px;
}
form .tt {
  margin-bottom: 20px;
}
form .SumoSelect > .CaptionCont {
  border: 1px solid #c9c9c9;
  font-size: 0.8em;
  padding: 9px;
}

.webview form input {
  font-size: 1.3em;
}

/* tableaux */
table {
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}
table thead {
  background-color: #ededed;
  border-bottom: solid 1px #ededed;
}
table thead tr th:hover, table thead tr td:hover {
  cursor: pointer;
}
table thead tr th.sorting_asc:after, table thead tr td.sorting_asc:after {
  content: " v";
  color: #FDBB2C;
  font-size: 0.9em;
  display: inline-block;
}
table thead tr th.sorting_desc:after, table thead tr td.sorting_desc:after {
  content: " ^";
  color: #FDBB2C;
  font-size: 0.9em;
  display: inline-block;
}
table tbody tr {
  border-bottom: solid 1px #ededed;
}
table th, table td {
  padding: 15px;
}
table.table-hover tr:hover td {
  background-color: #fafafa;
}

/* Page Titre */
.top-title {
  display: flex;
  margin-bottom: 60px;
  position: relative;
}
.top-title .btn-bookmarks {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 30px;
  width: 30px;
  background-repeat: no-repeat;
  z-index: 1000;
}
.top-title .btn-bookmarks:hover span {
  opacity: 1;
}
.top-title .btn-bookmarks span {
  position: absolute;
  width: 150px;
  opacity: 0;
  right: 15px;
}
.top-title .btn-bookmarks.full {
  background-image: url("data:image/svg+xml,%3Csvg id='favoris' xmlns='http://www.w3.org/2000/svg' width='21.693' height='19.721' viewBox='0 0 21.693 19.721'%3E%3Cpath id='Tracé_29' data-name='Tracé 29' d='M10.846,19.721C5.014,15.783,1.956,12.2.7,9.2-2.659,1.169,6.939-2.674,10.846,2.069c3.907-4.743,13.506-.9,10.145,7.134C19.737,12.2,16.678,15.783,10.846,19.721Z' transform='translate(0 0)' fill='%23fdbb2c'/%3E%3C/svg%3E%0A");
  padding-right: 15px;
  width: 150px;
  background-repeat: no-repeat;
  background-position-x: right;
  line-height: 35px;
  background-position-y: 9px;
}
.top-title .btn-bookmarks.empty {
  background-image: url("data:image/svg+xml,%3Csvg id='favoris' xmlns='http://www.w3.org/2000/svg' width='21.693' height='19.721' viewBox='0 0 21.693 19.721'%3E%3Cg id='Tracé_29' data-name='Tracé 29' transform='translate(0 0)' fill='none'%3E%3Cpath d='M10.846,19.721C5.014,15.783,1.956,12.2.7,9.2-2.659,1.169,6.939-2.674,10.846,2.069c3.907-4.743,13.506-.9,10.145,7.134C19.737,12.2,16.678,15.783,10.846,19.721Z' stroke='none'/%3E%3Cpath d='M 10.84643745422363 18.50922393798828 C 15.61124324798584 15.20634746551514 18.7944278717041 11.86343860626221 20.06903839111328 8.817132949829102 C 21.18724822998047 6.143692970275879 20.60013771057129 4.347972869873047 19.91071701049805 3.312312841415405 C 18.96126747131348 1.886022925376892 17.22556686401367 1.000002980232239 15.38097763061523 1.000002980232239 C 13.86030769348145 1.000002980232239 12.52402782440186 1.605532884597778 11.61827754974365 2.705042839050293 L 10.84643745422363 3.641992807388306 L 10.07459735870361 2.705042839050293 C 9.16884708404541 1.605532884597778 7.832567691802979 1.000002980232239 6.311897277832031 1.000002980232239 C 4.467507362365723 1.000002980232239 2.731897354125977 1.886092901229858 1.782377481460571 3.312482833862305 C 1.092907428741455 4.348202705383301 0.5057374835014343 6.143942832946777 1.623787403106689 8.817012786865234 C 2.898444890975952 11.86343383789062 6.081631660461426 15.20634746551514 10.84643745422363 18.50922393798828 M 10.84643745422363 19.72079277038574 C 5.014377593994141 15.78319263458252 1.955697417259216 12.20104312896729 0.7012874484062195 9.2030029296875 C -2.659212589263916 1.168633103370667 6.939378261566162 -2.673647165298462 10.84643745422363 2.069222927093506 C 14.75349617004395 -2.673648118972778 24.35208511352539 1.168632984161377 20.99158668518066 9.2030029296875 C 19.7371768951416 12.20104312896729 16.67849731445312 15.78319263458252 10.84643745422363 19.72079277038574 Z' stroke='none' fill='%231e1e28'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position-x: right;
  line-height: 35px;
  background-position-y: 9px;
}
.top-title .couv {
  width: 315px;
}
.top-title .couv img {
  width: 315px;
  height: auto;
  box-shadow: 1px 1px 5px #c8c8c8;
}
.top-title .info-title {
  flex-grow: 1;
  padding-left: 20px;
  position: relative;
  padding-bottom: 50px;
  max-width: 1200px;
}
.top-title .info-title h1.tt {
  font-family: "Roboto-Bold";
  font-size: 3rem;
  color: #1E1E28;
}
.top-title .info-title h2.info {
  font-size: 1.25rem;
  font-family: "Roboto-Light";
  padding-top: 5px;
}
.top-title .info-title .select-edition {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.top-title .info-title .select-edition label {
  font-family: "Roboto-Regular";
  font-size: 1rem;
  padding-right: 10px;
}
.top-title .info-title .block-price {
  border: solid 1px #E8E8E8;
  box-shadow: 1px 1px 12px #E8E8E8;
  padding: 10px 20px;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 1.2rem;
  font-family: "Roboto-Light";
}
.top-title .info-title .block-price .line-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #F4F4F4;
}
.top-title .info-title .block-price .line-price:last-child {
  border-bottom: 0px;
}
.top-title .info-title .block-price .line-price .price {
  font-family: "Roboto-Bold";
  display: flex;
  align-items: center;
}
.top-title .info-title .block-price .line-price .price span {
  font-family: "Roboto-Light";
  font-size: 1rem;
  margin-left: 10px;
}
.top-title .info-title .block-price .line-price .price span em {
  text-decoration: line-through;
  font-style: normal;
}
.top-title .info-title .block-price .line-price .price a {
  border: solid 1px #1E1E28;
  border-radius: 50px;
  padding: 9px 22px 9px 22px;
  font-family: "Roboto-Medium";
  font-size: 0.9rem;
  width: 100px;
  display: inline-block;
  text-align: center;
  margin-left: 20px;
  text-decoration: none;
}
.top-title .info-title .block-price .line-price .price a:hover {
  background-color: #FDBB2C;
  font-weight: 700;
  color: #1E1E28;
}
.top-title .info-title .block-price .line-price .price form {
  font-size: 0.9rem;
  display: inline-block;
  text-align: center;
  margin-left: 20px;
}
.top-title .info-title .block-price .line-price .price form input[type=submit] {
  background-color: #fff;
  border: solid 1px #1E1E28;
  cursor: pointer;
  min-width: 150px;
}
.top-title .info-title .block-price .line-price .price form input[type=submit]:hover {
  background-color: #FDBB2C;
}
.top-title .info-title .bt-offer {
  background-color: #F4F4F4;
  color: #1E1E28;
  position: relative;
  border-radius: 50px;
  padding: 10px 40px 10px 60px;
  display: inline-block;
  font-family: "Roboto-Regular";
  text-decoration: none;
}
.top-title .info-title .bt-offer:before {
  content: "";
  background-size: 90%;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='52' height='44' viewBox='0 0 52 44'%3E%3Cdefs%3E%3Cpattern id='pattern' preserveAspectRatio='none' width='100%25' height='100%25' viewBox='0 0 197 168'%3E%3Cimage width='197' height='168' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMUAAACoCAYAAABQUip0AAAACXBIWXMAAAsTAAALEwEAmpwYAAAGOWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgOS4wLWMwMDAgNzkuZGE0YTdlNWVmLCAyMDIyLzExLzIyLTEzOjUwOjA3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjQuMSAoTWFjaW50b3NoKSIgeG1wOkNyZWF0ZURhdGU9IjIwMjMtMDMtMTNUMTY6NTQ6MzYrMDE6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDIzLTAzLTEzVDE2OjU1OjI4KzAxOjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDIzLTAzLTEzVDE2OjU1OjI4KzAxOjAwIiBkYzpmb3JtYXQ9ImltYWdlL3BuZyIgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDplNjY3MTI2Mi1mMGQ5LTQ3ZTUtOGRkNC00NjA3MTA1MzlmNDEiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpjODYzMmMxOC1kYzNmLWYyNGQtOTc4OS03OGFkMjFhYWI0NmQiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDowNDYwZGQ2NS0xZGIxLTQ5YTItYjc0ZC05Nzg1YTZiYWNjY2QiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjA0NjBkZDY1LTFkYjEtNDlhMi1iNzRkLTk3ODVhNmJhY2NjZCIgc3RFdnQ6d2hlbj0iMjAyMy0wMy0xM1QxNjo1NDozNiswMTowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIDI0LjEgKE1hY2ludG9zaCkiLz4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNvbnZlcnRlZCIgc3RFdnQ6cGFyYW1ldGVycz0iZnJvbSBhcHBsaWNhdGlvbi92bmQuYWRvYmUucGhvdG9zaG9wIHRvIGltYWdlL3BuZyIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6ZTY2NzEyNjItZjBkOS00N2U1LThkZDQtNDYwNzEwNTM5ZjQxIiBzdEV2dDp3aGVuPSIyMDIzLTAzLTEzVDE2OjU1OjI4KzAxOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgMjQuMSAoTWFjaW50b3NoKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7FXji8AAAJ3klEQVR42u2dQWhXRx7H/cekNrYRNSWxQSKJYKl0ISxKoJTS4EGKSA9SQpGABykspeBFRBAKvQhFBC8ipVB6KMuCSA+iBPEg9mApFMOKoBgLdomCq11cNSbZf757eJOaplpn3puZ9+b9Pz/4XOfNm/98/u+9md/MLJO0DACeQiMAIAUAUgAgBQBSACAFAFIAIAUAUgAgBQBSACAFAFIAIAUAUgAgBQBSACAFjQCAFABIUTorJL0paUDSq5IatAlStDIn9ceYlXRX0rikTyStl9ROWyFFK3BF9tGUdFXSF5LWSWqj/ZCibmxVsZgzT5IRSR20J1LUgX/IX8xLuixpmHZFipS5qDAxL+mUpH7aGClSY5/Cx21J7zOahRQpDcPGihlJ+801aXukqDRvKW7MGjn4MEeKSrNS0nFJNyU9MN8EoaNp5j9of6RIgjYzD7FD0leSfgn85BihzZEiRdolDUr60jxNfMc9IyJtjRTJ0iVpzIwu+YyjzJQjRV0EOSTpkceRqo20K1LUgYYZzbrsSY6vaVOkqBOveUojuS9pNe2JFHXiZfNxXjT+SlsiRR3nQsYLivE57YgUdWSVpMkCYvyTPCqkiEm/pD2SPpC0yfy7h7rWsBllyjun8RJS1GsSbKdJ275jJsIWc9ekXY9EHK9f8SfzDXMm/eOQpCHPOUsNM2Oed9i2CynSZ9Tk/LikQOyOUK/7jjlLE5J2SXrF0/U35XxqNCWtQYp036OL5A+dDFi39wp+/F6XtM3De36bpDM5rj/fiukhqd/AXk8TWfsD1e+cx1noEx5eaXbmFGMtUqQxu+trZnfhVSFEPcflPy5J6i5Qp3U52+dVpKj2hNV0gM4WYs3zWMC08EsFOuoKMxDhEk/UIouXUqvwaoVbpHMkUJ2nFTa+KdBZf3K81t1WmMdI7YM6ZPwnYJbrg8B1n1O2aClP/Vw/wL9HimrQYR7foSPUwv+GGUU6al57Hgaq/485J96+dbzOXqQon8uKEzsii/6Gsq1w7nm8h3llmzmHfmIMIUV5vKN4caHE+1xp0kAmPd3L4Rx1+MHxGu1IUQ6/RpRiTtVYrtmlLGt11sPkn+uH8YRD+beQIj7dih9VmsFtSPpQ0uMC9+Oa4NfmODCwBynicrgEKQ5WdLJyZ4EnR1NuWbkr5ZZHtgYp4vGvEqS4XvFRuBM572tWbktPNzuU/TNSxNs0bF7lRNVnbrtz/mHMSOp0uM4Bh7I/QIrwrFV5sSXQK1Cn5zIP5ri3R47zMbYZyPN1SQOpcuW2lSjFd55Hkq4ueurNS5pSthvH2x4mDPty3N8vjvW3jZNIEZaDJUrx0NM99Fhe76ayRVJ5/2lX5JgAPOVQ/naHcl9HinCcUbnhYz+kPHMsp5V//cKE47VchlNtJ/auIkU4xkuWYrTkb6KLOeU473id3gCvUZuQIgwXSpaiaDboRk/1OJJjVtolV+yeQ7lHLMucRIowfF+yFE8K1n+Nx7pMmw9ql+u75FDZboTWkH2G70ak8M9PKj96C97DTc/1+djx+jMB7tV2VPA6UvjnbAWk+LDgPXRK+p/nOp0L9F1z26Fc23Mz+pDCL8cqIMUJTzPzJ1UsqW9p3Ag032M7aTlsWd55pPDL/gpIcczzPbUr20b/bzmGT4u8npx2+HbxPdy8EinqMaO9EJ8GvsdOc428S23HHWS0zXrd6XlCbwwp/LGuAlL0RLzfXXJL116IvZ7/ZGxH3RqWH/IPkMLv/k5lxs8l3HOb8p1QtNmyfNvkvmHL8vZZljeAFP54XKIUr5R431sd69qU3XrpDZbl2S4z7bAs7xRS+GOiBBmqsneq63DuWctyr1iWt96yPJt0nKqsfa+FFJ+XIERPhe6/S25LUG3qbptqbpsG/qZleUNI4YeBiEI0Vc3dtV0m4CYsy7xhUdaM7Lewsfng/jtS+FuTHOsJ8VqF2+Fdh3ux2SjadvLN9tRUm3Xjj5EirRyo7gTa4RvLe7HJ7rUdTrX9QO73/J2CFC9gNLAQ6xP5B2tzmMd42aK8ry1foWzT1m1GCg8jhb9RmFTSOEKzw+Mscq9lWRss63bcoqwfkcIftwJJ0Z+YFA3ZnXcx6fEVyjZdfchjWgpSWDDW4q9Oi9ljeW82iXg2s+f7PL7ejSBF9UehPk5QCtv0l2FP/+6DnoSdYvQpjeWp0ynNtC7iqsW92f4rT/1JGddy1O2jZ5TzgxLatj+ljvCXQE+LMwlKYfM62ePwFH7WFpw3JS0v8GQfVLZoaVVq7ZtaZ5gKJMa2xNqh7QV5URM5yuyT9Jmy9R2DCf5RtKwUmxUuUttOvvc5YlxJ9JUQKQowGUiKh0rvONzl5h3+rJl9fptO3ZpS9AV8WlykU0CqFQ+5peY+OgZSpEjI1A/JPjsUkKJS7A0sRjcdBClS5F4AGRYOV2km+OENSBH0o1uS/k0nQYoUCb295jU6ClKkyK+BxfiOzoIUqRFjN8EjdBikSI1PIohxlE6DFKlxLYIYJ+g4SJHaApxmBDH4xkAKMmmfEZfoQEhRt0U4voZrQ07wdSg7OL6dzooUPjgXSYwp03l91n1E2daWs4tm1x+aFPGRANeDFpGiIfsDC4vGnLLNkH3U2XYt+i1JB5TeNj1IUTIvye3Y3KJR9OzoKzmv+1jZdjXDYtUdUliwNtKI1ELsyVHHNtmfMmQTN5QdpEmmL1I8l37FDZeTe9pN4mGouG/mVgbo8EixlC2RxbijF+/St1zZQYmxYlbSBUnvmFdLJGhxKZbJfoNiXzGv56/ia48sxNJoyv5kVaSoOaMldMAzenqwZEPZrhuPVI34EhGQIubk3tKYkdvhjrHiLWRAimWy3727FeIOMiBFma9SVY0ehECKBT7CB8n8QdAfkOI3tuOEvqAfIMVStra4FF/RB5DiWQy0sBSsQUeK57JKcXOlkAIpkqBDfhP0kAIpasOFFpJiN783Utiyu0WkYFYbKZw3Q6jzd8a8WJyEFHxn/C6+5fdFiiIc4CmBFPBH+pSti65DbOf3RAqfHE9cCHY6RIogrJZ0N0Eh/itOakKKwIzp6dFgKcQafjOkiEGnpPMJCLGF3wopYtOr/BubhY4d/D5IUfZ+U5crJMQufhOkqNJr1WeKu4Xn0hjid0CKqrJB0mlJTyLJcN2MkNH2SJEE6yUdUrb3q8+Rq6b5piHJDymSpl3ZruWjys6huC1pWnaJiNMmL+uYsi0xOeQFKWpLwyQidinbgmZQ0huGQWWrBDnABSkAkAIAKQCQAgApAJACACkAkAIAKQCQAgApAJACAJACACkAkAIAKQCQAgApAJACACkAkAIAKQCQAgApAJACACkAkAIAKQCQAgApaAQApABACgCkAEAKAG/8H15LtfxUYivKAAAAAElFTkSuQmCC'/%3E%3C/pattern%3E%3C/defs%3E%3Crect id='phone' width='52' height='44' fill='url(%23pattern)'/%3E%3C/svg%3E%0A");
  position: absolute;
  left: 0px;
  background-color: #FDBB2C;
  border-radius: 50px 0px 0px 50px;
  padding: 26px 40px 10px 0px;
  top: 0px;
}
.top-title .info-title .bt-offer:hover {
  background-color: #2F2F43;
  color: #fff;
}
.top-title .info-title .btn {
  margin-right: 20px;
}
.top-title .info-title .position-btn {
  position: absolute;
  bottom: 11px;
}

/* surcharge pour page titre */
.b2b-connected #main .cont-title .tab-registers.title-page {
  border-top: solid 1px #B1B1B1;
  border-bottom: solid 1px #B1B1B1;
}
.b2b-connected #main .cont-title .tab-registers.title-page button {
  text-transform: inherit;
  font-size: 1rem;
  padding: 20px;
  border: 0px;
  background-color: #fff;
  margin-right: 30px;
  cursor: pointer;
}
.b2b-connected #main .cont-title .tab-registers.title-page button.active {
  background-color: #1E1E28;
  color: #fff;
}
.b2b-connected #main .cont-title .tab-registers.title-page button:hover {
  color: #FDBB2C;
}
.b2b-connected #main .cont-title .tab-bodies.title-page {
  border: 0px;
}

/* end surcharge pour page titre */
.cont-title .tab-bodies {
  padding: 40px 0px;
}
.cont-title .tt {
  color: #1E1E28;
  font-size: 1.35rem;
  font-family: "Roboto-Bold";
  padding-bottom: 10px;
}
.cont-title .ss-tt {
  font-family: "Roboto-Bold";
  color: #1E1E28;
  font-size: 1.2rem;
  padding-bottom: 10px;
}
.cont-title .extract {
  font-family: "Roboto-Light";
  padding-bottom: 30px;
  line-height: 26px;
}
.cont-title .summary {
  -moz-column-count: 2;
       column-count: 2;
}
.cont-title .summary figure {
  float: left;
  margin-right: 20px;
}
.cont-title .summary .tt {
  text-transform: uppercase;
  margin-top: 40px;
  padding-top: 40px;
  border-top: dashed 2px #DDDDDD;
}
.cont-title .summary .tt:first-child {
  margin-top: 0px;
  padding-top: 0px;
  border-top: dashed 0px #DDDDDD;
}
.cont-title .summary .cont {
  margin-bottom: 20px;
}
.cont-title .summary .cont:after {
  content: "";
  display: block;
  clear: both;
}
.cont-title .addons .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cont-title .item-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0px;
}
.cont-title .item-list ul li {
  list-style-type: none;
  width: 30%;
  margin-bottom: 30px;
}
.cont-title .item-list ul li figure {
  float: left;
  max-width: 120px;
  margin-right: 20px;
}
.cont-title .item-list ul li figure img {
  width: 100%;
}
.cont-title .item-list ul li .cont {
  margin-bottom: 30px;
}
.cont-title .item-list ul li .cont:after {
  content: "";
  display: block;
  clear: both;
}

/* toutes les pages annexes */
/* page fullscreen sans menu */
.page-fullscreen {
  min-height: 100vh;
  background-image: url(../images/layout/b2b/banner-epresse-pro.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000;
}
.page-fullscreen #main {
  padding-top: 30px;
}
.page-fullscreen #main .logo {
  width: 150px;
  margin: auto;
  margin-bottom: 30px;
}
.page-fullscreen .footer-b2b ul li a {
  color: #fff;
}

/* page statiques */
.page-static a {
  color: #FDBB2C;
  word-wrap: break-word;
}
.page-static a:hover {
  color: #1E1E28;
}
.page-static h1 {
  color: #1E1E28;
  margin-top: 20px;
  margin-bottom: 10px;
}
.page-static h2 {
  color: #1E1E28;
  margin-top: 20px;
  margin-bottom: 10px;
}
.page-static h3 {
  color: #1E1E28;
  margin-top: 20px;
  margin-bottom: 10px;
}
.page-static h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-style: italic;
}
.page-static h3 + h4 {
  margin-top: 0;
}
.page-static h5 {
  margin-top: 20px;
}
.page-static h6 {
  margin-top: 20px;
}
.page-static p {
  font-size: 1em;
  line-height: 26px;
  margin: 15px 0;
}
.page-static q {
  font-family: "Lora SemiBold";
  font-size: 0.8em;
  font-style: italic;
  color: #9F9F9F;
}
.page-static picture img {
  width: auto;
  height: auto;
}
.page-static aside.other-info {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #ededed;
  padding: 15px 20px;
  border-top: solid 1px #939395;
  border-bottom: solid 1px #939395;
}
.page-static ul {
  padding-left: 40px;
  font-family: "Roboto-Regular";
}
.page-static ul li {
  list-style-type: disc;
  font-size: 1em;
  line-height: 26px;
}

.webview .page-static {
  padding: 0px 20px;
}

/* custom select */
.block-select {
  position: relative;
}
.block-select:after {
  content: "";
  position: absolute;
  top: 8px;
  right: 7px;
  height: 24px;
  width: 28px;
  background-color: #fff;
  background-size: 61%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.711' height='8.851' viewBox='0 0 15.711 8.851'%3E%3Cpath id='Tracé_9' data-name='Tracé 9' d='M0,0,6.438,6.112,0,12.883' transform='translate(14.297 1.414) rotate(90)' fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.block-select select {
  padding: 10px 15px;
  border: solid 1px #C1C1C1;
  width: 100%;
  font-family: "Roboto-Medium";
  margin-right: 20px;
  background-color: #fff;
  border-radius: 0px;
  position: relative;
  font-size: 16px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  z-index: 2;
  background-color: transparent;
}
.block-select select option {
  font-family: "Roboto-Medium";
}

/* spécifique page dashboard */
#profile .SumoSelect {
  width: 100%;
}
#profile .SumoSelect .CaptionCont {
  font-size: 0.9em;
  padding: 9px 5px;
  border: solid 1px #c9c9c9;
  border-radius: 3px;
  box-sizing: border-box;
}
#profile .SumoSelect.open > .optWrapper {
  top: 39px;
}

/* landing */
.landing {
  /* end main */
}
.landing header {
  background-color: #1E1E28;
  text-align: center;
  padding: 15px;
  position: relative;
}
.landing header img {
  height: 50px;
  width: auto;
}
.landing header .bt-connect {
  height: 35px;
  width: 35px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='40' height='40' viewBox='0 0 40 40'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_2' data-name='Rectangle 2' width='18.12' height='17.685' fill='%23fff'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Groupe_6' data-name='Groupe 6' transform='translate(-1833 -30)'%3E%3Cg id='Ellipse_6' data-name='Ellipse 6' transform='translate(1833 30)' fill='none' stroke='%23f7f7f7' stroke-width='2'%3E%3Ccircle cx='20' cy='20' r='20' stroke='none'/%3E%3Ccircle cx='20' cy='20' r='19' fill='none'/%3E%3C/g%3E%3Cg id='Composant_2_1' data-name='Composant 2 – 1' transform='translate(1844.235 39.64)'%3E%3Cg id='Groupe_2' data-name='Groupe 2' clip-path='url(%23clip-path)'%3E%3Cpath id='Tracé_2' data-name='Tracé 2' d='M0,17.685H1.377A7.635,7.635,0,0,1,9.06,10.74a7.608,7.608,0,0,1,7.683,6.945H18.12a9.018,9.018,0,0,0-6.342-7.948A5.231,5.231,0,0,0,14.17,5.37,5.436,5.436,0,0,0,3.3,5.37,5.412,5.412,0,0,0,5.907,9.953,8.94,8.94,0,0,0,0,17.685M4.639,5.37A4.059,4.059,0,1,1,8.7,9.415,4.028,4.028,0,0,1,4.639,5.37' transform='translate(0 0)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 100%;
  position: absolute;
  top: calc(50% - 17px);
  right: 40px;
  cursor: pointer;
}
.landing .main {
  /* end top */
  /*end page content */
}
.landing .main .top {
  background-image: url(../images/layout/b2b/banner-epresse-pro.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: black;
  border-bottom: solid 5px #FDBB2C;
  color: #fff;
}
.landing .main .top .block-content {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.landing .main .top .block-content img {
  width: 450px;
}
.landing .main .top .block-content .intro {
  width: 450px;
  font-family: "Roboto-Regular";
  font-size: 1.5em;
  padding-left: 50px;
}
.landing .main .top .block-content .intro .nb {
  font-size: 5em;
  font-family: "Lora SemiBold";
  line-height: inherit;
}
.landing .main .top .block-content .intro .tt {
  font-size: 2em;
}
.landing .main .top .block-content .carousel {
  margin-bottom: 0;
}
.landing .main .top .block-content .carousel .wrapper {
  max-height: 442px;
}
.landing .main .page-content .intro-page {
  text-align: center;
  width: 80%;
  margin: auto;
  max-width: 1200px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.landing .main .page-content .intro-page h1 {
  font-family: "Lora SemiBold";
  font-size: 2.5em;
  margin-bottom: 20px;
  line-height: 42px;
}
.landing .main .page-content .intro-page p {
  font-size: 1.6em;
  line-height: 36px;
  font-family: "Roboto-Light";
}
.landing .main .page-content .block-products {
  display: flex;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 30px;
}
.landing .main .page-content .block-products .product {
  background-color: grey;
  width: 24%;
  position: relative;
}
.landing .main .page-content .block-products .product .icon {
  position: absolute;
  top: -50px;
  background-color: #FDBB2C;
  border-radius: 100px;
  padding: 5px;
  height: 100px;
  width: 100px;
  margin-left: calc(50% - 50px);
  background-repeat: no-repeat;
  background-position: center;
}
.landing .main .page-content .block-products .product .icon.entreprise {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='71' viewBox='0 0 46 71'%3E%3Cg id='Groupe_109' data-name='Groupe 109' transform='translate(-235 -1134)'%3E%3Cg id='Rectangle_54' data-name='Rectangle 54' transform='translate(235 1134)' fill='none' stroke='%23fff' stroke-width='2'%3E%3Crect width='46' height='71' stroke='none'/%3E%3Crect x='1' y='1' width='44' height='69' fill='none'/%3E%3C/g%3E%3Cg id='Rectangle_55' data-name='Rectangle 55' transform='translate(249 1181)' fill='none' stroke='%23fff' stroke-width='1.5'%3E%3Crect width='17' height='23' stroke='none'/%3E%3Crect x='0.75' y='0.75' width='15.5' height='21.5' fill='none'/%3E%3C/g%3E%3Cg id='Rectangle_57' data-name='Rectangle 57' transform='translate(245 1153)' fill='none' stroke='%23fff' stroke-width='1.5'%3E%3Crect width='27' height='10' stroke='none'/%3E%3Crect x='0.75' y='0.75' width='25.5' height='8.5' fill='none'/%3E%3C/g%3E%3Cg id='Rectangle_58' data-name='Rectangle 58' transform='translate(245 1165)' fill='none' stroke='%23fff' stroke-width='1.5'%3E%3Crect width='27' height='10' stroke='none'/%3E%3Crect x='0.75' y='0.75' width='25.5' height='8.5' fill='none'/%3E%3C/g%3E%3Cg id='Rectangle_65' data-name='Rectangle 65' transform='translate(245 1141)' fill='none' stroke='%23fff' stroke-width='1.5'%3E%3Crect width='27' height='10' stroke='none'/%3E%3Crect x='0.75' y='0.75' width='25.5' height='8.5' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.landing .main .page-content .block-products .product .icon.hotel {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48.266' height='53.406' viewBox='0 0 48.266 53.406'%3E%3Cg id='home' transform='translate(-2 -1)'%3E%3Cpath id='Tracé_48' data-name='Tracé 48' d='M3,19.992,26.133,2,49.266,19.992V48.266a5.141,5.141,0,0,1-5.141,5.141H8.141A5.141,5.141,0,0,1,3,48.266Z' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath id='Tracé_49' data-name='Tracé 49' d='M9,37.7V12H24.422V37.7' transform='translate(9.422 15.703)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.landing .main .page-content .block-products .product .icon.admin {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='55.409' height='65.916' viewBox='0 0 55.409 65.916'%3E%3Cg id='Groupe_110' data-name='Groupe 110' transform='translate(-1162.796 -1134)'%3E%3Cg id='Rectangle_60' data-name='Rectangle 60' transform='matrix(0.966, -0.259, 0.259, 0.966, 1162.796, 1144.896)' fill='%23fdbb2c' stroke='%23fff' stroke-width='2'%3E%3Crect width='42.101' height='56.96' rx='6' stroke='none'/%3E%3Crect x='1' y='1' width='40.101' height='54.96' rx='5' fill='none'/%3E%3C/g%3E%3Cg id='Rectangle_59' data-name='Rectangle 59' transform='translate(1174.508 1142.607)' fill='%23fdbb2c' stroke='%23fff' stroke-width='2'%3E%3Crect width='42' height='57' rx='6' stroke='none'/%3E%3Crect x='1' y='1' width='40' height='55' rx='5' fill='none'/%3E%3C/g%3E%3Cline id='Ligne_35' data-name='Ligne 35' x2='26.003' transform='translate(1183.402 1155.281)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='1'/%3E%3Cline id='Ligne_36' data-name='Ligne 36' x2='26.003' transform='translate(1183.402 1160.234)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='1'/%3E%3Cline id='Ligne_37' data-name='Ligne 37' x2='26.003' transform='translate(1183.402 1165.187)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='1'/%3E%3Cline id='Ligne_38' data-name='Ligne 38' x2='26.003' transform='translate(1183.402 1170.14)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='1'/%3E%3Cline id='Ligne_39' data-name='Ligne 39' x2='26.003' transform='translate(1183.402 1175.093)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='1'/%3E%3Cline id='Ligne_40' data-name='Ligne 40' x2='26.003' transform='translate(1183.402 1180.046)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='1'/%3E%3Cline id='Ligne_41' data-name='Ligne 41' x2='26.003' transform='translate(1183.402 1184.999)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='1'/%3E%3Cline id='Ligne_42' data-name='Ligne 42' x2='26.003' transform='translate(1183.402 1189.952)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.landing .main .page-content .block-products .product .icon.mediatheque {
  background-image: url("data:image/svg+xml,%3Csvg id='Groupe_79' data-name='Groupe 79' xmlns='http://www.w3.org/2000/svg' width='46.829' height='48.875' viewBox='0 0 46.829 48.875'%3E%3Cg id='Rectangle_1' data-name='Rectangle 1' transform='translate(0 0.76)' fill='none' stroke='%23fff' stroke-linejoin='round' stroke-width='2'%3E%3Crect width='12.221' height='47.355' stroke='none'/%3E%3Crect x='1' y='1' width='10.221' height='45.355' fill='none'/%3E%3C/g%3E%3Cg id='Rectangle_2' data-name='Rectangle 2' transform='translate(15.276 0.76)' fill='none' stroke='%23fff' stroke-linejoin='round' stroke-width='2'%3E%3Crect width='12.221' height='47.355' stroke='none'/%3E%3Crect x='1' y='1' width='10.221' height='45.355' fill='none'/%3E%3C/g%3E%3Cline id='Ligne_2' data-name='Ligne 2' x2='11.094' transform='translate(0.639 11.588)' fill='none' stroke='%23fff' stroke-width='1.3'/%3E%3Cpath id='Tracé_50' data-name='Tracé 50' d='M0,0H10.9' transform='translate(16.059 11.588)' fill='none' stroke='%23fff' stroke-width='1.3'/%3E%3Cg id='Rectangle_3' data-name='Rectangle 3' transform='translate(26.406 2.207) rotate(-11)' fill='none' stroke='%23fff' stroke-linejoin='round' stroke-width='2'%3E%3Crect width='11.564' height='47.542' stroke='none'/%3E%3Crect x='1' y='1' width='9.564' height='45.542' fill='none'/%3E%3C/g%3E%3Cline id='Ligne_4' data-name='Ligne 4' x2='8.994' transform='translate(29.12 12.805) rotate(-11)' fill='none' stroke='%23fff' stroke-width='1.3'/%3E%3C/svg%3E%0A");
}
.landing .main .page-content .block-products .product .tt {
  position: absolute;
  width: 100%;
  background-color: rgba(47, 47, 67, 0.768627451);
  bottom: 0px;
  padding: 35px;
  box-sizing: border-box;
  text-align: center;
  font-family: "Roboto-Medium";
  color: #FDBB2C;
  font-size: 1.2em;
}
.landing .main .page-content .auto-promo {
  padding-left: 10%;
  padding-right: 10%;
  margin-left: 0px;
  justify-content: space-around;
  margin-top: 100px;
  margin-bottom: 100px;
}
.landing .main .page-content .auto-promo:after {
  width: 0px;
}
.landing .main .page-content .auto-promo p {
  font-family: "Roboto-Bold";
  font-size: 1.5em;
}
.landing .main .page-content .auto-promo .bt-on {
  background-color: #fff;
  padding: 15px 20px;
  letter-spacing: 2px;
  text-align: center;
  border-radius: 30px;
  font-family: "Roboto-Medium";
  display: block;
  margin-bottom: 30px;
}
.landing .main .page-content .auto-promo .bt-off {
  border: solid 1px #1E1E28;
  padding: 15px 20px;
  letter-spacing: 3px;
  text-align: center;
  border-radius: 30px;
  font-family: "Roboto-Medium";
  display: block;
}
.landing .main .page-content .auto-promo .bt-off:hover {
  background-color: #fff;
  color: #1E1E28;
}
.landing .main .page-content .block-article {
  width: 80%;
  max-width: 1200px;
  padding-top: 60px;
  padding-bottom: 60px;
  margin: auto;
}
.landing .main .page-content .block-article .article {
  display: flex;
  margin-bottom: 40px;
  border-bottom: solid 1px #FDBB2C;
  padding-bottom: 40px;
}
.landing .main .page-content .block-article .article:last-child {
  border-bottom: 0px;
}
.landing .main .page-content .block-article .article:nth-child(even) {
  flex-direction: row-reverse;
}
.landing .main .page-content .block-article .article:nth-child(even) .block-text {
  padding-right: 20px;
}
.landing .main .page-content .block-article .article .block-img {
  flex: 0 0 400px;
  margin-right: 20px;
}
.landing .main .page-content .block-article .article .block-img img {
  height: auto;
  width: 100%;
}
.landing .main .page-content .block-article .article .block-text {
  flex: 1;
}
.landing .main .page-content .block-article .article .block-text .tt {
  font-size: 1.4em;
  padding-bottom: 20px;
  line-height: 30px;
  color: #1E1E28;
  margin-top: 0px;
}
.landing .main .page-content .block-article .article .block-text p {
  line-height: 30px;
  color: #707070;
  font-size: 1.3em;
}
.landing .main .page-content .block-video {
  background-color: #F5F5F5;
  padding-bottom: 60px;
  padding-top: 60px;
  text-align: center;
  width: 100%;
}
.landing .main .page-content .block-video .tt {
  font-family: "Lora";
  font-size: 2.5em;
  padding-bottom: 20px;
}
.landing .main .page-content .block-customer {
  width: 100%;
  padding-bottom: 60px;
  padding-top: 60px;
  text-align: center;
}
.landing .main .page-content .block-customer .tt {
  font-family: "Lora";
  font-size: 2.5em;
  padding-bottom: 20px;
}
.landing .main .page-content .block-customer .carrousel-customer {
  margin-top: 30px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.landing .main .page-content .block-customer .carrousel-customer .arrow {
  position: absolute;
  background-color: #fff;
  height: 50px;
  width: 30px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.landing .main .page-content .block-customer .carrousel-customer .arrow.next {
  right: 0px;
  top: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.628' height='25.377' viewBox='0 0 14.628 25.377'%3E%3Cpath id='Tracé_195' data-name='Tracé 195' d='M868,93.043,880.354,105.1l10.861-12.055' transform='translate(-91.969 892.329) rotate(-90)' fill='none' stroke='%23aaa' stroke-linejoin='round' stroke-width='3'/%3E%3C/svg%3E%0A");
}
.landing .main .page-content .block-customer .carrousel-customer .arrow.prev {
  left: 0px;
  top: 30px;
  transform: rotate(180deg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.628' height='25.377' viewBox='0 0 14.628 25.377'%3E%3Cpath id='Tracé_195' data-name='Tracé 195' d='M868,93.043,880.354,105.1l10.861-12.055' transform='translate(-91.969 892.329) rotate(-90)' fill='none' stroke='%23aaa' stroke-linejoin='round' stroke-width='3'/%3E%3C/svg%3E%0A");
}
.landing .main .page-content .block-customer .carrousel-customer ul {
  display: flex;
  flex-wrap: nowrap;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
}
.landing .main .page-content .block-customer .carrousel-customer ul li.block-img {
  max-width: 300px;
  width: 280px;
  float: left;
  margin-right: 10px;
  margin-left: 10px;
  list-style-type: none;
}
.landing .main .page-content .block-customer .carrousel-customer ul li.block-img img {
  width: auto;
  height: auto;
  max-width: 150px;
}
.landing .footer {
  padding: 20px 10px 10px 10px;
  margin-top: 50px;
}
.landing .footer ul.menu-top {
  display: flex;
  justify-content: center;
  border-bottom: solid 1px #CBCBCB;
  padding-bottom: 20px;
  margin-bottom: 20px;
  align-items: center;
}
.landing .footer ul.menu-top li {
  list-style-type: none;
  font-size: 0.8em;
  font-family: "Roboto-Light";
  padding-right: 15px;
  margin-right: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #9D9D9D;
  text-align: center;
}
.landing .footer ul.menu-bottom {
  display: flex;
  justify-content: right;
}
.landing .footer ul.menu-bottom li {
  list-style-type: none;
  font-size: 0.7em;
  font-family: "Roboto-Regular";
  padding-right: 15px;
  margin-right: 15px;
  color: #9D9D9D;
  padding-bottom: 5px;
}

@media screen and (max-width: 1024px) {
  .landing .main .top .block-content img {
    width: 300px;
  }
  .landing .main .page-content .block-products .product .icon {
    background-size: 50%;
    height: 50px;
    width: 50px;
    margin-left: calc(50% - 25px);
    top: -25px;
  }
  .landing .main .page-content .auto-promo {
    padding-left: 0px;
    padding-right: 0px;
  }
  .landing .main .page-content .auto-promo .txt {
    padding-left: 15px;
    padding-right: 5px;
  }
  .landing .main .page-content .auto-promo .visu {
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .landing .main .top .block-content .intro .nb {
    font-size: 3em;
  }
  .landing .main .top .block-content .intro .tt {
    font-size: 1.3em;
    margin-bottom: 10px;
  }
  .landing .main .top .block-content .intro p {
    font-size: 0.8em;
  }
  .auto-promo > div {
    width: 30%;
    padding-right: 0px;
  }
  .landing .main .page-content .auto-promo .bt-on {
    padding: 15px 0px;
  }
  .landing .main .page-content .auto-promo .bt-off {
    padding: 15px 0px;
  }
  .landing .main .page-content .block-article .article {
    display: block;
  }
  .landing .main .page-content .block-article .article .block-img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .landing .main .top .block-content {
    display: block;
  }
  .landing .main .top .block-content .intro {
    width: 100%;
    padding: 0px;
  }
  .landing .main .page-content .intro-page {
    padding-top: 20px;
  }
  .landing .main .page-content .intro-page h1 {
    font-size: 2em;
  }
  .landing .main .top .block-content .intro {
    text-align: center;
  }
  .landing .main .page-content .block-products {
    display: block;
  }
  .landing .main .page-content .block-products .product {
    width: 100%;
    margin-bottom: 30px;
  }
  .landing .main .page-content .auto-promo {
    display: block;
    height: auto;
    padding: 50px;
    text-align: center;
    margin-bottom: 20px;
  }
  .landing .main .page-content .auto-promo .txt {
    padding-left: 0px;
    margin-bottom: 30px;
  }
  .landing .main .page-content .auto-promo .visu {
    padding-right: 0px;
  }
  .landing .main .page-content .auto-promo .app {
    margin-bottom: 30px;
  }
  .landing .main .page-content .auto-promo > div {
    width: 100%;
  }
  .landing .main .page-content .auto-promo:after {
    height: 0px;
    width: 0px;
  }
  .landing .main .page-content .block-article .article .block-img {
    margin-right: 0px;
  }
  .landing .main .page-content .block-video iframe {
    width: 80%;
  }
  .landing .footer {
    margin-top: 10px;
  }
  .landing .footer ul.menu-top {
    display: block;
  }
  .landing .footer ul.menu-top li {
    padding-right: 0px;
    margin-right: 0px;
  }
  .landing #block-connect {
    width: 90%;
  }
}
/* offers */
.offers {
  max-width: 1500px;
  margin-bottom: 50px;
}
.offers .btn {
  display: inline-block;
}
.offers .row {
  display: flex;
  padding-bottom: 15px;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
}
.offers .tt {
  margin: 20px 0 40px 0;
}
.offers .ss-tt span {
  background-color: #FDBB2C;
  color: #fff;
  border-radius: 30px;
  padding: 6px 13px;
  margin-right: 13px;
}
.offers .push-offer {
  display: inline-block;
  text-align: center;
  width: calc(40% - 20px);
  padding: 20px;
  background-color: #f4f4f4;
  border-radius: 12px;
  min-height: 370px;
}
.offers .push-offer img {
  max-width: 50%;
  height: auto;
}
.offers .push-offer .offer-title {
  font-size: 2em;
  margin: 20px 0;
  font-weight: bold;
}
.offers .push-offer .offer-title .hl {
  color: #FDBB2C;
}
.offers .push-offer .offer-price {
  display: block;
  margin: 20px auto 20px auto;
  padding: 0;
  color: #FDBB2C;
  font-weight: normal;
}
.offers .push-offer .offer-price small {
  font-size: 0.5em;
}
.offers .push-offer .offer-price .integer {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 94px;
  line-height: 94px;
  text-align: right;
  position: relative;
}
.offers .push-offer .offer-price .integer .sup {
  position: relative;
  display: inline-block;
  font-weight: 300;
}
.offers .push-offer .offer-price .integer .sup .decimal {
  position: absolute;
  top: -20px;
  font-size: 45px;
}
.offers .push-offer .offer-description {
  display: block;
  line-height: 1.3em;
  margin-bottom: 20px;
}
.offers .push-offer .offer-description a {
  text-decoration: underline;
  color: #FDBB2C;
}
.offers .remark {
  font-style: italic;
  font-size: 0.9em;
  margin-top: 10px;
}
.offers dl.push-benefits {
  font-size: 0.9em;
  display: inline-block;
  width: calc(20% - 0.5em);
  padding: 20px;
  min-height: 300px;
  background-color: #f4f4f4;
  text-align: center;
}
.offers dl.push-benefits img {
  max-width: 100%;
  height: auto;
}
.offers dl.push-benefits dt {
  font-weight: bold;
  margin: 20px 0;
  font-size: 1.3em;
  text-transform: uppercase;
}
.offers dl.push-benefits dd {
  height: 75px;
  font-size: 1.1em;
}
.offers .SumoSelect {
  width: 100%;
}
.offers .SumoSelect .CaptionCont {
  font-size: 0.9em;
  padding: 12px 5px;
  border: solid 1px #c9c9c9;
  border-radius: 3px;
  box-sizing: border-box;
}
.offers .SumoSelect.open > .optWrapper {
  top: 39px;
}

#estimate {
  background-color: #f4f4f4;
  padding: 40px;
}
#estimate .btn {
  display: block;
  margin: auto;
}

.faq .question {
  margin: 20px 0 10px 0;
  font-size: 0.9em;
}
.faq .answer {
  font-size: 0.9em;
}

@media screen and (max-width: 600px) {
  #estimate {
    padding: 25px;
  }
  form .tow-col .col50 {
    width: 48%;
  }
}
@media screen and (max-width: 430px) {
  .offers .push-offer {
    width: 100%;
    margin-bottom: 30px;
  }
  .offers dl.push-benefits {
    width: 80%;
    margin-bottom: 30px;
  }
  .offers .row {
    padding: 0px;
  }
  .offers .ss-tt span {
    padding: 2px 9px;
  }
  #estimate {
    padding: 20px;
  }
  #estimate .offers .tt {
    margin-bottom: 10px;
  }
}
/* purchase */
.purchase {
  /* popin pick pack */
  /* popin pick pack */
}
.purchase .tt {
  margin-bottom: 20px;
}
.purchase .block-purchase {
  border: solid 1px #E8E8E8;
  box-shadow: 1px 1px 12px #E8E8E8;
  padding: 20px;
  margin-top: 25px;
  margin-bottom: 5px;
  font-size: 1.2rem;
  font-family: "Roboto-Light";
}
.purchase .block-purchase .tt-order {
  font-size: 1.2em;
  font-family: "Lora SemiBold";
  display: inline;
  margin-right: 15px;
  display: block;
  margin-bottom: 0px;
}
.purchase .block-purchase .info {
  font-size: 1.25rem;
  font-family: "Roboto-Light";
  padding-top: 5px;
}
.purchase .block-purchase .total {
  border-top: solid 1px #c9c9c9;
  border-bottom: solid 1px #c9c9c9;
  padding: 15px 15px 15px 0px;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: "Roboto-Bold";
}
.purchase .block-purchase .payment .box-radio em {
  font-size: 0.8em;
}
.purchase .block-purchase .message {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
}
.purchase .block-purchase .message.valid {
  border-top: solid 1px green;
  border-bottom: solid 1px green;
  background: #edf3ed;
}
.purchase .block-purchase .message.valid span {
  font-family: "Roboto-Bold";
  color: green;
}
.purchase .block-purchase .message.error {
  border-top: solid 1px #bf1616;
  border-bottom: solid 1px #bf1616;
  background: #fee0e0;
}
.purchase .block-purchase .message.error span {
  font-family: "Roboto-Bold";
  color: #bf1616;
}
.purchase .block-purchase .btn {
  display: inline-block;
}
.purchase .info-title form #accept_terms {
  margin-right: 20px;
  margin-left: 10px;
}
.purchase #block-select-offers .box-radio {
  border-bottom: solid 1px #e4e4e4;
  margin-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  width: 100%;
  justify-content: center;
}
.purchase #block-select-offers .box-radio label {
  font-size: 1.2em;
  font-family: "Roboto-Light";
}
.purchase #block-select-offers .box-radio span {
  font-family: "Roboto-Bold";
  font-size: 1.5em;
  margin-left: 15px;
}
.purchase .block-invoice {
  border: solid 1px #E8E8E8;
  box-shadow: 1px 1px 12px #E8E8E8;
  padding: 20px;
  margin-top: 25px;
  margin-bottom: 5px;
  font-size: 1.2rem;
  font-family: "Roboto-Light";
}
.purchase .block-invoice .address-box {
  font-size: 0.8em;
  padding: 15px;
  background-color: #f0f0f0;
  margin-bottom: 20px;
}
.purchase .block-invoice .address-box span {
  display: block;
}
.purchase .block-invoice .address-box .company {
  font-family: "Roboto-Bold";
}
.purchase .block-invoice .address-box a {
  text-decoration: underline;
  color: #FDBB2C;
  font-family: "Roboto-Bold";
}
.purchase .redirect {
  font-size: 0.8em;
  margin-top: 20px;
  margin-bottom: 20px;
}
.purchase .SumoSelect {
  width: 100%;
}

#my-account .tab-registers .tab-title {
  font-size: 1.2em;
  padding: 13px 15px;
  font-size: 0.6em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.395' height='26.756' viewBox='0 0 13.395 26.756'%3E%3Cpath id='Tracé_60' data-name='Tracé 60' d='M4348.821,8809.54l9.778,11.167-9.778,11.356' transform='translate(-4346.705 -8807.423)' fill='none' stroke='%23707070' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 99% center;
  display: block;
  width: 100%;
  text-align: left;
  font-size: 1.1em;
  border-bottom: solid 1px #dcdcdc;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
#my-account .tab-registers .tab-title:first-child {
  border-top: solid 1px #dcdcdc;
}
#my-account .tab-registers .tab-title:hover {
  background-color: #eee;
}
#my-account .tab-registers .tab-title.active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.756' height='13.395' viewBox='0 0 26.756 13.395'%3E%3Cpath id='Tracé_60' data-name='Tracé 60' d='M4348.821,8809.54l9.778,11.167-9.778,11.356' transform='translate(8834.179 -4346.705) rotate(90)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3C/svg%3E%0A");
  background-color: #1E1E28;
  color: #fff;
}
#my-account .tab-registers .tab-content {
  display: none;
  padding: 20px;
}
#my-account .tab-registers .tab-content.show {
  display: block;
}
#my-account dl {
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 5px;
  background-color: #eee;
}
@media screen and (min-width: 1300px) {
  #my-account dl {
    width: 50%;
  }
}
#my-account dl .cc-expiry {
  float: left;
  font-size: 0.8em;
  padding-top: 10px;
  padding-right: 10px;
  line-height: 18px;
}
#my-account dl .cc-expiry.warning {
  color: #bf1616;
}
#my-account dl .terminated {
  display: block;
  font-size: 0.8em;
  padding-top: 10px;
  padding-right: 10px;
  line-height: 18px;
  color: #bf1616;
}
#my-account dl form {
  padding-top: 10px;
}
#my-account dl form input[type=submit] {
  padding: 0 5px;
  font-size: 0.8em;
  height: initial;
  line-height: 18px;
}
#my-account dl a,
#my-account dl a:hover {
  font-size: 0.8em;
  color: #bf1616;
  float: right;
  clear: right;
}
#my-account dl dt {
  font-weight: bold;
  padding-bottom: 6px;
}
#my-account dl dd {
  font-style: italic;
  font-size: 0.9em;
}
#my-account .dataTables_wrapper .dataTables_length {
  float: left;
}
#my-account .dataTables_wrapper .dataTables_filter {
  text-align: right;
  margin-bottom: 20px;
}
#my-account .dataTables_wrapper .dataTables_paginate {
  display: block !important;
}
#my-account .dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
#my-account .dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: inherit !important;
  border: 1px solid transparent;
  border-radius: 2px;
  background: transparent;
}
#my-account .dataTables_wrapper .dataTables_paginate .paginate_button.current,
#my-account .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: inherit !important;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.05);
  background: linear-gradient(to bottom, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
}
#my-account .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
#my-account .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
#my-account .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
#my-account .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #111;
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
}
#my-account .dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #0c0c0c;
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  box-shadow: inset 0 0 3px #111;
}

/* responsive */
@media screen and (max-width: 1300px) {
  .b2b-connected #main .block img.couv {
    height: 208px;
  }
  .b2b-connected #main .block .mag {
    width: 175px;
    margin-right: 20px;
  }
  .b2b-connected #main .block .tab-bodies {
    padding-bottom: 20px;
  }
  .b2b-connected #main .block .list .mag {
    padding-bottom: 30px;
  }
  .b2b-connected #main .block .tt-rub {
    font-size: 1.7em;
  }
  .tab-bodies.tabs-home .list {
    max-height: 530px;
  }
  #header {
    width: 237px;
  }
  #header nav ul li a {
    font-size: 1em;
  }
  #header nav ul li a span {
    height: 35px;
    width: 35px;
  }
  #header nav.nav-secondary .btn {
    padding-left: 10px;
    padding-right: 10px;
  }
  #header .block-search {
    left: 237px;
  }
  .b2b-connected #main {
    margin-left: 237px;
  }
  .b2b-connected #main .auto-promo {
    justify-content: space-around;
    padding: 40px;
  }
  .b2b-connected #main .auto-promo > div {
    padding-right: 0px;
  }
  .btn.btn-arrow:after {
    top: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .b2b-connected #main .auto-promo .visu {
    width: 140px;
  }
  .b2b-connected #main .auto-promo .app img {
    width: 120px;
  }
  .b2b-connected #main .auto-promo .txt img {
    width: 128px;
  }
  .block-rub-home .list {
    height: 270px;
  }
  .tab-bodies.tabs-home .list {
    max-height: 420px;
  }
  .offers .push-offer .offer-price .integ {
    font-size: 58px;
  }
  .offers .push-offer .offer-price .integer .sup .decimal {
    font-size: 30px;
  }
  #header {
    top: 30px;
  }
  #header .logo {
    display: none;
  }
  #header.nav {
    display: none;
  }
  #header.nav ul li a {
    padding: 3px 10px 0px 29px;
  }
  #header.nav ul li a span {
    width: 40px;
    height: 40px;
  }
  #header.nav.nav-primary {
    margin-top: 50px;
  }
  #header.nav.open {
    display: block;
    width: 40%;
  }
  #header nav.nav-primary ul {
    margin-top: 50px;
  }
  #header .nav-secondary {
    margin-top: 30px;
    border-top: solid 1px #FDBB2C;
    padding-top: 30px;
  }
  #header .nav-secondary .btn {
    display: block;
    width: 150px;
    margin-left: 25px;
  }
  #header .block-search {
    left: 0px;
    position: relative;
    background: initial;
    top: inherit;
    right: inherit;
    left: inherit;
    display: block;
    padding: 0px 20px 20px 20px;
    border: 0px;
  }
  #header .block-search label {
    margin-bottom: 5px;
    color: #fff;
    display: block;
    text-align: left;
    padding-left: 0px;
  }
  #header .block-search input[type=search] {
    margin-bottom: 5px;
  }
  #header .block-search input[type=submit] {
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .menu-mobile {
    display: block;
    width: 100%;
    position: fixed;
    height: 60px;
    z-index: 1010;
    border-bottom: solid 1px #FDBB2C;
  }
  .b2b-connected #main {
    margin-left: 0px;
    padding: 20px;
    margin-top: 60px;
  }
  .b2b-connected #main .block {
    margin-bottom: 30px;
  }
  .b2b-connected #main .block .tab-registers {
    margin-top: 30px;
  }
  .b2b-connected #main .block img.couv {
    height: 160px;
  }
  .b2b-connected #main .block .mag {
    width: 150px;
  }
  .b2b-connected #main .block .mag .tt {
    font-size: 1.1em;
  }
  .b2b-connected #main .block .promo {
    width: 200px;
  }
  .b2b-connected #main .block .promo img {
    width: 100%;
  }
  .b2b-connected #main .block .mag-day {
    width: inherit;
  }
  .b2b-connected #main .block .prev {
    background-size: 16%;
    top: -11px;
  }
  .b2b-connected #main .block .next {
    background-size: 16%;
    top: 8px;
  }
  .b2b-connected #main .block a.link {
    display: inline-block;
    margin-top: 20px;
  }
  .b2b-connected #main .block a.link:after {
    top: 2px;
  }
  #block-connect {
    width: auto;
    padding: 10px;
  }
  /* page titre */
  .top-title {
    margin-bottom: 30px;
  }
  .top-title .couv {
    width: 200px;
  }
  .top-title .couv img {
    width: 100%;
    height: auto;
  }
  .top-title .info-title .block-price .line-price > div {
    font-size: 0.8em;
  }
  .top-title .info-title .block-price .line-price .price span {
    font-size: 0.9rem;
  }
  .top-title .info-title .block-price .line-price h1.tt {
    font-size: 2.3rem;
  }
  .cont-title .summary {
    -moz-column-count: inherit;
         column-count: inherit;
  }
  .cont-title .summary .cont {
    font-size: 0.9rem;
  }
  .cont-title .item-list ul li {
    width: 48%;
  }
  .mag {
    width: 195px;
  }
  .mag img.couv {
    height: 190px;
  }
}
@media screen and (max-width: 600px) {
  #header.nav.open {
    width: 100%;
    z-index: 1001;
  }
  .block-search {
    display: none;
  }
  .offers .push-offer .offer-price .integ {
    font-size: 56px;
  }
  .offers .push-offer .offer-price .integer .sup .decimal {
    font-size: 30px;
  }
  .b2b-connected #main {
    margin: 0px;
    margin-top: 66px;
  }
  .b2b-connected #main .prev, .b2b-connected #main .next {
    display: none;
  }
  .b2b-connected #main .btn.btn-arrow:after {
    top: 14px;
  }
  .b2b-connected #main .btn {
    font-size: 1em;
  }
  .b2b-connected #main .block .slider .mag-day .mag {
    margin-right: 0;
  }
  .b2b-connected #main .block .slider .mag-day.flex {
    display: flex;
    margin-bottom: 20px;
    margin-right: 0;
    justify-content: space-between;
  }
  .b2b-connected #main .block .promo {
    width: 100%;
  }
  .b2b-connected #main .block .tt-rub {
    margin-bottom: 20px;
  }
  .b2b-connected #main .block .art-day {
    padding: 0;
    width: 100%;
  }
  .b2b-connected #main .block .art-day .art {
    margin-bottom: 35px;
  }
  .b2b-connected #main .block .art-day .art > div {
    margin: 0;
  }
  .b2b-connected #main .block .art-day img {
    width: 100%;
    margin-bottom: 15px;
  }
  .b2b-connected #main .block a.link {
    margin-top: 10px;
  }
  .b2b-connected #main .block .tab-bodies {
    padding: 10px 20px;
  }
  .b2b-connected #main .block .tab-bodies .block img.couv {
    height: 160px;
  }
  .b2b-connected #main .block .tab-bodies .tab-bodies.tabs-home {
    max-height: auto;
    overflow: inherit;
  }
  .b2b-connected #main .block .mag {
    margin: 0px;
    width: 100%;
  }
  .b2b-connected #main .block .mag .tt {
    margin-top: 10px;
  }
  .b2b-connected #main .block .mag .couv {
    height: auto;
    width: 80%;
  }
  .b2b-connected #main .block .block-title {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  .b2b-connected #main .list.flex {
    height: auto;
  }
  .b2b-connected #main .cont-title .tab-registers.title-page {
    margin-top: 0px;
    border: 0px;
  }
  .b2b-connected #main .cont-title .tab-registers.title-page button {
    font-size: 1.2em;
    padding: 13px 15px;
    font-size: 0.6em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.395' height='26.756' viewBox='0 0 13.395 26.756'%3E%3Cpath id='Tracé_60' data-name='Tracé 60' d='M4348.821,8809.54l9.778,11.167-9.778,11.356' transform='translate(-4346.705 -8807.423)' fill='none' stroke='%23707070' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: 95% center;
    display: block;
    width: 100%;
    text-align: left;
    font-size: 1.1em;
    border-bottom: solid 1px #dcdcdc;
  }
  .b2b-connected #main .cont-title .tab-registers.title-page button:first-child {
    border-top: solid 1px #dcdcdc;
  }
  .b2b-connected #main .cont-title .tab-registers.title-page button.active {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.756' height='13.395' viewBox='0 0 26.756 13.395'%3E%3Cpath id='Tracé_60' data-name='Tracé 60' d='M4348.821,8809.54l9.778,11.167-9.778,11.356' transform='translate(8834.179 -4346.705) rotate(90)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3'/%3E%3C/svg%3E%0A");
  }
  .b2b-connected #main .cont-title .tab-registers.title-page .tab-content {
    padding: 15px;
  }
  .b2b-connected #main .cont-title .item-list ul {
    display: block;
  }
  .b2b-connected #main .cont-title .item-list ul li {
    width: 100%;
  }
  .b2b-connected #main .cont-title .item-list ul li .cont {
    margin-bottom: 0px;
  }
  .b2b-connected #main .cont-title .item-list ul li .cont .extract {
    padding-bottom: 0px;
  }
  .b2b-connected #main .infinite-scroll form .block-cont {
    display: block;
  }
  .b2b-connected #main .infinite-scroll form .block-cont .block-select {
    width: 100%;
    margin-bottom: 30px;
  }
  .b2b-connected #main .b2b-connected #main .flex.addons,
  .b2b-connected #main .b2b-connected #main .flex.archives {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .b2b-connected #main .list.flex {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 22px 0;
    justify-content: space-between;
  }
  .b2b-connected #main .list.flex > a {
    margin-bottom: 0px;
  }
  .b2b-connected #main .auto-promo {
    height: auto;
    display: block;
    margin: inherit;
  }
  .b2b-connected #main .auto-promo > div {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .b2b-connected #main .auto-promo .visu {
    width: 40%;
    margin: auto;
  }
  .b2b-connected #main .auto-promo:after {
    height: 0px;
    width: 0px;
  }
  .footer-b2b ul {
    display: block;
    text-align: center;
  }
  .footer-b2b ul li {
    border: 0px;
    padding-bottom: 20px;
  }
  .b2b-connected #main .auto-promo .app img {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 430px) {
  .offers .push-offer .offer-price .integer {
    font-size: 65px;
  }
  .carousel {
    display: none;
  }
  /* tabs titre */
  .tab-bodies.title-page {
    display: none;
  }
  .tab-registers.title-page .tab-content {
    display: none;
  }
  .tab-registers.title-page .tab-content.show {
    display: block;
  }
  /*end tab titre */
  #archives {
    padding: 10px 0 0 0;
  }
  .b2b-connected #main {
    padding: 13px;
  }
  .b2b-connected #main .block .tab-registers.tabs-home {
    margin-top: 0px;
    height: 80px;
  }
  .b2b-connected #main .block .tab-registers.tabs-home button {
    padding: 50px 0px 20px 0px;
    border-left: 0px;
    border-right: 0px;
    width: 24%;
    font-size: 0.5em;
  }
  .b2b-connected #main .block .tab-registers.tabs-home button.active {
    background-color: #F5F5F5;
  }
  .b2b-connected #main .block .tab-bodies.tabs-home {
    background-color: #F5F5F5;
    border: 0px;
    padding: 45px 0px;
    position: relative;
    z-index: 10;
    height: 600px;
  }
  .b2b-connected #main .block-rub-home:first-child {
    margin-top: 20px;
  }
  .b2b-connected #main .block-rub-home .block-title {
    text-align: center;
  }
  .b2b-connected #main .block-rub-home .block-title .tt-rub {
    font-size: 1.6em;
    width: 100%;
    margin-bottom: 10px;
  }
  .b2b-connected #main .block-rub-home .block-title .btn.btn-arrow {
    display: inline-block;
    margin: auto;
  }
  .b2b-connected #main .block-rub-home .mag {
    width: 50%;
  }
  .b2b-connected #main .block-rub-home .list.flex {
    max-height: 300px;
  }
  .b2b-connected #main .block-rub-home .list.flex a {
    padding-bottom: 70px;
  }
  .b2b-connected #main .tabs-home .list.flex .mag {
    width: 50%;
  }
  .b2b-connected #main .list.flex {
    margin: 10px 0px 0px 0px;
  }
  .b2b-connected #main .list.flex > a {
    padding-bottom: 30px;
  }
  .b2b-connected #main .block .mag .couv {
    height: 212px;
    width: auto;
  }
  .b2b-connected #main .block .mag .tt {
    font-size: 1.2em;
  }
  .b2b-connected #main .block .mag legend {
    padding-top: 5px;
  }
  .b2b-connected #main .block .mag legend .date {
    padding-top: 10px;
  }
  .title-page .addons .mag,
  .title-page .archives .mag {
    display: inline-block;
    width: 49%;
    padding-bottom: 20px;
  }
  .ong-fav {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28.217' height='25.709' viewBox='0 0 28.217 25.709'%3E%3Cg id='Groupe_70' data-name='Groupe 70' transform='translate(-28 -308)'%3E%3Cg id='Tracé_30' data-name='Tracé 30' transform='translate(28 308)' fill='none'%3E%3Cpath d='M14.108,25.709C6.522,20.575,2.544,15.906.912,12-3.459,1.523,9.026-3.485,14.108,2.7,19.19-3.485,31.676,1.523,27.3,12,25.673,15.906,21.694,20.575,14.108,25.709Z' stroke='none'/%3E%3Cpath d='M 14.10840034484863 24.49746131896973 C 17.39620399475098 22.22832107543945 20.1192512512207 19.94716644287109 22.20870971679688 17.71094703674316 C 24.16019058227539 15.62238597869873 25.5642204284668 13.57043647766113 26.38175010681152 11.61218643188477 C 27.89033126831055 7.997406005859375 27.0848503112793 5.554376125335693 26.14348030090332 4.141446113586426 C 24.85247039794922 2.203736066818237 22.50098037719727 1.000006079673767 20.00666046142578 1.000006079673767 C 17.93758964538574 1.000006079673767 16.11724090576172 1.828356146812439 14.88092994689941 3.332476139068604 L 14.10840034484863 4.272346019744873 L 13.33587074279785 3.332476139068604 C 12.09956073760986 1.828356146812439 10.27920055389404 1.000006079673767 8.210140228271484 1.000006079673767 C 5.716080188751221 1.000006079673767 3.36469030380249 2.203816175460815 2.073600292205811 4.141665935516357 C 1.132180333137512 5.554676055908203 0.3266003429889679 7.997735977172852 1.835000395774841 11.6120662689209 C 2.652580261230469 13.57043647766113 4.056610107421875 15.62238597869873 6.008090496063232 17.71094703674316 C 8.097550392150879 19.94716644287109 10.82059574127197 22.22832107543945 14.10840034484863 24.49746131896973 M 14.10840034484863 25.7086353302002 C 6.522400379180908 20.57546615600586 2.543850421905518 15.90565586090088 0.912190318107605 11.9973258972168 C -3.458949327468872 1.523466944694519 9.026328086853027 -3.485445022583008 14.10840034484863 2.697496175765991 C 19.19046783447266 -3.485444068908691 31.67575073242188 1.523466110229492 27.30461120605469 11.9973258972168 C 25.67295074462891 15.90565586090088 21.69440078735352 20.57546615600586 14.10840034484863 25.7086353302002 Z' stroke='none' fill='%231f1f1f'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center 12px;
  }
  .ong-abo {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36.329' height='27.444' viewBox='0 0 36.329 27.444'%3E%3Cg id='Groupe_77' data-name='Groupe 77' transform='translate(-27.111 -371.417)'%3E%3Cg id='Rectangle_42' data-name='Rectangle 42' transform='matrix(0.951, -0.309, 0.309, 0.951, 27.111, 379.142)' fill='none' stroke='%23121212' stroke-width='1'%3E%3Crect width='25' height='20.733' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='24' height='19.733' fill='none'/%3E%3C/g%3E%3Cg id='Rectangle_43' data-name='Rectangle 43' transform='translate(38.986 378.166) rotate(12)' fill='%23fff' stroke='%23191919' stroke-width='1'%3E%3Crect width='25' height='15.192' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='24' height='14.192' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center 12px;
  }
  .ong-cre {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='32' viewBox='0 0 26 32'%3E%3Cg id='Groupe_78' data-name='Groupe 78' transform='translate(-41.85 -366.873)'%3E%3Cg id='Ellipse_17' data-name='Ellipse 17' transform='translate(41.85 366.873)' fill='%23fff' stroke='%23000' stroke-width='1'%3E%3Ccircle cx='10.5' cy='10.5' r='10.5' stroke='none'/%3E%3Ccircle cx='10.5' cy='10.5' r='10' fill='none'/%3E%3C/g%3E%3Cg id='Ellipse_18' data-name='Ellipse 18' transform='translate(43.85 371.873)' fill='%23fff' stroke='%23000' stroke-width='1'%3E%3Cellipse cx='10.5' cy='11' rx='10.5' ry='11' stroke='none'/%3E%3Cellipse cx='10.5' cy='11' rx='10' ry='10.5' fill='none'/%3E%3C/g%3E%3Cg id='Ellipse_19' data-name='Ellipse 19' transform='translate(46.85 377.873)' fill='%23fff' stroke='%23000' stroke-width='1'%3E%3Ccircle cx='10.5' cy='10.5' r='10.5' stroke='none'/%3E%3Ccircle cx='10.5' cy='10.5' r='10' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center 12px;
  }
  .ong-lec {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.851' height='25.936' viewBox='0 0 24.851 25.936'%3E%3Cg id='Groupe_79' data-name='Groupe 79' transform='translate(-24.002 -249.481)'%3E%3Cg id='Rectangle_1' data-name='Rectangle 1' transform='translate(24.002 249.884)' fill='none' stroke='%23000' stroke-linejoin='round' stroke-width='1'%3E%3Crect width='6.485' height='25.13' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='5.485' height='24.13' fill='none'/%3E%3C/g%3E%3Cg id='Rectangle_2' data-name='Rectangle 2' transform='translate(32.108 249.884)' fill='none' stroke='%23000' stroke-linejoin='round' stroke-width='1'%3E%3Crect width='6.485' height='25.13' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='5.485' height='24.13' fill='none'/%3E%3C/g%3E%3Cline id='Ligne_2' data-name='Ligne 2' x2='4.773' transform='translate(24.341 255.631)' fill='none' stroke='%23000' stroke-width='1'/%3E%3Cline id='Ligne_3' data-name='Ligne 3' x2='4.773' transform='translate(32.524 255.631)' fill='none' stroke='%23000' stroke-width='1'/%3E%3Cg id='Rectangle_3' data-name='Rectangle 3' transform='translate(38.015 250.652) rotate(-11)' fill='none' stroke='%23101010' stroke-linejoin='round' stroke-width='1'%3E%3Crect width='6.137' height='25.229' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='5.137' height='24.229' fill='none'/%3E%3C/g%3E%3Cline id='Ligne_4' data-name='Ligne 4' x2='4.773' transform='translate(39.455 256.277) rotate(-11)' fill='none' stroke='%23050505' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center 12px;
  }
  #header nav ul li a .home {
    background-size: 89%;
  }
  /* page titre */
  .top-title {
    display: block;
  }
  .top-title .info-title {
    padding-left: 0px;
    padding-bottom: 10px;
  }
  .top-title .info-title h2.info {
    text-align: center;
  }
  .top-title .info-title h1.tt {
    text-align: center;
    font-size: 2rem;
  }
  .top-title .info-title .select-edition {
    display: block;
  }
  .top-title .info-title .select-edition .block-select {
    width: 100%;
    margin-top: 10px;
  }
  .top-title .info-title .block-price .line-price {
    display: block;
  }
  .top-title .info-title .block-price .line-price > div {
    font-size: 1em;
    padding-bottom: 10px;
  }
  .top-title .info-title .block-price .line-price .price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.9em;
  }
  .top-title .info-title .position-btn {
    position: relative;
    text-align: center;
    bottom: inherit;
    margin-top: 20px;
  }
  .top-title .info-title .position-btn a {
    display: block;
    width: 150px;
    margin: auto;
    margin-bottom: 20px;
  }
  .top-title .btn-bookmarks {
    top: -6px;
    right: 9px;
  }
  .top-title .couv {
    width: 60%;
    height: auto;
    margin: auto;
    margin-bottom: 30px;
  }
  .top-title .couv img {
    width: 100%;
    height: auto;
  }
  .block-popin {
    width: 90%;
    padding: 10px;
  }
  form .two-col .col50 {
    width: 100%;
  }
  .purchase form .content-box {
    display: block;
  }
  .purchase form .content-box .box {
    width: 100%;
  }
  .purchase .btn {
    width: 90%;
    display: block;
    margin: auto;
  }
  .footer-b2b.fixed {
    position: relative;
  }
}
.content.reporting form {
  display: flex;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  flex-wrap: wrap;
  background-color: #f3f3f3;
  padding: 15px;
  justify-content: flex-start;
}
.content.reporting form div {
  margin-bottom: 0;
}
.content.reporting .form-group {
  display: block;
  margin-right: 20px;
  width: 235px;
}
.content.reporting .form-group:last-child {
  display: flex;
  align-items: center;
}
.content.reporting .form-group a.link {
  padding-left: 15px;
  color: #FDBB2C;
  font-size: 0.8em;
  text-transform: uppercase;
  margin-top: 0;
}
.content.reporting .form-group a.link:hover {
  color: #1E1E28;
}
.content.reporting .form-group input[type=search],
.content.reporting .form-group input[type=text],
.content.reporting .form-group input[type=date] {
  width: 100%;
}
.content.reporting .form-group input[type=submit] {
  width: 80px;
  height: 35px;
}
.content.reporting input[type=search],
.content.reporting input[type=text],
.content.reporting input[type=date],
.content.reporting .SumoSelect .SelectBox,
.content.reporting .SumoSelect .optWrapper,
.content.reporting select {
  padding: 10px 15px;
  font-size: 14px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  border: 1px solid #ababab;
  font-family: "Roboto-Medium";
  background-color: #fff;
}
.content.reporting .SumoSelect .SelectBox,
.content.reporting .SumoSelect .optWrapper {
  padding: 13px 15px 12px 15px;
}
.content.reporting .SumoSelect input[type=search] {
  border: 0;
}
.content.reporting .datatable {
  font-size: 0.85em;
}
.content.reporting .dataTables_wrapper input[type=search] {
  width: 400px;
}
.content.reporting input.has-error {
  background-color: #f5c2c7;
  border: solid 1px red;
}
.content.reporting .content {
  margin: 0 20px;
}

@media screen and (max-width: 1024px) {
  .content.reporting .form-group {
    margin-bottom: 20px;
  }
  .content.reporting form {
    padding-top: 40px;
    justify-content: space-around;
  }
}
/* print */
@media print {
  header, footer, form, input, .btn {
    display: none !important;
  }
  #main {
    color: #000 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  #main .content.reporting {
    font-size: 0.8em;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  table.datatable th, table.datatable td {
    padding: 2px !important;
    border-top: 1px solid #000 !important;
    border-bottom: 1px solid #000 !important;
    color: #000 !important;
  }
  .dataTables_paginate {
    display: none !important;
  }
}
/* datatables */
table.datatable {
  font-family: "Arial";
  font-size: 0.7em;
  width: 100%;
}
table.datatable tr:nth-child(even) {
  background-color: #eee;
}
table.datatable tr:nth-child(odd) {
  background-color: #fff;
}
table.datatable th, table.datatable td {
  padding: 15px;
  text-align: left;
}
table.datatable thead tr th, table.datatable thead tr td {
  min-width: 50px;
  font-weight: bold;
  border-top: 1px solid #b6b6b6;
  border-bottom: 1px solid #b6b6b6;
}
table.datatable thead tr th:hover, table.datatable thead tr td:hover {
  cursor: pointer;
}
table.datatable thead tr th.sorting_asc:after, table.datatable thead tr td.sorting_asc:after {
  content: " v";
  color: #FDBB2C;
  font-size: 0.9em;
  display: inline-block;
}
table.datatable thead tr th.sorting_desc:after, table.datatable thead tr td.sorting_desc:after {
  content: " ^";
  color: #FDBB2C;
  font-size: 0.9em;
  display: inline-block;
}
table.datatable tbody tr td, table.datatable tbody tr th {
  border-bottom: 1px solid #aaa;
}
table.datatable tbody tr td:last-child, table.datatable tbody tr th:last-child {
  font-weight: bold;
}
table.datatable tbody tr:hover {
  background-color: #ddd;
}
table.datatable tfoot tr th, table.datatable tfoot tr td {
  min-width: 50px;
  font-weight: bold;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  background-color: #555;
  color: #fff;
}

.dataTables_info,
.dataTables_paginate {
  display: none;
}

.dataTables_filter {
  text-align: right;
  margin-bottom: 20px;
}

.SumoSelect {
  width: 300px;
}
.SumoSelect span {
  opacity: initial;
  visibility: initial;
  display: initial;
}

.SumoSelect p {
  margin: 0;
}

.SelectBox {
  padding: 5px 8px;
}

.sumoStopScroll {
  overflow: hidden;
}

/* Filtering style */
.SumoSelect .hidden {
  display: none;
}

.SumoSelect .search-txt {
  display: none;
  outline: none;
}

.SumoSelect .no-match {
  display: none;
  padding: 6px;
}

.SumoSelect.open .search-txt {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 5px 8px;
  border: none;
  box-sizing: border-box;
  border-radius: 5px;
}

.SumoSelect.open > .search > span, .SumoSelect.open > .search > label {
  visibility: hidden;
}

/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass, .SumoUnder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.SelectClass {
  z-index: 1;
}

.SumoSelect > .optWrapper > .options li.opt label, .SumoSelect > .CaptionCont, .SumoSelect .select-all > label {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

.SumoSelect {
  display: inline-block;
  position: relative;
  outline: none;
}

.SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont, .SumoSelect.open > .CaptionCont {
  box-shadow: 0 0 2px #7799D0;
  border-color: #7799D0;
}

.SumoSelect > .CaptionCont {
  position: relative;
  border: 1px solid #A4A4A4;
  min-height: 14px;
  background-color: #fff;
  border-radius: 2px;
  margin: 0;
}

.SumoSelect > .CaptionCont > span {
  display: block;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
}

/*placeholder style*/
/*.SumoSelect > .CaptionCont > span.placeholder { color: #ccc; font-style: italic; }*/
.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
}

.SumoSelect > .CaptionCont > label > i {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=");
  background-position: center center;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.SumoSelect > .optWrapper {
  display: none;
  z-index: 1000;
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
  overflow: hidden;
}

.SumoSelect.open > .optWrapper {
  top: 35px;
  display: block;
}

.SumoSelect.open > .optWrapper.up {
  top: auto;
  bottom: 100%;
  margin-bottom: 5px;
}

.SumoSelect > .optWrapper ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
}

.SumoSelect > .optWrapper > .options {
  border-radius: 2px;
  position: relative;
  /*Set the height of pop up here (only for desktop mode)*/
  max-height: 250px;
  /*height*/
}

.SumoSelect > .optWrapper.okCancelInMulti > .options {
  border-radius: 2px 2px 0 0;
}

.SumoSelect > .optWrapper.selall > .options {
  border-radius: 0 0 2px 2px;
}

.SumoSelect > .optWrapper.selall.okCancelInMulti > .options {
  border-radius: 0;
}

.SumoSelect > .optWrapper > .options li.group.disabled > label {
  opacity: 0.5;
}

.SumoSelect > .optWrapper > .options li ul li.opt {
  padding-left: 22px;
}

.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 50px;
}

.SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
  box-shadow: 0 0 100px #595959;
}

.SumoSelect > .optWrapper > .options li.opt {
  padding: 6px 6px;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}

.SumoSelect > .optWrapper > .options > li.opt:first-child {
  border-radius: 2px 2px 0 0;
}

.SumoSelect > .optWrapper.selall > .options > li.opt:first-child {
  border-radius: 0;
}

.SumoSelect > .optWrapper > .options > li.opt:last-child {
  border-radius: 0 0 2px 2px;
  border-bottom: none;
}

.SumoSelect > .optWrapper.okCancelInMulti > .options > li.opt:last-child {
  border-radius: 0;
}

.SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #E4E4E4;
}

.SumoSelect > .optWrapper > .options li.opt.sel, .SumoSelect .select-all.sel {
  background-color: #a1c0e4;
}

.SumoSelect > .optWrapper > .options li label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer;
}

.SumoSelect > .optWrapper > .options li span {
  display: none;
}

.SumoSelect > .optWrapper > .options li.group > label {
  cursor: default;
  padding: 8px 6px;
  font-weight: bold;
}

/*Floating styles*/
.SumoSelect > .optWrapper.isFloating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  bottom: 0;
  margin: auto;
  max-height: 90%;
}

/*disabled state*/
.SumoSelect > .optWrapper > .options li.opt.disabled {
  background-color: inherit;
  pointer-events: none;
}

.SumoSelect > .optWrapper > .options li.opt.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 5-7 */
  filter: alpha(opacity=50); /* Netscape */
  -moz-opacity: 0.5; /* Safari 1.x */
  -khtml-opacity: 0.5; /* Good browsers */
  opacity: 0.5;
}

/*styling for multiple select*/
.SumoSelect > .optWrapper.multiple > .options li.opt {
  padding-left: 35px;
  cursor: pointer;
}

.SumoSelect > .optWrapper.multiple > .options li.opt span,
.SumoSelect .select-all > span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  bottom: 0;
  margin-left: -35px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt span i,
.SumoSelect .select-all > span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #AEAEAE;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.SumoSelect > .optWrapper > .MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
  border-radius: 0 0 3px 3px;
}

.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
  display: block;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
  padding: 6px;
}

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p:focus {
  box-shadow: 0 0 2px #a1c0e4;
  border-color: #a1c0e4;
  outline: none;
  background-color: #a1c0e4;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
  background-color: #f1f1f1;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right: 1px solid #DBDBDB;
  border-radius: 0 0 0 3px;
}

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
  border-radius: 0 0 3px 0;
}

/*styling for select on popup mode*/
.SumoSelect > .optWrapper.isFloating > .options li.opt {
  padding: 12px 6px;
}

/*styling for only multiple select on popup mode*/
.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
  padding-left: 35px;
}

.SumoSelect > .optWrapper.multiple.isFloating {
  padding-bottom: 43px;
}

.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i,
.SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i {
  background-color: #FDBB2C;
  box-shadow: none;
  border-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: center center;
}

/*disabled state*/
.SumoSelect.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.SumoSelect.disabled > .CaptionCont {
  border-color: #ccc;
  box-shadow: none;
}

/**Select all button**/
.SumoSelect .select-all {
  border-radius: 3px 3px 0 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 0 3px 35px;
  height: 20px;
  cursor: pointer;
}

.SumoSelect .select-all > label, .SumoSelect .select-all > span i {
  cursor: pointer;
}

.SumoSelect .select-all.partial > span i {
  background-color: #ccc;
}

/*styling for optgroups*/
.SumoSelect > .optWrapper > .options li.optGroup {
  padding-left: 5px;
  text-decoration: underline;
}

.reset-all {
  padding: 5px 10px 5px 35px;
  border-bottom: 1px solid #CDCDCD;
}

.SumoSelect[is-selected=false] .reset-all {
  opacity: 0.5;
  pointer-events: none;
}

.SumoSelect[is-selected=true] .reset-all {
  opacity: 1;
  cursor: pointer;
  color: #7799D0;
}

.SumoSelect[is-selected=true] .reset-all * {
  cursor: pointer;
}

.SumoSelect[is-selected=true] .reset-all:hover {
  color: black;
}
