@charset "UTF-8";

:root{
    --pink-color : #ec7b97;
    --grey-title : #616c71;
    --breadcrumb-color:#616c71;
    --breadcrumb-active-color:#D8227C;
    --main-color:#D8227C;
    --contact-btn-color:#D8227C;
    --contact-btn-color-hover:#a51a5f;
    --contact-btn-color-rappel:#f7aed2;
    --contact-btn-color-rappel-hover:#f592c3;
    --main-button-color:#7394A5;
    --main-button-color-hover:#526b77;
    --color-unsel:#FFB5C8;
    --color-sel-non-reco:#17668C;
    --color-unsel-reco:#FE84A2;
    --color-sel-reco:#FE85A4;
    --color-sel-reco-plus:#FE7396;
    --color-black:#000;
    --bg-select-non-reco:#E3EDF1;
    --bg-c1:#7394A5;
    --c1:#7394A5;
    
}

.primaryColor{
    color:var(--main-color);
}
.bg-c1{
    background:var(--bg-c1)!important;
}
.c1{
    color:var(--c1)!important;
}
.c2{
    color:var(--grey-title)!important; 
}
/* CSS Document */
.pusher {
    overflow: hidden !important;
}

/****************
Environnement
*****************/
.environment {
    text-align: center !important;
    position: fixed !important;
    bottom: 10px !important;
    left: 10px !important;
    opacity: 0.95 !important;
    z-index: 100;
}

/*******************************
             Global
*******************************/
html{
    font-size:90%!important;
}
* {
    font-family: 'Poppins', sans-serif;
}

body {
    font-family: 'Poppins', sans-serif;
    color:#707070 !important;
}

.header {
    font-family: 'Poppins', sans-serif;
}

.ui.form .field>label {
    color:#707070 !important;
}

.label {
    color:#707070 !important;
}

.pointing.red.label {
    color: #db2828!important;
    border-radius:20px !important;
}
.ui.red.basic.label {
    color:#db2828 !important;
}

.oblig::after {
    content: " *";
    color: #ff0000;
}
.color_a_black{
    color:var(--color-black)!important;
}
.ui.card>.content_resp{
    font-size: 0.98rem !important;

}
.list-font-resp{
    font-size:0.78rem!important;
}
.ui.accordion>.title_section{
    font-size:1.625rem!important;
}
.resp_sub>.sub_title_section{
    font-size:1.5rem!important;
}
.ex-texts{
    font-size:0.875rem!important;
}
.prix-size>.ps{
    font-size:1.125rem!important;
}

.menuMobileButton{
    margin-top:1rem !important;
    margin-left:1rem !important;
    width:20rem !important;
}

.ui.button.simple.icon.menuMobileButton>i{
    background-color:#ffffffff !important;
}
.dnone{
    display: none!important;
}
/*******************************
             OAV
*******************************/
.oav-table>tbody>tr>td{
    vertical-align: top;
}
.oav-table{
    width: 100%!important;
    box-shadow: 0 0 15px 3px rgba(198,198,198,0.5)!important;
}
/*******************************
            Table Justif
*******************************/

.ui.table.celled.justif {
    margin-top: 0 !important;
}

.ui.table thead tr:first-child>th:first-child {
    border-radius: 0;
}

.ui.table thead tr:first-child>th:last-child {
    border-radius: 0;
}

.ui.table.blue.celled.justif thead tr th {
    color: #455260;
    background: #e8e9e8;
}

.ui.table.blue {
    border: .1em solid #e8e9e8;
}

.ui.table.black {
    border: .1em solid #e8e9e8;
}

.ui.table.green.celled.justif thead tr th {
    color: #455260;
    background: #e8e9e8;
}

.ui.table.green {
    border: .1em solid #e8e9e8;
}

.ui.table.orange.celled.justif thead tr th {
    color: #455260;
    background: #e8e9e8;
}

.ui.table.orange {
    border: .1em solid #e8e9e8;
}

.ui.table.red.celled.justif thead tr th {
    color: #455260;
    background: #e8e9e8;
}

.ui.table.red {
    border: .1em solid #e8e9e8;
}

/*******************************
          Responsive
*******************************/

/*Position ICON*/
.ui.labeled.icon.button>.icon:after,
.ui.labeled.icon.button>.icon:before,
.ui.labeled.icon.buttons>.button>.icon:after,
.ui.labeled.icon.buttons>.button>.icon:before {
    display: block;
    position: absolute;
    width: 100%;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
/* evite le zoom des inputs sur le tel */
@media screen and (max-width: 767px) {
    input, select, textarea {
      font-size: 16px;
    }
}
/****************
Boutons
*****************/
.ui.button{
    border-radius:2rem;
}

/* bouton page accueil */
.ui.button.simple{
    background-color:#ffffff;
    color:var(--pink-color);
    border:solid 2px var(--pink-color);
    
}

/* bouton page accueil */
.ui.button.simple:hover{
    background-color:var(--pink-color);
    color:#fff;
    border-color:var(--pink-color);
}

/* bouton action coloré site public */
.ui.button.colored{
    background-image: -webkit-gradient(linear, right top, left top, from(#cc064e), to(#ff5680));
    background-image: linear-gradient(to left, #cc064e, #ff5680);
    background-size: 100%;
    color:#fff;
    padding-left:3em;
    padding-right:3em;
    display:flex;
    align-items:center;
}

.ui.button.colored.noflex{
    display:unset !important;
}

/* bouton action coloré site public */
.ui.button.colored:hover{
    background-image: -webkit-gradient(linear, right top, left top, from(#ff5680), to(#cc064e));
    background-image: linear-gradient(to left, #ff5680, #cc064e);
}

/* bouton type choix */
.ui.button.choix.active{
    background-color:#7394A5;
    color:#ffffff;
}

.ui.button.choix:hover{
    background-color:#51778a;
    color:#ffffff;
}
.modif_b{
    width:19em;
    display:flex!important;
    justify-content:center!important;
    align-items:center!important;
}
.widthbtn{
    width:19em;
}
/****************
Image commerciale
*****************/
.imgGarantie{
    display:block;
    margin-left:auto;
    margin-right:auto;
    width:50%;
}

/**********************
Input / Label /Dropdown
**********************/
input,textarea{
    border-radius:1.4rem !important;
}

.ui.form .field>label{
    font-size:1em !important;
    font-weight:600 !important;
}
.ui.dropdown{
    border-radius:1.4rem !important;
}
sup{
    line-height:unset !important;
}

/****************
Home / Menu / Footer
*****************/
.homeTitle{
    color:#ff9c9c;
    font-weight: 600;
    font-family: "Source Sans Pro",sans-serif;
    font-size:3.2rem !important;
    line-height:1.2;
}
.homeSubTitle {
    font-family: "Poppins",sans-serif;
    font-size:2rem !important;
    line-height:2.16;
}

.homeCard{
    border-radius:20px !important;
    padding-top:20px !important;
    padding-bottom:20px  !important;
    -webkit-box-shadow: 0 0 15px 3px rgb(198 198 198 / 50%) !important;
    box-shadow: 0 0 15px 3px rgb(198 198 198 / 50%) !important;
}

.homeImage{
    height:120px !important;
    text-align:center !important;
    display:flex !important;
    margin:auto !important;
}

.homeCard>div.content{
    font-size:22px;
    font-weight:bold;
    
}

.homeCard>.ui.button{
    font-size:18px;
    font-weight:normal;
}

.mainMenu{
    font-family: "Poppins",sans-serif  !important;
    font-size: 1rem  !important;
    font-weight: 600  !important;
    font-style: normal  !important;
    font-stretch: normal  !important;
    line-height: 4rem  !important;
    letter-spacing: .3px  !important;
    color: #616c71 !important;
    text-transform: uppercase !important;
    cursor:pointer;
    text-align:center !important
    
}

.mainMenuLink{
    color:#05283a !important;
}

.mainMenuLink:hover{
    color:#455260 !important;
    text-decoration:underline #455260 !important;
    text-decoration-thickness: 4px !important; 
    text-underline-offset: 8px;   
    
}
.homeHeaderGrid{
    padding-top:10px !important;
    color:#05283a !important;
    font-family:"Poppins","sans-serif" !important;

}

.agenceLink>a>img,.footerAgence>img{
    width:24px;
}
.agenceLink>a{
    display:flex;
    flex-direction:row;
    align-items:center;
}
.agenceLink>a>span,
.footerAgence>a,
.rappel.mobile>span,
.faq.mobile>span,
.agenceLink.footerAgence.rdvAgence>span
{
    color:#707070 !important;
    font-size:1.0rem !important;
    font-weight:bold;
}
.homeAgence>a{
    justify-content:flex-end;
}

.ui.calendar>div>table>tbody>tr>td.active,.popup.calendar>table>tbody>tr>td.active
{
    background-color:var(--main-button-color) !important;
    color:#ffffff !important;
}

.footer{
    background-color:#F5F8FC;
    margin-top: 1.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-weight: 700;
}

.footerAgence>a{
    margin-top:10px !important;
}

.footer_title{
    color:var(--grey-title);
    font-size:1.7rem;
    padding-top:0px !important;
}

.footer_adresse{
    color:var(--grey-title);
    font-size: 0.80rem;
    line-height: 1.5;
    margin-top: 1rem;
    font-weight:300;
}

.lnkFooterMentionRGPD {
    font-size:0.8rem;
    color:grey;
}

.lnkFooterMentionRGPD:hover {
    color:grey;
    text-decoration: underline;
}

/***********************
Demandes de contact
************************/
.contactsShortcuts{
    position:fixed;
    z-index:3000!important;
    top: 50%;
    right: -12.2rem;
    transform: translate(0px);
    transition: transform 0.5s cubic-bezier(0.4, -0.28, 0.735, 0.045);
    display:flex !important;
    flex-direction: column !important;
    padding:0.5em !important;
}

.contactsShortcuts > .contact.ui.button{
    font-size: 0.8rem!important;
    border-radius:0px !important;
    text-transform : uppercase !important;
    margin-top:10px !important;
    position:relative;
    -webkit-transition: 0.2s ease-out !important;
    -moz-transition: 0.2s ease-out !important;
    -o-transition: 0.2s ease-out !important;
    transition: 0.2s ease-out !important;
}

.contactsShortcuts > .contact.ui.button:hover{
    transform:translate(-12.5rem);
}

.contactsShortcuts > .contact.ui.button.rdvAgence{
    color:var(--contact-btn-color);
    border:1px solid var(--contact-btn-color);
    background:#fff;
    text-transform : uppercase !important;
}
.contactsShortcuts > .contact.ui.button.rdvAgence:hover{
    color:var(--btn-color-hover);
    --border:1px solid var(--btn-color-hover);
}

.contactsShortcuts > .contact.ui.button.faq{
    color:#ffffff;
    border:1px solid var(--contact-btn-color);
    background-color:var(--contact-btn-color);
}
.contactsShortcuts > .contact.ui.button.faq:hover{
    color:#ffffff;
    --border:1px solid var(--btn-color-hover);
    --background-color:var(--btn-color-hover);
}

.contactsShortcuts > .contact.ui.button.rappel{
    color:#ffffff;
    border:1px solid var(--contact-btn-color-rappel);
    background-color:var(--contact-btn-color-rappel);
}
.contactsShortcuts > .contact.ui.button.rappel:hover{
    border:1px solid var(--contact-btn-color-rappel-hover);
    background-color:var(--contact-btn-color-rappel-hover);
}
.fix_bottom{
    top: 47em;
    position:absolute!important;
}
.fix_same_formule{
    top:1.5%;
    position: fixed!important;
}
/***********************
BreadCrumb page Produits
***********************/
.ui.breadcrumb{
    display:flex !important;
    align-items:center;
}
.ui.breadcrumb>.section{
    font-size:1.1rem !important;
    color:var(--breadcrumb-color);
}
.ui.breadcrumb>.section.active{
    font-weight:600 !important;
    font-size:1.2rem !important;
    color:var(--breadcrumb-active-color) !important;
}

.ui.breadcrumb>i:not(:first-child){
    font-size:1.5rem !important;
    margin-left:0.8rem !important;
    color:var(--breadcrumb-color) !important;
}

.ui.breadcrumb>i.done{
    font-size:1.5rem !important;
    color:var(--breadcrumb-active-color) !important;
}
.ui.breadcrumb>i.active{
    font-size:1.5rem !important;
    color:var(--breadcrumb-active-color) !important;
}

/***********************
Commun Tunnel
************************/
.titreGarantie{
    font-size:3rem;
    color:var(--grey-title);
    font-weight:bold;
    text-align:center;
}

h2.titreSection{
    font-size:1.8rem;
    color:var(--grey-title);
    font-weight:bold;
}

h3.titreSection{
    font-size:1.5rem;
    color:var(--grey-title);
    font-weight:bold;
}

.sousSection{
    padding-left:3rem;
    padding-top:2rem;
}

.mcoLink{
    color:var(--main-color) !important;
    font-weight:500 !important;
}

.mainBtnColor{
    background-color: var(--main-button-color) !important;
    color:#ffffff !important;
}
.mainBtnColor:hover{
    background-color: var(--main-button-color-hover) !important;
}

.ui.button.selectBtn{
    width:100% !important;
    border:solid 0.2rem transparent !important;
}

.ui.button.selectBtn:hover:not(.active),.ui.button.selectBtn.active:hover:not(.active){
    width:100% !important;
    border:solid 0.2rem var(--main-button-color-hover) !important;
    background-color:var(--main-button-color-hover) !important;
    color:#ffffff !important;
}

.ui.button.selectBtn.active{
    width:100% !important;
    background-color:var(--main-button-color) !important;
    border:solid 0.2rem var(--main-button-color) !important;
    color:#ffffff !important;
}

.civiliteBtn{
    font-size:0.8rem !important;
}

.nomargintop{
    margin-top:0rem !important;
}

.smallmarginbottom{
    margin-bottom:0.75rem !important;
}

.maxCenteredErrorLabel{
    width:100%;
    text-align:center;
}

.produit_baseline{
    font-weight:700 !important;
    color:var(--grey-title) !important;
    font-size:1.1rem !important;
}

.produit_description{
    font-size:0.9rem !important;
}
.produit_description_bold{
    font-weight:600 !important;
    color:var(--grey-title) !important;
}

.produit_description_avantage{
    font-weight:700 !important;
    color:var(--main-color) !important;
    font-size:1.1rem !important;
}

.ui.toggle.checkbox input:focus:checked~.box:before, .ui.toggle.checkbox input:focus:checked~label:before, .ui.toggle.checkbox input:checked~.box:before, .ui.toggle.checkbox input:checked~label:before {
	background-color: var(--main-color) !important;
}

.editInputBtn{
    display:flex !important;
}

.disabledInput,.editInputBtn>input{
    background-color: #CCCCCC !important;
    opacity: 0.45 !important;
    pointer-events: none !important;
}

.editInputBtn>button{
    padding-top:0.6rem !important;
    width:3.5rem !important;
    margin-left:-3.8rem !important;
    z-index:1!important;
    height:2.3rem !important;
    margin-top:0.2rem !important;
}

.editInputBtn.dateAdhesion>button{
    width:5.5rem !important;
    margin-left:-5.8rem !important;
    margin-top:0.2rem !important;
    padding:0 !important
}
.btnAnneeAdhesion{
    font-size:0.9rem !important;
}
.mainDimmer{
    z-index:10000!important;
}
.mainDimmer>div>span{
    font-size:1.8rem !important;
}

div[name="base_adresse"]>.results{
    width:auto !important;
}

#base_adresse{
    background:#fcfcfc !important;
}

.enfantSouscription{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    height:8rem;
    margin-top:1rem;
}
.enfantSouscription>b{
    margin-top:0.8rem;
}
.ui.divider:not(.hidden){
    border-top:0px solid rgba(216, 34, 124, 0.2) !important;
    border-bottom:1px solid rgba(216, 34, 124, 0.2) !important;

}
/***********************
Orientation
************************/
.sousTitreSection{
    font-size:1.5rem !important;
    color:var(--grey-title) !important;
    text-align:center !important;
    width:100% !important;

}

.choixNiveauSante, .simpleQuestion{
    font-size:1.1rem !important;
    display:flex !important;
    align-items:center !important;
    width:100% !important;
}

/*********************************
RIA 
*********************************/
.ria_small{
    font-size:0.75rem !important;
}

@media only screen and (min-width: 768px) {
    .ria_date_info
    {
        margin-top:1rem;
    }
    .ria_date_info_souscription
    {
        margin-top:2.1rem;
    }
}

/*********************************
Gestion des enfants 
*********************************/
.listeEnfants{
    padding-top:1.5rem;
}

.ui.small.light.dividing.header{
    line-height:1.25rem !important;
}
.ui.small.light.dividing.header.ligneEnfant{
    display:flex;
}

.listeEnfants>div{
    margin-top:1.5rem !important;
}

/*********************************
Tarif
**********************************/

/****************
Formules et colonnes exemples
*****************/
.fixed_scroll{
    position: fixed!important;
    top: 0;
    width: 74.4em;
    z-index:10!important;
    background: #fff;
    padding-top: 0.3em !important;
    box-shadow: 0px 18px 10px -18px #d4d4d5;
}
.fixed_scroll>.column{
    padding-top:unset!important ;
}
.hidden{
    visibility: hidden!important;
}
.unselect_card{
    border: 1px solid var(--color-unsel-reco)!important;
    box-shadow: unset!important;
    cursor: pointer;
}
.height_card_formule{
    height: 16.13em !important;
}
.height_card_formule_terri_cdc{
    height: 24.13em !important;
}
.card_reco{
    border: unset!important;
    box-shadow: unset!important;
    cursor: pointer;
    background: #FFEBF0!important;
}
.color_card_unselect{
    color: var(--color-unsel-reco)!important;
}
.color_col_sel_reco{
    color: var(--color-sel-reco)!important;
}
.select_card{
    border: 1px solid var(--color-sel-non-reco)!important;
    background: var(--bg-select-non-reco)!important;
}
.cart{
    background: var(--bg-c1)!important;
    text-align: center!important;
    padding: 1rem !important;
    align-self: center;
    font-size:0.8rem !important;
}
.cart_title{
    color: var(--c1);
    margin-left: 0.1em;
    margin-right: 0.1em;
    padding: 0.4em;
    font-weight: 700;
    background: #fff;
    font-size: 0.7rem !important;
}
.select_card_reco{
    border: 1px solid var(--color-sel-reco-plus)!important;
    background: #FFEBF0!important;
    cursor: unset!important;
}
.color_sel_card{
    color:var(--color-sel-non-reco)!important;
}
.prix_custom{
    font-size: 1.3em!important;
    font-weight: 500!important;
}
.bottom_title{
    border: 1px solid var(--color-unsel);
    color: var(--color-unsel);
    padding: 0.6em;
    font-weight: 700;
    position: relative;
    top: 2em;
    background: #fff;
    font-size: 0.7rem;
}
.bottom_title_reco{
    border: 1px solid var(--color-sel-reco-plus);
    color: #FFF;
    margin-left:0.6em;
    margin-right:0.6em;
    padding-top: 0.6em;
    padding-bottom: 0.6em;
    padding-left: 0.0em;
    padding-right: 0.0em;
    font-weight: 700;
    position: relative;
    top: 2em;
    background: var(--color-sel-reco-plus);
    font-size: 0.7rem;
}
.bottom_title_sel{
    border: 1px solid var(--color-sel-non-reco)!important;
    color: #FFF!important;
    background: var(--color-sel-non-reco)!important;
}
.title_reco{
    background: var(--color-sel-reco-plus)!important;
}
.color_reco{
    color:#fff!important;
}
.card_col{
    border: unset!important;
    box-shadow: unset!important;  
}
.color_col_unsel{
    color:var(--color-unsel)!important;
}
.color_col_sel{
    color:var(--color-sel-non-reco)!important;
}
.color_col_prix_ex{
    color:#D52966!important;
    font-weight: 600;
}
.over{
    background: var(--bg-select-non-reco)!important;
    top: 0em;
    border: 1px solid var(--color-sel-non-reco)!important;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
}
.over_reco{
    background: #FFEBF0 !important;
    top: 0em;
    box-shadow: unset !important;
}
.over_reco_sel{
    border: 1px solid var(--color-sel-reco-plus) !important;
    box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
}

.offre-email-btn{
    margin-bottom: 0.1rem !important;
    font-size:0.9rem !important;
}

.toastTarifSante{
    width:39rem !important;
    border:var(--main-color) solid 0.05rem !important;
    color:var(--main-color) !important;
    background:#ffffff !important;
    border-radius:1.4rem !important;
}

.ui.center.toast-container .toast-box{
    border-radius:1.4rem !important;
    font-size:1rem !important;
}

.toastRetryBtn{
    height:2rem !important;
    color:#ffffff !important;
    background-color:var(--main-color) !important;
    padding-top:0.4rem !important;
    padding-bottom:0.2rem !important;
}
.toastRetryBtn:hover{
    background-color:var(--btn-color-hover) !important;
}

.toastRetryBtn:hover{
    background-color:var(--main-color) !important;
}


/*********************************
Overide Class Slick JS
**********************************/

.slick-disabled {
    visibility: hidden;
}
.slick-prev, .slick-next{
    top:58%!important;
}
.slick-prev {
    left: -19px!important;
}
.slick-next {
    right: -19px!important;
}
.slick-prev::before, .slick-next::before{
    color: #ff5680!important;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: #cc064e!important;
    outline: none;
    background: transparent;
}
.overlay_list>.slick-list{
    overflow: visible!important;
}
.slick-track {
    display: flex!important;
}
.slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
}
.slide-ex{
    display: flex!important;
    padding-left: 1em;
}
/*********************************
Souscription
**********************************/
.souscriptionBtnRetour{
    display:flex !important;
    flex-direction: row !important;
    justify-content: center;
}

.souscriptionBtnRetour>button{
    margin-left:1rem !important;
    margin-right:1rem !important;
    width:20rem;
}

.signatureNumeriqueBtn,.signaturePapierBtn{
    width:100%;
    font-size:1rem !important;
    text-align:center !important;
    height:3rem !important;
}

.signaturePapierBtn{
    background-image: -webkit-gradient(linear, right top, left top, from(#406070), to(var(--main-button-color))) !important;
    background-image: linear-gradient(to left, #406070, var(--main-button-color)) !important;
    background-size: 100% !important;
    color:#fff !important;
}

.signaturePapierBtn:hover{
    background-image: -webkit-gradient(linear, right top, left top, from(var(--main-button-color)), to(#406070)) !important;
    background-image: linear-gradient(to left, var(--main-button-color), #406070) !important;
}
.btn-consent{
    box-shadow: 0 0 0 2px var(--main-button-color) inset!important;
    color: var(--main-button-color) !important;
}
.btn-consent:hover{
    background: var(--main-button-color) !important;
    color:#fff!important;
}
/*********************************
Ajustements mobile
**********************************/
.width-c{
    width: 92% !important
}
@media only screen and (max-width: 767px) {
    html{
        font-size:65%!important;
    }
    .width-c{
        width: 100% !important
    }
    .slide-formule{
        height: 14.3em !important;
    }
    .homeTitle
    {
        font-size:2rem !important;
    }
    .homeSubTitle {
        font-size:1.5rem !important;
        margin-bottom:1rem !important;
    }
    .ui.grid.choixNiveauSante.sub>.column
    {
      margin-top:0 !important;
    }
    .ui.grid.choixNiveauSante>.row
    {
      margin-top:1rem !important;
      margin-bottom:1rem !important;
    }
    .ui.stackable.cards>.card{
        padding-top:1rem !important;
        padding-bottom:1rem !important;
    }
    .ui.breadcrumb>.section{
        font-size:0.9rem !important;
    }
    .ui.breadcrumb>.section.active{
        font-size:1.0rem !important;
    }
    .ui.breadcrumb>i:not(:first-child){
        font-size:1.2rem !important;
    }
    .ui.breadcrumb>i.done{
        font-size:1.2rem !important;
    }
    .ui.breadcrumb>i.active{
        font-size:1.2rem !important;
    }
    .ui.grid>.stackable.stackable.stackable.row>.column, .ui.stackable.grid>.column.grid>.column, .ui.stackable.grid>.column.row>.column, .ui.stackable.grid>.column:not(.row), .ui.stackable.grid>.row>.column, .ui.stackable.grid>.row>.wide.column, .ui.stackable.grid>.wide.column{
        padding-top: 0.2rem;
        padding-bottom: 0.2rem;
    }
    .sousTitreSection{
        font-size:1.2rem !important;
    }
    .font_resp>.content>.ui.huge.header{
        font-size: 1em!important;
    }
    .title_resp>div{
        font-size: 1.1rem !important;
    }
    .font_resp>.content>.prix_custom{
        font-size: 1em!important;
    }
    .fixed_scroll{
        width: 93% !important;
        top: 0!important;
        z-index:20!important;
    }
    .bottom_title_reco,.bottom_title{
        margin-top:0px !important;
    }
    .content_resp{
        padding-left:unset!important;
        padding-right:unset!important;
    }
    .height_card_formule{
        height: 14.1em !important;
      
    }
    /* retirer les traits bleus sur le côté */
    .height_card_formule:focus {outline:0;}
    .resp_pad_bottom{
        padding-bottom:unset!important;
    }
    .font_resp{
        width: 9em!important;
    }
    .slide_resp{
        display:none;
    }
    .modif_b{
        width:12em!important;
    }
    .widthbtn{
        width:12em!important;
        padding-left: 2em!important;
        padding-right: 2em!important
    }
    .enfantSouscription{
        height:3rem;
        flex-direction:row;
        border:0 !important;
    }
    .enfantSouscription>i{
        font-size:2rem !important;
    }
    .custom_left_btn{
        border-color: #cc064e!important;
        color: #cc064e!important;
        border-top-right-radius: 2rem!important;
        border-bottom-right-radius: 2rem!important;   
        font-size: 1.14285714rem!important;
    }
    .ui.large.colored.button{
        padding-left:1.6em!important;
        padding-right:1.6em!important;
    }
    .left_radius_btn{
        border-top-left-radius: 2rem!important;
        border-bottom-left-radius: 2rem!important;  
    }
    .right_radius_btn{
        border-top-right-radius: 2rem!important;
        border-bottom-right-radius: 2rem!important;  
    }
    .w_btn_resp{
        width: 20.5em!important;
    }
    .resp_icon_consentement{
        display: none!important;
    }
    #tarif_section{
        z-index: 110!important;
    }

    .offre-email-btn{
        width:40% !important;
        font-size:1.15rem !important;
    }
    .swipe-hint.swipe-horizontal {
        position: relative;
        left: 2.5em;
    }
    .swipe-hint.swipe-horizontal i {
        position: relative;
        display: inline-block;
        color: var(--main-button-color);
        border-radius: 100%;
        -webkit-animation: hint-finger ease-in 2s;
                animation: hint-finger ease-in 2s;
        -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
        z-index: 100;
        font-size: 20px;
    }
    @-webkit-keyframes hint-finger {
        0% {
            right: 0;
            transform: scale(1);
        }
        20% {
            right: 0;
            transform: scale(0.7);
        }
        50% {
            right: 10%;
            transform: scale(0.7);
        }
        60% {
            transform: scale(1);
        }
        70% {
            right: 10%;
        }
        100% {
            right: 0;
            transform: scale(1);
        }
    }
    
    @keyframes hint-finger {
        0% {
            right: 0;
            transform: scale(1);
        }
        20% {
            right: 0;
            transform: scale(0.7);
        }
        50% {
            right: 10%;
            transform: scale(0.7);
        }
        60% {
            transform: scale(1);
        }
        70% {
            right: 10%;
        }
        100% {
            right: 0;
            transform: scale(1);
        }
    }
}
#msg-precompte, #msg-prestations{
    -webkit-box-shadow: 0 0 0 1px #7394A5 inset,0 0 0 0 transparent!important;
    box-shadow: 0 0 0 1px #7394A5 inset,0 0 0 0 transparent!important;
    background-color: #a2b8c3!important;
    color:#fff!important;
    font-weight: 550!important;
}
#modal-alertes-hospi>.center.aligned,#modal-alertes-hospi>.centered{
    text-align:center;
}
.disabled-rappel{
    pointer-events: none!important;
}
/*********************************
    affichage prev
**********************************/
.subtitleprev{
    color:#5D9FBE;
    border : 1px solid #5D9FBE;
    padding: 0.2em 1em 0.2em 1em;
    text-align: center;
    border-radius: 45px;
}
.bgbloc1{
    background: #F0F0F0!important;
}
/**********************************
    Input custom clé sociale
**********************************/
.input-key{
    border-top-right-radius: unset !important;
    border-bottom-right-radius: unset !important;
}
.custom-key{
    border-top-left-radius: unset !important;
    border-bottom-left-radius: unset !important;
    border-top-right-radius: 1.4rem !important;
    border-bottom-right-radius: 1.4rem !important;
    width: 3.4em;
}

/***********************************
    Parrainage solidaire
********************************/
.ui.card.association{
    border-radius:0.75rem !important
}
.ui.card.association:hover{
    cursor:pointer;
}

.ui.card.association.active{
    border: 0.3rem solid var(--main-button-color-hover) !important;
    font-weight:1000 !important;
}
.ui.card.association.active>.content>.header{
    font-weight:1000 !important;
    color:var(--c1)!important
}

.ui.icon.association{
    font-size:2rem;
    position:absolute;
    right:0
}
.fontParrainagePeC{
    font-size:1.2rem;
}
