@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;700&display=swap');
body{
  background-color: #FF6665;
  font-family: 'Rubik', sans-serif;
}
.wrapper{
  max-width: 1096px;
  margin:60px auto 80px auto;
}
.inner-wrapper{margin:0 auto;}
.logo{
  width:548px;
  height: 288px;
  margin: 0 auto 60px auto;
  
}
.logo img{ width: 100%; height:auto;}
.content{text-align: center;color:#fff;}
.content .first{ font-size: 80px; line-height: 70px; font-weight: bold;margin-bottom: 40px;margin-top:0;}
.content .second{ font-size: 30px; line-height: 40px; font-weight: bold;margin-bottom:0;}
.content .third{ font-size: 30px; line-height: 40px; font-weight: bold;margin-bottom: 40px;margin-top:0;}
.content .fourth{ font-size: 25px; line-height: 40px; width: 784px;margin: 0 auto 40px auto;}
.content .fourth img{ width:31px; height:31px; vertical-align: text-bottom; }
.icon{display: flex; flex-direction: column; justify-content: center; align-items: center;}
.icon img{width:165px;height: 118pX;}
.icon img:first-child{margin-bottom:30px;}
.wrapper-esp{display:flex;justify-content: center;}
.ensavoir-plus{margin-top:65px;color:#FF6665; background: #fff; padding: 60px; border-radius:40px;text-align: center;}
.ensavoir-plus .first{padding-top:0; margin-bottom:20px; font-size: 42px;line-height: 52px;margin-top:0;font-weight: bold;}
.ensavoir-plus .second{padding-top:0; margin-bottom:20px; font-size: 25px;line-height: 40px;margin-top:0;font-weight: 400;}
.ensavoir-plus .cta {background-color: #FCB439;padding: 30px; border-radius: 40px;text-align: center;}
.ensavoir-plus .cta a { font-size: 33px; line-height: 44px;color: #fff; text-decoration: none; font-weight: bold; }

@media screen and (max-width:800px){
.wrapper{margin:40px auto;}
.logo{ width:220px;height: auto;margin:40px auto 40px auto;}
.content{width: 292px; margin:0 auto;}
.content .first{ font-size: 24px; line-height: 38px; margin-bottom: 20px;}
.content .second{ font-size: 18px; line-height: 26px;margin-bottom:0;}
.content .third{ font-size: 18px; line-height: 26px; margin-bottom: 20px;margin-top:0;}
.content .fourth{ font-size: 16px; line-height: 24px; margin-bottom: 40px;margin-top:0;width:unset;}
.content .fourth img{ width:18px; height:18px; vertical-align: text-bottom; }
.icon img:first-child{margin-bottom:30px;}
.ensavoir-plus{margin-top:40px;padding: 40px; border-radius:40px;margin-left:-8px;margin-right:-8px;width: 293px;text-align: left;}
.ensavoir-plus .first{padding-top:0; margin-bottom:20px; font-size: 20px;line-height: 28px;}
.ensavoir-plus .second{padding-top:0; margin-bottom:30px; font-size: 16px;line-height: 24px;font-weight: 400;}
.ensavoir-plus .cta {background-color: #FCB439;padding: 20px;}
.ensavoir-plus .cta a { font-size: 24px; line-height: 32px;}
}