.fullscreen-element{
	height: 902px !important;
}

header.fullscreen-element .overlay:before, .image-divider.overlay:before{
	background: linear-gradient(to bottom, #E3272E, #F49411);
	opacity: .8;
}

#licorne{
	width: 200px;
	margin-bottom: 10px;
}
.form-phone{
	border-bottom: 0px !important;
}

.form-contact .inputs-wrapper {
	background: #fff
}
.partenaire span{
	font-size: 45px;
	color: #e3282e;
    font-weight: 700;
}
.partenaire img{
    margin-top: -45px;
}
.partenaire h3{
	margin: 53px 0 20px !important;
}

/* LIST */
.list {
    list-style: circle;
    padding: 0px 0px 0px 20px;
}
.list li {
	padding: 0px 0px 4px 8px;
}
@media screen and (min-width: 768px) {
	.list {
		font-size: 16px;
	    line-height: 30px;
	    font-weight: normal;
	}
}

/* FOOTER */
.footer__links {
	margin: 0px 0px 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0px 60px;
}
.footer__links p,
.footer__links a {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	transition: all 0.3s ease-in-out;
}
.footer__links a {
	font-weight: 600;
}
.footer__links a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 767px) {
    footer.short-2 {
        padding: 40px 0px;
    }
    .footer__links {
    	justify-content: flex-start;
    	gap: 0px 40px;
    }
}