.bloc-header-accueil-carte1{
	position: relative;
}
.bloc-header-accueil-carte1 .bloc-header-accueil-carte1-video{
	border-radius: 24px;
}
.bloc-header-accueil-carte1-logo{
	position: absolute;
	width: 479px;
	height: 184px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.bloc-header-accueil-carte3{
	box-shadow: 0px 184px 74px rgba(0, 0, 0, 0.01), 0px 103px 62px rgba(0, 0, 0, 0.05), 0px 46px 46px rgba(0, 0, 0, 0.09), 0px 11px 25px rgba(0, 0, 0, 0.1);
	border-radius: 24px;
	position: relative;
	 
		width: calc(41.66666667% - 10px);
}
.bloc-header-accueil-carte2{
	background: linear-gradient(180deg, #0135E5 0%, #011D7F 100%);
	box-shadow: 30px 282px 113px rgba(0, 0, 0, 0.01), 17px 158px 96px rgba(0, 0, 0, 0.05), 7px 70px 71px rgba(0, 0, 0, 0.09), 2px 18px 39px rgba(0, 0, 0, 0.1);
	border-radius: 24px;
	padding: 44px;
	gap: 52px;
	position: relative;
	width: calc(58.33333333% - 10px);
}
.pathern2 {
    position: absolute;
    bottom: -140px;
    right: 123px;
    z-index: 99;
}
.bloc-header-accueil-info{
	gap: 20px;
}
.bloc-header-accueil-info p{
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: -0.04em;
	color: #FFFFFF;
	width: 366px;
}
.bloc-header-accueil-carte2 a{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 10px 30px;
	gap: 10px;
	background: #FEE21B;
	border-radius: 50px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #0135E5;
	transition: all 0.3s ease;
}
body:not(.is-touch) .bloc-header-accueil-carte2 a:hover{
	border: 2px solid #FFE319;
	background: #FFF;
}
.bloc-header-accueil-carte2 h1{
	font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 37px;
    line-height: 37px;
    text-transform: uppercase;
    color: #fff;
    width: 170px;
    word-wrap: break-word;
	position: relative;
}
.bloc-header-accueil-carte2 h1:before{
	content: '';
	width: 20px;
	height: 22px;
	background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22white%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.966%202.18359C9.63226%207.48874%207.41098%209.82491%202.121%2011.0155C1.46164%2011.1631%200.757143%2011.2931%200%2011.4107C0.779707%2011.5558%201.50676%2011.7108%202.18619%2011.8809C5.83401%2012.7939%208.08288%2014.1221%209.52195%2016.5683C9.78018%2017.006%2010.0108%2017.4812%2010.2214%2017.9965C10.758%2019.3171%2011.1465%2020.9029%2011.4399%2022.8214C11.7808%2021.008%2012.1745%2019.4797%2012.6784%2018.1841C12.8037%2017.8639%2012.9366%2017.5563%2013.077%2017.2636C14.7467%2013.7694%2017.5171%2012.2311%2022.8798%2011.4107C15.8524%2010.1%2013.0695%207.98399%2011.7558%201.75087C11.7157%201.55828%2011.6755%201.36068%2011.6379%201.15808C11.5677%200.785392%2011.5026%200.4002%2011.4399%200C11.3521%200.470235%2011.2594%200.92046%2011.1641%201.35318C11.1014%201.63832%2011.0362%201.91596%2010.9685%202.18359H10.966Z%22%20%2F%3E%3C%2Fsvg%3E');
	position: absolute;
	    top: -5px;
    left: -5px;
}


.bloc-header-accueil-carte2 svg.pathern  {
        position: absolute;
    top: -180px;
    left: -60px;
}
.bloc-header-accueil-footer p{
	margin: 0 auto;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 56px;
	letter-spacing: 0.51em;
	text-transform: uppercase;
	color: #0127B3;
	width: 1163px;
	min-height: 181px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
}
.bloc-header-accueil .row{
	gap: 15px 20px;
}

.dlpro-second-row{
	gap: 20px !important;
	    margin: 0;
}
@media (max-width: 50em) {
	.bloc-header-accueil-carte3 svg {
    position: absolute;
    right: 52px;
    top: -55px;
    z-index: 9;
    display: block !important;
    width: 110px;
    height: 110px;
}
  .bloc-header-accueil-carte1-logo{
	  width: 237px;
	  height: 91px;
  }
  .pathern2_mobile{
	  display: block !important;
	  
  }
  .pathern2 {
		bottom: -46px;
		right: 74px;
		width: 82px;
		height: 90px;
	}
	.bloc-header-accueil-carte2 svg.pathern {
    top: -110px;
    left: -5px;
    width: 326.731px;
    height: 114.714px;
}
.dlpro-second-row{
	flex-wrap: wrap;        z-index: 99;
}
.bloc-header-accueil-carte2 {
    flex-wrap: wrap;
background: #0135E5;
border-radius: 20px;

}
.bloc-header-accueil-info p {
	width: 313px;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -0.04em;        min-height: unset;
        margin-top: 50px;
}
.bloc-header-accueil-carte3 {
        min-height: 250px;
    width: 100%;
	position: relative;
}
.bloc-header-accueil-footer p{
	width: 353px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.22em;
	min-height: unset;
	margin-top: 50px;
}
.bloc-header-accueil-carte2 {
    width: 100%;
	gap: 20px;
	padding: 30px 20px;z-index: 99;
	        justify-content: stretch;
        flex-direction: column;
}
.bloc-header-accueil-carte2 a{
	margin: 0 auto;
}
.bloc-header-accueil-carte2 h1 {
           font-size: 20px;
        line-height: 26px;
            width: 313px;
    word-wrap: break-word;
    position: relative;        margin: 0;
}
    .bloc-header-accueil-info p {

        margin: 0;
    }
	.bloc-header-accueil-carte2 h1:before {
   
    width: 9px;
    height: 22px;
}
}