.methodologies__header{
background-color:var(--blanc);
padding: 30px 0;
display: flex;
flex-direction: column;
align-items: center;
gap:10px;
height:265px;
& h1{
font-family: 'PoppinsBlack';
padding: 0;
margin: 0;
width: 80%;
color: var(--orange);
font-size: 2.5rem;
line-height:1.1;
}
& h2{
font-size:1.6rem;
width:80%;
color:var(--noir);
font-family:'PoppinsBold';
line-height: 1.1;
margin:0;
}
}
.methodologies__content{
display: flex;
flex-direction: column;
align-items: center;
position:relative;
bottom:170px;
margin-bottom:-120px;
} .methodologie{
background-color:var(--blanc);
display:flex;
padding:20px 0 70px 0;
flex-direction: column;
align-items: center;
& h3{
width:80%;
color:var(--orange);
font-size:2.3rem;
font-family:'PoppinsBold';
line-height: 1.1;
}
}
.offre__container{
display:flex;
width:80%;
gap:20px;
& h3{
color: var(--noir);
font-size:1.8rem;
margin: 0;
line-height: 1.2;
font-family: 'PoppinsBold';
width: auto;
padding: 35px 20px 0px 20px;
& span{
background-color: var(--jaune);
}
}
& p{
font-size:1rem;
margin: 0 0 15px 0;
}
}
.methodologie__box{
width:32%;
display: flex;
flex-direction: column;
justify-content: space-between;
position:relative;
z-index:0;
height:auto;
min-height:450px;
}
.content__bottom{
padding:20px;
}
#box_1{
background-color:var(--orange);
& img{
top:25%;
}
}
#box_2{
background-color:var(--bleu);
}
#box_3{
background-color:var(--violet);
}
.methodologie__button{
& button{
padding:15px;
}
}
.nos__outils{
width:80%;
margin:50px 0;
display: flex;
flex-direction: column;
gap: 30px;
& h2{
font-family: 'PoppinsBlack';
padding: 0;
margin: 0;
width: 80%;
color: var(--orange);
font-size: 2.5rem;
}
& p{
margin:5px 0;
font-size:1.2rem;
}
}
.nos__outils__title{
margin-bottom:30px;
}
.outils__box{
display:flex;
align-items: center;
gap: 30px;
margin:-30px 0;
& h3{
font-family: 'PoppinsBold';
padding: 15px 0;
margin: 0;
width: 80%;
color: var(--orange);
font-size: 2rem;
line-height:1.1;
}
& .background__box{
width: 350px;
height:350px;
aspect-ratio: 1/1;
border-radius: 100%;
background-color:var(--orange);
& img{
height:100%;
}
}
}
.methodologies__list{
padding-top:30px;
& li{
font-size:1.2rem;
list-style-position: inside;
}
}
#reverse{
flex-direction: row-reverse;
}
.focus{
background-color:var(--orange);
padding:35px 0;
display:flex;
flex-direction: column;
align-items: center;
position:relative;
gap:5px;
& h2{
font-family: 'PoppinsBlack';
padding: 0;
margin: 0;
width: 80%;
color: var(--noir);
font-size: 2.5rem;
}
& p{
width:80%;
margin:0;
font-size:1.2rem;
}
}
.focus__container{
display:flex;
width:80%;
margin: 30px 0;
& .focus__item{
display:flex;
flex-direction: column;
width:25%;
gap: 15px;
align-items: center;
}
& h4{
background-color:var(--jaune);
font-family:'PoppinsExtraBold';
color:var(--noir);
font-size:1.8rem;
width: fit-content;
margin: 0;
padding: 0 5px;
}
& .circle{
height:220px;
width:220px;
aspect-ratio: 1/1;
border-radius:50%;
& img{
width:100%;
height:100%;
}
}
& p{
font-size:1rem;
}
}
.line{
height: 100%;
position: absolute;
width: 100%;
bottom: 5%;
}
@media screen and (max-width:1280px){
.methodologies__content{
bottom:150px;
}
.focus__item{
& h4{
font-size:1.4rem;
}
& .circle{
width:200px;
height:200px;
}
& p{
font-size:0.9rem;
}
}
}
@media screen and (max-width:1024px){
.offre__container{
& h3{
padding: 20px 20px 0 20px;
font-size:1.3rem;
}
}
.content__bottom{
padding:20px;
& p{
font-size: 0.8rem;
line-height: 1.1;
}
}
.methodologie__button{
& button{
padding: 15px;
font-size: 0.9rem;
}
}
.methodologies__content{
bottom:150px;
}
.nos__outils{
& p{
font-size:1rem;
}
}
.methodologies__list{
& li{
font-size:1rem;
}
}
.outils__box{
margin: -15px 0;
& h3{
font-size:1.8rem;
}
& .background__box{
width:220px;
height:220px;
}
}
.focus{
gap:15px;
& h2{
line-height:1.1;
}
& p{
font-size:1rem;
}
& .line{
bottom:4%;
}
}
.focus__container{
margin: 10px 0;
}
.focus__item{
& h4{
font-size:1.1rem;
word-break: break-word;
}
& .circle{
width:150px;
height:150px;
}
& p{
font-size:0.8rem;
}
}
}
@media screen and (max-width:768px){
.methodologies__header{
height:auto;
}
.methodologies__content{
margin-top:30px;
bottom:0px;
margin-bottom:0px;
}
.offre__container{
& h3{
font-size:1.6rem;
}
& p{
font-size:1rem;
}
}
.offre__container{
flex-direction: column;
}
.methodologie__box{
width:100%;
min-height: 300px;
}
.content__bottom{
display: flex;
flex-direction: column;
align-items: center;
}
.methodologie__button{
width:100%;
max-width:300px;
}
.outils__box, #reverse{
flex-direction: column-reverse;
margin:0;
& .background__box{
width:180px;
height:180px;
}
}
.nos__outils__title{
margin-bottom:0;
}
.focus{
& .line{
visibility:hidden;
}
}
.focus__container{
gap:40px;
flex-direction: column;
& .focus__item{
width:100%;
& h4{
font-size:1.4rem;
}
& p{
font-size:0.9rem;
width:100%;
text-align:center;
}
}
}
}
@media screen and (max-width:480px){
.methodologies__header{
& h1{
font-size: 2rem;
}
& h2{
font-size:1.4rem;
}
}
.offre__container{
& h3{
font-size:1.4rem;
}
& p{
font-size:0.9rem;
}
}
.nos__outils{
& h2{
font-size: 2rem;
}
& p{
font-size:0.9rem;
}
}
.outils__box {
& h3 {
font-size: 1.6rem;
}
}
.methodologies__list {
& li {
font-size: 0.9rem;
}
}
}