.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.header-home {
height: calc(90vh + 0px);
position: relative;
}
.header-home .container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 90vh;
padding-top: 50px;
}
.header-home .container .scrolldown {
position: absolute;
width: auto;
margin: auto;
bottom: -45px;
z-index: 10;
border-radius: 1000px;
}
.header-home .container .scrolldown svg {
width: 75px;
height: 75px;
}
.header-home .container .video-container {
position: absolute;
left: -30px;
top: -30px;
-o-object-fit: cover;
object-fit: cover;
width: calc(100% + 60px);
height: calc(90vh + 30px);
z-index: 0;
opacity: 1;
object-fit: cover;
pointer-events: none;
z-index: 0;
}
.header-home .container .video-container video {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
pointer-events: none;
}
.header-home .container div.filtre {
position: absolute;
left: -30px;
top: -30px;
width: calc(100% + 60px);
height: calc(90vh + 30px);
background: rgb(38, 31, 111);
background: linear-gradient(180deg, rgb(38, 31, 111) 0%, rgb(65, 92, 193) 100%);
opacity: 0.3;
z-index: 1;
mix-blend-mode: screen;
}
.header-home .container h1, .header-home .container p {
position: relative;
margin-bottom: 30px;
text-align: center;
z-index: 2;
}
.header-home .container h1 {
font-weight: 500;
}
.header-home .container p {
font-weight: 300;
margin-bottom: 35px;
}
.header-home .container .cta-primary {
background-color: rgba(255, 255, 255, 0.4);
border: none;
}
.header-home .container .cta-primary:hover {
color: #FFFFFF !important;
background-color: rgba(255, 255, 255, 0.1333333333);
}
.video-home {
padding-bottom: 100px;
}
.video-home .container {
position: relative;
padding-bottom: 36.25%; height: 0;
}
.video-home .container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 25px;
}
.subheader-home {
height: auto;
position: relative;
}
.subheader-home > img {
position: absolute;
width: 100%;
top: 0px;
left: 0;
height: auto;
z-index: 0;
opacity: 0.5;
}
.subheader-home .container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100%;
padding: 100px 0;
}
.subheader-home .container h2, .subheader-home .container p {
position: relative;
margin-bottom: 20px;
text-align: center;
z-index: 1;
}
.bloc-image-texte {
margin-bottom: 50px;
}
.bloc-image-texte.last {
margin-bottom: 150px;
}
.bloc-image-texte .container {
display: flex;
}
.bloc-image-texte .container .col-left {
width: 50%;
display: flex;
flex-direction: column;
justify-content: center;
padding-right: 50px;
}
.bloc-image-texte .container .col-left h2 {
display: flex;
align-items: center;
margin-bottom: 30px;
}
.bloc-image-texte .container .col-left h2 span:first-of-type {
margin-right: 15px;
max-width: 90px;
}
.bloc-image-texte .container .col-left h2 span:first-of-type img {
width: 100%;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
}
.bloc-image-texte .container .col-left p {
margin-bottom: 30px;
font-weight: 300;
}
.bloc-image-texte .container .col-right {
width: 50%;
}
.bloc-image-texte .container .col-right .img-container {
width: calc(100% - 150px);
height: 500px;
}
.bloc-image-texte .container .col-right .img-container img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
border-radius: 1000px;
}
.bloc-image-texte .container .col-right .img-container video {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
border-radius: 1000px;
}
.bloc-image-texte.reverse .container {
flex-direction: row-reverse;
}
.bloc-image-texte.reverse .container .col-left {
padding-left: 50px;
padding-right: 0;
}
.section-talk {
padding: 50px 0;
background-color: #304697;
position: relative;
}
.section-talk > img {
position: absolute;
left: 0;
top: 0;
bottom: 0;
margin: auto;
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.section-talk h2 {
margin-bottom: 50px;
position: relative;
z-index: 2;
text-align: center;
max-width: 70%;
margin: 0 auto 25px;
}
.section-talk .container {
display: flex;
gap: 2rem;
position: relative;
z-index: 3;
}
.section-talk .container .item {
width: 100%;
flex-grow: 1;
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
border: 1px solid #FFFFFF;
padding: 40px;
border-radius: 6px;
overflow: hidden;
z-index: 1;
position: relative;
transition: background-color 350ms ease, color 350ms ease, fill 350ms ease;
}
.section-talk .container .item::before {
content: "";
position: absolute;
width: 120%;
height: 120%;
border-radius: 6px;
background-color: #304697;
opacity: 0.43;
left: -10%;
top: -10%;
filter: blur(13px);
z-index: -1;
}
.section-talk .container .item .img-container {
width: 100%;
height: auto;
margin-bottom: 30px;
}
.section-talk .container .item .img-container svg, .section-talk .container .item .img-container svg path {
fill: #FFFFFF;
width: 100%;
height: auto;
}
.section-talk .container .item p {
color: #FFFFFF;
font-weight: 300;
font-size: 20px;
}
.section-talk .container .item .arrowlink {
width: auto;
height: 65px;
margin-top: 22px;
padding-left: 0;
margin-right: auto;
}
.section-talk .container .item:hover {
background-color: #FFFFFF;
}
.section-talk .container .item:hover p {
color: #304697;
font-weight: 300;
font-size: 20px;
}
.section-talk .container .item:hover svg, .section-talk .container .item:hover svg path {
fill: #304697;
}
.section-talk .container .item:hover::before {
content: "";
opacity: 0;
}
.section-apports {
padding: 100px 0;
}
.section-apports h2 {
text-align: center;
color: #304697;
margin-bottom: 20px;
}
.section-apports h3 {
text-align: center;
margin-bottom: 45px;
color: #1B7DC1;
}
.section-apports .container {
display: flex;
gap: 2rem;
position: relative;
z-index: 3;
width: 100%;
}
.section-apports .container .col-left {
width: 40%;
display: flex;
align-items: flex-end;
}
.section-apports .container .col-left img {
width: calc(100% + 200px);
transform: translateX(-50px);
-o-object-fit: contain;
object-fit: contain;
}
.section-apports .container .col-right {
width: 60%;
display: flex;
flex-wrap: wrap;
flex-direction: row-reverse;
justify-content: space-between;
gap: 2rem;
}
.section-apports .container .col-right .item {
width: calc(50% - 1rem);
max-width: calc(50% - 1rem);
flex-grow: 1;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
z-index: 1;
position: relative;
background-color: #FFFFFF;
border-radius: 20px;
padding: 25px;
box-shadow: 0px 4px 30px 6px rgba(0, 0, 0, 0.08);
}
.section-apports .container .col-right .item:nth-child(1) {
transform: translateX(50px);
}
.section-apports .container .col-right .item:nth-child(2) {
transform: translateX(50px);
}
.section-apports .container .col-right .item:nth-child(3) {
transform: translateX(-50px);
}
.section-apports .container .col-right .item .img-container {
width: 70px;
height: auto;
margin-bottom: 10px;
}
.section-apports .container .col-right .item .img-container img {
width: 100%;
height: auto;
mix-blend-mode: multiply;
}
.section-apports .container .col-right .item h4 {
margin-bottom: 2px;
font-size: 27px;
}
.section-apports .container .col-right .item p {
font-weight: 300;
font-size: 18px;
margin: 5px 0;
}
.section-schema_1 {
padding: 50px 0 0px;
}
.section-schema_1 .container {
width: 100%;
}
.section-schema_1 .container img {
width: 100%;
height: auto;
-o-object-fit: contain;
object-fit: contain;
}
.section-schema_2 {
padding: 0px 0px 50px;
}
.section-schema_2 .container {
width: 100%;
display: flex;
flex-direction: column;
}
.section-schema_2 .container h3 {
margin-bottom: 40px;
}
.section-schema_2 .container .img-container {
width: calc(100% + 23px);
margin-left: -23px;
height: auto;
position: relative;
display: flex;
align-items: center;
}
.section-schema_2 .container .img-container img {
width: 100%;
height: auto;
-o-object-fit: contain;
object-fit: contain;
}
.section-schema_2 .container .img-container.mobile {
display: none;
}
.section-awards {
padding: 50px 0;
}
.section-awards .container {
display: flex;
flex-direction: column;
}
.section-awards .container h2 {
margin-bottom: 30px;
}
.section-awards .container .forward-award {
display: flex;
gap: 2rem;
width: 100%;
padding: 45px 0;
position: relative;
}
.section-awards .container .forward-award > img {
width: 100%;
bottom: -180px;
height: auto;
-o-object-fit: contain;
object-fit: contain;
position: absolute;
left: 0;
z-index: 0;
}
.section-awards .container .forward-award .col-left {
position: relative;
z-index: 2;
width: 50%;
display: flex;
justify-content: center;
align-items: center;
background-color: #FFF;
}
.section-awards .container .forward-award .col-left img {
width: 255px;
height: auto;
-o-object-fit: contain;
object-fit: contain;
}
.section-awards .container .forward-award .col-right {
position: relative;
z-index: 2;
display: flex;
flex-direction: column;
justify-content: center;
}
.section-awards .container .forward-award .col-right h3 {
color: #424341;
}
.section-awards .container .forward-award .col-right p {
color: #424341;
}
.section-awards .container .other-awards {
display: flex;
flex-wrap: wrap;
gap: 2rem;
width: 100%;
position: relative;
z-index: 2;
}
.section-awards .container .other-awards .item {
width: calc(16.66% - 2rem);
height: auto;
display: flex;
flex-direction: column;
margin-bottom: 50px;
background-color: #FFF;
padding: 5px;
}
.section-awards .container .other-awards .item h3 {
width: 100%;
height: auto;
text-align: center;
}
.section-awards .container .other-awards .item h3 img {
max-width: 100%;
height: 150px;
-o-object-fit: contain;
object-fit: contain;
}
.section-awards .container .other-awards .item p {
margin-top: 30px;
text-align: center;
font-size: 20px;
color: #424341;
}
@media screen and (max-width: 1400px) {
.bloc-image-texte .container .col-right .img-container {
height: 500px;
width: 100%;
}
.bloc-image-texte .container .col-left h2 {
margin-bottom: 0px;
}
.bloc-image-texte .container .col-left h2 span:first-of-type {
max-width: 75px;
}
.section-talk .container {
flex-direction: row;
flex-wrap: wrap;
}
.section-talk .container .item {
padding: 45px;
width: 48%;
}
.section-talk .container .item svg {
height: 55px;
}
.section-awards .container .forward-award > img {
bottom: -130px;
}
}
@media screen and (max-width: 1100px) {
.section-talk .container .item {
padding: 45px;
}
.section-talk .container .item svg {
height: 55px;
}
.header-home .container {
padding: 100px 0;
}
.header-home .container h1 {
margin-bottom: 25px;
}
.header-home .container p {
font-size: 25px;
}
.section-schema_2 {
padding-bottom: 0;
}
.section-apports .container {
flex-direction: column;
}
.section-apports .container .col-left {
width: 100%;
}
.section-apports .container .col-left img {
width: 100%;
transform: translate(0) !important;
}
.section-apports .container .col-right {
width: 100%;
flex-direction: row;
flex-wrap: nowrap;
}
.section-apports .container .col-right .item {
width: 100%;
transform: translate(0) !important;
}
.section-awards .container .other-awards .item {
width: calc(25% - 2rem);
}
.section-awards .container .other-awards .item p {
text-align: left;
font-size: 17px;
}
.section-awards .container .forward-award > img {
display: none;
}
}
@media screen and (max-width: 800px) {
.container {
max-width: 490px;
}
.header-home .container p {
font-size: 20px;
}
.bloc-image-texte.reverse,
.bloc-image-texte {
margin-bottom: 100px;
}
.bloc-image-texte.reverse .container,
.bloc-image-texte .container {
flex-direction: column;
}
.bloc-image-texte.reverse .container .col-left,
.bloc-image-texte.reverse .container .col-right,
.bloc-image-texte .container .col-left,
.bloc-image-texte .container .col-right {
width: 100%;
padding: 0;
}
.bloc-image-texte.reverse .container .col-left,
.bloc-image-texte .container .col-left {
padding-bottom: 30px;
}
.section-schema_2 .container .img-container {
display: none;
}
.section-schema_2 .container .img-container.mobile {
display: block;
}
.section-talk {
padding: 100px 0;
}
.section-talk .container .item .img-container {
width: 50%;
}
.section-talk > img {
height: 40%;
}
.section-talk .container {
display: flex;
flex-direction: column;
}
.section-talk .container .item {
width: 100%;
align-items: flex-start;
}
.section-awards .container .forward-award {
padding-top: 25px;
}
.section-apports h2,
.section-apports h3 {
max-width: 490px;
text-align: left;
margin: auto;
margin-bottom: 30px;
}
.section-apports .container {
display: flex;
flex-direction: column;
}
.section-apports .container .col-right {
flex-direction: column;
}
.section-apports .container .col-right .item {
width: 100%;
max-width: 100%;
}
.section-apports .container .col-right .item .img-container {
width: 75px;
margin-bottom: 0px;
}
.section-apports .container .col-right .item h3 {
margin-bottom: 30px;
}
.section-awards .container .forward-award .col-left img {
width: 100%;
}
.section-awards .container .other-awards .item {
width: calc(33.33% - 2rem);
}
.section-partners .container .partners.financial .item img,
.section-partners .container .partners.scientific .item img .section-awards .container .other-awards .item h3 img {
height: 100px;
}
.section-awards .container .other-awards .item p {
font-size: 14px;
}
}
@media screen and (max-width: 550px) {
.container {
max-width: 390px;
}
.bloc-image-texte .container .col-right .img-container {
height: 390px;
}
.section-talk {
padding: 50px 0;
}
.section-apports h2,
.section-apports h3 {
max-width: 390px;
text-align: left;
margin: auto;
}
.section-apports h3 {
margin-bottom: 30px;
}
.section-apports .container {
display: flex;
flex-direction: column;
}
.section-apports .container .item {
width: 100%;
}
.section-apports .container .item .img-container {
width: 90px;
margin-bottom: 0px;
}
.section-apports .container .item h2,
.section-apports .container .item h3 {
max-width: 390px;
text-align: left;
margin: auto;
}
.section-schema_1 {
padding: 0px;
}
.section-awards .container .other-awards,
.section-partners .container .partners.financial,
.section-partners .container .partners.scientific {
gap: 0.5rem;
}
.section-awards .container .other-awards .item {
width: calc(33.33% - 0.5rem);
}
.section-awards .container .forward-award {
padding-top: 30px;
}
.section-partners .container .partners.financial .item img,
.section-partners .container .partners.scientific .item img,
.section-awards .container .other-awards .item h3 img {
height: 90px;
}
.section-awards .container .other-awards .item p {
font-size: 12px;
}
}
@media screen and (max-width: 410px) {
.section-apports h2, .section-apports h3 {
max-width: 300px;
}
}#header-errorpage {
height: 100vh;
width: 100vw;
padding: 150px 0;
}
#header-errorpage .container {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
}.section-career {
position: relative;
padding: 150px 0;
z-index: 2;
}
.section-career .container:nth-child(2) {
display: flex;
align-items: center;
justify-content: center;
z-index: 5;
padding-bottom: 100px;
position: relative;
}
.section-career .container:nth-child(2) h1 {
text-align: center;
font-weight: 500;
color: #FFFFFF;
}
.section-career > img {
position: absolute;
left: -5%;
top: -5%;
width: 110%;
height: 130%;
z-index: 0;
-o-object-fit: cover;
object-fit: cover;
}
.section-career::after {
content: "";
z-index: 2;
position: absolute;
left: 0;
opacity: 0.65;
top: -40%;
width: 100%;
height: 160%;
background: #304597;
}
.section-career .container:nth-child(3) {
position: relative;
z-index: 5;
}
.section-career .container:nth-child(3) .col {
display: flex;
flex-direction: column;
width: 70%;
margin: auto;
margin-left: auto;
}
.section-career .container:nth-child(3) .col .cta-primary {
background-color: rgba(255, 255, 255, 0.4);
border: none;
}
.section-career .container:nth-child(3) .col .cta-primary:hover {
color: #FFFFFF !important;
background-color: rgba(255, 255, 255, 0.1333333333);
}
.section-career .container:nth-child(3) .col h2 {
margin-bottom: 35px;
}
.section-career .container:nth-child(3) .col .infos {
display: flex;
width: 100%;
justify-content: space-between;
margin-bottom: 30px;
margin-top: 30px;
}
.section-career .container:nth-child(3) .col .infos p {
color: #FFFFFF;
font-weight: 900;
display: flex;
align-items: center;
}
.section-career .container:nth-child(3) .col .infos p span {
display: flex;
align-items: center;
margin-right: 15px;
}
.section-career .container:nth-child(3) .col .infos p span img {
-o-object-fit: contain;
object-fit: contain;
width: 35px;
height: auto;
}
.header-career .img-container img {
width: 100%;
-o-object-fit: contain;
object-fit: contain;
}
.header-career .container {
padding: 150px 0 150px;
background-color: #6ACBF1;
overflow: hidden;
max-width: unset;
position: relative;
}
.header-career .container img {
position: absolute;
left: -10%;
top: -10%;
width: 120%;
height: 120%;
-o-object-fit: cover;
object-fit: cover;
z-index: 0;
}
.header-career .container .col {
position: relative;
z-index: 2;
width: 50%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-end;
}
.header-career .container .col h1 {
text-align: center;
font-weight: 200;
transform: translateX(50%);
margin-bottom: 100px;
}
.section-texte-centre {
background-color: #6ACBF1;
padding: 120px 0;
}
.section-texte-centre .container p {
text-align: center;
font-weight: 200;
font-size: 34px;
line-height: 43px;
}
.section-offres {
padding: 100px 0 50px;
}
.section-offres .container {
display: flex;
flex-direction: column;
}
.section-offres .container .liste-offres {
display: flex;
flex-direction: column;
margin-bottom: 30px;
}
.section-offres .container .liste-offres .item {
padding: 25px 25px 30px 0;
display: flex;
justify-content: space-between;
align-items: flex-end;
border-bottom: 1px solid #304697;
}
.section-offres .container .liste-offres .item:first-of-type {
border-top: 1px solid #304697;
}
.section-offres .container .liste-offres .item p {
font-size: 20px;
}
.section-offres .container .liste-offres .item h3 {
margin-bottom: 15px;
margin-top: 0;
}
.section-talents {
padding: 50px 0 100px;
}
.section-talents .container {
display: flex;
flex-direction: column;
}
.section-talents .container .liste-talents {
display: flex;
flex-direction: column;
margin-bottom: 30px;
}
.section-talents .container .liste-talents .item {
padding: 25px 25px 30px 0;
display: flex;
justify-content: space-between;
align-items: center;
gap: 2rem;
}
.section-talents .container .liste-talents .item .infos {
display: flex;
flex-direction: column;
align-items: center;
width: 350px;
}
.section-talents .container .liste-talents .item .infos h3 {
margin-top: 15px;
margin-bottom: 5px;
font-weight: 700;
}
.section-talents .container .liste-talents .item .infos p {
text-align: center;
}
.section-talents .container .liste-talents .item .infos .col-top {
position: relative;
display: flex;
justify-content: center;
align-items: center;
}
.section-talents .container .liste-talents .item .infos .col-top .img-container {
overflow: hidden;
border-radius: 200px;
width: 200px;
height: 260px;
transform: rotate(-15deg);
position: relative;
display: flex;
justify-content: center;
align-items: center;
z-index: 1;
}
.section-talents .container .liste-talents .item .infos .col-top .img-container img {
position: absolute;
left: -10%;
top: -10%;
right: 0;
bottom: 0;
margin: auto;
width: 120%;
height: 120%;
-o-object-fit: cover;
object-fit: cover;
transform: rotate(15deg);
}
.section-talents .container .liste-talents .item p {
width: 100%;
font-weight: 300;
}
.section-talents .container .liste-talents .item:nth-child(even) {
flex-direction: row-reverse;
}
@media screen and (max-width: 1100px) {
.header-career .container {
padding: 100px 0;
}
.section-texte-centre .container p {
font-size: 20px;
margin-top: 12px;
line-height: 125%;
}
}
@media screen and (max-width: 800px) {
.section-texte-centre {
padding: 50px 0;
}
.section-talents .container .liste-talents .item .infos .col-top .img-container {
width: 160px;
height: 210px;
}
}
@media screen and (max-width: 550px) {
.section-offres .container .liste-offres .item {
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
}
.section-offres .container .liste-offres .item h3 {
margin-bottom: 5px;
}
.section-offres .container .liste-offres .item .infos {
margin-bottom: 20px;
}
.header-career .container .col {
width: 100%;
max-width: 390px;
margin: auto;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
}
.header-career .container .col h1 {
transform: none;
margin-bottom: 30px;
}
.section-talents .container .liste-talents .item {
width: 100%;
flex-direction: column;
margin-bottom: 30px;
}
.section-talents .container .liste-talents .item .infos {
width: 100%;
align-items: flex-start;
}
.section-talents .container .liste-talents .item .infos .col-top {
align-items: flex-start;
}
.section-talents .container .liste-talents .item .infos p {
text-align: left;
}
.section-talents .container .liste-talents .item p {
width: 100%;
}
.section-talents .container .liste-talents .item:nth-child(even) {
flex-direction: column;
}
}
@media screen and (max-width: 410px) {
.header-career .container .col {
max-width: 300px;
}
.header-career .container .col h1 {
transform: none;
margin-bottom: 30px;
}
}.header-contact {
height: calc(50vh + 25px);
position: relative;
}
.header-contact .scrolldown {
position: absolute;
width: auto;
margin: auto;
bottom: -30px;
z-index: 10;
border-radius: 1000px;
}
.header-contact .scrolldown svg {
width: 75px;
height: 75px;
}
.header-contact .container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 50vh;
}
.header-contact .container .img-container {
position: absolute;
left: -30px;
top: -30px;
-o-object-fit: cover;
object-fit: cover;
width: calc(100% + 60px);
height: calc(50vh + 30px);
z-index: 0;
opacity: 0.5;
object-fit: cover;
pointer-events: none;
z-index: 0;
}
.header-contact .container .img-container img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
pointer-events: none;
}
.header-contact .container div.filtre {
position: absolute;
left: -30px;
top: -30px;
width: calc(100% + 60px);
height: calc(50vh + 30px);
background: rgb(38, 31, 111);
background: linear-gradient(180deg, rgb(38, 31, 111) 0%, rgb(65, 92, 193) 100%);
opacity: 0.7;
z-index: 1;
mix-blend-mode: hard-light;
}
.header-contact .container h1, .header-contact .container p {
position: relative;
margin-bottom: 50px;
text-align: center;
z-index: 2;
}
.header-contact .container h1 {
font-weight: 500;
}
.header-contact .container p {
font-weight: 300;
}
.header-contact .container .cta-primary {
background-color: rgba(255, 255, 255, 0.4);
border: none;
}
.header-contact .container .cta-primary:hover {
color: #FFFFFF !important;
background-color: rgba(255, 255, 255, 0.1333333333);
}
.form-contact {
padding: 100px 0;
}
.form-contact .container {
display: flex;
gap: 2rem;
}
.form-contact .container h2 {
margin-bottom: 20px;
}
.form-contact .container .col-left {
display: flex;
flex-direction: column;
width: 50%;
}
.form-contact .container .col-left .form-container {
width: 100%;
}
.form-contact .container .col-left .form-container #wpcf7-f266-o1 {
width: 100%;
}
.form-contact .container .col-left .form-container #wpcf7-f266-o1 form {
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.form-contact .container .col-left .form-container #wpcf7-f266-o1 form > p {
margin-bottom: 15px;
width: 100%;
}
.form-contact .container .col-left .form-container #wpcf7-f266-o1 form > p:nth-child(2), .form-contact .container .col-left .form-container #wpcf7-f266-o1 form > p:nth-child(3), .form-contact .container .col-left .form-container #wpcf7-f266-o1 form > p:nth-child(5), .form-contact .container .col-left .form-container #wpcf7-f266-o1 form > p:nth-child(6) {
width: 49%;
}
.form-contact .container .col-left .form-container #wpcf7-f266-o1 form label {
font-size: 17px;
text-transform: uppercase;
font-weight: 300;
margin-top: 15px;
position: relative;
z-index: 5;
}
.form-contact .container .col-left .form-container #wpcf7-f266-o1 form .wpcf7-response-output {
display: none !important;
}
.form-contact .container .col-left .form-container #wpcf7-f266-o1 form textarea {
min-height: 120px;
}
.form-contact .container .col-left .form-container #wpcf7-f266-o1 form .wpcf7-form-control-wrap {
display: flex;
margin-top: 5px;
}
.form-contact .container .col-left .form-container #wpcf7-f266-o1 form .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
width: 35px;
background-color: #fe4e4e;
display: flex;
justify-content: center;
align-items: center;
height: 35px;
color: #FFFFFF;
overflow: hidden;
position: absolute;
right: 8px;
color: white;
border-radius: 50px;
top: 0;
bottom: 0;
margin: auto;
font-size: 18px;
padding-top: 3px;
text-transform: lowercase;
}
.form-contact .container .col-left .form-container #wpcf7-f266-o1 form input, .form-contact .container .col-left .form-container #wpcf7-f266-o1 form select, .form-contact .container .col-left .form-container #wpcf7-f266-o1 form textarea {
width: 100%;
background-color: rgba(65, 188, 237, 0.1019607843);
border-radius: 0;
border-bottom: 5px solid transparent;
font-size: 19px;
text-transform: lowercase;
height: 50px;
resize: vertical;
position: relative;
margin-top: 0px;
padding-left: 15px;
border-radius: 20px;
}
.form-contact .container .col-left .form-container #wpcf7-f266-o1 form input::-moz-placeholder, .form-contact .container .col-left .form-container #wpcf7-f266-o1 form select::-moz-placeholder, .form-contact .container .col-left .form-container #wpcf7-f266-o1 form textarea::-moz-placeholder {
color: #000000;
opacity: 0.6;
font-size: 19px;
}
.form-contact .container .col-left .form-container #wpcf7-f266-o1 form input::placeholder, .form-contact .container .col-left .form-container #wpcf7-f266-o1 form select::placeholder, .form-contact .container .col-left .form-container #wpcf7-f266-o1 form textarea::placeholder {
color: #000000;
opacity: 0.6;
font-size: 19px;
}
.form-contact .container .col-left .form-container #wpcf7-f266-o1 form input:focus, .form-contact .container .col-left .form-container #wpcf7-f266-o1 form select:focus, .form-contact .container .col-left .form-container #wpcf7-f266-o1 form textarea:focus {
background-color: 5px solid #41BCED;
}
.form-contact .container .col-left .form-container #wpcf7-f266-o1 form input.wpcf7-not-valid, .form-contact .container .col-left .form-container #wpcf7-f266-o1 form select.wpcf7-not-valid, .form-contact .container .col-left .form-container #wpcf7-f266-o1 form textarea.wpcf7-not-valid {
background-color: 5px solid #CD3232;
}
.form-contact .container .col-right {
display: flex;
flex-direction: column;
width: 50%;
}
.form-contact .container .col-right .item {
display: flex;
flex-direction: column;
background-color: #304697;
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
}
.form-contact .container .col-right .item .img-container {
width: 100%;
height: auto;
margin-bottom: 20px;
order: 1;
}
.form-contact .container .col-right .item .img-container img {
width: 100%;
height: auto;
-o-object-fit: contain;
object-fit: contain;
}
.form-contact .container .col-right .item h3 {
order: 2;
padding-left: 35px;
margin-bottom: 15px;
}
.form-contact .container .col-right .item p {
padding-left: 35px;
order: 3;
font-weight: 300;
padding-bottom: 30px;
}
.form-contact .container .col-right .item a {
padding-left: 35px;
order: 3;
font-size: 24px;
font-weight: 300;
padding-bottom: 30px;
text-decoration: underline;
}
@media screen and (max-width: 1400px) {
.form-contact {
padding: 50px 0 100px;
}
.form-contact .container .col-left .form-container #wpcf7-f266-o1 form label {
font-size: 17px;
}
}
@media screen and (max-width: 1100px) {
.header-contact {
height: 75vh;
}
.header-contact .container {
height: 75vh;
}
.header-contact .container .img-container {
height: 75vh;
}
.header-contact .container .img-container img {
height: 75vh;
}
.header-contact .container div.filtre {
height: 75vh;
}
}
@media screen and (max-width: 800px) {
.form-contact .container {
flex-direction: column;
}
.form-contact .container .col-left {
width: 100%;
margin-bottom: 30px;
}
.form-contact .container .col-right {
width: 100%;
}
}
@media screen and (max-width: 410px) {
.form-contact .container .col-right .item h3 {
font-size: 25px;
}
}.header-about {
height: auto;
position: relative;
}
.header-about .img-container {
position: relative;
left: 0px;
top: 0px;
-o-object-fit: cover;
object-fit: cover;
width: 100%;
height: auto;
z-index: 0;
opacity: 1;
object-fit: cover;
pointer-events: none;
z-index: 0;
}
.header-about .img-container::after {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background: rgb(38, 31, 111);
background: linear-gradient(180deg, rgb(38, 31, 111) 0%, rgb(65, 92, 193) 100%);
opacity: 0.4;
z-index: 1;
mix-blend-mode: hard-light;
content: "";
}
.header-about .img-container img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
pointer-events: none;
}
.header-about .img-container .scrolldown {
position: absolute;
width: auto;
margin: auto;
bottom: -50px;
z-index: 10;
border-radius: 1000px;
}
.header-about .img-container .scrolldown svg {
width: 75px;
height: 75px;
}
.header-about .container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: auto;
padding: 50px 0;
}
.header-about .container h1, .header-about .container p {
position: relative;
margin-bottom: 50px;
text-align: center;
z-index: 2;
color: #1E1E1E;
}
.header-about .container h1 {
font-weight: 500;
color: #304697;
}
.header-about .container p {
font-weight: 300;
}
.header-about .container .cta-primary {
background-color: rgba(255, 255, 255, 0.4);
border: none;
}
.header-about .container .cta-primary :hover {
color: #FFFFFF !important;
}
.equipes-about .container {
display: flex;
flex-direction: column;
}
.equipes-about .container h2 {
margin-bottom: 50px;
}
.equipes-about .container .liste-equipe {
display: flex;
gap: 2rem;
flex-wrap: wrap;
width: 100%;
margin-bottom: 100px;
}
.equipes-about .container .liste-equipe .item {
width: calc(25% - 2rem);
display: flex;
flex-direction: column;
}
.equipes-about .container .liste-equipe .item .col-top {
position: relative;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 20px;
}
.equipes-about .container .liste-equipe .item .col-top .element-blue {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
margin: auto;
background-color: #96B0CB;
transform: rotate(15deg);
z-index: 0;
width: 220px;
height: 290px;
border-radius: 200px;
}
.equipes-about .container .liste-equipe .item .col-top .element-blue.green {
background-color: #96B0CB;
}
.equipes-about .container .liste-equipe .item .col-top .img-container {
overflow: hidden;
border-radius: 200px;
width: 220px;
height: 290px;
transform: rotate(-15deg);
position: relative;
display: flex;
justify-content: center;
align-items: center;
z-index: 1;
}
.equipes-about .container .liste-equipe .item .col-top .img-container::after {
content: "";
background-color: #96B0CB;
border-radius: 200px;
width: 220px;
height: 290px;
transform: rotate(0deg);
z-index: 2;
position: absolute;
left: 0;
top: 0;
mix-blend-mode: color;
opacity: 0.6;
}
.equipes-about .container .liste-equipe .item .col-top .img-container img {
position: absolute;
left: -5%;
top: 12%;
right: 0;
bottom: 0;
margin: auto;
width: 110%;
height: 112%;
-o-object-fit: cover;
object-fit: cover;
transform: rotate(15deg);
filter: grayscale(1);
}
.equipes-about .container .liste-equipe .item .col-bot h3 {
font-weight: 900;
color: #424341;
}
.section-partners {
padding: 100px 0;
}
.section-partners .container {
display: flex;
flex-direction: column;
}
.section-partners .container h2 {
margin-bottom: 40px;
}
.section-partners .container h3 {
margin-bottom: 20px;
}
.section-partners .container .partners {
display: flex;
flex-direction: column;
margin-bottom: 70px;
}
.section-partners .container .partners .item {
display: flex;
flex-wrap: nowrap;
gap: 2rem;
flex-direction: row;
margin-bottom: 20px;
}
.section-partners .container .partners .item p {
margin-right: 5px;
color: #1E1E1E;
}
.section-partners .container .partners .item p span {
margin-right: 10px;
}
.section-partners .container .partners.financial, .section-partners .container .partners.scientific {
flex-direction: row;
flex-wrap: wrap;
gap: 1rem;
margin-top: 10px;
}
.section-partners .container .partners.financial .item, .section-partners .container .partners.scientific .item {
flex-direction: column-reverse;
justify-content: flex-end;
width: calc(12.5% - 1rem);
}
.section-partners .container .partners.financial .item h4, .section-partners .container .partners.scientific .item h4 {
color: #424341;
font-size: 27px;
font-weight: 400;
text-align: left;
}
.section-partners .container .partners.financial .item img, .section-partners .container .partners.scientific .item img {
margin-bottom: 5px;
height: 150px;
max-width: 100%;
-o-object-fit: contain;
object-fit: contain;
}
@media screen and (max-width: 1400px) {
.equipes-about .container .liste-equipe .item .col-top .img-container,
.equipes-about .container .liste-equipe .item .col-top .element-blue {
width: 180px;
height: 250px;
}
.section-partners .container .partners.financial .item, .section-partners .container .partners.scientific .item {
width: calc(16.66% - 1rem);
}
.section-partners .container .partners .item {
gap: 1rem;
}
}
@media screen and (max-width: 1100px) {
.equipes-about .container .liste-equipe .item .col-top .img-container,
.equipes-about .container .liste-equipe .item .col-top .element-blue {
width: 120px;
height: 190px;
}
.equipes-about .container .liste-equipe .item .col-bot h3 {
margin-bottom: 10px;
}
.section-partners .container .partners.financial .item, .section-partners .container .partners.scientific .item {
width: calc(25% - 1rem);
}
.section-partners .container .partners .item {
gap: 1rem;
}
.section-partners .container .partners.financial .item h4,
.section-partners .container .partners.scientific .item h4 {
font-size: 20px;
}
.section-partners .container .partners.financial,
.section-partners .container .partners.scientific {
margin-top: 10px;
gap: 0.5rem;
}
.section-partners .container .partners.financial .item h4,
.section-partners .container .partners.scientific .item h4 {
font-size: 14px;
}
}
@media screen and (max-width: 800px) {
.equipes-about .container .liste-equipe {
justify-content: space-between;
gap: 0;
}
.equipes-about .container .liste-equipe .item {
width: 48%;
margin-bottom: 30px;
}
.equipes-about .container .liste-equipe .item .col-top .img-container,
.equipes-about .container .liste-equipe .item .col-top .element-blue {
width: 100px;
height: 165px;
}
.section-partners {
padding: 50px 0 100px;
}
.section-partners h3 {
margin-top: 50px;
}
.section-partners .container .partners.financial .item,
.section-partners .container .partners.scientific .item {
width: calc(33.33% - 0.5rem);
}
.section-partners .container .partners.financial .item img,
.section-partners .container .partners.scientific .item img {
height: 90px;
}
.section-partners .container .partners.financial .item h4,
.section-partners .container .partners.scientific .item h4 {
font-size: 12px;
}
}
@media screen and (max-width: 550px) {
.section-partners .container .partners {
gap: 0;
}
.section-partners .container .partners .item {
flex-direction: column;
margin-bottom: 30px;
}
}.section-ingredients {
position: relative;
padding: 150px 0;
z-index: 2;
}
.section-ingredients .container:nth-child(2) {
display: flex;
align-items: center;
justify-content: center;
z-index: 5;
padding-bottom: 100px;
position: relative;
}
.section-ingredients .container:nth-child(2) h1 {
text-align: center;
font-weight: 500;
color: #FFFFFF;
}
.section-ingredients > img {
position: absolute;
left: -5%;
top: -5%;
width: 110%;
height: 120%;
z-index: 0;
-o-object-fit: cover;
object-fit: cover;
}
.section-ingredients::after {
content: "";
z-index: 2;
position: absolute;
left: 0;
top: -40%;
width: 100%;
height: 160%;
background: linear-gradient(270deg, #1E3D41 0%, #2C5D63 35.73%, rgba(44, 93, 99, 0.33) 100%);
mix-blend-mode: multiply;
}
.section-ingredients::before {
content: "";
z-index: 4;
position: absolute;
left: 0;
top: -40%;
width: 100%;
height: 160%;
background: #29A59D;
mix-blend-mode: color;
}
.section-ingredients .container:nth-child(3) {
position: relative;
z-index: 5;
}
.section-ingredients .container:nth-child(3) .col {
display: flex;
flex-direction: column;
width: 70%;
margin: auto;
margin-left: auto;
}
.section-ingredients .container:nth-child(3) .col h2 {
margin-bottom: 15px;
}
.section-ingredients .container:nth-child(3) .col .infos {
display: flex;
width: 100%;
justify-content: space-between;
margin-bottom: 30px;
margin-top: 30px;
}
.section-ingredients .container:nth-child(3) .col .infos p {
color: #FFFFFF;
font-weight: 900;
display: flex;
align-items: center;
}
.section-ingredients .container:nth-child(3) .col .infos p span {
display: flex;
align-items: center;
margin-right: 15px;
}
.section-ingredients .container:nth-child(3) .col .infos p span img {
-o-object-fit: contain;
object-fit: contain;
width: 35px;
height: auto;
}
.section-ingredients .container:nth-child(3) .col .description {
width: 100%;
display: flex;
flex-direction: column;
}
.section-ingredients .container:nth-child(3) .col .description p {
color: #FFFFFF;
margin-bottom: 40px;
font-weight: 300;
}
.section-ingredients .container:nth-child(3) .col .description .form-request h3 {
margin-bottom: 20px;
}
.section-ingredients .container:nth-child(3) .col .description .form-request form {
display: flex;
flex-wrap: wrap;
gap: 1rem;
}
.section-ingredients .container:nth-child(3) .col .description .form-request form > p {
width: calc(33.3% - 1rem);
}
.section-ingredients .container:nth-child(3) .col .description .form-request form > p:last-of-type {
width: 100%;
}
.section-ingredients .container:nth-child(3) .col .description .form-request form label {
font-size: 15px;
font-weight: 500;
}
.section-ingredients .container:nth-child(3) .col .description .form-request form input {
border-bottom-color: #FFF;
color: #FFF;
}
.section-ingredients .container:nth-child(3) .col .description .form-request form input::-moz-placeholder {
color: white;
opacity: 0.7;
}
.section-ingredients .container:nth-child(3) .col .description .form-request form input::placeholder {
color: white;
opacity: 0.7;
}
@media screen and (max-width: 1400px) {
.section-ingredients .container:nth-child(3) .col .description .form-request h3 {
margin-bottom: 20px;
}
.section-ingredients .container:nth-child(3) .col .description .form-request form {
display: flex;
flex-wrap: wrap;
gap: 1rem;
}
.section-ingredients .container:nth-child(3) .col .description .form-request form > p {
width: calc(50% - 1rem);
}
.section-ingredients .container:nth-child(3) .col .description .form-request form > p:last-of-type {
width: 50%;
}
.section-ingredients .container:nth-child(3) .col .description .form-request form label {
font-size: 15px;
font-weight: 500;
}
.section-ingredients .container:nth-child(3) .col .description .form-request form input {
border-bottom-color: #FFF;
color: #FFF;
width: 100%;
max-width: 100%;
}
.section-ingredients .container:nth-child(3) .col .description .form-request form input::-moz-placeholder {
color: white;
opacity: 0.7;
}
.section-ingredients .container:nth-child(3) .col .description .form-request form input::placeholder {
color: white;
opacity: 0.7;
}
}
@media screen and (max-width: 1100px) {
.section-ingredients {
padding: 100px 0;
}
}
@media screen and (max-width: 800px) {
.section-ingredients .container .col,
.section-ingredients .container:nth-child(3) .col {
width: 100%;
}
}
@media screen and (max-width: 550px) {
.section-ingredients {
padding: 110px 0;
background-color: #1E3D41;
}
.section-ingredients > img {
opacity: 0.5;
}
.section-ingredients .container .col,
.section-ingredients .container:nth-child(3) .col {
width: 100%;
}
}
@media screen and (max-width: 420px) {
.section-ingredients .container:nth-child(3) .col .description .form-request h3 {
margin-bottom: 20px;
}
.section-ingredients .container:nth-child(3) .col .description .form-request form {
display: flex;
flex-wrap: wrap;
flex-direction: column;
gap: 0;
}
.section-ingredients .container:nth-child(3) .col .description .form-request form > p {
width: 100%;
}
.section-ingredients .container:nth-child(3) .col .description .form-request form > p:last-of-type {
width: 100%;
}
.section-ingredients .container:nth-child(3) .col .description .form-request form label {
font-size: 15px;
font-weight: 500;
}
.section-ingredients .container:nth-child(3) .col .description .form-request form input {
border-bottom-color: #FFF;
color: #FFF;
width: 100%;
max-width: 100%;
}
.section-ingredients .container:nth-child(3) .col .description .form-request form input::-moz-placeholder {
color: white;
opacity: 0.7;
}
.section-ingredients .container:nth-child(3) .col .description .form-request form input::placeholder {
color: white;
opacity: 0.7;
}
}@import url("https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Overpass:ital,wght@0,100..900;1,100..900&display=swap");
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
.grecaptcha-badge {
display: none;
}
html {
margin-top: 0px !important;
}
.cky-revisit-bottom-left,
.cky-btn-revisit-wrapper {
display: none !important;
}
main {
opacity: 0;
overflow: hidden;
}
.uppercase {
text-transform: uppercase;
}
.underline {
text-decoration: underline;
}
span.blue {
color: #304697;
}
.font-primary {
font-family: Overpass, sans-serif;
font-weight: 400;
}
.font-thin {
font-weight: 200;
}
.font-light {
font-weight: 300;
}
.font-regular {
font-weight: 400;
}
.font-medium {
font-weight: 500;
}
.font-semibold {
font-weight: 600;
}
.font-bold {
font-weight: 700;
}
.font-extrabold {
font-weight: 800;
}
.font-black {
font-weight: 900;
}
.font-11 {
font-size: 11px;
}
.font-12 {
font-size: 12px;
}
.font-13 {
font-size: 13px;
}
.font-14 {
font-size: 14px;
}
.font-15 {
font-size: 15px;
}
.font-16 {
font-size: 16px;
}
.font-17 {
font-size: 17px;
}
.font-18 {
font-size: 18px;
}
.font-19 {
font-size: 19px;
}
.font-20 {
font-size: 20px;
}
.font-21 {
font-size: 21px;
}
.font-22 {
font-size: 22px;
}
.font-23 {
font-size: 23px;
}
.font-25 {
font-size: 25px;
}
.font-30 {
font-size: 30px;
}
.font-35 {
font-size: 35px;
}
.font-40 {
font-size: 40px;
}
.font-45 {
font-size: 45px;
}
.font-50 {
font-size: 50px;
}
.font-55 {
font-size: 55px;
}
.font-65 {
font-size: 65px;
}
.font-80 {
font-size: 80px;
}
.font-100 {
font-size: 100px;
}
.font-border {
text-shadow: -1px 0 #304697, 0 1px #304697, 1px 0 #304697, 0 -1px #304697;
color: #000000;
}
.font-border-white {
text-shadow: -1px 0 #304697, 0 1px #304697, 1px 0 #304697, 0 -1px #304697;
color: #304697;
}
.font-border-black {
text-shadow: -1px 0 #000000, 0 1px #000000, 1px 0 #000000, 0 -1px #000000;
color: #000000;
}
.h1 {
margin-top: 15px;
font-family: Overpass, sans-serif;
font-size: 50px;
font-weight: 700;
line-height: 68px;
margin-bottom: 25px;
text-transform: uppercase;
}
.h2 {
margin-top: 15px;
font-family: Overpass, sans-serif;
font-size: 43px;
font-weight: 500;
line-height: 52px;
margin-bottom: 25px;
}
.h3 {
margin-top: 15px;
font-family: Overpass, sans-serif;
font-size: 32px;
font-weight: 400;
line-height: 40px;
}
.h4 {
margin-top: 15px;
font-family: Overpass, sans-serif;
font-size: 27px;
font-weight: 400;
line-height: 32px;
color: #000000;
}
p {
font-family: Overpass, sans-serif;
font-size: 24px;
font-weight: 400;
line-height: 127%;
}
a {
text-decoration: none;
font-family: Overpass, sans-serif;
color: #000000;
}
#breadcrumbs .breadcrumb_last {
color: #000000;
}
.fc-white {
color: #FFFFFF;
}
.fc-black {
color: #000000;
}
.fc-blue {
color: #304697;
}
strong {
font-weight: 700;
}
body {
background: #FFFFFF;
overflow-x: clip;
font-family: Overpass, sans-serif;
font-weight: 400;
}
section {
overflow-x: clip;
max-width: 100vw;
}
body::-webkit-scrollbar {
width: 0.3vw;
background-color: #FFFFFF;
-webkit-transition: 0.6s cubic-bezier(0.85, 0, 0.15, 1);
transition: 0.6s cubic-bezier(0.85, 0, 0.15, 1);
}
body::-webkit-scrollbar-thumb {
width: 100%;
background-color: #FFFFFF;
-webkit-transition: 0.6s cubic-bezier(0.85, 0, 0.15, 1);
transition: 0.6s cubic-bezier(0.85, 0, 0.15, 1);
}
.container {
width: 100%;
max-width: 1300px;
margin: auto;
padding: 0px 0px;
}
#global-section {
padding: 100px 0;
}
#global-section .container h1 {
margin-bottom: 30px;
text-align: left;
}
#global-section .container h2 {
margin-bottom: 20px;
text-align: left;
font-size: 48px;
font-weight: 500;
line-height: 52px;
color: #304697;
}
#global-section .container h3 {
margin-bottom: 20px;
text-align: left;
font-size: 36px;
font-weight: 400;
line-height: 40px;
color: #304697;
}
#global-section .container p {
margin-bottom: 30px;
font-weight: 300;
}
input, select, option, textarea {
background: transparent;
border: none;
outline: none;
border-bottom: 2px #304697 solid;
padding: 15px 0;
}
input::-moz-placeholder {
font-size: 16px;
opacity: 0.5;
color: #304697;
font-family: Overpass, sans-serif;
font-weight: 500;
}
input::placeholder {
font-size: 16px;
opacity: 0.5;
color: #304697;
font-family: Overpass, sans-serif;
font-weight: 500;
}
.cta-primary {
width: -moz-fit-content;
width: fit-content;
cursor: pointer;
border: 1px solid #FFFFFF;
outline: none;
text-decoration: none;
color: #FFFFFF;
display: flex;
align-items: center;
font-size: 21px;
padding: 16px 30px;
text-decoration: underline;
border-radius: 100px;
background: transparent;
z-index: 1;
position: relative;
overflow: hidden;
text-decoration: none;
transition: background-color 350ms ease, color 350ms ease;
}
.cta-primary:hover {
background-color: #FFFFFF;
color: #000000;
}
.cta-primary.blue {
color: #304697;
border: 1px solid #304697;
}
.cta-primary.blue:hover {
background-color: #304697;
color: #FFFFFF;
}
.cta-primary.white {
color: #2C5D63;
border: 1px solid #FFFFFF;
background-color: #FFFFFF;
}
.cta-primary.white:hover {
background-color: #FFFFFF;
color: #000000;
}
.cta-primary.blue.plein {
color: #FFFFFF;
border: 1px solid #304697;
background-color: #304697;
}
.cta-secondary {
width: -moz-fit-content;
width: fit-content;
cursor: pointer;
border: none;
outline: none;
text-decoration: none;
color: #000000;
display: flex;
align-items: center;
font-size: 20px;
border-radius: 100px;
padding: 12px 37px;
background-color: #000000;
color: #304697;
font-weight: 700;
}
.form-container {
display: flex;
flex-wrap: wrap;
}
.form-container .line {
width: 100%;
display: flex;
justify-content: space-between;
}
.form-container-custom .line label {
font-size: 16px;
font-weight: 700;
color: #000000;
}
.form-container-custom .line {
width: 50%;
margin-bottom: 40px;
}
.form-container-custom .line.small {
width: 20%;
}
.form-container .line .row {
width: 100%;
}
.form-container .line .halfrow {
width: 48%;
}
.form-container-custom input,
.form-container-custom textarea,
.form-container-custom select {
background: none;
border: none;
outline: none;
border-bottom: 2px #000000 solid;
padding: 12px 0px;
margin: none;
transition: 0.6s cubic-bezier(0.83, 0, 0.17, 1);
font-size: 16px;
height: 38px;
resize: vertical;
width: 100%;
}
.form-container-custom input::-moz-placeholder, .form-container-custom textarea::-moz-placeholder, .form-container-custom select::-moz-placeholder {
opacity: 0.75;
font-size: 16px;
color: #000000;
font-weight: 400;
}
.form-container-custom input::placeholder,
.form-container-custom textarea::placeholder,
.form-container-custom select::placeholder {
opacity: 0.75;
font-size: 16px;
color: #000000;
font-weight: 400;
}
.form-container-custom input:focus,
.form-container-custom textarea:focus,
.form-container-custom select:focus {
border-bottom: 2px #000000 solid;
}
header {
width: 100vw;
top: 0;
padding: 10px 0;
position: fixed;
height: 105px;
z-index: 100000;
background-color: transparent;
}
header .container {
display: flex;
justify-content: space-between;
align-items: center;
height: 100%;
max-width: 100%;
padding: 25px 35px;
}
header .container a {
color: #FFFFFF;
font-size: 18px;
font-weight: 400;
text-decoration: none;
}
header .container a.logo {
width: 220px;
}
header .container a.logo img {
width: 100%;
height: auto;
}
header .container nav ul {
display: flex;
align-items: center;
}
header .container nav ul li {
padding: 5px;
margin: 0 10px;
list-style: none;
list-style-type: none;
display: flex;
align-items: center;
}
header .container nav ul li.external-link {
padding: 11px 20px 10px;
background-color: rgba(243, 243, 243, 0.2);
border-radius: 1000px;
}
header .container nav ul li.external-link::after {
content: url(//kyanos.bio/wp-content/themes/theme_kyanosbiotechnologies_2024/images/fleche_blanche.svg);
transform: translateY(0px) translateX(4px);
}
header .container nav ul li.external-link a {
font-size: 18px;
text-transform: uppercase;
}
header .container nav ul li a {
font-size: 18px;
text-transform: uppercase;
}
header .container .burger {
height: 24px;
width: 40px;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
cursor: pointer;
}
header .container .burger .bar {
width: 100%;
height: 4px;
background-color: #304697;
opacity: 0.75;
}
header#header-scrolled {
background-color: #FFFFFF;
height: 75px;
z-index: 99999;
}
header#header-scrolled .container a {
color: #000000;
}
header#header-scrolled .container a.logo {
width: 190px;
}
header#header-scrolled .container nav ul {
display: flex;
align-items: center;
}
header#header-scrolled .container nav ul li {
padding: 5px;
margin: 0 10px;
list-style: none;
list-style-type: none;
display: flex;
align-items: center;
}
header#header-scrolled .container nav ul li.external-link {
padding: 15px 20px;
background-color: rgba(243, 243, 243, 0.2);
border-radius: 1000px;
}
header#header-scrolled .container nav ul li.external-link::after {
content: url(//kyanos.bio/wp-content/themes/theme_kyanosbiotechnologies_2024/images/fleche.svg);
transform: translateY(2px) translateX(4px);
}
header#header-scrolled .container .burger {
height: 24px;
width: 40px;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
cursor: pointer;
}
header#header-scrolled .container .burger .bar {
width: 100%;
height: 4px;
background-color: #304697;
}
#header {
top: -105px;
transition: top ease-in-out 0.6s;
}
#header-scrolled {
top: -75px;
transition: top ease-in-out 0.6s;
}
#header.active,
#header-scrolled.active {
top: 0;
}
.menu-full {
background-color: #FFFFFF;
width: 100vw;
height: 0;
position: fixed;
top: 0;
left: 0;
z-index: 990;
overflow: hidden;
}
.menu-full .container {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
}
.menu-full .container ul {
width: -moz-fit-content;
width: fit-content;
height: auto;
transform: translateY(-70px);
}
.menu-full .container ul li {
list-style: none;
margin-bottom: 0px;
}
.menu-full .container ul li.external-link::after {
content: url(//kyanos.bio/wp-content/themes/theme_kyanosbiotechnologies_2024/images/fleche.svg);
margin-top: 3px;
margin-left: 3px;
}
.menu-full .container ul li a {
color: #304697;
font-size: 25px;
font-weight: 400;
text-decoration: none;
transition: 0.1s cubic-bezier(0.83, 0, 0.17, 1);
}
footer {
width: 100vw;
padding: 70px 0 0px;
position: relative;
z-index: 100;
overflow: hidden;
margin-top: -50px;
}
footer > img {
margin-left: -10px;
width: calc(100% + 20px);
height: auto;
transform: translateY();
}
footer .container {
display: flex;
gap: 1rem;
flex-wrap: wrap;
background: #304697;
position: relative;
z-index: 1;
padding-top: 10px;
}
footer .container ::before {
content: "";
position: absolute;
top: -12px;
width: 300vw;
background-color: #304697;
left: -100vw;
height: 100%;
z-index: -3;
}
footer .container > a {
text-decoration: none;
color: #FFFFFF;
font-family: Overpass, sans-serif;
font-size: 16px;
width: -moz-fit-content;
width: fit-content;
padding: 0 45px;
width: 250px;
}
footer .container .halfcol {
width: 50%;
display: flex;
justify-content: flex-start;
align-items: flex-start;
flex-wrap: wrap;
}
footer .container .halfcol .col {
width: -moz-fit-content;
width: fit-content;
display: flex;
flex-direction: column;
}
footer .container .halfcol .col a.logo {
width: 180px;
height: auto;
margin-bottom: 25px;
}
footer .container .halfcol .col a.logo img {
width: 100%;
height: 100%;
}
footer .container .halfcol .col a {
font-size: 16px;
line-height: 20px;
width: -moz-fit-content;
width: fit-content;
display: block;
}
footer .container div.col {
width: calc(16.66% - 1rem);
height: auto;
display: flex;
flex-direction: column;
}
footer .container div.col h2 {
margin-bottom: 15px;
}
footer .container div.col ul li {
list-style: none;
list-style-type: none;
}
footer .container div.col ul li a {
text-transform: uppercase;
font-weight: 300;
margin-bottom: 12px;
}
footer .container div.col a {
font-size: 14px;
color: #FFFFFF;
display: block;
font-weight: 400;
margin-bottom: 7px;
}
footer .container .mentions {
margin-top: 20px;
padding: 25px 0;
text-align: right;
width: 100%;
position: relative;
background-color: #FFFFFF;
display: flex;
justify-content: space-between;
align-items: center;
}
footer .container .mentions .infos {
display: flex;
align-items: center;
width: -moz-fit-content;
width: fit-content;
}
footer .container .mentions .infos a {
color: #304697;
font-size: 16px;
font-weight: 500;
}
footer .container .mentions p {
color: #304697;
font-size: 16px;
font-weight: 500;
width: -moz-fit-content;
width: fit-content;
}
footer .container .mentions::before {
position: absolute;
width: 300vw;
height: 100%;
top: 0;
content: "";
background-color: #FFFFFF;
left: -100vw;
z-index: -1;
}
.hoversouligne {
width: -moz-fit-content;
width: fit-content;
position: relative;
}
.hoversouligne::after {
content: "";
position: absolute;
left: 0;
bottom: -3px;
height: 1px;
width: 0;
background-color: #000000;
transition: 0.6s cubic-bezier(0.83, 0, 0.17, 1);
}
.hoversouligne.white::after {
background-color: #304697;
}
.hoversouligne:hover::after {
width: 100%;
} .cat-list {
display: flex;
margin: 30px 0;
}
.cat-list li {
list-style: none !important;
list-style-type: none !important;
}
.cat-list li .cat-list_item {
margin-right: 15px;
display: block;
padding: 12px 20px;
border-radius: 1000px;
background-color: #304697;
color: #000000;
opacity: 0.85;
transition: 0.4s ease-out;
}
.cat-list li .cat-list_item:hover {
color: #000000;
opacity: 1;
}
.cat-list li .cat-list_item.active {
opacity: 1;
background-color: #000000;
color: #304697;
} .project-tiles {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
justify-content: space-between;
width: 100%;
padding: 25px 0;
}
.projet {
width: 48%;
display: flex;
flex-direction: column;
}
.img-container {
width: 100%;
height: auto;
position: relative;
display: flex;
justify-content: center;
align-items: center;
}
.img-container img {
width: 100%;
height: 100%;
-o-object-fit: contain;
object-fit: contain;
}
h3 {
font-size: 25px;
}
@media screen and (max-width: 1400px) {
.container {
max-width: 1000px;
}
.h1 {
font-size: 60px;
line-height: 125%;
}
.h2 {
font-size: 44px;
line-height: 125%;
}
.h3 {
font-size: 33px;
line-height: 125%;
}
.h4 {
font-size: 26px;
line-height: 125%;
}
p {
font-size: 20px;
line-height: 125%;
}
}
@media screen and (max-width: 1100px) {
header .container a.logo {
width: 120px;
}
header .container nav ul li {
margin: 0px;
padding: 5px;
}
header .container nav ul li.external-link {
padding: 5px;
background-color: #FFF;
}
header .container nav ul li.external-link::after {
content: "";
}
header .container nav ul li a {
font-size: 14px;
}
.container {
max-width: 750px;
}
.h1 {
font-size: 50px;
line-height: 125%;
}
.h2 {
font-size: 42px;
line-height: 125%;
}
.h3 {
font-size: 29px;
line-height: 125%;
}
.h4 {
font-size: 24px;
line-height: 125%;
}
header .container a.logo {
width: 160px;
}
}
@media screen and (max-width: 800px) {
.container {
max-width: 490px;
}
footer .container .halfcol {
width: 100%;
}
footer .container .halfcol .col a.logo {
width: 100%;
}
footer .container .halfcol .col a.logo a {
font-size: 15px;
line-height: 17px;
}
footer .container div.col {
width: calc(33.33% - 1rem);
}
footer .container .mentions {
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
padding: 20px 0;
}
footer .container .mentions .infos a {
font-size: 14px;
padding: 4px;
}
footer .container .mentions p {
font-size: 14px;
padding: 4px;
}
}
@media screen and (max-width: 550px) {
.container {
max-width: 390px;
}
}
@media screen and (max-width: 410px) {
.container {
max-width: 300px;
}
footer .container div.col,
footer .container div.halfcol {
width: 100%;
margin-bottom: 20px;
}
}$colorblue : #304697;
$colorwhite : #FFFFFF; 
$colorblack : #000000;
.wpcf7 form .wpcf7-response-output {
margin: 0;
margin-top: 15px; 
padding: 0;
border: none !important;
background-color: #FFFFFF;
padding: 40px 60px; 
font-family: Proxima Nova;
font-weight: 600;
color: #231F20; 
font-size: 16px;   
border-radius: 20px;
} 
.wpcf7 form.sent .wpcf7-response-output{
background-color: #FFF;
color: #231F20;  
border-radius: 20px;
}
@media screen and (max-width : 1000px){
.wpcf7 form .wpcf7-response-output {
background-color: white;
padding: 30px 30px; 
border-radius: 20px;
font-family: Proxima Nova;
font-weight: 600;
color: #231F20; 
font-size: 16px;   
}
}
@media screen and (max-width : 500px){
.wpcf7 form .wpcf7-response-output {
background-color: white;
padding: 20px 20px; 
font-family: Proxima Nova;
font-weight: 600;
color: #231F20;  
font-size: 15px;   
}
}.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}