/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://example.com/
 Description:  Child theme of Hello Elementor
 Author:       Your Name
 Author URI:   https://example.com/
 Template:     hello-elementor
 Version:      1.0.0
 Text Domain:  hello-elementor-child
*/

/* Import parent theme styles */

@media (min-width: 1200px) {
    .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
        display: none;
        max-width: 1140px;
    }
}

/* ==========START Cookies Pop up=========== */
.cookies-popup-holder {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999999;
}
.over-lay-first {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000000b5;
  z-index: 100;
  left: 0;
  top: 0;
}
.over-lay-first-second {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000000b5;
  z-index: 200;
  left: 0;
  top: 0;
}
.block-one-cockies {
  position: absolute;
  max-width: 750px;
  width: 80%;
  top: 50%;
  left: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  padding: 35px 25px;
  z-index: 101;
}
.block-one-cockies p {
  text-align: justify;
  font-weight: 300;
  margin-bottom: 20px;
  color: #000;
}
.contunuer-sans-ac {
  cursor: pointer;
  margin-bottom: 15px;
  color: #000;
}
.retour-pop-one {
  cursor: pointer;
  color: #000;
}
.retour-pop-one i {
  font-size: 14px;
  margin-right: 3px;
}
.contunuer-sans-ac:hover,
.retour-pop-one:hover {
  color: #00aed9;
}
button.personnaliser-choix {
  background: #fff !important;
  color: #24225D !important;
  border: solid 0.5px #24225D;
  width: 250px;
  display: inline-block;
  text-align: center;
  padding: 16px 0;
  border-radius: 3px;
  margin-right: 14px;
  outline: none;
  cursor: pointer;
  font-size: 16px;
}
button.tout-accepter-a {
  background: #24225D !important;
  color: #fff;
  font-size: 16px;
  width: 240px;
  display: inline-block;
  text-align: center;
  padding: 16px 0;
  border-radius: 3px;
  margin-right: 14px;
  outline: none;
  border: none;
  cursor: pointer;
}
button.tout-accepter {
  background: #24225D !important;
  color: #fff;
  font-size: 16px;
  width: 212px;
  display: inline-block !important; 
  text-align: center;
  padding: 16px 0;
  border-radius: 3px;
  margin-right: 14px;
  outline: none;
  border: none;
  cursor: pointer;
}
.block-two-cockies {
  position: absolute;
  max-width: 800px;
  width: 80%;
  top: 50%;
  left: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  padding: 35px 25px;
  z-index: 201;
}
.top-title-coockie {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 25px;
}
span.title-popup-cookies {
  color: #00B0F0;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: .6px;
  text-transform: uppercase;
}
.block-two-cockies p {
  text-align: justify;
}
button.Interdire-choix {
  background: #fff;
  color: #00aed9;
  border: solid 0.5px #00aed9;
  width: 212px;
  display: inline-block;
  text-align: center;
  padding: 16px 0;
  border-radius: 3px;
  margin-right: 14px;
  outline: none;
  margin-bottom: 10px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .btns-cookies-holder {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  button.tout-accepter {
    order: 0;
    margin-bottom: 10px;
  }
  button.personnaliser-choix {
    order: 1;
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  .block-one-cockies {
    width: 95%;
  }
  .block-one-cockies {
    display: grid;
    padding: 35px 15px;
  }
  .btns-cookies-holder {
    order: 3;
  }
  button.personnaliser-choix {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .contunuer-sans-ac {
    order: 1;
  }
  .block-one-cockies > p {
    order: 2;
  }
  .contunuer-sans-ac {
    text-align: right;
  }
}
/* --------second pop---------- */
.change-icon i::before {
  content: "\f068";
}
.second-btns-cookies-holder {
  display: flex;
  justify-content: flex-end;
}
.accept-multichoix-holder-cookies {
  margin-bottom: 30px;
}
.accept-multichoix-holder-cookies span.title-c {
  font-weight: 600;
  color: #000;
  font-size: 16px;
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.info-bloc-cookies-holdera {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.info-bloc-cookies-holderb {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.info-bloc-cookies-holderc {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.propos-cokie-hol-info {
  display: none;
  order: 3;
  width: 100%;
}
.propos-cokies-buttons button {
  color: #808899;
  border: solid 0.5px #808899;
  background: #fff;
  outline: none;
  min-width: 100px;
  cursor: pointer;
}
.propos-cokie-hol-title {
  font-weight: 500;
  color: #000;
  cursor: pointer;
}
.propos-cokie-hol-title i {
  font-size: 12px;
  position: relative;
  top: -1px;
  margin-right: 6px;
}
.propos-block-acc {
  display: flex;
  justify-content: space-between;
  padding: 5px;
  border: solid 1px #ccc;
  background: #cccccc69;
  color: #000;
  flex-wrap: wrap;
}
.partnet-cookies-holdre {
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
  flex-wrap: wrap;
  align-items: center;
}
.partnet-cookies-holdre p {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  color: #000;
}
.partnet-cookies-holdre button {
  border: solid 1px #ccc;
  background: #cccccc69;
  padding: 15px;
  font-weight: 500;
  color: #000;
  outline: none;
}
.tout-regester {
  display: none;
  border: 1px solid #24225D !important;
  color: #24225D;
  background: #FFF !important;
  font-size: 16px;
  text-align: center;
  padding: 16px 20px;
  border-radius: 3px;
  outline: none;
  border: none;
  cursor: pointer;
  margin-right: 15px;
}
.tout-regester-c {
  background: #00aed9;
  color: #fff;
  font-size: 15px;
  width: 212px;
  text-align: center;
  padding: 16px 0;
  border-radius: 3px;
  outline: none;
  border: none;
}
button.interd-btn.checked-btn {
  background: #e70002 !important;
  border-color: #e70002 !important ;
  color: #fff;
}
button.interd-btn.checked-btn::before {
  content: "\f00d";
  font-family: 'FontAwesome';
  margin-right: 2px;
}
button.accept-btn.checked-btn {
  background: #3de35a !important;
  border-color: #3de35a !important;
  color: #000;
}
button.accept-btn.checked-btn::before {
  content: "\f00c";
  font-family: 'FontAwesome';
  margin-right: 2px;
}
/* == */
.partner-two-holder {
  display: none;
}
span.bntn-return-two i {
  font-family: 'FontAwesome';
}
.all-partner-holdre {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 0px;
  padding: 15px 4px;
  background: rgba(0, 0, 0, 0.05);
}
.all-partner-holdre p {
  margin: 0;
  font-size: 14px;
}
.partners-details-holder {
  padding: 15px 4px;
  border: solid 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}
.partner-info-global {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
/* --------display--------- */
.display-block {
  display: block !important;
  transition-duration: 1.7s;
}
.display-none {
  display: none !important;
  transition-duration: 1.7s;
}
.disabeld-blo {
  position: none;
  pointer-events: none !important;
  opacity: 0.5;
}
.btn-no-realis-holder{
  text-align: center;
  margin-bottom: 25px;
}
.btn-no-realis-holder .show-nos-realis-btn{
    width: auto;
    padding: 16px 25px;
    background: #00aed9;
    font-size: 15px;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    transition: 0.3s;
    border: 0;
}
.tout-regester.display-block {
    display: inline-block !important;
}

.propos-cokies-buttons.require button {
    border-color: #f10101;
    box-shadow: 0 0 2px 2px rgb(241 0 2 /20%);
}
@media (max-width: 767px) {

    .block-two-cockies {
        width: 95%;
        padding: 25px 15px 30px;
    }

    .propos-cokies-buttons.outils_pub {
        margin-top: 15px;
        display: block;
        width: 100%;
        text-align: right;
    }

    .second-btns-cookies-holder {
        float: unset;
    }

    .tout-regester {
        width: 100%;
    }

    button.personnaliser-choix {
        order: 1;
    }

    button.tout-accepter-a {
        order: 2;
        margin-right: 0;
        margin-left: 0;
        width: 100%;
    }

}

.accept-multichoix-holder-cookies .tab-detail {
  display: none;
  height: 240px;
  overflow: auto;
}

.accept-multichoix-holder-cookies .tab-detail.show {
  display: block;
}

.accept-multichoix-holder-cookies .columns {
  display: grid;
  grid-template-columns: 30% 70%;
  justify-content: space-between;
}

.accept-multichoix-holder-cookies .tabs {
  margin-right: 20px;
}

.accept-multichoix-holder-cookies .tabs a {
  width: 100%;
  display: block;
  padding: 15px 5px;
  border-top: 1px solid #CCC;
  cursor: pointer;
  font-weight: 600;
  transition: .4s;
  color: #24225D;
}

.accept-multichoix-holder-cookies .tabs a.active,
.accept-multichoix-holder-cookies .tabs a:hover {
  color: #00B0F0;
}

.accept-multichoix-holder-cookies .tab-title {
  font-weight: 600;
  margin-bottom: 10px;
}

.accept-multichoix-holder-cookies .tab-detail p {
  font-size: 14px;
  color: #838080;
  font-weight: 300;
  margin-bottom: 8px;
  text-align: left;
}

.accept-multichoix-holder-cookies .tab-detail p:last-of-type {
  margin-bottom: 0;
}

.accept-multichoix-holder-cookies ul {
  margin-top: 10px;
}

.accept-multichoix-holder-cookies ul li {
  font-size: 14px;
  color: #838080;
  font-weight: 300;
  margin-bottom: 8px;
}

.accept-multichoix-holder-cookies ul li:last-child {
  margin-bottom: 0;
}

.accept-multichoix-holder-cookies .tab-detail .propos-cokies-buttons {
  margin-bottom: 10px;
}

@media (max-width: 767px) {

  .accept-multichoix-holder-cookies .columns {
    grid-template-columns: 100%;
  }

  .second-btns-cookies-holder {
    flex-direction: column;
  }

  .tout-regester.display-block {
    margin-bottom: 15px;
  }

  button.tout-accepter {
    width: 100%;
  }

  .block-two-cockies,
  .block-one-cockies {
    max-height: 95%;
    overflow: auto;
  }

  .block-one-cockies p {
    font-size: 14px;
  }

  span.title-popup-cookies {
    font-size: 18px;
  }

  .accept-multichoix-holder-cookies .tabs a {
    font-size: 15px;
    padding: 15px 0;
  }

  .accept-multichoix-holder-cookies .tab-title {
    font-size: 14px;
  }

}

.prevent_sc {
  overflow: hidden;
}

/* ==========END Cookies Pop up=========== */

#riveCanvas {
  width: 100% !important;
  padding-left: 50px;
  padding-bottom: 25px;
}

@media (max-width: 767px) {

    #riveCanvas {
        padding: 0 !important;
    }

}

.post--content h1,
.post--content h2,
.post--content h3,
.post--content h4,
.post--content h5,
.post--content h6 {
  font-size: 22px;
  color: #00B0F0;
  font-weight: 700;
  letter-spacing: .6px;
  margin-top: 20px;
  font-family: "Instrument Sans", sans-serif;
}

.search-blog {
  max-width: 656px !important;
  width: 100%;
  margin: 0 auto 25px !important;
}

.search-blog .is-form-style input.is-search-input {
  border-radius: 50px 0px 0px 50px;
  padding: 0 20px;
  height: 50px;
}

.search-blog .is-form-style {
  display: flex
}

.search-blog .is-form-style .is-search-submit {
  border-radius: 0 50px 50px 0;
  height: 50px !important;
  font-weight: 600;
  color: #FFF !important;
  background-color: #24225e !important;
  width: 65px !important;
  cursor: unset !important;
}

.search-blog .is-form-style .is-search-submit .is-search-icon {
  box-shadow: unset !important;
  background-color: unset;
  border: 0;
}

.search-blog .is-form-style .is-search-submit .is-search-icon path {
  fill: #FFF;
}

@media (max-width: 767px) {

  .post--content h1, .post--content h2, .post--content h3, .post--content h4, .post--content h5, .post--content h6 {
    font-size: 20px;
  }

}


.icon_plus {
  position: absolute !important;
  bottom: -23px;
}

.elementor-icon {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.icon_plus .elementor-icon:after {
  content: '\f067';
  font-family: fontawesome;
  position: relative;
  top: 1px;
}

.icon_plus.active .elementor-icon:after {
  content: '\f068';
}

.icon_plus svg {
  display: none !important;
}

.text_stats {
  display: none;
}

