#leafMap {
    margin-bottom:2rem;
}
@media (max-width: 1399px) {
	#leafMap {
    margin-top:1rem;
}
}
.boxSav {
    padding-bottom: 1rem;
}
.boxSav .horaire {
    font-size:1rem;
}
.boxSav .horaire p {
    margin-bottom:0;
}
.boxSav p {
    border-left: solid 1px #e4e4e4;
    padding-left: 1rem;
}
.boxSav .horaire > div:first-of-type > p:first-of-type {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 0.2rem;
}
.boxSav .horaire strong {
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    font-size: 0.8rem;
    letter-spacing: 0.2rem;
    margin-bottom:0;
}
.boxSav .atel {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 1.2em;
    border-left: solid 5px #ff3600;
    padding-left: 1rem;
    margin: 1rem 0;
    color: #1c1c1c;
    display: inline-block;
    margin-right:1rem !important;
}
.boxSav .atel:hover {
    color: #ff3600;
}
.boxSav .amail {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 1.2em;
    margin: 1rem 0;
    color: #1c1c1c;
    display: inline-block;
    padding-left: 1rem;
}
.boxSav img {
    margin-top: 1.5rem;
}

#sav ul#leafList {
    list-style: none;
    border-top: solid 1px #e4e4e4;
    border-left: solid 1px #e4e4e4;
    max-width: 1600px;
    margin: 1rem auto 0 auto;
    padding: 1.5rem 0;
    border-right: solid 1px #e4e4e4;
}
#sav ul#leafList li {
    margin-bottom: 0px;
    display: inline-block;
    width: 33.33%;
    text-align: center;
    /*border-bottom: solid 1px #e4e4e4;*/
}
#sav ul#leafList li:before {
	display:none;
}
#sav ul#leafList li a:before{
    content: "";
    display: block;
    background: url(../img/marker.svg) no-repeat center center;
    background-size:20px 20px;
    width:25px;
    height:25px;
    margin:5px auto;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}
#sav ul#leafList li a{
    color: #222;
    font-weight: 500;
    text-decoration: none;
    line-height: 1.5rem;
    padding: 0.5rem 0.5rem 0.75rem 0.5rem;
    display: block;
    text-align: center;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    font-family: 'Oswald', sans-serif;
    font-size: 1.3rem;
}
#sav ul#leafList li a strong {
    text-transform: uppercase;
    color: #ff3600;
    font-weight: 400;
    margin-bottom: 0.25rem;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    font-size: 1.2rem;
}
#sav ul#leafList li a em {
    display: block;
    font-style: normal;
    font-family: 'Michroma', sans-serif;
    font-size: 0.9rem;
}

#sav ul#leafList li a:hover strong {
    color: #ff3600;
}
#sav ul#leafList li a:hover:before {
	content: "";
	display: block;
	background: url(../img/marker-hover.svg) no-repeat center center;
	background-size:20px 20px;
	width:25px;
	height:25px;
	margin:5px auto;
}
#sav ul#leafList li a.activeMap {
}
#sav ul#leafList li a.activeMap:before {
	content: "";
	display: block;
	background: url(../img/marker-hover.svg) no-repeat center center;
	background-size:20px 20px;
	width:25px;
	height:25px;
	margin:5px auto;
}
#sav ul#leafList li a.activeMap strong {
    color: #ff3600;
}
#sav ul#leafList li:first-of-type {
    width: 100%;
}
#sav ul#leafList li:first-of-type a:before {
    background-size: 40px 40px;
    width: 40px;
    height: 40px;
    margin-bottom: 1rem;
}
#sav ul#leafList li:first-of-type a strong {
    font-size: 1.3rem;
    margin-bottom: 0.45rem;
}


/*PERSONNALISATION*/

#startDetMag {
    padding: 0rem 3rem 0.5rem 0;
    font-family: 'Michroma', sans-serif;
    font-size: 1.75rem;
    border-right: solid 5px #ff3600;
    margin: 1.5rem 2rem 0 0;
}
#startDetMag span {
    display: block;
    text-align: right;
    line-height: 2.5rem;
}
#startDetMag span:first-of-type strong {
    font-weight: bold;
}
#startDetMag > .row > .div:first-of-type {
    align-items: center;
}
#blocDetMag h2 {
    text-align: left;
    color: #1d1d1b;
    letter-spacing: 0px;
    margin: 0 0 1rem 0px;
    font-size: 1.4rem;
    font-weight: 300;
    margin-bottom: 0.25rem;
    text-transform: none;
    padding: 0 1rem 1rem 0;
    font-family: 'Oswald', sans-serif;
}
#blocDetMag h2 strong {
    text-transform: uppercase;
    color: #ff3600;
    font-weight: 400;
}
#blocDetMag h2 em {
    font-style: normal;
    font-weight: 500;
}
#blocDetMag h3 {
    color: #cd5916;
    border-top: dotted 1px #e4e4e4;
    padding-top: 30px;
    margin-top: 30px;
    margin-bottom: 20px;
}
#mapReseau {
    max-width: 1600px;  
    margin: 0 auto;
}

@media (max-width: 1799px) {
	.facade {
		margin-bottom:10px;
		width: 100%;
		float: none;
	}	
}
@media (max-width: 1899px) {
    #sav ul#leafList li {
        width: 33.33%;
    }
}

@media (max-width: 1024px) {
	.magPano, .magSlide {
		width:100%;
	}	
}
@media (max-width: 991px) {
    #sav ul#leafList li {
        width: 50%;
    }
    #startDetMag {
        margin: 0rem;
        padding: 0rem;
        font-size: 1.1rem;
        border-right: none;
    }
    #startDetMag span {
        display: inline-block;
        line-height: 1.5rem;
    }
    #sav ul#leafList {
        margin: 1rem auto 0rem auto;
        padding: 1.5rem 0 0.75rem 0;
    }    
    #popSAV .modal-body, #popSAV .modal-content {
        padding: 0rem;
    }
}
@media (max-width: 767px) {
    #sav ul#leafList li {
        width: 100%;
    }
    #sav ul#leafList li  {
        text-align: left;
    }
    #sav ul#leafList li a {
        display: block;
        text-align: left;
        padding-top: 1rem;
        padding-left: 1rem;
    }
    #sav ul#leafList li a strong {
        display: inline-block;
        text-align: left;
        margin: 0;
        padding-right: 0.25rem;
        font-weight: 500;
    }
    #sav ul#leafList li a:before {
        content: "";
        display: block;
        background: url(../img/marker.svg) no-repeat 0 top;
        background-size: auto;
        background-size: 20px 20px;
        float: left;
        margin: 2px 2px 0 0;
    }
    #sav ul#leafList li a:hover:before,
    #sav ul#leafList li a.activeMap:before{
        display: block;
        float: left;
        margin: 2px 2px 0 0;
        background: url(../img/marker-hover.svg) no-repeat 0 top;
        background-size: auto;
        background-size: 20px 20px;
   }
    .boxSav img {
        margin-top: 1.5rem;
    }
    .boxSav p {
        border-right: solid 1px #e4e4e4;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        margin-bottom: 0;
    }    
    .boxSav .horaire > div:last-of-type p {
        padding-top: 0rem;
        padding-bottom: 0rem;
    }    
    .boxSav .atel {
        margin: 0;
        padding: 0.5rem 0 0.5rem 1rem;
        /*border-right: solid 1px #e4e4e4;*/
    }    
    #sav ul#leafList li:first-of-type a strong {
        font-size: 1.2rem;
        margin-bottom: 0;
    }    
    #sav ul#leafList li:first-of-type a:before {
        background-size: 20px 20px;
        width: 30px;
        height: 55px;
        margin-bottom: 0;
    }    
}
@media (max-width: 460px) {
    #sav ul#leafList li a strong {
        display: block;
        font-size: 1rem;
    }
    #sav ul#leafList li:first-of-type a strong {
        font-size: 1rem;
    }    
}

@media (max-width: 399px) {
    .boxSav {
        width:100%;
    }
}
