@media all and (max-width: 1440px) {
  .wrapper {
    width: 1180px;
  }

  .post-content .wp-caption {
    max-width: 1180px;
    margin-left: -136px;
  }
  .post-content blockquote,
  .post-content iframe,
  .post-content .mejs-container,
  .post-content .wp-video {
    width: 1180px !important;
    margin-left: -136px;
  }
  .post-content .wp-video {
    width: 1180px !important;
  }

  .tparrows.custom {
    bottom: 45px !important;
  }
  .tparrows.custom.tp-leftarrow {
    left: 42px !important;
  }
  .tparrows.custom.tp-rightarrow {
    left: 92px !important;
  }
}

@media all and (max-width: 1280px) {
  .wrapper {
    width: 1060px;
  }

  .post-content .wp-caption {
    max-width: 1060px;
    margin-left: -76px;
  }
  .post-content blockquote,
  .post-content iframe,
  .post-content .mejs-container,
  .post-content .wp-video {
    width: 1060px !important;
    margin-left: -76px;
  }
  .post-content .wp-video {
    width: 1060px !important;
  }

  .tparrows.custom {
    bottom: 40px !important;
  }
  .tparrows.custom.tp-leftarrow {
    left: 37px !important;
  }
  .tparrows.custom.tp-rightarrow {
    left: 87px !important;
  }
}

@media all and (max-width: 1120px) {
  .wrapper {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
  #page-title > div {
    width: calc(100% - 80px);
    padding-left: 0;
    padding-right: 0;
  }

  #header {
    height: 144px !important;
  }
  body.sticky {
    padding-top: 144px !important;
  }

  #menu-opener {
    margin-right: -17px;
  }
  .menu-three #menu-opener {
    margin-right: 0;
  }
  #logo {
    margin-left: 0;
  }
  .menu-three #menu-closer {
    margin-right: 40px;
  }
  .menu-one #filter-opener,
  .menu-two #filter-opener {
    right: 52px;
  }
  #filter-opener {
    right: 66px;
  }
  .menu-three.classic #filter-opener {
    right: 6px;
  }

  #filter ul {
    display: none;
  }
  #filter .responsive-filter {
    display: block;
  }

  .post-content .wp-caption {
    max-width: 100%;
    margin-left: 0;
  }
  .post-content blockquote,
  .post-content iframe,
  .post-content .mejs-container,
  .post-content .wp-video {
    width: 100% !important;
    margin-left: 0;
  }
  .post-content .wp-video {
    width: 100% !important;
  }

  .tparrows.custom {
    bottom: 30px !important;
  }
  .tparrows.custom.tp-leftarrow {
    left: 32px !important;
  }
  .tparrows.custom.tp-rightarrow {
    left: 82px !important;
  }

  .single-product .summary {
    padding-right: 50px;
  }
}

/* This resolution is also for IE8 which we assume that we get on older devices with small screens --- */

.ie8 .wrapper {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}
.ie8 #page-title > div {
  width: calc(100% - 80px);
  padding-left: 0;
  padding-right: 0;
}

.ie8 #menu-opener {
  margin-right: -17px;
}
.ie8 .menu-three #menu-opener {
  margin-right: 0;
}
.ie8 #logo {
  margin-left: 0;
}
.ie8 .menu-three #menu-closer {
  margin-right: 40px;
}
.ie8 .menu-one #filter-opener {
  right: 52px;
}
.ie8 #filter-opener {
  right: 66px;
}
.ie8 .menu-three.classic #filter-opener {
  right: 6px;
}

.ie8 #filter ul {
  display: none;
}
.ie8 #filter .responsive-filter {
  display: block;
}

.ie8 .post-content .wp-caption {
  max-width: 100%;
  margin-left: 0;
}
.ie8 .post-content blockquote,
.ie8 .post-content iframe,
.ie8 .post-content .mejs-container {
  width: 100% !important;
  margin-left: 0;
}
.ie8 .post-content .wp-video {
  width: 100% !important;
}
.ie8 #page-title {
  padding-left: 40px;
  padding-right: 40px;
}

.ie8 .tparrows.custom {
  bottom: 30px !important;
}
.ie8 .tparrows.custom.tp-leftarrow {
  left: 32px !important;
}
.ie8 .tparrows.custom.tp-rightarrow {
  left: 82px !important;
}

/* -- end and continue with our queries */

@media all and (max-width: 960px) {
  #header {
    height: 124px !important;
  }
  body.sticky {
    padding-top: 124px !important;
  }
  #header #logo {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  #header #menu-opener {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  #header #filter-opener {
    -webkit-transform: scale(0.89);
    -ms-transform: scale(0.89);
    transform: scale(0.89);
  }
  #header #logo img {
    height: 100%;
    width: auto;
  }

  .menu-three .top-menu,
  .menu-three #menu-opener {
    display: none !important;
  }
  .responsive-menu {
    display: block !important;
    top: 1px;
  }
  .menu-three #filter-opener {
    right: -5px !important;
  }

  .krown-column-container {
    width: 100% !important;
  }
  .menu-three #header-widgets {
    right: 175px;
  }

  .inner-row .krown-column-container {
    margin-left: 0 !important;
    margin-top: 50px;
  }
  .inner-row .krown-column-container:first-child {
    margin-top: 0;
  }

  form .krown-column-container {
    margin-left: 0;
  }

  .krown-column-container {
    height: auto !important;
  }

  #break-43,
  #break-32 {
    display: block;
  }
  .folio-grid.cols-four .item {
    width: calc(91% / 3);
  }
  .folio-grid.cols-three .item {
    width: calc(91% / 2);
  }

  .krown-team:hover .image {
    padding-bottom: 0;
  }

  .krown-single-image,
  .flexslider .slides img {
    width: 100% !important;
    height: auto !important;
    top: 0 !important;
    left: 0 !important;
  }

  .post-arrow {
    display: none;
  }

  .post-content iframe,
  .post-content .mejs-container,
  .post-content .wp-caption {
    margin-bottom: 0;
  }

  .tparrows.custom {
    bottom: 20px !important;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
  }

  .single-product .summary {
    padding-right: 50px;
    width: 60%;
  }
  .single-product .image {
    width: 40%;
  }

  .woocommerce #col-0,
  #order_review > .krown-column-container {
    padding-right: 0 !important;
  }
  .woocommerce #col-1,
  #payment > .krown-column-container {
    padding-left: 0 !important;
    margin-top: 50px;
  }

  #posts-container.classic .post img {
    width: 180px;
    height: auto;
  }
  #posts-container.classic .post-info {
    margin-left: 230px;
  }
}

@media all and (max-width: 782px) {
  .sticky.admin-bar #header {
    top: 46px !important;
  }
}

@media all and (max-width: 760px) {
  #header {
    height: 104px !important;
  }
  body.sticky {
    padding-top: 104px !important;
  }

  .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  #menu-class,
  #page-title > div,
  #posts-container .post,
  .single-post #article,
  .single-portfolio .post-nav,
  #shop-sidebar,
  body:not(.shop-grid) #woocommerce-content,
  div.woocommerce:not(.widget),
  #posts-container.classic {
    padding-left: 40px;
    padding-right: 40px;
  }
  #shop-sidebar #main-search {
    right: 30px;
  }
  #page-title > div {
    width: 100%;
  }
  #page-title {
    margin-bottom: 50px;
  }

  #posts-container .post .caption {
    left: 0 !important;
  }
  #posts-container .post img {
    display: none !important;
  }
  #posts-container.classic .post img {
    display: block !important;
  }
  #posts-container .post h2 {
    padding-right: 0;
  }

  #page-title > div {
    border-top: 1px solid #e5e5e5;
    padding-bottom: 40px;
    padding-top: 38px;
  }

  #portfolio-holder {
    width: 100%;
  }

  .tparrows.custom {
    display: none !important;
  }

  #posts-container.classic .post img {
    width: 150px;
  }
  #posts-container.classic .post-info {
    margin-left: 200px;
  }

  #order_review table.shop_table {
    width: 100% !important;
  }
  #payment {
    width: 100% !important;
    padding: 50px 0 0 0 !important;
    margin: 0;
  }
}

@media all and (max-width: 728px) {
  .single-product .images {
    width: 100%;
    float: left;
    margin-bottom: 60px;
  }

  .single-product .summary {
    padding-right: 0;
    width: 100%;
  }

  .woocommerce-breadcrumb * {
    display: none;
  }
  .woocommerce-breadcrumb .home,
  .woocommerce-breadcrumb .sep:first-of-type {
    display: inline;
  }
}

@media all and (max-width: 640px) {
  #break-42 {
    display: block;
  }
  .folio-grid.cols-four .item {
    width: calc(91% / 2);
  }

  #posts-container.classic .post img {
    display: none !important;
  }
  #posts-container.classic .post-info {
    margin-left: 0;
  }

  .shop_table.cart img {
    display: none;
  }
  .cart_item a,
  .shop_table.cart dl.variation {
    padding-left: 0;
  }
  .shop_table.cart .quantity input[type="button"] {
    display: none;
  }
}

@media all and (max-width: 600px) {
  .sticky.admin-bar #header {
    top: 0 !important;
  }
  body.sticky {
    padding-top: 104px !important;
  }
  #wpadminbar {
    display: none !important;
  }
  .span3,
  .span2 {
    width: 100% !important;
  }
  body.admin-bar.no-sticky {
    margin-top: -46px;
  }

  .menu-one #menu-closer {
    margin-top: -50px;
  }
  #menu-text {
    margin-bottom: -40px;
  }

  .share-buttons {
    margin-bottom: -55px;
  }
  .share-buttons a {
    display: block;
    margin-top: 9px;
    padding-left: 0;
  }
  .share-buttons a:first-child {
    margin-left: 0;
  }
  .share-buttons a:before {
    color: #a7a7a7;
    content: "-";
    font-weight: 400;
    margin-right: 9px;
  }
  .share-buttons a:after {
    display: none;
  }

  #break-21 {
    display: block;
  }
  .folio-grid.cols-two .item {
    width: 91%;
  }

  .flex-direction-nav {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
  }
  #top {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    bottom: 10px;
    right: 10px;
  }
}

@media all and (max-width: 520px) {
  #header {
    height: 84px !important;
  }
  body.sticky {
    padding-top: 84px !important;
  }

  #menu-class,
  #page-title > div,
  #posts-container .post,
  .single-post #article,
  .single-portfolio .post-nav {
    padding-left: 30px;
    padding-right: 30px;
  }

  .menu-one #filter-opener,
  .menu-two #filter-opener {
    right: 41px;
  }

  .comment-avatar {
    display: none;
  }
  .comment-content {
    padding-left: 0;
  }
  #comments-list .children li {
    padding-left: 0;
  }

  .post-nav {
    padding-top: 43px;
  }
  .post-nav .btn-close {
    font-size: 0;
    left: 50%;
    margin-left: -30px;
    position: absolute;
    top: 28px;
  }
  .post-nav .btn-close .krown-svg {
    display: block;
  }

  #posts-container .post h2 {
    font-size: 15px;
    line-height: 19px;
    margin-bottom: -2px;
  }
  #posts-container .post time {
    font-size: 11px;
  }
  #posts-container .post {
    padding-top: 30px;
    padding-bottom: 30px;
    height: auto;
  }

  .woocommerce-breadcrumb span {
    margin: 0 12px;
  }
}

@media all and (max-width: 500px) {
  .menu-two .top-menu {
    width: 100%;
    padding-left: 15%;
  }
  .menu-two #menu-text {
    width: 100%;
    left: 15%;
    right: auto !important;
    padding-right: 90px;
  }

  .single-product .product_title {
    font-size: 22px;
    line-height: 30px;
  }
  .summary .price {
    font-size: 20px;
    line-height: 20px;
  }

  #header-widgets {
    display: none;
  }
}

@media all and (max-width: 480px), all and (max-height: 600px) {
  .menu-two .top-menu > li > a,
  .menu-one .top-menu > li > a {
    font-size: 19px;
    line-height: 19px;
    padding: 7px 0;
  }
  .menu-one .sub-menu {
    padding-top: 25px;
    margin-bottom: -10px;
  }
  .menu-one .sub-menu a {
    font-size: 13px;
    line-height: 13px;
    padding-bottom: 10px;
  }
}

@media all and (max-width: 432px) {
  #break-31 {
    display: block;
  }
  .folio-grid.cols-three .item {
    width: 91%;
  }
}

@media all and (max-width: 420px) {
  .responsive-menu {
    width: 28px;
  }
  .responsive-menu .regular-select-inner {
    text-indent: -9999px;
  }
}

@media all and (max-width: 324px) {
  #break-41 {
    display: block;
  }
  .folio-grid.cols-four .item {
    width: 91%;
  }
}

/* ------------------------
    -----   Retina adjustments    -----
    ------------------------------*/

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  #logo .default {
    display: none !important;
  }
  #logo .retina {
    display: block !important;
  }

  .mejs-overlay-loading span {
    background-image: url(images/mediaelement/loading-goodwork_x2.gif);
    background-size: 32px 32px;
  }
  .mejs-overlay-button,
  .no-svg .mejs-overlay-button {
    background-image: url(images/mediaelement/bigplay-goodwork_x2.png);
    background-size: 49px 98px;
  }
  .mejs-overlay:hover .mejs-overlay-button {
    background-position: 0 -50px;
  }
  .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle,
  .mejs-controls .mejs-time-rail .mejs-time-handle,
  .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle,
  .mejs-controls .mejs-button button,
  .no-svg .mejs-controls .mejs-button button {
    background-image: url(images/mediaelement/controls-goodwork_x2.png);
    background-size: 110px 60px;
  }
  .krown-twitter .intents a {
    background-image: url(images/twitter_x2.png);
    background-size: 26px 60px;
  }
  .fancybox-thumb span {
    background-image: url(images/cross_x2.png);
    background-size: 38px 38px;
  }
  #fancybox-loading div {
    background-image: url(images/preloader-222_x2.gif);
    background-size: 32px 32px;
  }
  .fancybox-nav span,
  .fancybox-close {
    background-image: url(images/sharpSprites_x2.png);
    background-size: 151px 50px;
  }
  .preloader {
    background-image: url(images/preloader_x2.gif);
    background-size: 24px 24px;
  }
  .flexslider.mini,
  .page-template-template-contact-php .header-image {
    background-image: url(images/preloader-f7_x2.gif);
    background-size: 24px 24px;
  }
  .regular-select-inner,
  .responsive-menu .regular-select-inner,
  #lang_sel a.lang_sel_sel {
    background-image: url(images/arrow_x2.png);
    background-size: 6px 3px;
  }
  .shop-select-inner {
    background-image: url(images/arrow-2_x2.png);
    background-size: 7px 4px;
  }

  #main-menu li .krown-svg {
    margin-top: -21px;
  }
}

.form-row.terms {
  position: relative;
}
.form-row.terms label {
  float: left;
  padding-left: 25px;
}
.form-row.terms input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
}

.krown-tabs .contents > section > h5:first-child {
  display: none;
}

/* ------------------------
    -----   FONT-FACE    -----
    ------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

/* ------------------------------
    STYLE BLOCK PRESENTATION GROUPE
    ---------------------------------*/

.boxchiffre {
  box-sizing: border-box;
  text-align: center;
}
.boxchiffre .boxchiffre__box {
  display: inline-block;
  width: 22%;
  height: 195px;
  margin: 0 1% 30px 1%;
  padding: 40px 20px;
  text-align: center;
  background: #ececec;
  vertical-align: middle;
}
.boxchiffre .boxchiffre__box .boxchiffre__box__icon {
  padding-bottom: 10px;
  font-size: 20px;
}
.boxchiffre .boxchiffre__box .boxchiffre__box__title {
  margin-bottom: 0;
  font-size: 21px;
  line-height: 25px;
}
.boxchiffre .boxchiffre__box .boxchiffre__box__subtitle {
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  line-height: 17px;
  text-align: center !important;
  border-bottom: 1px solid #9f9f9f;
}

@media screen and (max-width: 768px) {
  .boxchiffre .boxchiffre__box {
    width: 98%;
    height: auto;
  }
}

/* -------
    STYLE KONCEPT
    --------- */

.menu-three .top-menu > li > a {
  color: #ffffff;
  font-size: 13px;
  line-height: 13px;
  border-bottom: 2px solid transparent;
  padding: 8px;
}
body {
  background: url(https://www.groupe-ldlc.com/wp-content/uploads/2016/02/bg-siege-white.jpg)
    no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: "Lato", sans-serif;
}
body.home {
  background: url(https://www.groupe-ldlc.com/wp-content/uploads/2016/02/bg-siege-black.jpg)
    no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
header#header {
  height: 120px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: url(https://www.groupe-ldlc.com/wp-content/uploads/2016/02/header.jpg)
    center center;
  background-size: cover;
}
header#header_home {
  height: 120px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: none !important;
}
#header > div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 100%;
  width: 100%;
}
#header_home > div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  height: 100%;
  width: 100%;
}
p {
  text-align: justify !important;
  font-family: "Lato", sans-serif !important;
  font-size: 18px !important;
  line-height: 25px !important;
  font-weight: normal !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif !important;
  font-weight: normal !important;
}
.krown-section-title.large h3 {
  font-size: 38px !important;
  line-height: 52px !important;
  color: #3c3c3b;
  margin: 0 !important;
}
h3 {
  font-size: 2.533em !important;
  line-height: 38px !important;
  color: #1d1d1d;
  margin: 0 0 0 20px;
}
h4 {
  font-family: "Lato", sans-serif !important;
  font-weight: 500;
}
#posts-container.classic .post h2 {
  font-family: "Lato", sans-serif !important;
  font-weight: 500;
}
.krown-section-title.large h5 {
  font-size: 30px !important;
  line-height: 30px !important;
  color: #3c3c3b;
  margin: 0 0 20px 0;
}
.krown-text-icon.style-one h5 {
  padding-left: 25px;
}
.krown-text-icon h5 {
  font-size: 14px !important;
  line-height: 18px !important;
  font-weight: normal !important;
  font-family: "Lato", sans-serif !important;
  text-transform: none;
}
h5 {
  font-size: 2.533em !important;
  line-height: 38px !important;
  color: #1d1d1d;
  margin: 0;
  font-family: "Lato", sans-serif !important;
  font-weight: 700;
}
.krown-tabs .titles h5 {
  font-size: 9px !important;
  font-weight: normal !important;
  padding: 2px 20px 0 !important;
}
.krown-section-title.large h5:after {
  display: none;
}
a {
  font-family: "Lato", sans-serif !important;
  font-size: 15px;
}
ul li {
  font-family: "Lato", sans-serif !important;
  font-weight: 400;
  font-size: 18px !important;
  line-height: 25px !important;
}
#posts-container.classic .post-excerpt {
  margin: 2px 50px 0 0;
}
#page-title {
  display: none;
}
.single-post .post-nav {
  margin-top: 50px;
  padding: 60px 80px 0 80px;
}
.post-nav .btn-close {
  display: none;
}
.post-standard {
  padding: 40px 0;
}
.single-portfolio .post-nav {
  display: none;
}
.krown-column-row > .krown-column-container {
  padding: 10px 80px 0px 80px;
}
#posts-container.classic .post {
  height: auto;
  padding: 50px 40px 50px 80px;
}
.menu-two .top-menu > li > a,
.menu-one .top-menu > li > a {
  font-family: "Lato", sans-serif !important;
  font-size: 1.125em;
  line-height: 1.125em;
}
.menu-two .top-menu {
  background-color: #000000;
  position: fixed;
  padding: 95px 0 75px 80px;
  z-index: 999 !important;
  right: -400px;
  top: 0;
  width: 400px;
  height: 100%;
  opacity: 1 !important;
}
.krown-text-icon.style-one {
  margin-bottom: 20px;
}
ul#fil_arianne li {
  display: inline-block;
  font-size: 10px !important;
  font-family: "Lato", sans-serif !important;
  color: #3c3c3b;
  font-weight: normal !important;
  margin-bottom: 15px;
}
ul#fil_arianne li a {
  text-decoration: none;
  color: #3c3c3b;
  font-family: "Lato", sans-serif !important;
  font-weight: normal !important;
}
#posts-container.classic .post-meta {
  margin: 0;
}
.menu-two .sub-menu a {
  text-transform: uppercase;
}
blockquote p {
  font-family: "Lato", sans-serif !important;
  font-size: 50px !important;
  line-height: 48px !important;
  text-align: center !important;
}
article#article {
  background: #ffffff;
}
article#article_home {
  background: transparent;
}
.krown-column-row > .krown-column-container {
  background: none;
}
/*PAGE HOME*/
.bloc_home8 {
  margin: 0 0 0 0 !important;
  max-width: 100% !important;
}
.bloc_home7 {
  margin: 0 0 0 0 !important;
  max-width: 100% !important;
}
.bloc_home6 {
  margin: 0 0 0 0 !important;
  max-width: 100% !important;
}
.bloc_home5 {
  margin: 0 0 0 0 !important;
  max-width: 100% !important;
}
.bloc_home4 {
  margin: 0 0 0 0 !important;
  max-width: 100% !important;
}
.bloc_home3 {
  margin: 0 0 0 0 !important;
  max-width: 100% !important;
}
.bloc_home2 {
  margin: 0 0 0 0 !important;
  max-width: 100% !important;
}
.bloc_home1 {
  margin: 0 0 0 0 !important;
  max-width: 100% !important;
}
.bloc_home_container {
  margin: 20px 0 0 0 !important;
  padding: 0 !important;
}
.inner-row .krown-column-container.span4 {
  width: 33.3%;
}
.inner-row .krown-column-container.span6 {
  width: 45.8%;
}
/*FIN PAGE HOME*/
#footer {
  padding: 50px 0;
}
#logo {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  float: none;
}
.wrapper_home {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#menu-opener {
  margin: 0 15px 0 0;
  width: 60px;
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid #ffffff;
  padding-left: 15px;
}
article#article {
  background: transparent;
}
#posts-container.classic .post {
  padding: 40px 0 50px 0 !important;
}
/*PAGE CALENDRIER*/
#calendrier_next {
  border: 1px solid #939393;
}
#calendrier_next .date {
  vertical-align: middle;
  display: inline-block;
  padding: 50px 0;
  text-align: center;
  width: 250px;
}
#calendrier_next .content {
  vertical-align: middle;
  display: inline-block;
  font-size: 18px;
  padding: 50px;
  font-family: "Lato", sans-serif !important;
}
#calendrier_next .date h5 {
  padding: 0 50px;
  font-size: 65px !important;
  border-right: 2px solid #939393;
}
#calendrier_next .date h5 font {
  font-size: 16px !important;
  line-height: 9px !important;
  font-family: "Lato", sans-serif !important;
}
#calendrier_next {
  border: 1px solid #939393;
}
#calendrier_previous {
  border: 1px solid #939393;
  opacity: 0.3;
}
#calendrier_previous .date {
  vertical-align: middle;
  display: inline-block;
  padding: 50px 0;
  text-align: center;
  width: 250px;
}
#calendrier_previous .content {
  vertical-align: middle;
  display: inline-block;
  font-size: 18px;
  padding: 50px;
  font-family: "Lato", sans-serif !important;
}
#calendrier_previous .date h5 {
  padding: 0 50px;
  font-size: 65px !important;
  border-right: 2px solid #939393;
}
#calendrier_previous .date h5 font {
  font-size: 16px !important;
  line-height: 9px !important;
  font-family: "Lato", sans-serif !important;
}
/*PAGE KITS PRESSE*/
a.kit-ldlc-groupe:hover {
  background: url(https://www.groupe-ldlc.com/wp-content/uploads/2016/02/kits_groupe_ldlc-hover.png)
    no-repeat;
  display: block;
  width: 169px;
  height: 169px;
}
a.kit-ldlc:hover {
  background: url(https://www.groupe-ldlc.com/wp-content/uploads/2016/02/kits_ldlc-hover.png)
    no-repeat;
  display: block;
  width: 169px;
  height: 169px;
}
a.kit-ldlc-pro:hover {
  background: url(https://www.groupe-ldlc.com/wp-content/uploads/2016/02/kits_ldlcpro-hover.png)
    no-repeat;
  display: block;
  width: 169px;
  height: 169px;
}
a.kit-maginea:hover {
  background: url(https://www.groupe-ldlc.com/wp-content/uploads/2016/02/kits_maginea-hover.png)
    no-repeat;
  display: block;
  width: 169px;
  height: 169px;
}
a.kit-lab:hover {
  background: url(https://www.groupe-ldlc.com/wp-content/uploads/2016/02/kits_lab-hover.png)
    no-repeat;
  display: block;
  width: 169px;
  height: 169px;
}
a.kit-lecole:hover {
  background: url(https://www.groupe-ldlc.com/wp-content/uploads/2016/02/kits_lecole-hover.png)
    no-repeat;
  display: block;
  width: 169px;
  height: 169px;
}
a.kit-hardware:hover {
  background: url(https://www.groupe-ldlc.com/wp-content/uploads/2016/02/kits_hardware-hover.png)
    no-repeat;
  display: block;
  width: 169px;
  height: 169px;
}
a.kit-anikop:hover {
  background: url(https://www.groupe-ldlc.com/wp-content/uploads/2016/02/kits_anikop-hover.png)
    no-repeat;
  display: block;
  width: 169px;
  height: 169px;
}
a.kit-textorm:hover {
  background: url(https://www.groupe-ldlc.com/wp-content/uploads/2016/02/kits_textorm-hover.png)
    no-repeat;
  display: block;
  width: 169px;
  height: 169px;
}
a.kit-dlp:hover {
  background: url(https://www.groupe-ldlc.com/wp-content/uploads/2016/02/kits_dlp-hover.png)
    no-repeat;
  display: block;
  width: 169px;
  height: 169px;
}
a.kit-direction:hover {
  background: url(https://www.groupe-ldlc.com/wp-content/uploads/2016/02/kits_direction-hover.png)
    no-repeat;
  display: block;
  width: 300px;
  height: 250px;
}
a.kit-boutiques:hover {
  background: url(https://www.groupe-ldlc.com/wp-content/uploads/2016/02/kits_boutiques-hover.png)
    no-repeat;
  display: block;
  width: 300px;
  height: 250px;
}
a.kit-lecole2:hover {
  background: url(https://www.groupe-ldlc.com/wp-content/uploads/2016/02/kits_lecole_2-hover.png)
    no-repeat;
  display: block;
  width: 300px;
  height: 250px;
}
li.footer_sites {
  font-family: "Lato", sans-serif !important;
  color: #1d1d1d;
  padding-right: 15px;
  text-align: left !important;
}
.inner-row {
  margin-bottom: 0;
}
a.rollover_btn:hover {
  opacity: 0.7 !important;
  display: block !important;
}
.price-top#price {
  font-family: "Lato", sans-serif !important;
  font-weight: 700;
}
sup.currency {
  font-family: "Lato", sans-serif !important;
  font-size: 40px;
  font-weight: 700;
}
.btn_dl_rapport {
  text-align: center;
}
/*FILTRE WIDGET*/
#pro_categories_widget-2 ul li {
  border-right: 1px solid #1d1d1d;
  padding: 0 10px;
  display: inline-block;
  border-top: none;
  font-size: 14px !important;
}
#pro_categories_widget-2 ul li:last-child {
  border: none;
}
#pro_categories_widget-2 ul li:first-child {
  padding: 0 10px 0 0;
}
#pro_categories_widget-2 {
  margin-bottom: 20px !important;
}
/*#filtre_communiques select{display:none !important;}*/
/*FIN FILTRE WIDGET*/
label.screen-reader-text {
  font-family: "Lato", sans-serif !important;
  font-weight: 500;
  font-size: 15px;
  color: #000;
}
span.simple-select-inner {
  font-family: "Lato", sans-serif !important;
}
.simple-select-cover {
  width: 20% !important;
}

/*EFFET BLOC HOME*/
div#transition-president,
div.toto,
div#transition-presse,
div#transition-ecole,
div#transition-boutiques,
div#transition-bourse {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100.3% !important;
}
div#transition-president:hover,
div.toto:hover,
div#transition-presse:hover,
div#transition-ecole:hover,
div#transition-boutiques:hover,
div#transition-bourse:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
}
/*SEARCH HOME*/
.search-form {
  position: absolute;
  right: 20px;
  top: 0;
}
.search-field {
  background-color: transparent;
  background-image: url(https://www.groupe-ldlc.com/wp-content/uploads/2016/02/search-icon-1.png);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  border: none;
  cursor: pointer;
  height: 37px;
  margin: 0;
  padding: 0 24px 0 0;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 0;
}
.search-field:focus {
  background-color: #ffffff;
  border: 1px solid #1d1d1d;
  cursor: text;
  outline: 0;
  width: 220px;
  margin-left: -210px;
}
.search-submit {
  display: none;
}
.widget ul li {
  border-top: none;
}
a#btn_archives:hover {
  background: #939393 !important;
}
/*PAGE CONTACT - RESEAUX SOCIAUX*/
.rs_pictos {
  padding: 35px 0 0 0 !important;
}
.rs_pictos_lab {
  padding: 35px 0 0 0 !important;
  width: 60% !important;
}
.rs_pictos_ecole {
  padding: 35px 0 0 0 !important;
  width: 60% !important;
}
.rs_title_lecole {
  padding: 40px 0 0 80px !important;
  width: 248px !important;
}
.rs_title_ldb {
  padding: 40px 0 0 80px !important;
  width: 300px !important;
}
.rs_title_maginea {
  padding: 40px 0 0 80px !important;
  width: 196px !important;
}
.rs_title_ldlc {
  padding: 40px 0 0 80px !important;
  width: 208px !important;
}
.rs_tiret {
  padding: 20px 0 0 80px !important;
}
/*VERSION MOBILE*/
@media screen and (max-width: 480px) {
  #logo img.default,
  #logo img.retina {
    width: 91px !important;
    height: 60px !important;
  }
  .bloc_home2,
  .bloc_home8 {
    display: none !important;
  }
  .rs_pictos {
    padding: 0 0 10px 80px !important;
  }
  .rs_tiret {
    display: none !important;
  }
  .visuel_presentation-sites {
    display: none !important;
  }
  #logo {
    height: 60px !important;
  }
  #menu-opener {
    margin-top: 15px;
  }
  header#header_home {
    height: 140px !important;
  }
}
