@charset "utf-8";
/* CSS Document */






/* CSS PROPRE A LA HOMEPAGE */

@media only screen and (min-width : 960px) {

#header{
padding : 0px 32px;
}
.block-img-header{
background: url("../images/obliques-Groupe-IMA.svg"), url("../images/nos-offres/domicile/teleassistance-domicile.jpg") ;
background-size: 300px, cover;
background-position: top 0px right 32px, center;
background-repeat: no-repeat, no-repeat;
width : 100%;
height : 350px;
border-radius : 12px;
position: relative;
}
.block-img-header > div > div{
position: absolute;
bottom: 0;
background: #6419BE;
width : 250px;
padding : 16px 32px;
border-radius : 12px 12px 0px 0px;
color: #FFFFFF;
font-size: 12px;
text-align: center;
box-shadow: 0px -10px 20px 0px rgba(0, 0, 17, 0.1);
}
.block-img-header > div > div > span{
font-size: 24px;
}
.commun-bloc_header > div{
width : 960px;
margin : 0 auto;
text-align : left;
display: inline-block;
color : #FFFFFF;
vertical-align: middle;
}
.commun-bloc_header > div > h1 > span{
color : #FFFFFF;
}
.commun-bloc_header > div > .bouton-secondaire-L-desktop-white{
margin-right : 16px;
}
	

#avantage-teleassistance-domicile{
padding : 64px;
background : #FFFFFF;
border : 1px solid #E6EBF0;
width : 960px;
margin : 0 auto;
border-radius : 12px;
box-shadow: 0px 10px 20px 0px rgba(0, 0, 17, 0.1);
text-align: center;
}
#avantage-teleassistance-domicile > div{
display: inline-block;
vertical-align: top;
width : 207px;
margin : 0px;
margin-top : 32px;
padding : 0px 16px;
font-size: 14px;
text-align: center;
}
.avantage-teleassistance-domicile-icon{
display: inline-block;
width : 64px;
height:64px;
line-height: 64px;
border-radius: 24px;
background: #FFE6F0;
margin-bottom:16px;
}
.avantage-teleassistance-domicile-icon > img{
width: 36px;
vertical-align: middle;
}
.avantage-teleassistance-domicile-texte{
color: #5B6E83;
}

.box-global{
padding : 64px 128px;
overflow: hidden;
}
#box-domicile-confort > .image-modal{
width : 30%;
display: inline-block;
vertical-align: top;
background: url("../images/nos-offres/domicile/materiel-confort.png"), #F3F3F8 ;
background-size: 95%, cover;
background-position: top 50% right 50%, center;
background-repeat: no-repeat, no-repeat;
height : 97%;
border-radius: 12px;
overflow : hidden;
}
#box-domicile-serenite > .image-modal{
width : 30%;
display: inline-block;
vertical-align: top;
background: url("../images/nos-offres/domicile/materiel-serenite.png"), #F3F3F8 ;
background-size: 95%, cover;
background-position: top 50% right 50%, center;
background-repeat: no-repeat, no-repeat;
height : 97%;
border-radius: 12px;
overflow : hidden;
}
.texte-modal{
width : 60%;
height : 97%;
display: inline-block;
vertical-align: top;
padding-left: 128px;
overflow-y: scroll;
scrollbar-color: #C8CDD7;
scrollbar-width: thin;
}
.texte-modal > div > .services-materiel-inclus-titre{
border-top: 1px solid #C8CDD7;
padding-top : 32px;
}
.texte-modal > div > .bouton-primaire-L-desktop{
margin-top : 32px;
}
.texte-modal > div > ul > li{
font-family: "Manrope Medium";
font-weight: 100;
}
.texte-modal > div > ul > li > div{
font-size: 14px;
margin-top : 8px;
margin-bottom : 24px;
font-family: "Manrope Regular";
font-weight: 100;
}
	

.bloc-formule-bouton > .bouton-secondaire-L-desktop{
margin-bottom : -16px;
}
#bloc-offre-materiel{
background: url("../images/obliques-Groupe-IMA.svg"), url("../images/nos-offres/domicile/materiel-teleassistance-domicile.jpg") ;
background-size: 200px, cover;
background-position: top 0px right 16px, center;
background-repeat: no-repeat, no-repeat;
width : 100%;
padding : 64px;
border-radius: 12px;
margin-top: 64px;
}
#bloc-offre-materiel > h6{
color: #FFFFFF;
max-width: 50%;
}
#bloc-offre-materiel > p{
margin-top: 16px;
}
	
	
#acordion_options {
width: 100%;
margin: 0 auto;
background: #ffffff;
}
#acordion_options > div {
display: none;
padding: 32px 0px 0px 0px;
}
#acordion_options > div > h3 {
font-size : 18px;
color : #384954;
margin-bottom : 10px;
font-weight : 400;
}
#acordion_options > p {
font-size : 14px;
font-style : italic;
}
input {
display: none;
}
label {
display: inline-block;
box-sizing: border-box;
width : auto;
padding : 8px 16px;
border : 1px solid #C8CDD7;
border-radius: 30px;
margin-right: 8px;
}
label:hover {
cursor: pointer;
border : 1px solid #283C50;
}
input:checked + label {
box-sizing: border-box;
border : 3px solid #283C50;
font-family: "Manrope Semibold";
font-weight: 100;
background : #F3F3F8;
}
label h3 {
font-size: 17px;
font-weight: 100;
}
.materiel-option{
overflow-x: auto;
}
.materiel-option-detail{
background: #F3F3F8;
display: inline;
width : 150px;
margin : 15px;
}
#tab1:checked ~ #option-materiel,
#tab2:checked ~ #option-services,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
display: block;
}
	
#option-materiel > ul, #option-materiel-plus > ul{
display : flex;
flex-wrap: wrap;
position : relative;
}
#option-services > ul{
display : flex;
flex-wrap: wrap;
}
.detail-option-materiel, .detail-option-service{
background : #FFFFFF;
border : 1px solid #E6EBF0;
border-radius : 8px;
padding : 16px;
box-shadow: 0px 5px 10px 0px rgba(0, 0, 17, 0.1);
margin: 16px;
list-style: none;
flex: 1 448px;
vertical-align: middle;
}
.eligibilite-credit-impot{
background: #F0EBFA;
color : #500FA0;
padding : 4px 8px;
font-size: 12px;
font-family: "Manrope Semibold";
text-align : center;
border-radius : 20px;
margin-bottom : 16px;
}
.nom-option{
color : #283C50;
font-family: "Manrope Bold";
font-weight: 100;
}
.prix-option{
color : #5B6E83;
}
.nom-option, .prix-option, .description-option{
margin-bottom : 4px;
}
.description-option{
color : #5B6E83;
font-size: 12px;
margin-top : 8px;
margin-bottom : 8px;
}
.detail-option-materiel > img{
width : 150px;
display: inline-block;
vertical-align: middle;
margin-right : 16px;

}
.detail-option-materiel > div{
width : 240px;
display: inline-block;
vertical-align: middle;
}
.detail-option-materiel > div > a, .detail-option-service > div > a{
font-family: "Manrope Medium";
color : #D20A5A;
text-decoration: underline;
font-size: 14px;
display: none;
}
.detail-option-materiel > div > a:hover, .detail-option-service > div > a:hover{
color : #A50046;
}
.detail-option-service > img{
width : 150px;
display: inline-block;
vertical-align: middle;
margin-right : 16px;
border-radius: 100px;
}
.detail-option-service > div{
width : 240px;
display: inline-block;
vertical-align: middle;
}
#mentions{
width : 100%;
text-align: center;
margin-top : 32px;
font-size : 12px;
color : #5B6E83;
}
#all-option, #hide-option{
height : 44px;
padding : 0px 16px;
line-height: 42px;
border-radius: 8px;
border: 1px solid #879BAF;
color : #283C50;
background: transparent;
font-size: 17px;
font-family: "Manrope Medium";
margin-top : 32px;
display: block;
margin-left : auto;
margin-right: auto;
transition-duration: 0.2s;
}
#all-option:hover, #hide-option:hover{
border: 1px solid #283C50;
background: #283C50;
color: #FFFFFF;
transition-duration: 0.2s;
}
#all-option:checked #option-materiel-plus{
display : block;
}	
	
	
.couleur-bloc-couleur-image > h2{
margin-bottom : 32px;
}
.photo-bloc-couleur-image{
background: url("../images/obliques-Groupe-IMA.svg"), url("../images/nos-offres/domicile/conseillers-experts-teleassistance.jpg") ;
background-size: 300px, cover;
background-position: top 0px right 0px, center;
background-repeat: no-repeat, no-repeat;
}

.block-mise-en-place-serelia {
display: flex;
justify-content: space-around;
}
	
.mise-en-place-serelia-bloc{
display: inline-block;
width : 298px;
height: 560px;
border-radius : 12px;
padding : 32px;
vertical-align: top;
text-align: left;
}
.mise-en-place-serelia-bloc > h6{
margin-bottom: 16px;
}
.mise-en-place-serelia-bloc > img{
width: 180px;
height : auto;
display: block;
margin-left : auto;
margin-right: auto;
margin-bottom: 16px;
text-align: center;
}
#qualification-besoin{
background: #FFE6F0;
margin-right : 0;
}
#qualification-besoin > a{
display: inline-block;
margin-top : 16px;
font-family: "Manrope Medium";
color : #D20A5A;
text-decoration: underline;
}
#qualification-besoin > a:hover{
cursor: pointer;
color : #A50046;
}
#choix-option{
background: #F0EBFA;
margin-right : 0;
}
#reseau-proximite{
background: #FFF5E6;	
}
#mise-en-place-serelia{
text-align: center;
}
#mise-en-place-serelia > .bouton-primaire-L-desktop{
margin-top: 32px;
}
}





/* CSS PROPRE A LA PAGE NOS OFFRES MOBILE */

@media only screen and (max-width : 959px) {

#header{
padding : 32px;
}
.block-img-header{
background: url("../images/obliques-Groupe-IMA.svg"), url("../images/home/offre-domicile-bloc.jpg") ;
background-size: 200px, cover;
background-position: top 0px right 0px, center;
background-repeat: no-repeat, no-repeat;
width : 100%;
height : 400px;
border-radius : 12px;
position: relative;
text-align: center;
}
.block-img-header > div > div{
position: absolute;
bottom: 0;
background: #6419BE;
display : block;
width : 80%;
left: 50%;
transform: translate(-50%);
padding : 16px 32px;
border-radius : 12px 12px 0px 0px;
color: #FFFFFF;
font-size: 12px;
text-align: center;
box-shadow: 0px -10px 20px 0px rgba(0, 0, 17, 0.1);
}
.block-img-header > div > div > span{
font-size: 24px;
}
.commun-bloc_header > div{
width : 100%;
margin : 0 auto;
text-align : left;
display: inline-block;
color : #FFFFFF;
vertical-align: middle;
}
.commun-bloc_header > div > h1 > span{
color : #FFFFFF;
}
.commun-bloc_header > div > .bouton-secondaire-L-desktop-white{
margin-right : 16px;
}
	

#avantage-teleassistance-domicile{
padding : 32px 16px;
background : #FFFFFF;
border : 1px solid #E6EBF0;
width : 100%;
margin : 0 auto;
border-radius : 12px;
box-shadow: 0px 10px 20px 0px rgba(0, 0, 17, 0.1);
text-align: center;
display : flex;
flex-wrap: wrap;
position : relative;
}
#avantage-teleassistance-domicile > div{
flex: 1 45%;
vertical-align: top;
width : 45%;
margin : 0px 2.5%;
margin-top : 32px;
padding : 16px 8px;
font-size: 14px;
text-align: center;
background: #FFE6F0;
border-radius : 12px;
}
.avantage-teleassistance-domicile-icon{
display: inline-block;
width : 100%;
margin-bottom:8px;
}
.avantage-teleassistance-domicile-icon > img{
width: 44px;
vertical-align: middle;
}
.avantage-teleassistance-domicile-texte{
color: #5B6E83;
}

.box-global{
padding : 32px;
}
#box-domicile-confort > .image-modal{
width : 100%;
background: url("../images/nos-offres/domicile/materiel-confort.png"), #F3F3F8 ;
background-size: 95%, cover;
background-position: top 50% right 50%, center;
background-repeat: no-repeat, no-repeat;
height : 50%;
border-radius: 12px;
overflow : hidden;
}
#box-domicile-serenite > .image-modal{
width : 100%;
display: inline-block;
vertical-align: top;
background: url("../images/nos-offres/domicile/materiel-serenite.png"), #F3F3F8 ;
background-size: 95%, cover;
background-position: top 50% right 50%, center;
background-repeat: no-repeat, no-repeat;
height : 50%;
border-radius: 12px;
overflow : hidden;
}
.texte-modal{
width : 100%;
height : auto;
display: inline-block;
vertical-align: top;
margin-top: 32px;
}
.texte-modal > div > .services-materiel-inclus-titre{
border-top: 1px solid #C8CDD7;
padding-top : 32px;
}
.texte-modal > div > .bouton-primaire-L-desktop{
margin-top : 32px;
}
.texte-modal > div > ul > li{
font-family: "Manrope Medium";
font-weight: 100;
}
.texte-modal > div > ul > li > div{
font-size: 14px;
margin-top : 8px;
margin-bottom : 24px;
font-family: "Manrope Regular";
font-weight: 100;
}
	

.bloc-formule-bouton > .bouton-secondaire-L-desktop{
margin-bottom : -16px;
}
	
#bloc-offre-materiel{
background: url("../images/obliques-Groupe-IMA.svg"), url("../images/nos-offres/domicile/materiel-teleassistance-domicile-mobile.jpg") ;
background-size: 200px, cover;
background-position: top 0px right 16px, center;
background-repeat: no-repeat, no-repeat;
width : 100%;
padding : 128px 32px;
border-radius: 12px;
margin-top: 64px;
}
#bloc-offre-materiel > h6{
color: #FFFFFF;
max-width: 100%;
}
#bloc-offre-materiel > p{
margin-top: 16px;
}
	
	
#acordion_options {
width: 100%;
margin: 0 auto;
background: #ffffff;
}
#acordion_options > div {
display: none;
padding: 32px 0px 0px 0px;
}
#acordion_options > div > h3 {
font-size : 18px;
color : #384954;
margin-bottom : 10px;
font-weight : 400;
}
#acordion_options > p {
font-size : 14px;
font-style : italic;
}
input {
display: none;
}
label {
display: inline-block;
box-sizing: border-box;
width : auto;
padding : 8px 16px;
border : 1px solid #C8CDD7;
border-radius: 30px;
margin-right: 8px;
}
label:hover {
cursor: pointer;
border : 1px solid #283C50;
}
input:checked + label {
box-sizing: border-box;
border : 3px solid #283C50;
font-family: "Manrope Semibold";
font-weight: 100;
background : #F3F3F8;
}	
#tab1:checked ~ #option-materiel,
#tab2:checked ~ #option-services,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
display: block;
}
	
.detail-option-materiel, .detail-option-service{
background : #FFFFFF;
border : 1px solid #E6EBF0;
border-radius : 8px;
padding : 32px;
box-shadow: 0px 5px 10px 0px rgba(0, 0, 17, 0.1);
margin: 16px 0px;
list-style: none;
width: 100%;
vertical-align: middle;
text-align : center;
}
.eligibilite-credit-impot{
background: #F0EBFA;
color : #500FA0;
padding : 4px 8px;
font-size: 12px;
font-family: "Manrope Semibold";
text-align : center;
border-radius : 20px;
margin-bottom : 16px;
width : 100%;
}
.nom-option{
color : #283C50;
font-family: "Manrope Bold";
font-weight: 100;
}
.prix-option{
color : #5B6E83;
}
.nom-option, .prix-option, .description-option{
margin-bottom : 4px;
}
.description-option{
color : #5B6E83;
font-size: 12px;
margin-top : 8px;
margin-bottom : 8px;
}
.detail-option-materiel > img{
width : 150px;
display: inline-block;
vertical-align: middle;
margin-bottom : 16px;

}
.detail-option-materiel > div{
width : 100%;
display: inline-block;
text-align: left;
}
.detail-option-materiel > div > a, .detail-option-service > div > a{
font-family: "Manrope Medium";
color : #D20A5A;
text-decoration: underline;
font-size: 14px;
display : none;
}
.detail-option-materiel > div > a:hover, .detail-option-service > div > a:hover{
color : #A50046;
}
.detail-option-service > img{
width : 150px;
display: inline-block;
vertical-align: middle;
margin-bottom : 16px;
border-radius: 100px;
}
.detail-option-service > div{
width : 100%;
display: inline-block;
text-align: left;
}
#mentions{
width : 100%;
text-align: center;
margin-top : 32px;
font-size : 12px;
color : #5B6E83;
}
#all-option, #hide-option{
height : 44px;
padding : 0px 16px;
line-height: 42px;
border-radius: 8px;
border: 1px solid #879BAF;
color : #283C50;
background: transparent;
font-size: 17px;
font-family: "Manrope Medium";
margin-top : 32px;
display: block;
margin-left : auto;
margin-right: auto;
transition-duration: 0.2s;
}
#all-option:hover, #hide-option:hover{
border: 1px solid #283C50;
background: #283C50;
color: #FFFFFF;
transition-duration: 0.2s;
}
#all-option:checked #option-materiel-plus{
display : block;
}	
	
	
.couleur-bloc-couleur-image > h2{
margin-bottom : 32px;
}
.photo-bloc-couleur-image{
background: url("../images/obliques-Groupe-IMA.svg"), url("../images/nos-offres/domicile/conseillers-experts-teleassistance.jpg") ;
background-size: 200px, cover;
background-position: top 0px right 0px, center;
background-repeat: no-repeat, no-repeat;
}
	
.mise-en-place-serelia-bloc{
display: inline-block;
width : 100%;
border-radius : 12px;
padding : 32px 16px;
text-align: left;
margin-bottom : 32px;
}
.mise-en-place-serelia-bloc > h6{
margin-bottom: 16px;
}
.mise-en-place-serelia-bloc > img{
width: 180px;
height : auto;
display: block;
margin-left : auto;
margin-right: auto;
margin-bottom: 16px;
text-align: center;
}
#qualification-besoin{
background: #FFE6F0;
margin-right : 0px;
}
#qualification-besoin > a{
display: inline-block;
margin-top : 16px;
font-family: "Manrope Medium";
color : #D20A5A;
text-decoration: underline;
display: none;
}
#qualification-besoin > a:hover{
cursor: pointer;
color : #A50046;
}
#choix-option{
background: #F0EBFA;
margin-right : 0px;
}
#reseau-proximite{
background: #FFF5E6;	
}
#mise-en-place-serelia{
text-align: left;
}
#mise-en-place-serelia > .bouton-primaire-L-desktop{
margin-top: 32px;
}
}
