@font-face {
    font-family: "GeogrotesqueRegular";
    src: url("../fonts/GeogrotesqueRegular.otf");
    src: url("../fonts/GeogrotesqueRegular.eot");
    src: url("../fonts/GeogrotesqueRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/GeogrotesqueRegular.woff2")format("woff2"),
    url("../fonts/GeogrotesqueRegular.woff")format("woff"),
    url("../fonts/GeogrotesqueRegular.ttf")format("truetype"),
}
@font-face {
    font-family: "GeogrotesqueMedium";
    src: url("../fonts/GeogrotesqueMedium.otf");
    src: url("../fonts/GeogrotesqueMedium.eot");
    src: url("../fonts/GeogrotesqueMedium.eot?#iefix")format("embedded-opentype"),
    url("../fonts/GeogrotesqueMedium.woff2")format("woff2"),
    url("../fonts/GeogrotesqueMedium.woff")format("woff"),
    url("../fonts/GeogrotesqueMedium.ttf")format("truetype"),
}
@font-face {
    font-family: "GeogrotesqueBold";
    src: url("../fonts/GeogrotesqueBold.otf");
    src: url("../fonts/GeogrotesqueBold.eot");
    src: url("../fonts/GeogrotesqueBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/GeogrotesqueBold.woff2")format("woff2"),
    url("../fonts/GeogrotesqueBold.woff")format("woff"),
    url("../fonts/GeogrotesqueBold.ttf")format("truetype"),
}
@font-face {
    font-family: "GeogrotesqueSemiBold";
    src: url("../fonts/GeogrotesqueSemiBold.otf"),
}

body {
	padding: 0;
	margin: 0;
	font-family: GeogrotesqueRegular;
    color: #004796;
	font-size: 20px;
	line-height: 26px;
	font-weight: 400;
	text-align: left;
    background-color: #fff;
}

body:not(.home_page) {
	padding-top: 102px;
}

body.home_page {
	padding-top: 90px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "GeogrotesqueBold";
	color: #004796;
}

.page-header h1{
	margin-bottom: 20px;
}

.bg-bleu{
	background-color: #004796;
	color: #ffffff;
}

.bg-white{
	background-color: #ffffff;
	color: #004796;
}

.opacity6{
	opacity: 0.67;
}

.style-label {
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	padding: 9px 26px;
}

.border-r100 {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.bg-grey {
	background: rgb(0 69 148 / 13%);
}

.bg-grey_2 {
	background: rgb(154 155 157 / 13%);
}

.bg-black {
	background: #272C2E;
}

.color-white {
	color: #ffffff!important;
}

.padding-10 {
	padding: 10px;
}

.padding-15 {
	padding: 15px;
}

.padding-20 {
	padding: 20px;
}

.padding-25 {
	padding: 25px;
}

.padding-30 {
	padding: 30px;
}

.paddingtb-50 {
	padding: 50px 0;
}

.paddingtb-60 {
	padding: 60px 0;
}

.paddingtb-70 {
	padding: 70px 0;
}

.paddingtb-80 {
	padding: 80px 0;
}

.paddingtb-90 {
	padding: 90px 0;
}

.paddingtb-100 {
	padding: 100px 0;
}

.paddingb-10 {
	padding-bottom: 10px!important;
}
.paddingb-20 {
	padding-bottom: 20px!important;
}
.paddingb-30 {
	padding-bottom: 30px!important;
}
.paddingb-40 {
	padding-bottom: 40px!important;
}
.paddingb-50 {
	padding-bottom: 50px!important;
}
.paddingb-60 {
	padding-bottom: 60px!important;
}
.paddingb-70 {
	padding-bottom: 70px!important;
}
.paddingb-80 {
	padding-bottom: 80px!important;
}
.paddingb-90 {
	padding-bottom: 90px!important;
}
.paddingb-100 {
	padding-bottom: 100px!important;
}
.paddingb-110 {
	padding-bottom: 110px!important;
}
.paddingb-120 {
	padding-bottom: 120px!important;
}
.paddingb-130 {
	padding-bottom: 130px!important;
}
.paddingb-140 {
	padding-bottom: 140px!important;
}

.marginb-0 {
	margin-bottom: 0px!important;
}
.marginb-10 {
	margin-bottom: 10px!important;
}
.marginb-20 {
	margin-bottom: 20px!important;
}
.marginb-25 {
	margin-bottom: 25px!important;
}
.marginb-30 {
	margin-bottom: 30px!important;
}
.marginb-40 {
	margin-bottom: 40px!important;
}
.marginb-50 {
	margin-bottom: 50px!important;
}
.marginb-60 {
	margin-bottom: 60px!important;
}
.marginb-70 {
	margin-bottom: 70px!important;
}
.marginb-80 {
	margin-bottom: 80px!important;
}
.marginb-90 {
	margin-bottom: 90px!important;
}

.paddingt-0 {
	padding-top: 0px!important;
}
.paddingt-10 {
	margin-top: 10px!important;
}
.paddingt-20 {
	margin-top: 20px!important;
}
.paddingt-25 {
	margin-top: 25px!important;
}
.paddingt-30 {
	margin-top: 30px!important;
}
.paddingt-40 {
	margin-top: 40px!important;
}
.paddingt-50 {
	margin-top: 50px!important;
}
.paddingt-60 {
	margin-top: 60px!important;
}
.paddingt-70 {
	margin-top: 70px!important;
}
.paddingt-80 {
	margin-top: 80px!important;
}
.paddingt-90 {
	margin-top: 90px!important;
}

.paddingl-45 {
	padding-left: 45px;
}

.p-m30 p{
	margin-bottom: 30px;
}

.max-width470 {
	max-width: 470px;
}

.max-width600 {
	max-width: 600px;
	min-height: 500px;
}

.max-width430 {
	max-width: 430px;
}

.max-width530 {
	max-width: 565px;
}


.max-width540 {
	max-width: 540px;
}

.min-height650{
	min-height: 650px;
}

.margin-auto{
	margin-left: auto!important;
	margin-right: auto!important;
}

.f-size60{
	font-size: 54px;
}

.f-size80{
	font-size: 72px;
}

.bold {
	font-family: "GeogrotesqueBold";
	font-weight: 700;
}

.border-r5{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.navbar-nav .nav-item.item-113.default,
.navbar-nav .nav-item.item-133.default {
	display: none!important;
}
.navbar-nav .nav-item.parent:hover .dropdown-menu{
	display: block!important;
}

.navbar-nav .nav-item.parent .dropdown-menu li{
	padding-right: 0;
    padding-left: 0;
}

.navbar {
	font-family: GeogrotesqueMedium;
}

nav p{
	margin: 0;
	padding: 0;
}

div.mod-languages a {
	font-family: GeogrotesqueRegular;
}

div.mod-languages ul li.lang-active{
	display: none;
}

nav .btn-menu {
	margin-left: 15px;
	margin-top: 5px;
}

nav .btn-menu a {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-size: 20px;
    line-height: 26px;
	font-family: GeogrotesqueSemiBold;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	outline: none;
	background-color: #004796;
	color: #ffffff;
	padding: 6px 25px;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

nav .btn-menu a:hover,
nav .btn-menu a:focus {
	color: #ffffff;
	background-color: #003269;
    text-decoration: none;
}

.navbar-expand-md .navbar-nav > li.nav-item{
	padding-bottom: 36px;
    padding-top: 12px;
}

.mod-languages {
	padding: 3px 0 0;
}

#mySlide .slide-carousel{
	max-height: 860px;
	overflow: hidden;
	position: relative;
}

#pages{
	padding: 50px 0;
}

#page-title {
	min-height: 195px;
    padding: 50px 0;
    background-color: #003269;
}

#page-title h1{
	font-size: 36px;
    line-height: 48px;
	font-family: GeogrotesqueBold;
	color: #ffffff;
	margin: 0;
	padding: 0;
	z-index: 99;
    position: relative;
}

#page-title::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: auto;
	max-width: 210px;
	width: 100%;
	background: url(../images/bg-title.jpg) no-repeat;
	background-size: 100%;
}

#breadcrumbs {
	padding: 25px 0;
	border-bottom: 1px solid rgb(0 71 150 / 15%);
}

#breadcrumbs .mod-breadcrumbs {
	margin: 0!important;
	padding: 0!important;
}


.bloc-slider{
	padding: 30px 110px 30px 70px;
	margin: 0 0 25px;
}

.bloc-slider ul{
	padding: 0;
	margin: 0;
}

.bloc-slider p{
	padding: 0;
	margin: 0;
}

/*.bloc-slider .custom {
	text-align: justify;
}*/

.bloc-slider h3{
	font-family: "GeogrotesqueBold";
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 15px;
	color: #ffffff;
}

.bloc-slider ul.mod-articlescategory li{
	font-family: "GeogrotesqueBold";
	font-size: 20px;
	line-height: 26px;
	display: block;
}

.bloc-slider ul.mod-articlescategory li .mod-articles-category-introtext{
	padding: 0;
	margin: 15px 0 0;
	font-family: GeogrotesqueRegular;
    color: #004796;
	font-size: 20px;
	line-height: 26px;
	font-weight: 400;
}

.bloc-slider.bg-bleu a{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background: #ffffff;
	font-size: 0;
}

.bloc-slider.bg-bleu a::after{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 18px;
    height: 18px;
    background: url(../images/arrow-bleu.svg) no-repeat center center;
    background-size: 100%;
    margin: auto;
}

.bloc-slider.bg-white a.mod-articles-category-title {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background: #004796;
	font-size: 0;
}

.bloc-slider.bg-white a.mod-articles-category-title::after{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 18px;
    height: 18px;
    background: url(../images/arrow-white.svg) no-repeat center center;
    background-size: 100%;
    margin: auto;
}

.carousel-caption {
    bottom: 15px;
    z-index: 10;
}

.carousel-item {
    height: 100vh;
}

.carousel-item>img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 100%;
}

.etapes .num{
	width: 120px;
	height: 120px;
	display: block;
	background-color: #004796;
	color: #ffffff;
	font-size: 36px;
	line-height: 110px;
	font-family: "GeogrotesqueBold";
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	text-align: center;
	float: left;
    margin-right: 40px;
}

.cercle{
	padding: 45px 70px;
    font-size: 27px;
    line-height: 37px;
	width: 350px;
	height: 350px;
	position: relative;
	z-index: 99;
}

.picto{
	width: 105px;
	height: 105px;
	display: block;
	margin-top: 30px;
	background-color: #8cd2f7;
}

.gap20 {
	gap: 20px;
}

.cercle-parent::after{
	content: "";
	position: absolute;
	top: -40px;
	bottom: -40px;
	left: 0;
	right: 0;
	background: url(../images/arrows-cercle.svg) no-repeat center center;
	background-size: contain;
}

.box-withshadaw{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: rgba(255, 251, 251, 0.50);
	-webkit-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.10);
	padding: 50px 30px 40px;
}

.picto-item {
	width: 120px;
	height: 120px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	overflow: hidden;
}

.titles h3{
	color: #272C2E;
    font-size: 22px;
	margin-bottom: 15px;
}

.titles h4{
    font-size: 20px;
}

.temoignages-carousel .item {
	padding: 50px 15px;
}

.points {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	min-height: 340px;
	max-height: 340px;
	min-width: 340px;
	max-width: 340px;
	overflow: hidden;
}

.points.position-right {
	left: auto;
	right: 0;
	top: auto;
	bottom: 180px;
	z-index: -1;
	min-height: 375px;
	max-height: 375px;
	min-width: 375px;
	max-width: 375px;
}

.points img{
	width: 100%;
	height: auto;
}


#histoir::before {
	display: none;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	min-height: 340px;
	max-height: 340px;
	min-width: 340px;
	max-width: 340px;
	width: 100%;
	background: url(../images/bg-boule.svg) repeat;
	background-size: 15px 15px;
}

#histoir::after {
	display: none;
	content: "";
	position: absolute;
	right: 0;
	bottom: 180px;
	z-index: -1;
	min-height: 375px;
	max-height: 375px;
	min-width: 375px;
	max-width: 375px;
	width: 100%;
	background: url(../images/bg-boule.svg) repeat;
	background-size: 15px 15px;
}

#histoir .description {
	padding-top: 10px;
	text-align: justify;
}

#histoir ul {
	padding: 0 0 0 20px;
}

.bg-bleu.bloc-slider::before {
	content: "";
	position: absolute;
	left: -280px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 100%;
	z-index: -1;
	min-width: 265px;
	max-width: 265px;
	width: 100%;
	background: url(../images/bg-boule.svg) repeat;
	background-size: 14px 14px;
}

.chiffres .item {
	gap: 40px;
}

.chiffres .number {
	width: 120px;
	height: 120px;
	flex: none;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background-color: #8FD9F8;
	font-family: GeogrotesqueBold;
}

.chiffres .size_1 {
	font-size: 36px;
	line-height: 30px;
}

.chiffres .size_2 {
	font-size: 18px;
	line-height: 18px;
}


.historique .items {
	max-width: 1050px;
	width: 100%;
	margin: auto;
	position: relative;
    overflow: hidden;
}

.historique .card {
	max-width: 470px;
	min-width: 470px;
	width: 100%;
	min-height: 185px;
	margin-bottom: 70px;
}

.historique .card::before{
	content: "";
    background: #ffffff;
    position: absolute;
    top: 45px;
    right: -8px;
    margin: auto;
    z-index: 9999;
    width: 15px;
    height: 15px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    opacity: 1;
    border-top: 1px solid #DFDFDF;
    border-left: 1px solid #DFDFDF;
}

.historique .annee {
	font-size: 23px;
	line-height: 23px;
	font-family: GeogrotesqueBold;
}

.historique .dots-right::after {
	content: "";
	position: absolute;
	top: 45px;
	left: auto;
	right: -15px;
	margin: auto;
	width: 6px;
	height: 100%;
	background: url(../images/dots.svg) repeat-y;
	background-size: 100%;
}

.historique .annee {
	padding: 35px 35px 35px 50px;
}

.historique .style-right .card {
	margin-left: 40px;
}
.historique .style-right .card::before{
	left: -8px;
	right: auto;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.historique .style-right .annee {
	text-align: right;
}

.historique .annee::before {
	content: "";
	position: absolute;
	left: 0;
	top: auto;
	z-index: 1;
	margin: auto;
	width: 26px;
	height: 26px;
	background: #83CAF3;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.historique .annee::after {
	content: "";
    position: absolute;
    left: 20px;
    z-index: 1;
    margin: 12px 0 0;
    width: 30px;
    height: 2px;
    background: #83CAF3;
}

.historique .style-right .annee::before{
	right: -25px;
	left: auto;
}

.historique .style-right .annee::after{
	right: 0px;
	left: auto;
}

#items-contact .item {
	background: #DDE6F1;
	-webkit-border-radius: 54px;
	-moz-border-radius: 54px;
	border-radius: 54px;
	padding: 25px 50px 25px 70px;
}
.accordion_item .accordion_title {
	position: relative;
	display: block;
	padding: 0;
	color: #004796;
	font-size: 25px;
	line-height: 32px;
	font-family: GeogrotesqueBold;
	background-color: #DDE6F1;
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	transition: background-color 0.2s;
  	cursor: pointer;
}
.accordion_item .accordion_title:hover {
	background-color: #DDE6F1;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.accordion_item .accordion-active {
	background-color: #DDE6F1;
}
.accordion_item .accordion_title .accordion_arrow {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 45%;
	right: 0;
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 5px;
	background: url(../images/arrow-down.svg) no-repeat center center;
	background-size: 100%;
	-webkit-transform: rotate(-90deg) translateY(-50%);
	-moz-transform: rotate(-90deg) translateY(-50%);
	transform: rotate(-90deg) translateY(-50%);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.accordion_item .accordion_title .accordion_arrow.accordion_rotate {
	transform: none !important;
}
.accordion_item .accordion_content {
	padding: 40px 0 25px;
	display: none;
	background-color: #DDE6F1;
}
.accordion_item .accordion_content strong{
	font-family: GeogrotesqueBold;
}

.picto-map {
	width: 18px;
	height: 28px;
	background: url(../images/map.svg) no-repeat center left;
	display: inline-block;
	background-size: 100%;
}
.picto-tel {
	width: 23px;
	height: 23px;
	background: url(../images/phone.svg) no-repeat center left;
	display: inline-block;
	background-size: 100%;
}
.picto-email {
	width: 28px;
	height: 19px;
	background: url(../images/mail.svg) no-repeat center left;
	display: inline-block;
	background-size: 100%;
}

#logo-footer {
	min-height: 250px;
	background: url(../images/bg-boule.svg) repeat;
	background-size: 15px 15px;
}

#logo-footer .bloc-bleu{
	width: 250px;
	height: 250px;
	background-color: #004796;
}

#footer h3, #footer .title-light, .title-light {
	font-family: "GeogrotesqueRegular";
	text-align: left;
	font-size: 20px;
	line-height: 26px;
	color: #004796;
	text-transform: uppercase;
}

#footer .footer-1 p{
	margin-bottom: 30px;
	text-align: justify;
}

#footer ul.nav {
	margin: 0;
	padding: 0;
	display: block;
}

#footer ul.nav .nav-item {
	margin: 0;
	padding: 0 0 15px;
	display: block;
	font-family: "GeogrotesqueBold";
}

.copyright hr{
	margin: 65px 0 50px 0;
	border-top: 1px solid #004796;
}

#pages .infos-top .desciption {
	text-align: justify;
}

span.date {
	display: inline-block!important;
}

@media (min-width: 768px) {
	#footer .col-md-2 {
		max-width: 20%;
		flex: 0 0 20%;
	}
	#footer .col-md-3 {
		max-width: 21.66%;
		flex: 0 0 21.66%;
	}
}

@media (max-width: 992px) {
	.navbar-expand-md>.container {
		max-width: 100%;
		width: 100%;
	}

	#demarches .col-md-6 {
		max-width: 100%;
		flex: 0 0 100%;
	}

	#demarches .max-width600 {
		margin: auto;
		min-height: 550px;
	}

}

@media (max-width: 992px) {
	#demarches .marginb-80 {
		margin-bottom: 40px!important;
	}
	#demarches .max-width600 {
		min-height: auto;
		margin-bottom: 60px;
	}
	.cercle {
		padding: 8px 25px;
		font-size: 20px;
		line-height: 26px;
		width: 200px;
		height: 200px;
	}
	.gap20 {
		gap: 30px;
	}
	.picto {
		width: 80px;
		height: 80px;
	}
}

@media (max-width: 767px) {

	body.no-scroll{
		overflow: hidden;
	}
	.navbar .menu-toggle.active {
		background: url(../images/menu-close.svg) no-repeat center center;
		background-size: 100% 100%;
		top: 12px;
	}
	.navbar #navbarCollapse.active {
		position: fixed;
		display: block;
		top: 0;
		right: 0;
		background-color: #004796;
		left: 0;
		bottom: 0;
		z-index: 9;
		overflow: auto;
		padding: 30px!important;
	}
	.navbar .menu-toggle {
		border: 0;
		padding: 0;
		position: fixed;
		z-index: 99;
		right: 15px;
		top: 15px;
		border-radius: 0;
		outline: none;
		background: url(../images/menu.svg) no-repeat center center;
		background-size: 100% 100%;
		width: 40px;
		height: 40px;
		display: block;
	}
	.fixed-top {
		padding: 15px 15px;
	}
	nav .btn-menu {
		display: none;
	}
	.mod-languages {
		position: absolute;
		top: 0;
		right: 60px;
		padding: 0;
	}
	.navbar-dark .navbar-nav .nav-item a {
		color: #ffffff;
	}
	.navbar-nav .dropdown-menu {
		display: block;
		background: transparent;
		box-shadow: none;
		margin: 10px 0 0;
		padding: 0 20px;
	}
	.navbar-nav .nav-item.parent .dropdown-menu li {
		padding: 0 0 10px;
	}

	.home_page #mySlide {
		padding-top: 0px;
	}
	body:not(.home_page) {
		padding-top: 70px;
	}
	.carousel-caption {
		position: relative;
		bottom: auto;
		right: auto;
	}

	.bloc-slider {
		padding: 20px 40px 20px 30px;
		margin: 0 0 25px;
		opacity: 1;
	}

	#histoir .col-md-6 {
		margin-bottom: 15px;
	}

	#histoir .col-md-6:last-child {
		margin-bottom: 30px;
	}

	#pages {
		padding: 30px 0;
	}

	.paddingl-45 {
		padding-left: 15px;
	}

	.com_cautionnement.view-presentation #pages .item .infos-top .col-md-4 {
		order: 2;
	}

	.com_cautionnement.view-historique #pages .item.historique {
		margin-top: 0!important;
	}

	.historique .card {
		max-width: 100%;
		min-width: 100%;
		width: 100%;
		min-height: auto;
		margin-bottom: 50px;
		margin-top: 40px;
		margin-left: 0 !important;
	}
	.historique .style-left .dots-right {
		order: 2;
	}
	.historique .dots-right::after{
		display: none;
	}
	.historique .annee {
		padding: 10px 15px 60px 15px !important;
		text-align: center !important;
	}
	.historique .annee::before {
		left: 0 !important;
		right: 0 !important;
		top: auto !important;
		z-index: 1 !important;
		margin: auto !important;
		bottom: 0 !important;
	}
	.historique .annee::after {
		left: 0 !important;
		width: 2px !important;
		height: 30px !important;
		right: 0 !important;
		margin: auto !important;
		top: auto !important;
		bottom: 20px !important;
	}
	.historique .card::before {
		top: -7px !important;
		right: 0 !important;
		left: 0 !important;
		margin: auto !important;
		-webkit-transform: rotate(45deg) !important;
		-moz-transform: rotate(45deg) !important;
		transform: rotate(45deg) !important;
	}

	.min-height650 {
		min-height: auto;
	}

	ul.etapes {
		padding: 0;
	}
	.etapes .num {
		margin-right: 20px;
	}
	.etape.paddingt-30 {
		margin-top: 15px!important;
	}

	#footer {
		padding-top: 50px;
	}

	#footer h3, #footer .title-light {
		margin-bottom: 15px!important;
	}

	#footer .footer-1 p {
		margin-bottom: 0;
	}

	#footer .footer-1 p:first-child {
		margin-bottom: 20px;
	}

	#footer .footer-1 {
		margin-bottom: 40px;
	}

	#footer .col-md-2, #footer .col-md-3 {
		margin-bottom: 30px;
	}

	.copyright hr {
		margin: 0 0 30px 0;
	}
	
	.points.position-right {
		display: none;
	}

}

@media (max-width: 500px) {
	h1, .h1, .f-size80 {
		font-size: 45px;
	}
	h2, .h2 {
		font-size: 45px;
	}
	h3, .h3 {
		font-size: 36px;
	}
	h4, .h4 {
		font-size: 27px;
	}
	h5, .h5 {
		font-size: 18px;
	}
	h6, .h6 {
		font-size: 16px;
	}
	
	#demarches .picto {
		width: 65px;
		height: 65px;
	}

	#items-contact .item {
		padding: 25px 30px 25px 30px;
	}

	#demarches .picto img{
		padding: 5px;
	}

	.paddingtb-100 {
		padding: 60px 0;
	}

	.paddingb-140 {
		padding-bottom: 70px!important;
	}

	.paddingb-100 {
		padding-bottom: 60px!important;
	}

	#temoignages {
		padding-bottom: 0;
	}

	.paddingtb-70 {
		padding: 60px 0!important;
	}

}



