

/** INtro site */
.site-intro {
    color: rgb(0, 0, 0);
}

.site-intro .site-slogan {
	font-size: 40px;
    font-weight: 700;
    line-height: 47px;
    text-transform: none;
	color: rgb(221, 0, 121);
	margin-bottom: 56px;
}

.site-intro p{
    font-size: 20px;
    line-height: 1.6;
    font-weight: 400;
}
.site-intro em{
    color: rgb(0,0,0);
}
.site-intro .social-call-logos a{
    display: flex;
    margin: 0 25px;
    font-size: 30px;
    line-height: 35px;
}
.site-intro .social-call {
	margin-top: 56px;
	color: rgb(221, 0, 121);
	font-weight: 500;
}
.site-intro .social-call-logos{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.social-call-logos a {
	display: block;
	margin: 0 25px;
}
.site-intro .social-call-logos img {
    width: 35px;
    height: 35px;
    margin-right: 10px;
}
@media screen and (max-width: 800px){

    .site-intro .social-call-logos{
        display: block;
    }
    .site-intro .social-call-logos a {
        display: block;
        margin: 20 5px;
        font-size: 30px;
        line-height: 35px;
    }
}
    
}

.social-call-logos a:hover {
    text-decoration: none;
}

.social-call-logos a:hover {
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0, rgba(255, 255, 255, 0.219) 100%); */
    /* box-shadow: 1px 1px 2px #00000082; */
    text-decoration: underline;
}

.social-call-logos a.fb-bg {
    color: #3a5897;
}

.social-call-logos a.tw-bg {
    color: #00abf1;
}

.social-call-logos a.insta-bg {
    color: #DD2A7B;
}
.slider-menu img {
    height: 40px;
    vertical-align: middle;
}

.guide-list-presa{
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom:40px;
    padding: 0 25px;
}
.guide-list-holder {
	display: flex;
	margin: 0;
	padding: 0;
    padding-bottom: 30px;
    padding-top: 30px;
	flex-flow: column wrap;
	height: 13em;
	list-style: none;
}
.guide-list-holder li {
    width: 50%;
}
.guide-list-holder li a {
	/* color: white; */
	color: rgb(58, 40, 49);
	font-weight: 700;
	font-size: 25px;
}
.guide-list-holder li a:hover, .guide-list-holder li a.active{
    color: rgb(221,0,121);
    text-decoration: none;
}
.guide-map-holder{
    position: relative;
    height: 350px;
    background-image: url("/themes/le-guide-pratique-v6/assets/img/map-france.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;   
}
.guide-map-point{
    position: absolute;
    overflow: visible;
}
.guide-map-point > div{
    position: relative;
    height: 45px;
    width: 40px;
    height: 100%;
    width: 100%;
}
.guide-pin{
    display: block;
    position: absolute;
    bottom:0;
    left:0;
    height: 45px;
    width: 40px;
    z-index: 101;
    background-image: url("/themes/le-guide-pratique-v6/assets/img/pin.png");
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;   
}
.guide-open {
	display: none;
	position: absolute;
	bottom: 20px;
	left: calc((40px / 2) - 125px);
	height: 250px;
	width: 250px;
	z-index: 500;
	transform-style: preserve-3d;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border: 11px solid rgb(221,0,121);
	border-radius: 100%;
}
.guide-open::before {
	content: '';
	width: 80px;
	height: 80px;
	background: rgb(221,0,121);
	position: absolute;
	display: block;
	bottom: -18px;
	transform: rotate(45deg) translateZ(-5px);
	left: 75px;
	z-index: 0;
}
.guide-open .inner {
	position: relative;
	height: 100%;
	width: 100%;
	border-radius: 100%;
	overflow: hidden;
}
.guide-open .inner span {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 70px;
	z-index: 500;
	text-align: center;
	padding-top: 15px;
	font-size: 18px;
	font-weight: 500;
	color: white;
	background: #a214699e;
}
.guide-map-point:hover .guide-pin, .guide-map-point.active .guide-pin{
    /* display: none; */
}
.guide-map-point:hover .guide-open, .guide-map-point.active .guide-open{
    display: block;
    z-index: 600;
}
/**
* Selection BP
**/


.home .bp-selection-container {
    justify-content: center;
}

.home .bp-selection-wrapper {
	position: relative;
	margin-bottom: 1em;
    padding: 0 15px;
	text-align: center;
	transition: all 0.3s ease-in;
}

.home .bp-selection-link:hover {
    text-decoration: none;
}

.home .bp-selection-link div {
    background-size: cover;
    background-position: center center;
    padding-top: 75%;
    position: relative;
    color: rgb(58, 40, 49);
    background-color: rgba(221, 0, 121,0.6);
}
.home .bp-selection-link.bons-plan-home-link div{
    background-color: white;
    border:1px solid rgb(221,0,121);
}
.home .bp-selection-wrapper .bp-selection-link h5 {
	box-sizing: border-box;
	padding: 0.5em 1em 0 1em;
	font-size: 25px;
	font-weight: 700;
	line-height: 29px;
	color: rgb(221, 0, 121);
}

.home .bp-selection-wrapper .bp-selection-link span{
    font-size:15px;
    font-weight: 400;
    color: rgb(58, 40, 49);
} 
.home .bp-selection-link.bons-plan-home-link:hover div{
    border:1px solid #a21469;
}
.home .bp-selection-wrapper:hover .bp-selection-link h5,.home .bp-selection-wrapper:hover .bp-selection-link span {
    text-decoration: none;
    color: #a21469;
}

@media screen and (max-width: 800px) {
    .site-intro .site-slogan {
        font-size: 25px;
        line-height: 37px;
        margin-bottom: 20px;
    }
    .site-intro p {
        font-size: 18px;
    }
    .site-intro .social-call {
        font-size: 25px;
    }
    .mbp-homeblock{
        margin-bottom:0;
    }
    .mbp-homeblock .mbp-text {
        font-size: 18px;
        padding-top: 0;
    }
    .mbp-homeblock .wrapper{
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .mbp-homeblock .mbp-text img {
        display: block;
        height: 125px;
        width: auto;
        /* text-align: center; */
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
    }
    .mbp-homeblock .slide-content .wrapper::after {
        display: none;
    }
    .mbp-homeblock .slide-content .wrapper::before {
        content: "";
        background-image: url("../img/logo_my_bons_plans.png");
        background-size: contain;
        background-position: top center;
        background-repeat: no-repeat;
        display: block;        
        width: auto;
        height: 7em;
        margin: auto;
        margin-bottom: 1em;
    }
    .home .bp-selection-wrapper .bp-selection-link h5 {
        font-size: 16px;
        line-height: 20px;
        color: rgb(221, 0, 121);
    }

    .home .picto.bp{
        line-height: 56px;
        display: block;
    }
    .home .picto.bp.dark::before {
        height: 82px;	
        width: 100%;
    }
    #app-pub-block {
        margin-top: 0;
    }
}
@media screen and (max-width: 600px) {
    .mbp-homeblock {
        /* height: 100vh; */
    }
}