/* GM 1.0 */
.bloc-photo-texte.photo-a-gauche .col-photo {
  width: calc(100vw);
}
.bloc-photo-texte.photo-a-gauche-2 .col-photo {
  width: var(--sm-col);
}
.bloc-photo-texte.photo-a-gauche-2 .col-texte {
  width: 100%;
}
.bloc-photo-texte .col-photo {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 250px;
  background-position: center center;
}
@media (max-width: 570px) {}
@media (min-width: 767px) {}
@media (min-width: 981px) {}
@media only screen and (min-width: 1199px) {}


/*-----------------------------------------------------------------------------------*/
/* SECTION HOME HERO */
/*-----------------------------------------------------------------------------------*/
@media (max-width: 641px) {
  :root {
    --hero-large-col: 15vw;
    --section-height: 500px;
    --titre-f-size: 40px;
    --titre-lh: 40px;
    --btn-f-size:12px;
	--picto-size-m:60px;
    --wrapper-nav-top:0px
  }
}

@media (min-width: 640px) {
  :root {
    --hero-large-col: 45vw;
    --bkg-img-size: calc(var(--hero-large-col) * 2.5);
    --section-height: 450px;
    --titre-f-size: 40px;
    --titre-lh: 40px;
	--picto-size-m:50px;
    --wrapper-nav-top:-10px
  }
}

@media (min-width: 1200px) {
  :root {
    --hero-large-col: 60vw;
    --bkg-img-size: calc(var(--hero-large-col) + 6vw);
    --wrapper-nav-left: 25vw;
    --section-height: 470px;
    --titre-f-size: 46px;
    --titre-lh: 50px;
    --bkg-image-pos: right; 
	 --picto-size-m:60px;
    --wrapper-nav-top:-60px
  }
}

@media (min-width: 1400px) {
  :root {
    --hero-large-col: 60vw;
    --bkg-img-size: calc(var(--hero-large-col) + 5vw);
    --wrapper-nav-left: 25vw;
    --section-height: 550px;
    --titre-f-size: 60px;
    --titre-lh: 60px;
  }
}

@media (min-width: 1600px) and (max-width: 1699px) {
  :root {
    --hero-large-col: 55vw;
    --bkg-img-size: calc(var(--hero-large-col) + 10vw);
    --wrapper-nav-left: 25vw;
    --section-height: 550px;
    --titre-f-size: 70px;
    --titre-lh: 70px;
  }
}

@media (min-width: 1700px) {
  :root {
    --hero-large-col: 55vw;
    --bkg-img-size: calc(var(--hero-large-col) + 10vw);
    --wrapper-nav-left: 20vw;
    --section-height: 620px;
    --titre-f-size: 60px;
    --titre-lh: 70px;
  }
}
@media (min-width: 2400px) {
  :root {
    --hero-large-col: 55vw;
    --bkg-img-size: calc(var(--hero-large-col) + 10vw);
    --wrapper-nav-left: 10vw;
    --section-height: 620px;
    --titre-f-size: 70px;
    --titre-lh: 70px;
    --wrapper-nav-top:-20px
  }
}


#bloc-home-top .container-fluid {
  background-repeat: no-repeat;
  background-position: calc(95vw - var(--hero-large-col)) center;
  background-size: var(--bkg-img-size);
}
#bloc-home-top .wrapper {
  position: relative;
  height: var(--section-height);
  z-index: 10
}
 #wrapper-nav {
    margin-left:var(--wrapper-nav-left);
     margin-top:var(--wrapper-nav-top);
}
#bloc-home-top h1.entry-title {
  text-transform: uppercase;
  font-size: var(--titre-f-size);
  line-height: var(--titre-lh);
  font-weight: 800;
  padding: 0;
}
#bloc-home-top h1.entry-title:after{
  content:"";
  border-bottom: 1px solid var(--third-color);
  width: 70px;
  display: block;
  margin-top:25px
}
#bloc-home-top p.sous-titre {
  font-size: 24px;
  font-weight: 700;
  display: inline-block;
  position: relative;
  color: var(--third-color);
}
#bloc-home-top .btn-nav {
  display: inline-block
}

#bloc-home-top .btn-hero-submenu {
  position: relative;
  background-color: #FFF;
  z-index: 1000
}
#bloc-home-top .btn-nav {
  width: auto;
  font-size: var(--btn-f-size);
  font-weight: 600;
  margin-bottom: 25px;
  letter-spacing: 2px
}

#bloc-home-top [id^="btn_"]:last-child .btn-nav  {
  margin-bottom: 0;
}
#bloc-home-top .btn-nav a {
  color: var(--third-color);
}
#bloc-home-top .btn-nav.active a {
  color: #FFF;
}

#bloc-home-top .btn-nav {
  /* position: absolute;*/
  z-index: 1000;
  border: 1px solid #fff
}
#bloc-home-top .sub-menu {
  position: absolute;
}
#bloc-home-top .sub-menu li {
  margin-bottom: 0;
  padding-left: 0;
}

#bloc-home-top .sub-menu li:before {
  content: none
}
#bloc-home-top .sub-menu .navbar {
  min-width: 220px;
  background-color: var(--third-color);
  padding: 15px 25px;
  transition: opacity 0.4s ease;
}
#bloc-home-top .sub-menu .navbar.active {
  opacity: 1;
  display:block
}
#bloc-home-top .sub-menu .navbar.inactive {
  opacity: 0;
  pointer-events: none; 
	display:none
}
@media (max-width: 641px) {
 #bloc-home-top .sub-menu {
  margin-top: -10px
}
}
/*-----------------------------------------------------------------------------------*/
/* SECTION STRUCTURE DE TEXTES */
/*-----------------------------------------------------------------------------------*/
@media (max-width: 767px) {
  .bloc-structures-contenus {
    --inner-padding: 0;
  }
}
@media (min-width: 768px) {
  .bloc-structures-contenus {
    --inner-padding: 30px;
  }
}
@media (min-width: 1200px) {
  .bloc-structures-contenus {
    --inner-padding: 50px;
  }
}
@media (min-width: 1400px) {
  .bloc-structures-contenus {
    --inner-padding: 60px;
  }
}
@media (min-width: 1600px) {
  .bloc-structures-contenus {
    --inner-padding: 80px;
  }
}
.bloc-structures-contenus .demi-colonne-photo, .bloc-structures-contenus .demi-colonne-texte {
  padding-right: var(--inner-padding);
}
.bloc-structures-contenus .demi-colonne-texte + .demi-colonne-photo, .bloc-structures-contenus .demi-colonne-texte + .demi-colonne-photo {
  padding-left: var(--inner-padding);
  padding-right: 0;
}
.bloc-structures-contenus h3 {
  background-color: var(--sec-color);
  color: #FFF;
  padding: 7px 25px;
  margin: 5px 0 25px;
  letter-spacing: 1px
}
.bloc-structures-contenus .photo{
  min-height: 280px
}
@media (max-width: 767px) {
  .bloc-structures-contenus .photo {
    min-height: auto
  }
}
/*-----------------------------------------------------------------------------------*/
/* CTAs */
/*-----------------------------------------------------------------------------------*/

/* Force 1/5 de la largeur sur les grands écrans */


@media (min-width: 991px) { 
    .custom-col {
        flex: 0 0 20% !important;  /* Chaque élément prend 20% (1/5) de la largeur */
        max-width: 20% !important;
    }
}
.section-cta h2 {
  text-align: left;
  margin-bottom: 35px;
  margin-top: 20px
}
.section-cta .item p {
  color: var(--dark-grey);
  font-weight: 400;
}
.section-cta .item strong {
  color: var(--sec-color);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.3rem;
}
@media (min-width: 1400px) {
  .section-cta .item strong {
    font-size: 24px;
    letter-spacing: 0.4rem
  }
}
/*type bouton*/
.section-cta .item .btn-arrow .arrow, .section-cta .item .btn-arrow .cercle, .section-cta .item #ecran, .section-cta .item #bouton {
  stroke: var(--sec-color);
  transition: .2s ease-in-out;
}
.section-cta .item .btn-arrow {
  transform: rotate(90deg);
}
.section-cta .item:hover .btn > * {
  stroke: var(--third-color);
}
.section-cta .item .btn .arrow {
  transform: translate(26.356px, 30.14px) rotate(180deg);
}
.section-cta .item:hover .btn .arrow {
  transform: translate(26.356px, 25px) rotate(180deg);
}
.section-cta .item .picto {
  margin-top: 20px;
  margin-bottom: 10px;
}
.section-cta .item .picto svg {
  transition: .2s ease-in-out;
}
.section-cta .item .picto svg {
  width: 100%;
  height: auto;
  transition: .2s ease-out;
}
#btn, #outer-loupe, #calculatrice {
  transition: .2s ease-out;
}
.section-cta .item svg #clic #clic-2, 
.section-cta .item svg #loupe,
.section-cta .item svg #souris,
.section-cta .item svg #caddie{
  transform: translate(0, 0);
  transition: .3s ease-out;
}
.section-cta .item:hover svg #clic #clic-2 {
  transform: translateY(-12px);
}
.section-cta .item:hover svg #loupe {
  transform: translate(12px, 12px);
}
.section-cta .item:hover #calculatrice {
  transform: translate(-12px, -10px);
}
.section-cta .item:hover #souris {
  transform: translate(0px, -12px);
}
.section-cta .item:hover #caddie {
  transform: translate(12px, 0px);
}
.section-cta .item:hover #clic-2 #btn, 
.section-cta .item:hover #outer-loupe, 
.section-cta .item:hover #ecran, 
.section-cta .item:hover #picto-consulter g#souris path#bouton,
.section-cta .item:hover #caddie ellipse {
  stroke: #FFF !important;
}

/*-----------------------------------------------------------------------------------*/
/* COMRENDRE LE REGIME DE PREVOYANCE*/
/*-----------------------------------------------------------------------------------*/



#section-comprendre-regime .garanties img{ 
	width:100px;
	height: auto	
}
#section-comprendre-regime .garanties h4{ 
	font-size: 19px;
	line-height: 21px
}

#section-comprendre-regime .remboursements .item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#section-comprendre-regime .remboursements .item .wrapper{
	border:3px solid;
	z-index:5;
    color:#FFF
}
#section-comprendre-regime .remboursements .item .wrapper .h3{
  font-size:18px;
  color:var(--third-color);
}
#section-comprendre-regime .remboursements .item .wrapper p{
  font-size:14px;
  color:#FFF
}
#section-comprendre-regime .remboursements .item .wrapper.model_last .h3{
  color:#FFF;
  text-transform: uppercase;
}
#section-comprendre-regime .remboursements .item .wrapper.model_last p{
   color:var(--sec-color)
}
#section-comprendre-regime .remboursements .item .wrapper strong{
	font-weight: 700;
}

#section-comprendre-regime .remboursements .item::after {
  content: '●';
  font-size: 30px;line-height: 0px;
  position: absolute;
  top: calc(50% - 2px);
  left: 101.3%;
  color:var(--third-color);
  z-index: 100
}

#section-comprendre-regime .remboursements .item .wrapper::after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% - 12px);
  width: 50px;
  height: 2px;
  background-color:var(--third-color);
  transform: translate;
  z-index: 1
}
#section-comprendre-regime .remboursements .item:last-child::after,
#section-comprendre-regime .remboursements .item:last-child .wrapper::after{
  content: '';
   width: 0px;height: 0px;
}
@media (max-width: 991px) {

  #section-comprendre-regime .remboursements .item::after {
    content: '●';
    font-size: 30px;line-height: 0px;
    position: absolute;
    top: 106%;
    left: 50%;
    color:var(--third-color);
    z-index: 100
  }
  #section-comprendre-regime .remboursements .item .wrapper::after {
    content: '';
    position: absolute;
    top: 102%;
    left: 50.5%;
    width: 16px;
    height: 2px;
    transform: rotate(90deg);
    background-color:var(--third-color);
    transform: translate;
    z-index: 1
  }
}
@media (min-width: 992px) and  (max-width: 1399px) {
  #section-comprendre-regime .remboursements .item:nth-child(3)::after,
  #section-comprendre-regime .remboursements .item:nth-child(3) .wrapper::after{
    display: none
  }
}
@media (min-width: 1280px) {
  #section-comprendre-regime .remboursements .item .wrapper .h3{
    font-size:20px;
    color:var(--third-color)
  }

  #section-comprendre-regime .remboursements .item .wrapper p{
    font-size:17px;
    color:#FFF
  }
	#section-comprendre-regime .garanties img{
	width:125px;
	}
	
}
/*-----------------------------------------------------------------------------------*/
/* TEXTE + CARTOUCHE */
/*-----------------------------------------------------------------------------------*/
/*  section texte + cartouche  
:root {
  --habillage-cartouche-w: 92%;
  --habillage-cartouche-h: 92%;
  --habillage-cartouche-mb: -0.5vw;
  --habillage-cartouche-mr: -0.5vw;
}
@media only screen and (max-width: 920px) {
  :root {
    --habillage-cartouche-mb: -1vw;
    --habillage-cartouche-mr: -1vw;
  }
}
@media only screen and (max-width: 575.99px) {
  :root {
    --habillage-cartouche-mb: -1.2vw;
    --habillage-cartouche-mr: -1.2vw;
  }
}*/
.cartouche .wrapper {
  padding: 50px 35px 20px;
  text-align: center
}
.section-texte-et-cartouche .col-textes {
  padding-top: 20px;
}
.cartouche.cartouche-fullw .wrapper {
  padding: 60px 90px;
}
.section-texte-et-cartouche h2 {
  margin-bottom: 40px
}
.cartouche .wrapper > *{
  font-size: 18px
}

.cartouche .wrapper.bkg-color-2 p{
	color:#FFF
}
.cartouche .bkg-color-2 svg{
	stroke:var(--third-color);
	fill:var(--third-color);
}

.cartouche .bkg-color-3 svg.picto,
.cartouche .bkg-color-4 svg.picto,
.section-texte-et-cartouche.bkg-color-3 svg.picto{
	stroke:var(--sec-color);
	fill:var(--sec-color);
}

.cartouche .traits-r, .section-services .traits-r {
  height: var(--habillage-cartouche-h);
  position: absolute;
  bottom: var(--habillage-cartouche-mb);
  right: var(--habillage-cartouche-mr);
  border-right: 1px solid red;
}
.cartouche .traits-b, .section-services .traits-b {
  width: var(--habillage-cartouche-w);
  position: absolute;
  bottom: var(--habillage-cartouche-mb);
  right: var(--habillage-cartouche-mr);
  border-top: 1px solid red;
}
.cartouche.cartouche-fullw .traits-r {
  bottom: calc(var(--habillage-cartouche-mb) - 0.3vw);
  right: calc(var(--habillage-cartouche-mr) - 0.3vw);
}
.cartouche.cartouche-fullw .traits-b {
  bottom: calc(var(--habillage-cartouche-mb) - 0.3vw);
  right: calc(var(--habillage-cartouche-mr) - 0.3vw);
}
/*-----------------------------------------------------------------------------------*/
/* SECTION OPTIONS */
/*-----------------------------------------------------------------------------------*/
@media (max-width: 639px) {
  .section-option {
    --picto-size: 60px;
    --gutter: 0;
    --it-min-h: 182px;
    --it-m-bottom: 20px;
    --it-bkg-image-w: 40%;
    --col-img-h: 260px;
    --p-size: 17px;
  }
}
@media (min-width: 640px) {
  .section-option {
    --picto-size: 60px;
    --gutter: 25px;
    --it-min-h: 272px;
    --it-m-bottom: 35px;
    --it-bkg-image-w: 45%;
    --col-img-h: calc(100% - var(--it-m-bottom) - 10px);
    --p-size: 17px;
  }
}


@media (min-width: 991px) {
  .section-option {
    --picto-size: 60px;
    --gutter: 35px;
    --it-min-h: 100%;
    --it-m-bottom: 35px;
    --it-bkg-image-w: 50%;
    --col-img-h: 100%;
    --p-size: 16px;
  }
}
@media (min-width: 1200px) {
  .section-option {
    --picto-size: 60px;
    --gutter: 35px;
    --it-min-h: 100%;
    --it-m-bottom: 35px;
    --it-bkg-image-w: 50%;
    --col-img-h: 100%;
    --p-size: 17px;
  }
}
@media (min-width: 1600px) {
  .section-option {
    --picto-size: 74px;
    --gutter: 70px;
    --it-min-h: 500px;
    --it-m-bottom: 50px;
    --it-bkg-image-w: 55%;
    --p-size: 18px;
  }
}
.section-option ul.items_options  {
	margin: 0px
}
.section-option .items_options .item.mb {
	margin-bottom: var(--it-m-bottom);/*class appliquée dynamiquement au deux premier items si 4*/
}
.section-option .items_options .item .wrapper {
  background-color: var(--sec-color);
  margin-right:20px;
  margin-bottom: var(--it-m-bottom);
  min-height: var(--it-min-h);
  font-size: var(--p-size);
  padding: 20px 15px;
  color:#FFF	
}
.section-option .wrapper {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: var(--it-bkg-image-w) auto;
}
.section-option .wrapper.bkg_1 {
  background-image: url(../../../themes/kingbee/images/doc-1.svg);
}
.section-option .wrapper.bkg_2 {
  background-image: url(../../../themes/kingbee/images/doc-2.svg);
}
.section-option .wrapper.bkg_3 {
  background-image: url(../../../themes/kingbee/images/doc-3.svg);
}
.section-option .wrapper.bkg_4 {
  background-image: url(../../../themes/kingbee/images/doc-4.svg);
}
.section-option .items_options .item .wrapper > * {
  color: #FFF;
  text-align: center;
}
.section-option .cartouche {
  background-color: var(--third-color);
  text-align: center;
  padding: 40px 15px;
  height: auto;
  position: relative;
  margin-right: var(--gutter);
}
.wrapper .row {
  padding-right: calc(var(--bs-gutter-x) * -2);
}
.section-option .cartouche p {
  color: var(--fifth-color);
}
.cartouche .picto{
  width: var(--picto-size-m);
  position: relative;
  margin-top: calc((var(--picto-size-m) / -1.1) - (var(--picto-size-m)));
}
.section-texte-et-cartouche .cartouche .picto{
  margin-top: calc((var(--picto-size-m) / -0.9) - (var(--picto-size-m) / 2.6));
}
.section-texte-et-cartouche .col-cartouche.cartouche .picto,
.section-texte-et-cartouche .cartouche.full-screen .picto{
  margin-top: calc((var(--picto-size-m) / -0.8) - (var(--picto-size-m) / 2.2));
}

.section-option .sec-options-bkg-img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: var(--col-img-h);
}
@media (min-width: 1200px) {
  .section-option .cartouche {
    padding: 40px 25px 60px;
    max-height: 100%
  }
.section-texte-et-cartouche .cartouche .picto,.section-texte-et-cartouche .col-cartouche.cartouche .picto{
  margin-top: calc((var(--picto-size-m) / -0.8) - (var(--picto-size-m) / 1.4));
}
}

/**********************************
SECTION PHOTO + COLONNE DE BLOCS
**********************************/
.bloc-photo-col-textes-rows .col-photo .wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 300px;
}
.bloc-photo-col-textes-rows .col-photo .wrapper.top {
  background-position: center 5%;
}
@media (max-width: 767px) {
 .bloc-photo-col-textes-rows .col-photo .wrapper {
  min-height: 300px;
}
.bloc-photo-col-textes-rows .col-photo .wrapper.center {
  background-position: center center;
}
.bloc-photo-col-textes-rows .col-photo .wrapper.top {
  background-position: center 15%;
}
.bloc-photo-col-textes-rows .col-photo .wrapper.bottom {
  background-position: center 80%;
}
}
.bloc-photo-col-textes-rows .col-photo.full-s {
  width: calc(var(--medium-col));
  max-height: 800px
}
.bloc-photo-col-textes-rows .col-texte.full-s {
  width: calc(100vw - var(--medium-col) - 6.5vw);
  padding-left: 6.5vw;
}
.bloc-photo-col-textes-rows .col-texte .titre {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}
.bloc-photo-col-textes-rows .picto {
  height: 60px;
  width: auto;
  margin-bottom: 1.5rem
}
.bloc-photo-col-textes-rows .col-texte p.h4 {
  margin-bottom: 1rem
}
/**********************************
SECTION P???????
**********************************/
/*bloc-photo-texte-pictos*/
/*.bloc-photo-texte-pictos .col-photo, .section-photo-col-textes-rows {*/
/*  background-repeat: no-repeat;*/
/*  background-size: cover;*/
/*  background-position: center center;*/
/*}*/
/*.bloc-photo-texte-pictos .col-pictos .picto {*/
/*  min-height: 75px;*/
/*  max-width: 100px*/
/*}*/
/*.bloc-photo-texte-pictos .col-pictos .texte {*/
/*  font-size: 24px;*/
/*  font-weight: 300;*/
/*  line-height: 28px;*/
/*}*/
/*.bloc-photo-texte-pictos .col-pictos .texte-fermeture p:last-child {*/
/*  margin-bottom: 0*/
/*}*/
/*.bloc-photo-col-textes-rows .col-texte ul li .texte{*/
/*    display: inline-block;*/
/*	!*margin-left:30px;*!*/
/*	float: left*/
/*  }*/
/*.bloc-photo-col-textes-rows .col-texte ul li::before{*/
/*float: left*/
/*}*/

.bloc-photo-texte .col-texte {
  padding-bottom: 35px;
}
.bloc-photo-texte .col-photo {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 250px;
  padding-bottom: 35px;
  background-position: center center;
}
.photo-a-droite .col-texte{
  padding-right: 35px;
}
.photo-a-gauche .col-texte{
  padding-left: 35px;
}


.bloc-photo-texte.photo-a-gauche .col-photo {
  width: calc(100vw);
}
.bloc-photo-texte.photo-a-gauche-2 .col-photo {
  width: var(--sm-col);
}
.bloc-photo-texte.photo-a-gauche-2 .col-texte {
  width: 100%;
}
/* cols-photo-texte-forpages */
.cols-photo-texte-forpages .col-lg-1-sm {
  flex: 0 0 auto;
  width: 7.0%;
}
@media (max-width: 641px) {
  .photo-a-droite .col-texte{
    padding-right: 0px;
  }
  .photo-a-gauche .col-texte{
    padding-left: 0px;
  }

  /*.bloc-photo-col-textes-rows .col-photo {*/
  /*  width: 100vw;*/
  /*  max-height: 300px*/
  /*}*/
  /*.bloc-photo-col-textes-rows .col-texte {*/
  /*  width: 100%;*/
  /*  padding: 25px 35px;*/
  /*}*/
}
@media (min-width: 767px) {
  /*.bloc-photo-col-textes-rows .col-texte {*/
  /*  padding-left: 40px;*/
  /*}*/
}
@media (min-width: 981px) {
  /*.bloc-photo-col-textes-rows .col-texte {*/
  /*  padding-left: 60px;*/
  /*}*/
  /*.bloc-photo-col-textes-rows.col-photo-r .col-texte {*/
  /*  padding-left: 0;padding-right: 60px;*/
  /*}*/
  .bloc-photo-texte.photo-a-gauche .col-photo {
    width: calc(100vw - var(--large-col));
  }
  .bloc-photo-texte .col-texte {

  }
  .bloc-photo-texte.photo-a-gauche .col-texte {
    width: calc(var(--large-col) - 2vw);
  }
}
@media only screen and (min-width: 1199px) {
  .bloc-photo-col-textes-rows .col-texte {
    padding-left: 90px;
  }
}
@media only screen and (min-width: 1400px) {
  .section-option .items_options .item .wrapper {
    margin-right: var(--gutter);
    padding: 30px 20px 45px;
  }
}
@media only screen and (min-width: 1800px) {
  .section-option .items_options .item .wrapper {
    margin-right: 35px;
    padding: 30px 20px 85px;
  }
}