
@font-face {

    font-family: "Gilroy";
    src: url("https://static.bayard.io/e-bayard-jeunesse.com/typos/Gilroy-Regular.woff") format("woff");
    font-weight: 600;
    font-style: normal;

}



div.banner-reabo-bj {
    width: 100%;
    max-width: 1280px;
    padding-right: 0px;
    font-family: 'Lato';
    text-align: center;
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background-color: #E94D2F;
}
div.banner-reabo-bj {
	margin: 7% auto 0;
}
div.bloc-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 80%;
    padding-left: 100px;
    padding-top: 20px;
    margin-left: 0;
    text-align: left;
    background-color: white;
    border-radius: 50px 50px 0px 0px;
    margin-top: 40px;

}


img.debord-bj {
    position: absolute;
    width: 30%;
    bottom: 0;
    right: 0;
}


p.txt-courant {
    margin-bottom: 20px;
    color: black;
    font-size: 16px;
    line-height: 22px;
    font-family: 'Lato';

}

img.logo-fid {
    position: absolute;
    top: 110px;
    left: 20px;
    width: 50px;
    height: 50px;
}

h2.reabo-title {
    color: black;
    font-family: "Gilroy";
    font-weight: 400;
    letter-spacing: 3px;
    font-size: 22px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

a.cta-bj {
    position: relative;
    display: inline-block;
    width: 200px;
    border-radius: 50px;
    text-decoration: none;
    text-transform: uppercase;
    color: white;
	font-weight: bold;
    background-color: #E94D2F;
    padding: 10px 20px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
   transition: all 0.5s ease-in-out;
}

a.cta-bj:hover {
background-color: #ffdf3d;
}

@media screen and (max-width:850px){

    h2.reabo-title {

    letter-spacing: 2px;
    font-size: 20px;

}


   


}



@media screen and (max-width:768px){

    img.debord-bj {
    display: none;
}

img.logo-fid {
   display: none;
}

div.bloc-content {
    width: 80%;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
    padding: 0px 20px 0px 20px;
}


}