/* 
Theme Name: CJD Pépites
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

#icones-pepites{
	text-align:right;
}
#icones-pepites .icone{
	width:40px;
	height:auto;
	margin-bottom:0;
	margin-right:20px;
}

.mlr-0 [class^="col"]:first-of-type{
  margin-right:0 !important;
  margin-left:0 !important;
}

#contenu-pepite{
    font-size:14px;
}

#contenu-pepite h3{
    color:#1982E3 !important;
    font-size: 22px;
    font-family: "Saira Condensed", sans-serif;
    text-transform: uppercase;
    line-height: 1.2em;
    font-weight: 600;
    margin:0 0 10px;
}

#contenu-pepite h3:not(:first-of-type){
  margin-top: 40px;
}

#contenu-pepite .synthese{
  font-size:16px;
}

.meta-peptite{
  margin-bottom:20px;
  margin-top:10px;
}

.meta-peptite div{
  display:inline-block;
  margin-right:30px;
}

.meta-peptite div:last-of-type{
  margin-right:0;
}

.replicabilite-points{
  width:100px;
  display:inline-block;
}

.rond-noir, .rond-blanc{
  height:14px;
  width:14px;
  background:#000;
  border:1px solid #000;
  border-radius:100px;
  display:inline-block;
  margin-right:3px;
}

.rond-blanc{
  background:#fff;
}

path{ cursor:pointer; }

.label-map{
	line-height:1em
}

.label-count{
	font-size:16px;
}

.icone.icone-responsive{
	display:none;
}

@media(max-width:700px){
	.icone{ display:none; }
	.icone.icone-responsive{
		display:inline-table;
		width:20%;
		vertical-align:middle;
	}
	.col-description h3{
		width:80%;
		display:inline-table;
		font-size:28px !important;
		vertical-align:middle;
		padding:0 0 0 10px;
		margin:0;

	}
}

.icones-coordonnees{
	text-align:center;
}

.icones-coordonnees .elementor-icon{
	background:#1982E3;
	border-radius:6px;
	margin:0 5px
}

#details-thematiques .col-description h3{
	font-size:28px;
	font-family: "Saira Condensed", Sans-serif;
	font-weight:600;
}

#details-thematiques .col-description{
	font-size:14px
}

#details-thematiques .col-thematique{
	margin-bottom:50px
}

@media(max-width:767px){
	#details-thematiques .icone{
		max-width:50px;
	}
}

    /* ==== GRID SYSTEM ==== */

    .grid-container {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
      }
      
      .row {
        position: relative;
        width: 100%;
      }
      
      .row [class^="col"] {
        float: left;
        margin: 0.5rem 2%;
        min-height: 0.125rem;
      }
      
      .col-1,
      .col-2,
      .col-3,
      .col-4,
      .col-5,
      .col-6,
      .col-7,
      .col-8,
      .col-9,
      .col-10,
      .col-11,
      .col-12 {
        width: 96%;
      }
      
      .col-1-sm {
        width: 4.33%;
      }
      
      .col-2-sm {
        width: 12.66%;
      }
      
      .col-3-sm {
        width: 21%;
      }
      
      .col-4-sm {
        width: 29.33%;
      }
      
      .col-5-sm {
        width: 37.66%;
      }
      
      .col-6-sm {
        width: 46%;
      }
      
      .col-7-sm {
        width: 54.33%;
      }
      
      .col-8-sm {
        width: 62.66%;
      }
      
      .col-9-sm {
        width: 71%;
      }
      
      .col-10-sm {
        width: 79.33%;
      }
      
      .col-11-sm {
        width: 87.66%;
      }
      
      .col-12-sm {
        width: 96%;
      }
      
      .row::after {
          content: "";
          display: table;
          clear: both;
      }
      
      .hidden-sm {
        display: none;
      }
      
      @media only screen and (min-width: 33.75em) {  /* 540px */
        .container {
          width: 100%;
        }
      }
      
      @media only screen and (min-width: 45em) {  /* 720px */
        .col-1 {
          width: 4.33%;
        }
      
        .col-2 {
          width: 12.66%;
        }
      
        .col-3 {
          width: 21%;
        }
      
        .col-4 {
          width: 29.33%;
        }
      
        .col-5 {
          width: 37.66%;
        }
      
        .col-6 {
          width: 46%;
        }
      
        .col-7 {
          width: 54.33%;
        }
      
        .col-8 {
          width: 62.66%;
        }
      
        .col-9 {
          width: 71%;
        }
      
        .col-10 {
          width: 79.33%;
        }
      
        .col-11 {
          width: 87.66%;
        }
      
        .col-12 {
          width: 96%;
        }
      
        .hidden-sm {
          display: block;
        }
      }
      
      @media only screen and (min-width: 60em) { /* 960px */
        .container {
          width: 100%;
        }
      }
  

      #pepite-du-mois{
        padding:0 15%
      }
      
      #pepite-du-mois .cards__item{
        width:100%;
      }
      
      .cards__item{
        width:340px;
        box-shadow:3px 3px 10px #ddd;
        border-radius:5px;
        padding-bottom:10px;
        margin-bottom:30px;
      }
      
      @media(max-width:767px){
        .cards__item{
          width:100%;
        }
      }
      
      .card__header{
        background:#1982E3;
        padding:10px 0 10px 13px;
        border-radius:5px 5px 0 0
      }
      
      .card__footer{
        padding:10px 13px;
      }
      
      .card__bouton a{
        background:#000;
        color:#fff;
        font-family: "Saira Condensed", sans-serif;
        padding:5px 13px;
        border-radius:100px;
        white-space: nowrap;
        text-transform:uppercase;
        font-size:15px;
        font-weight:500
      }
      
      .card__desc{
        padding:5px 15px;
        font-size:14px
      }
      
      .card__meta{
        width:50%;
        display:inline-block;
      }
      
      .card__bouton{
        width:45%;
        display:inline-block;
        text-align:right;
      }
      
      
      .card__titre{
        width:73%;
        display:inline-block;
        vertical-align:middle; 
      }
      
      .card__icones{
        width:25%;
        display:inline-block;
        vertical-align:middle; 
        text-align: right;
      }
      
      .card__titre h4{
        font-family: "Saira Condensed", sans-serif;
        color:#fff;
        margin:0;
        padding:0;
        font-weight:600
      }
      
      .card__icones .icone{
        width:30px;
        margin:0 5px
      }
      
      #pepites-zoom .cards__item,
      #pepites-related .cards__item{
        width:400px;
      }
      
      @media(max-width:767px){
        #pepites-zoom .cards__item,
      #pepites-related .cards__item{
          width:100%;
        }
      }
      
      
      #liste-thematiques .row{
        cursor:pointer;
      }
      
      #contenu-pepite ul{
        margin-bottom:20px;
      }
      
      .carte-pepite{
        max-width:200px !important;
        text-align:center;
        margin:0 auto;
      }
      
      @media(max-width:768px){
        #icones-pepites{text-align:center;}
        #icones-pepites .icone{
          margin:0 10px;
        }
        #pepite-du-mois{
          padding:0 0%
        }
      }
      
      #liste-thematiques .icone{
        width:40px;
      }
      
      #liste-thematiques .fa-plus{
        border-radius:100px;
        padding:6px;
        box-shadow:1.5px 1.5px 4px #ccc
      }
      
      #liste-thematiques p{
        line-height:1.2em;
        color:#555;
        font-weight:400;
        margin-bottom:5px
      }
      
      @media(max-width:767px){
        #liste-thematiques .col-icone{
          width:20%;
        }
        #liste-thematiques .col-description{
          width:70%;
        }
        #liste-thematiques .col-plus{
          display:none;
        }
      }
      .filtres-pepites label{
        margin-bottom:5px;
        color:#444;
        display:none;
      
      }
      
      .filtres-pepites .filtrer-txt{
        color:#444;
        padding:7px 0 0;
        font-weight:bold;
        font-size:17px
      }
      
      #tip{ display:none;}

  
      /*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}

