body {
	font-size: 16px;
	line-height: 20px;
}

h1 {
	font-size: 27px;
    font-weight: bold;
}

h2 {
	font-size: 23px;
    font-weight: bold;
}

h3 {
	font-size: 21px;
    font-weight: medium;
}

h4 {
	font-size: 19px;
    font-weight: medium;
}

h5 {
	font-size: 17px;
    font-weight: medium;
}

.top-header {
	background-color: #302E2F;
    color: white;
    border-bottom: solid;
    border-width: 2px;
    border-color: #E20025;
    padding: 0 10px;
}

.top-header p {
	margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.top-header a {
	color: white !important;
    font-weight: bold;
    text-decoration: none !important;
}

.top-header a:hover {
	color: #E20025 !important;
    font-weight: bold;
}

.header-menu {
	padding: 10px 0;
	box-shadow: 0 20px 60px -30px rgb(0 0 0 / 45%) !important
}

.header-menu img {
	height: auto !important;
    width: 75% !important;
}

.header-menu .dropdown:hover > .dropdown-menu {
  display: block;
}
.header-menu .dropdown-submenu {
    position: relative;
}
.header-menu .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.header-menu .dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.header-menu .dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.header-menu .dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.header-menu .dropdown-submenu.pull-left {
    float: none;
}
.header-menu .dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

#primary-menu a {
	padding: .5rem 5px !important;
	font-size: 18px;
    color: #302E2F !important;
}

#primary-menu a:hover {
    color: #E20025 !important;
}

#primary-menu a.active {
    color: #E20025 !important;
}

#primary-menu .dropdown-menu {
    background-color: #302E2F !important;
    border-radius: 0 !important;
	padding: 0.7rem !important;
}

#primary-menu .dropdown-menu a {
    color: white !important;
}

#primary-menu .dropdown-menu a:hover {
    color: #E20025 !important;
    background-color: transparent !important;
}

#primary-menu .dropdown-menu a.active {
    color: #E20025 !important;
    background-color: transparent !important;
}

.front-header {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

.bg-header {
	background: #302E2F;
}

.bg-header .header-background {
	background: rgb(0, 0, 0, 0.5);
}

@media only screen and (min-width: 992px) {
	.bg-maintenance {
    	margin-top: -75px;
    }
}

.bg-maintenance .card {
    -moz-box-shadow: 0 20px 60px -30px rgba(0,0,0,0.45);
    -webkit-box-shadow: 0 20px 60px -30px rgb(0 0 0 / 45%);
    box-shadow: 0 20px 60px -30px rgb(0 0 0 / 45%);
    -moz-border-radius: 4px / 4px;
    -webkit-border-radius: 4px 4px;
    border-radius: 4px / 4px;
    background: #fff;
    padding: 25px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
	.bg-maintenance .card .card-img {
		width: 100% !important;	
		height: auto !important;
	}
}

.bg-banner {
	background: linear-gradient(to right, #E20025 41.6666666667%, #302E2F 41.6666666667%) !important;
    text-align: center;
}

.bg-banner .infos {
	height: 105px;
    background-color: #E20025;
    color: #fff;
    padding: 2%;
}

@media screen and (min-width: 640px) {
    .bg-banner .infos {
		text-align: right;
    }
} 

.bg-banner .infos a {
    color: #302E2F !important;
    text-decoration: none !important;
}

.bg-banner .infos a:hover {
    color: #fff !important;
}

.bg-banner .links {
	height: 105px;
    background-color: #302E2F;
    color: #fff;

}

@media screen and (min-width: 640px) {
    .bg-banner .links {
		text-align: left;
    }
} 

@media screen and (min-width: 640px) {
    .bg-banner .links:before {
		display: block !important;
  	}
} 

.bg-banner .links:before {
	display: none;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #E20025;
    content: '';
    position: absolute;
    margin-top: 36px;
    margin-left: -13px;
}

.bg-banner .links a {
	background-color: #302E2F;
    -moz-transition: 250ms;
    -o-transition: 250ms;
    -webkit-transition: 250ms;
    transition: 250ms;
    color: #E20025;
    display: block;
    height: 100%;
    line-height: 100px;
    width: 100%;
    padding: 0 50px;
    font-size: 1.2rem;
    text-decoration: none;
}

.bg-banner .links a:hover {
	transition: 250ms;
    color: #fff;
}

.bg-banner .links a i {
	margin-right: 5px;
    display: inline-block;
    width: 30px;
    height: 30px;
    border: solid;
    border-color: #E20025;
    text-align: center;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border-width: 1px;
    vertical-align: middle;
    padding-top: 4px;
    color: #E20025;
}

.bg-actualites .card-img {
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 250px;
}

.bg-actualites a {
	text-decoration: none !important;
}

.bg-actualites .card {
	background-color: #fff !important;
    margin: 1px !important;
    transition: 250ms !important;
    border-radius: 4px / 4px !important;
    border: 0 !important;
}

.bg-actualites .card:hover {
	background-color: #dfdfdf !important;
}

.bg-actualites .card h5 {
	color: #E20025 !important;
}

.block-footer {
	background-color: #161516;
    padding-top: 30px;
    padding-bottom: 25px;
}

.block-footer h6 {
	color: #fff;
    margin-top: 20px;
    font-size: 1.1rem;
    text-transform: uppercase;
    text-align: center;
}

.block-footer ul a {
	color: #fff !important;
    text-decoration: none !important;
    text-align: center;
}

.block-footer ul li {
    text-align: center;
}

.block-footer ul a:hover {
	color: #E20025 !important;
}

.block-footer ul {
	list-style-type: none !important;
    padding-left: 0 !important;
}

@media screen and (min-width: 640px) {
	.block-footer h6,
    .block-footer ul li {
    	text-align: left !important;
	}
}

.block-mentions {
	color: #4a4749;
    background-color: #161516;
    font-size: 10px;
}

.block-mentions a {
	color: #4a4749 !important;
    text-decoration: none !important;
}

.block-mentions a:hover {
	color: #fff !important;
}

.header-mobile-menu {
	background-color: white;
    padding: 10px;
}

.header-mobile-menu a.mobile-menu {
	color: #E20025 !important;
    font-size: 30px !important;
    font-weight: bold !important;
	box-shadow: 0 20px 60px -30px rgb(0 0 0 / 45%) !important

}   

.header-mobile-menu .dropdown-menu a {
	color: white !important;
	font-size: 18px !important;
    font-weight: bold !important;
}

.header-mobile-menu .dropdown-menu a:after {
	border-top: .3em solid #E20025 !important;
}

.header-mobile-menu .dropdown-menu a:hover {
	background-color: rgba(255,255,255,0.4) !important;
}

.header-mobile-menu .dropdown-menu {
	width: 100% !important;
    border-radius: 0px !important;
    background-color: rgb(48, 46, 47) !important;
}

.article-page .bg-content {
	margin-top: 15px;
    margin-bottom: 30px;
    padding-top: 15px;
}

.article-page .bg-content .thumbnail img {
	width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.article-page .bg-content {
	color: #302E2F;
}

.article-page .article-header {
	color: white;
}

.article-page .bg-content .thumbnail {
    padding: 15px 25px;
}

.article-page .bg-content .thumbnail img {
	margin-bottom: 0 !important;
}

.article-page .bg-content .thumbnail h2:after {
	display: none !important;
}


.article-page .bg-content h2:after {
	content: "";
    display: block;
    height: 3px;
    width: 40px;
    background: #E20025;
    margin-top: 10px;
}

.article-page .bg-content .thumbnail h2:after {
    margin: 0 auto !important;
}

.article-page .bg-header {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 0 !important;
}

.article-page .bg-header .background {
	width: 100%;
    height: 200px;
    background-color: rgba(23,23,23,0.74);
}


.article-page a {
	text-decoration: none !important;
}

.article-page .bg-actualites .archive-image {
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.article-page .bg-actualites a {
	color: #302E2F !important;
}

.bg-content a {
	color: black !important;
}

.bg-content a:hover {
	color: #E20025 !important;
}

.bg-header {
	color: black !important;
}

.accordion-button:focus {
	border-color: transparent !important;
	box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
	color: #E20025 !important;
	background-color: #302E2F !important;
}

.article-page .bg-content .accordion-flush h2:after {
    display: none !important;
}

.block-footer a {
	font-size: 15px;
	color: white !important;
	text-decoration: none !important;
}

.block-footer a:hover {
	color: #E20025 !important;
}

.block-footer a:hover > i {
	color: white !important;
}

.block-footer h3 {
	color: #E20025 !important;
}

.mobile-logo img {
	width: 100% !important;
	height: auto !important;
}

@media only screen and (max-width: 992px) {
	.block-footer .col-md-3,
	.block-footer .col-md-6 {
		text-align: center !important;
	}
	
	.block-footer .col-md-3.partnairs img {
		max-width: 125px !important;
		height: auto;
	}
	
	.front-page .bg-banner {
		margin-bottom: 0 !important;
	}
	
	.article-page .bg-maintenance .card {
		padding: 0 !important;
	}
	
	.article-page .bg-actualites .card-img {
		height: 150px !important;
	}
	
	.article-page .bg-content .card-img {
		height: auto !important;
	}
	
	h1 {
		font-size: 30px !important;
	}
	
	.contact-form-name .wpforms-field-row-block {
	    width: 100% !important;
    	margin-bottom: 10px !important;
		margin-left: 0 !important;
	}
	
	.contact-form-email .wpforms-field-row-block {
	    width: 100% !important;
    	margin-bottom: 10px !important;
		margin-left: 0 !important;
	}
}

.header-menu .nav-link.dropdown-toggle {
	pointer-events: none;
    cursor: default;
}

.header-menu .dropdown:hover > .dropdown-menu {
	right: 0 !important;
}

.modal-content {
	background-color: rgb(0,0,0,0.8) !important;
}

.modal-body .nav-link {
    color: #E20025 !important;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 26px;
}

.btn-close {
	color: white !important;
    background-color: white !important;
}

.wpforms-submit-container {
	text-align: end !important;
}