.atout-mobile{
  background:#f3f4f8;
  padding:44px 14px 50px;
  overflow:hidden;
}

.atout-mobile__inner{
  max-width:1180px;
  margin:0 auto;
}

.atout-mobile__header{
  text-align:center;
  margin-bottom:34px;
}

.atout-mobile__header h2{
  margin:0;
  font-family:Rajdhani, sans-serif;
  font-size:38px;
  line-height:.95;
  font-weight:700;
  color:#2f3133;
  letter-spacing:-.03em;
}

.atout-mobile__header p{
  max-width:330px;
  margin:18px auto 0;
  font-family:Raleway, sans-serif;
  font-size:18px;
  line-height:1.35;
  color:#5c5d60;
}

.atout-mobile__tabs input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}

.atout-mobile__grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px 10px;
  align-items:start;
}

.atout-mobile__item{
  display:block;
  text-align:center;
  cursor:pointer;
}

.atout-mobile__icon{
  width:66px;
  height:66px;
  margin:0 auto 10px;
  border-radius:18px;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#4b4c4f;
  box-shadow:0 8px 24px rgba(0,0,0,.03), inset 0 1px 0 rgba(255,255,255,.7);
  transition:background .25s ease, color .25s ease, transform .25s ease, box-shadow .25s ease;
}

.atout-mobile__icon svg{
  width:30px;
  height:30px;
  fill:currentColor;
  display:block;
}

.atout-mobile__item strong{
  display:block;
  font-family:Oswald, sans-serif;
  font-size:13px;
  line-height:1.12;
  font-weight:400;
  text-transform:uppercase;
  letter-spacing:1px;
  color:#4b4c4f;
}

.atout-mobile__content{
  margin:32px auto 0;
  max-width:760px;
  background:#fff;
  border-radius:26px;
  padding:24px 20px;
  text-align:center;
  box-shadow:0 18px 40px rgba(0,0,0,.05);
}

.atout-mobile__panel{
  display:none;
}

.atout-mobile__panel h3{
  margin:0 0 10px;
  font-family:Oswald, sans-serif;
  font-size:24px;
  line-height:1.05;
  font-weight:400;
  text-transform:uppercase;
  letter-spacing:2px;
  color:#3b3c3f;
}

.atout-mobile__panel p{
  margin:0;
  font-family:Raleway, sans-serif;
  font-size:15.5px;
  line-height:1.5;
  color:#5b5c5f;
}

#atout-temple:checked ~ .atout-mobile__grid .atout-mobile__item--temple .atout-mobile__icon,
#atout-stage:checked ~ .atout-mobile__grid .atout-mobile__item--stage .atout-mobile__icon,
#atout-prepa:checked ~ .atout-mobile__grid .atout-mobile__item--prepa .atout-mobile__icon,
#atout-enseignement:checked ~ .atout-mobile__grid .atout-mobile__item--enseignement .atout-mobile__icon,
#atout-salle:checked ~ .atout-mobile__grid .atout-mobile__item--salle .atout-mobile__icon{
  background:#a4493c;
  color:#fff;
  transform:translateY(-3px);
  box-shadow:0 12px 24px rgba(164,73,60,.18);
}

#atout-temple:checked ~ .atout-mobile__content .atout-mobile__panel--temple,
#atout-stage:checked ~ .atout-mobile__content .atout-mobile__panel--stage,
#atout-prepa:checked ~ .atout-mobile__content .atout-mobile__panel--prepa,
#atout-enseignement:checked ~ .atout-mobile__content .atout-mobile__panel--enseignement,
#atout-salle:checked ~ .atout-mobile__content .atout-mobile__panel--salle{
  display:block;
}

@media(min-width:768px){

  .atout-mobile{
    padding:90px 20px;
  }

  .atout-mobile__header{
    margin-bottom:60px;
  }

  .atout-mobile__header h2{
    font-size:64px;
  }

  .atout-mobile__header p{
    max-width:720px;
    font-size:25px;
    line-height:1.25;
  }

  .atout-mobile__grid{
    grid-template-columns:repeat(5,1fr);
    gap:34px;
  }

  .atout-mobile__icon{
    width:88px;
    height:88px;
    border-radius:24px;
    margin-bottom:16px;
  }

  .atout-mobile__icon svg{
    width:38px;
    height:38px;
  }

  .atout-mobile__item strong{
    font-size:20px;
    letter-spacing:1.5px;
  }

  .atout-mobile__content{
    margin-top:60px;
    padding:42px 50px;
    border-radius:34px;
  }

  .atout-mobile__panel h3{
    font-size:32px;
  }

  .atout-mobile__panel p{
    font-size:21px;
    line-height:1.6;
  }
}