#intro {
width: 90%;
max-width: 1140px;
margin: 0 auto 70px;
}
#intro img {
width: auto;
height: auto;
}
#intro .texte > p:first-of-type {
font-size: 26px;
font-weight: 500;
letter-spacing: 0;
font-family: 'franklin-gothic-urw-cond';
margin: 10px 0 25px 0;
}
#intro .texte {
margin-top: 85px;
}
#blocs_gris {
width: 90%;
max-width: 1140px;
margin: 0 auto 80px;
display: flex;
justify-content: space-between;
}
#blocs_gris > div {
background: #F5F5F5;
width: 48%;
box-sizing: border-box;
padding: 62px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
}
#blocs_gris > div h3 {
font-size: 26px;
margin: 0;
}
#blocs_gris > div ul {
font-size: 16px;
margin: 20px 0 0 18px;
display: flex;
flex-direction: column;
align-items: flex-start;
gap: 10px;
}
#chiffres_cles {
width: 90%;
max-width: 1010px;
margin: 0 auto 100px;
text-align: center;
}
#chiffres_cles .chiffres {
display: flex;
flex-wrap: wrap;
align-items: center;
margin-top: 5px;
row-gap: 55px;
}
#chiffres_cles .chiffres > div {
width: 25%;
position: relative;
box-sizing: border-box;
}
#chiffres_cles p {
line-height: 1.25em;
font-size: 18px;
margin: 0;
}
#chiffres_cles .bloc1 p {
margin-top: 8px;
}
#chiffres_cles .chiffres > div:not(.bloc1):not(.bloc11):not(.bloc12) > p:first-of-type {
font-size: 54px;
font-weight: 700;
line-height: 1;
margin: 18px 0 8px 0;
letter-spacing: 0;
}
#chiffres_cles .orange > p:first-of-type {
color: #F08600;
}
#chiffres_cles .bleu > p:first-of-type {
color: #4AB3E6;
}
#chiffres_cles .blanc > p:first-of-type {
color: #FFFFFF;
}
#chiffres_cles div.bloc4 > *,
#chiffres_cles div.bloc6 > * {
position: relative;
}
#chiffres_cles div.bloc4:before,
#chiffres_cles div.bloc6:before {
content: '';
width: 266px;
height: 266px;
background: #4AB3E6;
position: absolute;
left: -40px;
top: 20px;
bottom: 0;
right: -40px;
margin: auto;
border-radius: 50%;
z-index: 0;
pointer-events: none;
}
#chiffres_cles .icone {
display: flex;
align-items: flex-end;
justify-content: center;
}
#chiffres_cles .icone.ligne_1 {
height: 57px;
}
#chiffres_cles .icone.ligne_2 {
height: 56px;
}
#chiffres_cles p:not(:first-of-type) {
min-height: 45px;
}
.bloc2, .bloc3, .bloc4 {
margin-top: 70px;
}
.bloc2:after,
.bloc7:after,
.bloc9:after,
.bloc10:after {
content: '';
width: 1px;
height: 160px;
background: #666666;
position: absolute;
top: 5px;
right: -3px;
pointer-events: none;
}
.bloc7:after {
top: 15px;
}
#chiffres_cles div.bloc6:before {
background: #F08600;
}
.bloc10 p {
padding: 0 20px;
}
.bloc10 > p:first-of-type {
padding-top: 53px;
}
.bloc9:after, .bloc10:after {
top: 20px;
}
.bloc12 {
padding: 0 20px;
}
#chiffres_cles .bloc11 > p:first-of-type,
#chiffres_cles .bloc12 > p:first-of-type {
font-size: 26px;
line-height: 1;
position: absolute;
top: 66px;
left: 0;
right: 0;
margin: auto;
letter-spacing: 0;
font-family: 'franklin-gothic-urw-cond';
}
.pourcentage {
margin: 31px 0 13px 0;
}
#chiffres_cles h2:before {
display: none;
}
#valeurs {
background: #F5F5F5;
padding: 90px 0 110px 0;
}
#valeurs .container {
height: 645px;
position: relative;
width: 1090px;
margin: 60px auto 0;
}
#valeurs .container > img {
max-width: 300px;
max-height: 180px;
position: absolute;
left: 0;
right: 0;
margin: auto;
bottom: 250px;
width: auto;
height: auto;
}
#valeurs .item span.titre svg {
position: relative;
bottom: 1px;
width: auto;
height: 18px;
}
#valeurs .item span.titre {
line-height: 1;
font-size: 26px;
display: flex;
justify-content: center;
align-items: flex-end;
gap: 10px;
font-weight: 500;
margin-top: 5px;
color: #4AB3E6;
font-family: 'franklin-gothic-urw-cond';
}
#valeurs .item {
text-align: center;
position: absolute;
cursor: pointer;
}
#valeurs .item.orange span.titre {
color: #F08600;
}
#valeurs .item.orange path {
stroke: #F08600;
}
#valeurs .item3 p.desc {
max-width: 165px;
}
#valeurs .item1 {
top: 0;
left: 50px;
}
#valeurs .item2 {
top: 155px;
left: 0;
}
#valeurs .item3 {
top: 305px;
left: 20px;
}
#valeurs .item4 {
top: 475px;
left: 50px;
}
#valeurs .item5 {
top: 535px;
left: 445px;
}
#valeurs .item6 {
top: 485px;
right: 35px;
}
#valeurs .item7 {
top: 315px;
right: 0px;
}
#valeurs .item8 {
top: 150px;
right: -40px;
}
#valeurs .item9 {
top: -5px;
right: 80px;
}
#valeurs .container .contenu {
position: absolute;
opacity: 0;
pointer-events: none;
transition: 0.25s;
z-index: 1;
background: #FFFFFF;
box-shadow: 0px 10px 20px rgba(0,0,0,0.07);
max-width: 360px;
box-sizing: border-box;
padding: 50px;
border-radius: 20px;
}
#valeurs .container .contenu p {
margin: 0;
}
#valeurs .container .item:hover + .contenu {
opacity: 1;
}
.contenu1 {
left: 285px;
top: -30px;
}
.contenu2 {
left: 210px;
top: 130px;
}
.contenu3 {
left: 210px;
top: 275px;
}
.contenu4 {
left: 310px;
top: 455px;
}
.contenu5 {
left: 365px;
top: 205px;
}
.contenu6 {
right: -25px;
top: 155px;
}
.contenu7 {
right: 265px;
top: 265px;
}
.contenu8 {
right: 300px;
top: 80px;
}
.contenu9 {
right: 270px;
top: -45px;
}
#valeurs h2 {
text-align: center;
padding: 0 60px;
}
#valeurs h2:before {
display: none;
}
#frise_chrono {
background: #404447;
color: #FFFFFF;
padding: 100px 0 150px 0;
}
#frise_chrono h2 {
padding: 0 35px;
color: #FFFFFF;
text-align: center;
margin: 0 0 45px 0;
}
#frise_chrono h2:before {
display: none;
}
#frise_chrono .slick {
padding: 0 120px;
cursor: grab;
border-top: 1px solid #707070;
border-bottom: 1px solid #707070;
position: relative;
}
#frise_chrono .slick-track {
display: flex;
}
#frise_chrono .slick-list {
overflow: initial;
}
#frise_chrono .slick-slide {
float: none;
height: 400px;
display: flex;
position: relative;
}
#frise_chrono .year {
display: block;
margin-right: 100px;
border-left: 1px solid #707070;
}
#frise_chrono .year span.inner {
font-size: 26px;
display: block;
line-height: 1;
padding: 25px 0;
background: linear-gradient(180deg, rgba(20,20,20,0) 0%, #404447 30%, #404447 67.56%, rgba(20,20,20,0) 100%);
position: relative;
top: 20px;
left: -50%;
color: #4AB3E6;
font-family: 'franklin-gothic-urw-cond';
}
#frise_chrono .slick-slide > .inner:after,
#frise_chrono .slick-slide .year:after {
content: '';
width: 10px;
height: 10px;
background: #707070;
border-radius: 50%;
position: absolute;
bottom: -5px;
left: -5px;
transition: 0.3s;
pointer-events: none;
}
#frise_chrono .slick-slide > .inner {
position: relative;
}
#frise_chrono .event > .inner > .inner2 {
margin-right: 100px;
max-width: 400px;
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
height: 100%;
}
#frise_chrono .slick-slide > .inner:before {
content: '';
width: 1px;
height: 60px;
background: #707070;
position: absolute;
bottom: 0px;
left: 0px;
pointer-events: none;
}
#frise_chrono .event span.title {
display: block;
line-height: 1.25em;
color: #F08600;
margin-bottom: 20px;
font-size: 20px;
font-weight: 700;
font-family: 'franklin-gothic-urw-cond';
}
#frise_chrono .event ul {
margin: 0;
list-style-type: none;
}
#frise_chrono .event li {
margin: 0;
font-size: 24px;
font-family: 'franklin-gothic-urw-cond';
line-height: 1.25em;
}
#frise_chrono .event li:before {
display: none;
}
#frise_chrono .slick-slide > .inner > .inner2:before {
content: '';
height: 152px;
width: 152px;
border-radius: 100%;
z-index: -1;
position: absolute;
top: 50%;
left: -76px;
margin-top: -76px;
background: rgba(255,255,255,0.1);
pointer-events: none;
}
#frise_chrono span.arrow {
width: 50px;
height: 50px;
display: flex !important;
align-items: center;
justify-content: center;
border: 2px solid #FFFFFF;
box-sizing: border-box;
border-radius: 50%;
cursor: pointer;
position: absolute;
transition: 0.3s;
bottom: -105px;
left: 0px;
right: 0;
margin: auto;
}
#frise_chrono span.arrow path {
transition: 0.3s;
}
@media (min-width: 1100px) {
#frise_chrono span.arrow:hover {
background: #FFFFFF;
}
#frise_chrono span.arrow:hover path {
stroke: #404447;
}
}
#frise_chrono span.arrow.next {
left: 75px;
}
#frise_chrono span.arrow.prev {
right: 75px;
transform: rotate(180deg);
}
#frise_chrono .slick-slide .year:after {
background: #4AB3E6;
width: 20px;
height: 20px;
bottom: -10px;
left: -10px;
}
#frise_chrono .slick-slide > .inner:only-child {
margin-left: 50px;
}
#doc {
width: 90%;
max-width: 1140px;
margin: 80px auto 105px;
text-align: center;
}
#doc h2:before {
display: none;
}
#doc .flex {
display: flex;
justify-content: space-between;
margin-top: 45px;
}
#doc .flex > div {
width: 31%;
box-sizing: border-box;
padding: 48px 48px 110px 48px;
background: #F5F5F5;
position: relative;
}
#doc .flex > div span.titre {
display: block;
line-height: 1.05em;
font-size: 32px;
font-weight: 500;
text-transform: uppercase;
color: #4AB3E6;
margin-bottom: 25px;
font-family: 'franklin-gothic-urw-cond';
}
#doc .flex > div:nth-child(2) span.titre {
color: #F08600;
}
#doc .flex > div .desc p {
margin: 0;
}
#doc .flex > div .desc > p:last-child a {
font-family: 'franklin-gothic-urw-cond';
border-radius: 4px;
display: inline-block;
background: url(//www.geco-manutention.fr/wp-content/themes/gecomanutention/images/white-arrow.svg) no-repeat center right 18px, #4AB3E6 !important;
color: #FFFFFF;
padding: 13px 48px 13px 20px;
font-weight: 500;
line-height: 1;
text-decoration: none;
transition: 0.3s;
border: none;
font-size: 15px;
text-transform: uppercase;
letter-spacing: 0.075em;
height: auto;
box-shadow: none;
position: absolute;
bottom: 40px;
left: 50%;
transform: translateX(-50%);
}
#doc .flex > div .desc > p:last-child a:hover {
background-color: #3c9ccc !important;
box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.slick-disabled {
cursor: no-drop;
opacity: 0.5;
pointer-events: none;
}
@media (max-width: 1270px) {
#valeurs .item5 {
left: 390px;
}
#valeurs .container {
width: 920px;
}
}
@media (max-width: 1100px) {
#valeurs {
padding: 60px 0 20px 0;
}
#valeurs .container {
height: auto;
width: 90%;
text-align: center;
}
#valeurs .container > img {
position: relative;
bottom: 0;
margin-bottom: 50px;
}
#valeurs div .item {
position: relative;
left: 0;
top: 0;
right: 0;
bottom: 0;
cursor: default;
}
#valeurs .item3 p.desc {
max-width: 100%;
}
#valeurs .container .contenu {
opacity: 1;
position: relative;
left: 0;
right: 0;
top: 0;
bottom: 0;
max-width: 100%;
width: 100%;
margin: 20px 0 50px 0;
padding: 35px;
pointer-events: initial;
}
}
@media (max-width: 800px) {
body.qsn_2024 h2 {
font-size: 28px;
}
#intro .texte > p:first-of-type {
font-size: 22px;
}
#intro .texte {
margin-top: 55px;
}
#blocs_gris > div {
padding: 40px;
}
#blocs_gris > div h3 {
font-size: 22px;
}
#blocs_gris > div ul {
font-size: 15px;
margin-top: 14px;
}
#intro {
margin-bottom: 50px;
}
#blocs_gris {
margin-bottom: 65px;
}
#frise_chrono {
padding: 65px 0 140px 0;
}
#frise_chrono .event span.title {
margin-bottom: 15px;
font-size: 16px;
}
#frise_chrono .event li {
font-size: 20px;
}
#frise_chrono .slick {
padding: 0 65px;
}
#frise_chrono .slick-slide > .inner > .inner2:before {
height: 130px;
width: 130px;
left: -65px;
margin-top: -65px;
}
#frise_chrono .year {
margin-right: 65px;
}
#frise_chrono .event > .inner > .inner2 {
margin-right: 75px;
}
#frise_chrono .slick-slide {
height: 300px;
}
#doc .flex > div span.titre {
font-size: 28px;
}
#doc .flex > div {
padding: 35px 30px 100px 30px;
width: 31.5%;
}
#doc .flex > div .desc > p:last-child a {
font-size: 16px;
bottom: 30px;
transition: 0.15s;
}
#doc .flex {
margin-top: 30px;
}
#doc {
margin: 60px auto 70px;
}
}
@media (max-width: 500px) {
body.qsn_2024 h2 {
font-size: 24px;
}
#intro .texte > p:first-of-type {
font-size: 18px;
}
#intro .texte {
margin-top: 35px;
}
#blocs_gris {
flex-direction: column;
gap: 20px;
margin-bottom: 50px;
}
#blocs_gris > div {
width: 100%;
}
#blocs_gris > div {
padding: 35px 30px;
}
#intro {
margin-bottom: 35px;
}
#valeurs h2 {
padding: 0 30px;
}
#valeurs .container > img {
max-height: initial;
max-width: 90%;
}
#valeurs .container {
margin-top: 40px;
}
#valeurs .item span.titre {
font-size: 24px;
}
#frise_chrono .event span.title {
margin-bottom: 12px;
font-size: 18px;
}
#frise_chrono .event li {
font-size: 17px;
}
#frise_chrono .slick-slide > .inner > .inner2:before {
display: none;
}
#frise_chrono .year span.inner {
font-size: 20px;
}
#frise_chrono .year {
margin-right: 5px;
}
#frise_chrono .slick {
padding: 0 40px;
}
#frise_chrono .event > .inner > .inner2 {
max-width: 190px;
margin-right: 45px;
}
#frise_chrono span.arrow svg {
width: auto;
height: 18px;
}
#frise_chrono span.arrow {
width: 40px;
height: 40px;
}
#frise_chrono .slick-slide > .inner:only-child {
margin-left: 10px;
}
#frise_chrono span.arrow.next {
left: 55px;
}
#frise_chrono span.arrow.prev {
right: 55px;
}
#frise_chrono span.arrow {
bottom: -90px;
}
#frise_chrono h2 {
margin-bottom: 30px;
}
#frise_chrono {
padding: 50px 0 135px 0;
}
#doc .flex > div {
width: 100%;
}
#doc .flex {
flex-direction: column;
gap: 20px;
}
#doc {
margin: 50px auto 55px;
}
#doc .flex > div span.titre {
font-size: 24px;
margin-bottom: 15px;
}
#valeurs .container .contenu {
padding: 20px 25px;
}
.bloc2:after, .bloc7:after, .bloc9:after, .bloc10:after {
display: none;
}
} main#container {
margin: 0;
}
@media (max-width: 1100px) {
#chiffres_cles .chiffres > div:not(.bloc1):not(.bloc11):not(.bloc12) > p:first-of-type {
font-size: 44px;
}
.bloc2, .bloc3, .bloc4 {
margin-top: 20px;
}
}
@media (max-width: 980px) {
#chiffres_cles div.bloc4:before,
#chiffres_cles div.bloc6:before {
display: none;
}
#chiffres_cles div.bloc4 > *,
#chiffres_cles div.bloc6 > *,
#chiffres_cles .chiffres > div:not(.bloc1):not(.bloc11):not(.bloc12).bloc4 > p:first-of-type,
#chiffres_cles .chiffres > div:not(.bloc1):not(.bloc11):not(.bloc12).bloc6 > p:first-of-type {
max-width: 185px;
margin-left: auto;
margin-right: auto;
}
.bloc2, .bloc3, .bloc4 {
margin-top: 0;
}
.bloc2:after, .bloc7:after, .bloc9:after, .bloc10:after {
display: none;
}
#chiffres_cles .bloc11 > p:first-of-type,
#chiffres_cles .bloc12 > p:first-of-type {
top: 36px;
}
.pourcentage {
margin-top: 0;
}
#chiffres_cles .chiffres {
justify-content: center;
gap: 40px;
}
#chiffres_cles .chiffres > div {
width: 255px;
}
#chiffres_cles .blanc {
height: 255px;
background: #F08600;
border-radius: 50%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
#chiffres_cles .bloc4.blanc {
background: #4AB3E6;
}
.bloc10 > p:first-of-type {
padding-top: 0;
}
#chiffres_cles .chiffres > div:not(.bloc1):not(.bloc11):not(.bloc12).bloc10 > p:first-of-type {
margin-top: 0;
}
}
@media (max-width: 500px) {
#chiffres_cles p:not(:first-of-type) {
min-height: 0;
}
#chiffres_cles .icone.ligne_1 {
height: auto;
}
#intro, #blocs_gris, #chiffres_cles, #valeurs .container {
width: 87%;
}
#chiffres_cles .chiffres > div:not(.bloc1):not(.bloc11):not(.bloc12) > p:first-of-type {
font-size: 36px;
}
#chiffres_cles .chiffres > div.blanc {
height: 220px;
width: 220px;
}
#chiffres_cles {
margin-bottom: 65px;
}
#chiffres_cles p {
font-size: 16px;
}
#chiffres_cles div.bloc4 > *,
#chiffres_cles div.bloc6 > *,
#chiffres_cles .chiffres > div:not(.bloc1):not(.bloc11):not(.bloc12).bloc4 > p:first-of-type,
#chiffres_cles .chiffres > div:not(.bloc1):not(.bloc11):not(.bloc12).bloc6 > p:first-of-type {
max-width: 155px;
}
}