
body{
	font-family: "Roboto", sans-serif;
}
h2{
	font-size: 32px;
	line-height: 1.2em;
	font-weight: 500;
	color: #101D54;
	margin: 0 0 22px 0;
	letter-spacing: 0;
	text-transform: uppercase;
}
.container{
	max-width: 1280px;
	padding: 0 40px;
	margin: 0px auto;
	width: 100%;
}
.bandeau-accueil__texte {
	margin: 0;
	color: #fff;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.2;
	max-width: 480px;
	text-shadow: 3px 3px 7px rgba(37, 42, 85, 0.4);
	font-family: Roboto;
	text-transform: capitalize;

}

.bandeau-accueil-title{
	padding: 63px 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	
}
.bandeau-accueil-title-container{
	max-width: 1280px;
	padding-left: 40px;
	padding-right: 40px;
	margin: 0px auto;
}
.image-texte-lien__media {
    width: 289px;
}
.image-texte-lien__container {
    gap: 116px;
}
.image-texte-lien {
    padding: 130px 0 130px 0;
}
.image-texte-lien__titre {
    margin: 0 0 16px;
    font-size: 32px;
	line-height: 1.2;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0em;
}
.image-texte-lien__sous-titre {
    margin: 0 0 14px;
    font-size: 20px;
    font-weight: 500;
	line-height: 1.3;
}
.image-texte-lien__texte {
    font-size: 16px;
    line-height: 1.4;
	letter-spacing: 3%;
}
.image-texte-lien__texte strong{
	font-weight: 600;
	letter-spacing: 0px;
}
.image-texte-lien__texte p{
	margin: 0 0 8px 0;
}
.image-texte-lien__texte p:last-child{
	margin: 0 0 0px 0;
}
.image-texte-lien__content h2{
	margin-top: -7px;
}
.otgs-development-site-front-end{
	display: none !important;
}


.projets-recents__header {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	margin-bottom: 22px;
}
.projets-recents__header h2{
	margin: -7px 0 0 0;
}
.dernieres-actualites h2{
	margin-top: -7px;
}
.image-texte-lien__link {
	display: flex;
	align-items: center;
	margin-top: 11px;
	font-size: 16px;
	font-weight: 600;
	color: var(--color-link);
	line-height: 1em;
	letter-spacing: 5%;
	gap: 4px;
}
.projets-recents__viewmore {
	font-size: 16px;
	font-weight: 600;
	color: #1F4ADA;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 5px;
	letter-spacing: 5%;
}

.projets-recents__viewmore:hover {
	opacity: 0.8;
}




.projets-recents__card {
	display: block;
	background: #F2F4F8;
	    height: 100%;
}

.projets-recents__card-image {
	width: 100%;
	aspect-ratio: 390 / 203;
	overflow: hidden;
	
}

.projets-recents__card-image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.projets-recents__card-content {
	padding: 34px 30px;
	flex: 1;
}

.projets-recents__card-title {
	font-weight: 500;
	font-size: 20px;
	line-height: 130%;
	letter-spacing: 0;
	color: #1F4ADA;
	margin: 0 0 9px 0;
}
.projets-recents-js .swiper-slide{
	width: 390px;
	    height: auto;
}
.projets-recents{
	padding-bottom: 130px;
}
.projets-recents-slider{
	margin-right: calc( 0px - calc( calc( 100vw - 1200px ) / 2 ));
}
.projets-recents__card-excerpt {
	margin: 0;
	font-size: 16px;
	line-height: 1.4;
	color: #101D54;
	font-weight: 400;
	letter-spacing: 3%;
}


.dernieres-actualites {
	padding: 0px 0 130px 0;
}


.dernieres-actualites__card-image {
	width: 100%;
	aspect-ratio: 390 / 203;
	overflow: hidden;
}

.dernieres-actualites__card-image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.dernieres-actualites__card{
	display: block;
	height: 100%;
	background: #F2F4F8;
}
.dernieres-actualites__card-content {
	padding: 37px 30px;
	flex: 1;
}
.image-texte-lien__link:hover {
    opacity: 0.8;
}
.dernieres-actualites__card-meta {
	margin: 0 0 -1px;
	font-size: 14px;
	line-height: 1.3em;
	font-weight: 500;
	color: #101D54;
}

.dernieres-actualites__card-title {
	font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: 0;
    color: #1F4ADA;
    margin: 0 0 9px 0;
}

.dernieres-actualites__card-excerpt {
	margin: 0;
    font-size: 16px;
    line-height: 1.4;
    color: #101D54;
    font-weight: 400;
    letter-spacing: 3%;
}
.image-texte-lien--no-image .image-texte-lien__content{
	max-width: 795px;
}