@font-face{
	font-family:'collection-font';
	font-weight:normal;
	font-style:normal;
	font-display: swap;
	src:url("fonts/collection-font/collection-font.eot"),url("fonts/collection-font/collection-font.woff")format('woff'),url("fonts/collection-font/collection-font.ttf")format('truetype'),url("fonts/collection-font/collection-font.eot?#iefix")format('embedded-opentype'),url("fonts/collection-font/collection-font.svg#collection-font")format('svg');
}


/* Header */
.header {
    position: relative;
}
.header__top {
    position: absolute;
    top: 0;
    transition: .2s ease;
    width: 100%;
    z-index: 99;
}
.header__navbar {
    align-items: center;
    background-color: initial;
    display: flex;
    justify-content: space-between;
    padding: 25px 60px 10px;
    position: relative;
    transition: .2s ease;
}
.header--without-banner .header__navbar {
    background-color: #fff;
}
.logo__item__img {
    height: 98px;
    max-width: 100%;
}
.header--without-banner .logo__item__img--sticky {
    display: block;
}
.header__tools {
    align-items: revert;
    display: flex;
    margin: 0 -10px;
}
.header__tools__item {
    line-height: 1;
    margin: 0 10px;
}
.header--without-banner .header__content {
    padding-top: 140px;
}
.container {
    margin: 0 auto;
    max-width: 1220px;
    position: relative;
    width: 100%;
}
.breadcrumbs {
    font-size: .875rem!important;
    text-align: center;
}
.breadcrumbs a {
    font-weight: 300!important;
	color: #7f6a6a;
    font-weight: 700;
    text-decoration: none;
    transition: .2s ease;
}
h1 {
	text-transform: none;
    font-weight: 400;
    font-size: 100px;
    color: #101c44;
    font-family: Handlee,sans-serif;
    padding: 0;
    margin: 0;
    line-height: 1.125;
    letter-spacing: 0;
	text-align: center;
    margin: 0;
}	


/* Footer */
.footer {
    background-color: #101c44!important;
    padding-bottom: 20px;
    padding-top: 100px;
    position: relative;
}
*, :after, :before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-rendering: optimizeLegibility;
}
.footer>* {
    color: #e1e3f0;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.25rem;
}
.footer__content {	
    margin-left: auto!important;
    margin-right: auto!important;
    margin-bottom: 45px;
}
.footer__address {
    color: #d9dced;
}
.footer__title {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 5px;
}
.footer__localisation {
    position: relative;
}
.footer__localisation__map {
    margin: 0 auto;
}
.footer__localisation__map img {
    max-width: 100%;
    display: block;
}
.footer__localisation__map__mobile {
    display: none;
}
.footer__address strong {
    color: #fff;
    font-weight: 800;
}
.footer__copyright {	
    margin-left: auto!important;
    margin-right: auto!important;
}
.footer .copyright {
    font-size: .875rem;
    font-weight: 300!important;
    margin-bottom: 13px;
    margin-top: 25px;
}
.footer .copyright a, .footer .copyright span {
    color: #d9dced;
    font-weight: 300!important;
    opacity: .5;
    transition: .2s ease;
}
.footer .copyright a:hover{
    color: #fff;
    opacity: 1;
}
.fi:before, .fi:after {
    display: inline-block;
    vertical-align: middle;
    font-family: 'collection-font', sans-serif;
    font-style: initial;
    text-transform: none;
    font-weight: 400;
    font-display: swap;
}
.fi--heart:not(.fi--after):before {
    content: "\ea4e";
}
.footer__partners {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.footer__partners__item {
    margin: 15px 20px;
}
.footer__partners img {
    height: auto;
    max-height: 80px;
    width: auto;	
    max-width: 100%;
}





/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media screen and (max-width: 1000px){
	h1 {
		font-size: 50px;
	}
	.footer {
		margin-top: 60px;
		padding-top: 60px;
	}
	.footer__localisation__map__desktop {
		display: none;
	}
	.footer__localisation__map__mobile {
		display: block;
	}
	.footer .container {
		max-width: calc(100% - 120px);
	}
	
}


@media screen and (max-width: 650px) {

	.header--without-banner .header__content {
		padding-top: 90px;
	}
	.header__navbar {
		padding: 10px 20px;
	}
	.logo__item__img {
		height: 70px;
	}
	.footer {
		padding-top: 35px;
	}
	.footer__address {
		margin-top: 20px;
		text-align: center;
	}
	.footer__title {
		text-align: center;
	}
	.footer__localisation {
		padding-top: 40px;
	}
	.footer .container {
		max-width: calc(100% - 40px);
	}
	.footer .copyright {
		margin-bottom: 25px;
		margin-top: 55px;
		text-align: center;
	}
	.footer__partners {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
	}
}