@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";
@charset "UTF-8";

             .block_actus {
position: relative;
overflow: hidden;
padding-bottom: 100px;
}
.block_actus .top {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
margin-bottom: 81px;
}
.block_actus .top .titre {
color: #810270;
font-weight: 700;
}
.block_actus .owl-carousel-actus .actu {
cursor: none;
border-radius: 20px;
text-decoration: none;
overflow: hidden;
-webkit-box-shadow: 0 10px 30px 0 rgba(217, 159, 176, 0.31);
-moz-box-shadow: 0 10px 30px 0 rgba(217, 159, 176, 0.31);
box-shadow: 0 10px 30px 0 rgba(217, 159, 176, 0.31);
position: relative;
}
.block_actus .owl-carousel-actus .actu .img_wrapper {
height: 236px;
width: 100%;
overflow: hidden;
}
.block_actus .owl-carousel-actus .actu .img_wrapper .img {
height: 100%;
width: 100%;
object-fit: cover;
transition: all ease-in-out 0.2s;
}
.block_actus .owl-carousel-actus .actu .bot {
padding: 28px 30px 37px 30px;
background: #fff;
min-height: 256px;
}
.block_actus .owl-carousel-actus .actu .date {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: start;
-moz-box-pack: start;
-ms-flex-pack: start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
grid-gap: 5px;
gap: 5px;
color: #810270;
font-weight: 700;
}
.block_actus .owl-carousel-actus .actu .date .arrow {
width: 8px;
height: 8px;
}
.block_actus .owl-carousel-actus .actu .titre {
font-weight: 700;
color: #810270;
margin-top: 17px;
}
.block_actus .owl-carousel-actus .actu .taxos {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: start;
-moz-box-pack: start;
-ms-flex-pack: start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
grid-gap: 15px;
gap: 15px;
position: absolute;
left: 30px;
bottom: 37px;
}
.block_actus .owl-carousel-actus .actu .taxos .taxo {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: start;
-moz-box-pack: start;
-ms-flex-pack: start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
grid-gap: 15px;
gap: 15px;
border-radius: 4px;
background: rgba(229, 11, 96, 0.1);
color: #e50b60;
padding: 9px;
font-weight: 700;
}
.block_actus .owl-carousel-actus .actu .taxos .taxo .taxo_img {
height: 11px;
width: 11px;
}
.block_actus .owl-carousel-actus .actu:hover .img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
@media (max-width: 768px) {
.block_actus .top {
-webkit-flex-flow: column nowrap;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
grid-gap: 25px;
gap: 25px;
-webkit-box-align: start;
-moz-box-align: start;
-ms-flex-align: start;
-webkit-align-items: flex-start;
align-items: flex-start;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
}
}
             .block_perdu {
position: relative;
}
.block_perdu .backgroung_img {
position: absolute;
object-fit: cover;
}
.block_perdu .backgroung_img[data-key="0"] {
height: 154px;
width: 154px;
border-radius: 24px;
-webkit-transform: rotate(7deg);
-moz-transform: rotate(7deg);
-ms-transform: rotate(7deg);
transform: rotate(7deg);
left: 0;
bottom: -90px;
}
.block_perdu .backgroung_img[data-key="1"] {
height: 78px;
width: 78px;
border-radius: 14px;
-webkit-transform: rotate(-15deg);
-moz-transform: rotate(-15deg);
-ms-transform: rotate(-15deg);
transform: rotate(-15deg);
top: 10px;
left: 125px;
}
.block_perdu .backgroung_img[data-key="2"] {
height: 116px;
width: 116px;
border-radius: 24px;
-webkit-transform: rotate(9deg);
-moz-transform: rotate(9deg);
-ms-transform: rotate(9deg);
transform: rotate(9deg);
top: 100px;
right: 0;
}
.block_perdu .backgroung_img[data-key="3"] {
height: 94px;
width: 94px;
border-radius: 24px;
-webkit-transform: rotate(344deg);
-moz-transform: rotate(344deg);
-ms-transform: rotate(344deg);
transform: rotate(344deg);
bottom: -90px;
right: 100px;
}
.block_perdu .backgroung_img_other {
object-fit: contain;
position: absolute;
}
.block_perdu .backgroung_img_other[data-key="0"] {
height: 79px;
width: 79px;
-webkit-transform: rotate(17deg);
-moz-transform: rotate(17deg);
-ms-transform: rotate(17deg);
transform: rotate(17deg);
bottom: 80px;
right: -50px;
left: unset;
}
.block_perdu .backgroung_img_other[data-key="1"] {
height: 56px;
width: 56px;
-webkit-transform: rotate(17deg);
-moz-transform: rotate(17deg);
-ms-transform: rotate(17deg);
transform: rotate(17deg);
bottom: 170px;
left: 200px;
}
.block_perdu .backgroung_img_other[data-key="2"] {
height: 42px;
width: 42px;
top: 50px;
right: 150px;
}
.block_perdu .backgroung_img_other[data-key="3"] {
height: 85px;
width: 85px;
-webkit-transform: rotate(-26deg);
-moz-transform: rotate(-26deg);
-ms-transform: rotate(-26deg);
transform: rotate(-26deg);
bottom: 200px;
left: -50px;
}
.block_perdu .content {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-flex-flow: column nowrap;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
}
.block_perdu .titre {
font-weight: 700;
text-align: center;
margin-bottom: 47px;
max-width: 800px;
}
.block_perdu .sous_titre {
color: #959595;
max-width: 630px;
margin: 0 auto;
text-align: center;
line-height: 1.5;
}
.block_perdu .buttons {
margin-top: 63px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
grid-gap: 15px;
gap: 15px;
}
.footer {
margin-top: min(max(8%, 75px), 150px);
overflow: hidden;
}
.footer .bot_wrapper {
position: relative;
padding-top: min(max(14%, 200px), 270px);
padding-bottom: min(max(3%, 15px), 57px);
z-index: 100;
}
.footer .bot_wrapper .wave-container .img {
object-fit: cover;
}
.footer .bot .top {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: end;
-moz-box-align: end;
-ms-flex-align: end;
-webkit-align-items: flex-end;
align-items: flex-end;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
margin-bottom: min(max(11.2%, 50px), 150px);
}
.footer .bot .top .logos {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
grid-gap: 5px 10px;
gap: 5px 10px;
}
.footer .bot .top .logos .logo {
height: 80px;
width: auto;
}
.footer .bot .top .logos .logo.qualiopi {
width: 300px;
height: auto;
}
.footer .bot .block_search_wrapper .ajax-search-results {
background-color: #fff;
color: inherit;
}
.footer .bot .block_search_wrapper .ajax-search-results .result {
color: inherit;
}
.footer .bot .block_search_wrapper .ajax-search-results .result a {
color: inherit;
}
.footer .bot .block_search_wrapper .titre {
font-weight: 700;
}
.footer .bot .block_search_wrapper .block_search_footer {
position: relative;
width: 427px;
}
.footer .bot .block_search_wrapper .search_form {
position: relative;
width: 100%;
margin-top: 56px;
}
.footer .bot .block_search_wrapper .search_form #apply-search-footer {
width: 100%;
height: 61px;
border-radius: 20px;
background: rgba(255, 255, 255, 0.8);
border: none;
padding: 0 76px 0 22px;
font-weight: 700;
-webkit-box-shadow: 0px 10px 30px 0px rgba(197, 104, 129, 0.38);
-moz-box-shadow: 0px 10px 30px 0px rgba(197, 104, 129, 0.38);
box-shadow: 0px 10px 30px 0px rgba(197, 104, 129, 0.38);
}
.footer .bot .block_search_wrapper .search_form #apply-search-footer::placeholder {
font-weight: 700;
color: #959595;
}
.footer .bot .block_search_wrapper .search_form .search_button {
position: absolute;
top: 50%;
right: 5px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
height: 53px;
width: 54px;
background: #eb5b28;
border-radius: 18px;
border: none;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
cursor: pointer;
}
.footer .bot .block_search_wrapper .search_form .search_button svg {
transition: all ease-in-out 0.2s;
}
.footer .bot .block_search_wrapper .search_form .search_button:hover svg {
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.footer .bot .thank-you {
color: #810270;
font-weight: 700;
}
.footer .bot .newsletter {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
color: #d36181;
}
.footer .bot .newsletter .titre {
font-weight: 700;
-webkit-flex-basis: 50%;
flex-basis: 50%;
}
.footer .bot .newsletter .titre svg,
.footer .bot .newsletter .titre p {
display: inline;
}
.footer .bot .newsletter .form_newsletter_wrapper {
-webkit-flex-basis: 50%;
flex-basis: 50%;
-webkit-box-flex: 1;
-moz-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex: 1;
flex-grow: 1;
}
.footer .bot .newsletter .form_newsletter_wrapper .thank-you {
display: none;
text-align: center;
}
.footer .bot .newsletter .form_newsletter {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
grid-gap: 20px 14px;
gap: 20px 14px;
}
.footer .bot .newsletter .form_newsletter label a {
color: inherit;
font-weight: 700;
}
.footer .bot .newsletter .form_newsletter .email_wrapper {
position: relative;
-webkit-flex-basis: 58%;
flex-basis: 58%;
}
.footer .bot .newsletter .form_newsletter .email_wrapper::before {
content: "";
position: absolute;
top: 50%;
left: 24px;
height: 13px;
width: 18px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
background: url(//cciformation-eesc.fr/wp-content/themes/s4-cci_formation/img/mail-picto.svg) no-repeat;
background-position: center;
background-size: contain;
z-index: 10;
}
.footer .bot .newsletter .form_newsletter #apply-email {
width: 100%;
background: #fff;
border: none;
border-radius: 14px;
opacity: 1;
padding: 20px 24px 20px 54px;
position: relative;
color: inherit;
font-weight: 700;
}
.footer .bot .newsletter .form_newsletter #apply-email::placeholder {
opacity: 0.42;
color: #d36181;
font-weight: 700;
}
.footer .bot .newsletter .form_newsletter .apply-terms { -webkit-appearance: none;
appearance: none; background-color: transparent; margin: 0;
cursor: pointer;
color: currentColor;
width: 22px;
height: 22px;
min-height: 22px;
min-width: 22px;
border: 1.5px solid currentColor;
border-radius: 4px;
display: grid;
place-content: center;
}
.footer .bot .newsletter .form_newsletter .apply-terms::before {
content: "";
width: 15px;
height: 15px;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
transition: 120ms transform ease-in-out;
box-shadow: inset 1em 1em #d36181;
transform-origin: bottom left;
border-radius: inherit;
}
.footer .bot .newsletter .form_newsletter .apply-terms:checked::before {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.footer .bot .newsletter .form_newsletter .button_arrow {
-webkit-flex-basis: 38%;
flex-basis: 38%;
}
.footer .bot .newsletter .form_newsletter .button_arrow.loading {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
}
.footer .bot .newsletter .form_newsletter .button_arrow.loading .title {
display: none;
}
.footer .bot .newsletter .form_newsletter .button_arrow.loading .loader_perso {
display: inline-flex;
}
.footer .bot .newsletter .form_newsletter .button_arrow.loading:after {
display: none;
}
.footer .bot .newsletter .form_newsletter .checkbox_wrapper {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
grid-gap: 0 5px;
gap: 0 5px;
padding: 0 15px;
}
.footer .bot .nav_wrapper {
padding-top: 50px;
margin-top: 45px;
margin-bottom: 35px;
border-top: dotted 4px #e50b60;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-align: start;
-moz-box-align: start;
-ms-flex-align: start;
-webkit-align-items: flex-start;
align-items: flex-start;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.footer .bot .nav {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: start;
-moz-box-align: start;
-ms-flex-align: start;
-webkit-align-items: flex-start;
align-items: flex-start;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
grid-gap: 0 75px;
gap: 0 75px;
}
.footer .bot .nav .liens_gras,
.footer .bot .nav .small_links,
.footer .bot .nav .liens_arrow {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: column nowrap;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
-webkit-box-align: start;
-moz-box-align: start;
-ms-flex-align: start;
-webkit-align-items: flex-start;
align-items: flex-start;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
grid-gap: 15px 0;
gap: 15px 0;
}
.footer .bot .nav .liens_gras .lien,
.footer .bot .nav .small_links .lien,
.footer .bot .nav .liens_arrow .lien {
color: #d36181;
text-decoration: none;
}
.footer .bot .nav .liens_gras .lien.bold,
.footer .bot .nav .small_links .lien.bold,
.footer .bot .nav .liens_arrow .lien.bold {
font-weight: 700;
}
.footer .bot .nav .liens_gras .lien:hover {
text-decoration: underline;
}
.footer .bot .nav .small_links {
grid-gap: 10px;
gap: 10px;
}
.footer .bot .nav .small_links .lien:hover {
text-decoration: underline;
}
.footer .bot .nav .liens_arrow {
font-weight: 700;
}
.footer .bot .nav .liens_arrow .lien span {
margin-left: 17px;
}
.footer .bot .nav .liens_arrow .lien svg {
transition: all ease-in-out 0.2s;
}
.footer .bot .nav .liens_arrow .lien:hover svg {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.footer .bot .legals {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: end;
-moz-box-pack: end;
-ms-flex-pack: end;
-webkit-justify-content: flex-end;
justify-content: flex-end;
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
grid-gap: 0 25px;
gap: 0 25px;
color: #d36181;
}
.footer .bot .legals a {
color: inherit;
text-decoration: none;
}
.footer .bot .legals a:hover {
text-decoration: underline;
}
.footer .bot .legals .lien_legals {
font-weight: 700;
white-space: nowrap;
}
.footer .bot .legals .lien_home {
height: 69px;
width: 69px;
margin-left: 25px;
}
.footer .bot .legals .lien_home img {
height: 100%;
width: 100%;
object-fit: contain;
}
@media (max-width: 1199px) {
.footer .bot .top {
grid-gap: 15px;
gap: 15px;
}
.footer .bot .top .logos {
-webkit-flex-flow: column nowrap;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
}
.footer .bot .top .logos .logo {
max-height: 140px;
}
.footer .bot .newsletter {
grid-gap: 15px;
gap: 15px;
}
.footer .bot .newsletter .titre {
-webkit-flex-basis: 35%;
flex-basis: 35%;
}
.footer .bot .nav {
grid-gap: 25px 15px;
gap: 25px 15px;
}
}
@media (max-width: 991px) {
.block_perdu .backgroung_img[data-key="0"] {
bottom: -175px;
left: -50px;
}
.block_perdu .backgroung_img[data-key="1"] {
left: -55px;
}
.block_perdu .backgroung_img[data-key="2"] {
right: -75px;
}
.block_perdu .backgroung_img[data-key="3"] {
right: -90px;
bottom: -108px;
}
.block_perdu .backgroung_img_other[data-key="0"] {
bottom: 42px;
right: -57px;
}
.block_perdu .backgroung_img_other[data-key="1"] {
bottom: 72px;
left: -49px;
}
.block_perdu .backgroung_img_other[data-key="2"] {
top: 12px;
right: -10px;
}
.footer .bot .newsletter .titre {
-webkit-flex-basis: 100%;
flex-basis: 100%;
}
.footer .bot .newsletter .form_newsletter .button_arrow {
padding: 19px 47px 19px 32px;
height: unset;
}
.footer .bot .nav_wrapper {
-webkit-flex-flow: column nowrap;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
grid-gap: 25px 0;
gap: 25px 0;
}
.footer .bot .nav {
width: 100%;
}
.footer .bot .top .logos .logo {
max-height: 120px;
}
}
@media (max-width: 767px) {
.block_perdu .backgroung_img[data-key="0"] {
bottom: -188px;
left: -68px;
}
.block_perdu .backgroung_img[data-key="1"] {
left: -85px;
}
.block_perdu .backgroung_img[data-key="2"] {
right: -132px;
}
.block_perdu .backgroung_img[data-key="3"] {
right: -90px;
bottom: -148px;
}
.block_perdu .backgroung_img_other[data-key="0"] {
right: -97px;
}
.block_perdu .backgroung_img_other[data-key="1"] {
left: -77px;
}
.block_perdu .backgroung_img_other[data-key="2"] {
top: 12px;
right: -46px;
}
.block_perdu .backgroung_img_other[data-key="3"] {
left: -113px;
}
.footer .wave-container .img {
object-position: top left;
}
.footer .bot_wrapper {
margin-top: 50px;
}
.footer .bot .top {
-webkit-flex-flow: column nowrap;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
grid-gap: 25px;
gap: 25px;
}
.footer .bot .top .logos {
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
width: 100%;
}
.footer .bot .top .logos .logo {
max-height: 100px;
}
.footer .bot .block_search_wrapper .block_search_footer {
width: 100%;
}
.footer .bot .block_search_wrapper .search_form {
margin-top: 25px;
}
.footer .bot .newsletter .form_newsletter {
-webkit-flex-flow: column nowrap;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
-webkit-box-align: stretch;
-moz-box-align: stretch;
-ms-flex-align: stretch;
-webkit-align-items: stretch;
align-items: stretch;
}
.footer .bot .newsletter .form_newsletter .email_wrapper {
-webkit-box-ordinal-group: 2;
-moz-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.footer .bot .newsletter .form_newsletter .button_arrow {
-webkit-box-ordinal-group: 4;
-moz-box-ordinal-group: 4;
-webkit-order: 3;
-ms-flex-order: 3;
order: 3;
}
.footer .bot .newsletter .form_newsletter .checkbox_wrapper {
-webkit-box-ordinal-group: 3;
-moz-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
}
.footer .bot .legals {
grid-gap: 15px;
gap: 15px;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-pack: end;
-moz-box-pack: end;
-ms-flex-pack: end;
-webkit-justify-content: flex-end;
justify-content: flex-end;
}
}
@media (max-width: 575px) {
.block_perdu .backgroung_img[data-key="0"] {
bottom: -188px;
left: 38px;
height: 104px;
width: 104px;
display: none;
}
.block_perdu .backgroung_img[data-key="1"] {
display: none;
left: -85px;
}
.block_perdu .backgroung_img[data-key="2"] {
right: -132px;
display: none;
}
.block_perdu .backgroung_img[data-key="3"] {
display: none;
height: 64px;
width: 64px;
border-radius: 18px;
right: 14px;
bottom: -148px;
}
.block_perdu .backgroung_img_other {
display: none;
}
.block_perdu .backgroung_img_other[data-key="0"] {
right: -97px;
}
.block_perdu .backgroung_img_other[data-key="1"] {
left: -77px;
}
.block_perdu .backgroung_img_other[data-key="2"] {
top: 12px;
right: -46px;
}
.block_perdu .backgroung_img_other[data-key="3"] {
left: -113px;
}
.block_perdu .buttons {
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
.footer .bot .legals .lien_home {
position: absolute;
bottom: 60px;
}
.footer .bot .top .logos .logo {
max-height: 80px;
}
}
             .global_home {
position: relative;
height: calc(100vh - 103px - 120px);
min-height: 800px;
}
.global_home .image_backgrnd {
position: absolute;
object-fit: cover;
border-radius: 20px;
}
.global_home .image_backgrnd[data-key="0"] {
height: 520px;
width: 415px;
-webkit-transform: rotate(-8deg);
-moz-transform: rotate(-8deg);
-ms-transform: rotate(-8deg);
transform: rotate(-8deg);
bottom: -210px;
left: 50px;
}
.global_home .image_backgrnd[data-key="1"] {
height: 396px;
width: 322px;
-webkit-transform: rotate(11deg);
-moz-transform: rotate(11deg);
-ms-transform: rotate(11deg);
transform: rotate(11deg);
top: -18px;
left: 84%;
}
.global_home .image_backgrnd[data-key="2"] {
height: 108px;
width: 354px;
-webkit-transform: rotate(7deg);
-moz-transform: rotate(7deg);
-ms-transform: rotate(7deg);
transform: rotate(7deg);
bottom: 0px;
right: 191px;
}
.global_home .wrapper {
height: 100%;
}
.global_home .wrapper .wrapper_row,
.global_home .wrapper .content {
height: 100%;
}
.global_home .content {
padding: min(max(12.31%, 25px), 200px) 0 min(max(12.99%, 25px), 215px) 0;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: column nowrap;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
}
.global_home .titre {
max-width: 57%;
margin: 0 auto;
font-weight: 700;
text-align: center;
}
.global_home .titre > * {
font-size: inherit;
}
.global_home .sous_titre {
text-align: center;
max-width: 555px;
margin: 83px auto 0 auto;
line-height: 1.25;
}
.global_home .button_arrow {
margin-top: 60px;
}
.global_home.is-style-style-2 {
height: 500px;
min-height: unset;
}
.global_home.is-style-style-2 .titre {
color: #fff;
}
.global_home.is-style-style-2 .titre p {
color: inherit;
}
.block_ancre {
position: -webkit-sticky;
position: sticky;
left: 0;
right: 0;
top: 94vh;
top: 94dvh;
z-index: 100;
transition: all ease-in-out 0.1s;
}
.block_ancre .scroll_div {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
overflow-y: scroll;
padding-bottom: 10px;
width: 100%;
}
.block_ancre .wrapper {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
grid-gap: 0px 25px;
gap: 0px 25px;
flex: 0 0 max-content;
padding-left: 15px;
padding-right: 15px;
}
.block_ancre .ancre {
-webkit-flex-basis: fit-content;
flex-basis: fit-content;
text-decoration: none;
font-size: inherit;
font-weight: 700;
color: #e50b60;
background: #ffe2ea;
border-radius: 20px;
padding: 17px 17px 14px 17px;
transition: all ease-in-out 0.2s;
}
.block_ancre .ancre:hover, .block_ancre .ancre.active {
color: #fff;
background: #eb5b28;
}
@media (max-width: 1700px) {
.global_home .image_backgrnd[data-key="0"] {
height: 420px;
width: 351px;
bottom: -160px;
left: 135px;
}
}
@media (max-width: 1549px) {
.global_home .image_backgrnd[data-key="0"] {
height: 296px;
width: 222px;
bottom: -100px;
left: 15px;
}
.global_home .image_backgrnd[data-key="1"] {
height: 296px;
width: 222px;
top: -18px;
right: 0;
}
.global_home .image_backgrnd[data-key="2"] {
height: 108px;
width: 354px;
bottom: 0;
right: 15px;
}
.global_home .titre {
max-width: 80%;
}
}
@media (max-width: 1199px) {
.global_home .image_backgrnd[data-key="0"] {
height: 296px;
width: 222px;
bottom: -100px;
left: 15px;
}
.global_home .image_backgrnd[data-key="1"] {
height: 134px;
width: 222px;
top: 0;
right: 0;
left: unset;
}
.global_home .image_backgrnd[data-key="2"] {
height: 100px;
width: 280px;
bottom: 0;
right: 15px;
}
.global_home .titre {
max-width: 100%;
}
.block_ancre .ancre {
padding: 15px 15px 15px 15px;
}
}
@media (max-width: 991px) {
.global_home #breadcrumbs {
left: 55px;
}
.global_home .image_backgrnd[data-key="0"] {
height: 196px;
width: 122px;
bottom: -100px;
left: 15px;
}
.global_home .image_backgrnd[data-key="1"] {
height: 196px;
width: 122px;
top: 0;
right: 0;
}
.global_home .image_backgrnd[data-key="2"] {
height: 72px;
width: 254px;
bottom: 0;
right: 15px;
}
.block_ancre .ancre {
padding: 13px 13px 13px 13px;
}
}
@media (max-width: 767px) {
.global_home #breadcrumbs {
top: 60px;
left: 45px;
}
.global_home .image_backgrnd[data-key="0"] {
height: 140px;
width: 100px;
bottom: 10px;
left: 15px;
}
.global_home .image_backgrnd[data-key="1"] {
height: 140px;
width: 100px;
top: 0;
right: 0;
}
.global_home .image_backgrnd[data-key="2"] {
height: 50px;
width: 170px;
bottom: 0;
right: 15px;
}
.block_ancre .ancre {
padding: 11px 11px 11px 11px;
border-radius: 15px;
}
}
@media (max-width: 575px) {
.global_home #breadcrumbs {
top: 50px;
left: 35px;
}
.global_home .sous_titre {
margin: 35px auto 0 auto;
}
.global_home .image_backgrnd {
border-radius: 15px;
}
.global_home .image_backgrnd[data-key="0"] {
height: 140px;
width: 100px;
bottom: -20px;
left: 15px;
}
.global_home .image_backgrnd[data-key="1"] {
height: 140px;
width: 100px;
top: -40px;
right: 0;
}
.global_home .image_backgrnd[data-key="2"] {
height: 45px;
width: 160px;
bottom: 0;
right: 15px;
}
.block_ancre .wrapper {
grid-gap: 0px 15px;
gap: 0px 15px;
}
.block_ancre .ancre {
padding: 9px 9px 9px 9px;
}
}
             .block_histoire {
margin-top: min(max(7%, 75px), 135px);
}
.block_histoire .top .content {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: column nowrap;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
grid-gap: 41px 206px;
gap: 41px 206px;
}
.block_histoire .top .block_date {
max-width: 44%;
min-width: 40%;
position: relative;
}
.block_histoire .top .block_date .date {
font-weight: 700;
margin-bottom: 28px;
}
.block_histoire .top .block_date .text {
line-height: 1.38;
}
.block_histoire .top .block_date .text strong {
font-size: calc(inherit + 2px);
}
.block_histoire .top .block_date .line {
position: absolute;
}
.block_histoire .top .block_date:nth-child(odd) {
margin-right: auto;
text-align: end;
}
.block_histoire .top .block_date:nth-child(even) {
margin-left: auto;
}
.block_histoire .top .block_date:nth-child(1) .line {
bottom: 0;
right: -300px;
}
.block_histoire .top .block_date:nth-child(2) .line {
top: 110%;
left: -100px;
}
.block_histoire .top .block_date:nth-child(3) .line {
right: -150px;
}
.block_histoire .wrapper_bot {
position: relative;
margin-top: 150px;
}
.block_histoire .wrapper_bot .bot {
padding-top: 155px;
padding-bottom: 142px;
color: #fff;
text-align: center;
}
.block_histoire .wrapper_bot .bot .titre {
font-weight: 700;
margin-bottom: 38px;
}
.block_histoire .wrapper_bot .bot .sous_titre {
max-width: 1111px;
margin: 0 auto 38px auto;
font-weight: 700;
}
.block_histoire .wrapper_bot .bot .texte {
max-width: 1111px;
margin: 0 auto 60px auto;
line-height: 1.4;
}
.block_histoire .wrapper_bot .bot .texte p {
margin-bottom: 20px;
}
.block_histoire .wrapper_bot .bot .certifications {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
grid-gap: 15px;
gap: 15px;
margin-bottom: 130px;
}
.block_histoire .wrapper_bot .bot .certifications img {
max-height: 130px;
}
.block_histoire .wrapper_bot .bot .video_wrapper {
position: relative;
margin: 0 auto;
height: auto;
width: 80%;
border-radius: 20px;
overflow: hidden;
}
.block_histoire .wrapper_bot .bot .video_wrapper .text_video {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
font-weight: 700;
z-index: 10;
max-width: 330px;
pointer-events: none;
transition: all ease-in-out 0.2s;
}
.block_histoire .wrapper_bot .bot .video_wrapper .video {
height: 100%;
width: 100%;
margin: 0 auto;
display: block;
}
.block_histoire .wrapper_bot .bot .video_wrapper .video.youtube {
min-height: 50vh;
}
.block_histoire .wrapper_bot .bot .video_wrapper:after {
opacity: 0.22;
content: " ";
display: block;
position: absolute;
mix-blend-mode: multiply;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #000;
border-radius: inherit;
pointer-events: none;
}
@media (max-width: 991px) {
.block_histoire .top .block_date:nth-child(2) .line {
left: -55px;
}
}
@media (max-width: 767px) {
.block_histoire .top .block_date {
max-width: 65%;
}
.block_histoire .top .block_date:nth-child(1) .line {
right: -190px;
-webkit-transform: rotate(25deg);
-moz-transform: rotate(25deg);
-ms-transform: rotate(25deg);
transform: rotate(25deg);
width: 200px;
height: 200px;
}
.block_histoire .top .block_date:nth-child(2) .line {
top: 65%;
left: -190px;
-webkit-transform: rotate(155deg);
-moz-transform: rotate(155deg);
-ms-transform: rotate(155deg);
transform: rotate(155deg);
width: 200px;
height: 200px;
}
.block_histoire .top .block_date:nth-child(3) .line {
width: 200px;
height: 200px;
}
.block_histoire .wrapper_bot .bot .video_wrapper {
width: 100%;
}
.block_histoire .wrapper_bot .bot .certifications {
margin-bottom: 50px;
}
.block_histoire .wrapper_bot .bot .certifications img {
max-height: 100px;
}
}
@media (max-width: 575px) {
.block_histoire .top .block_date {
max-width: 100%;
}
.block_histoire .top .block_date .line {
display: none;
}
.block_histoire .wrapper_bot {
margin-top: 100px;
}
.block_histoire .wrapper_bot .bot .titre {
font-size: 5.5rem;
}
.block_histoire .wrapper_bot .bot .video_wrapper .text_video {
left: 0;
-webkit-transform: translate(0, -50%);
-moz-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
}
}
             .block_carousel {
margin: min(max(8.31%, 75px), 160px) 0 min(max(6.23%, 75px), 120px) 0;
}
.block_carousel .top {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-flex-flow: column nowrap;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
}
.block_carousel .top .titre {
text-align: center;
max-width: 700px;
margin-bottom: 55px;
margin-left: auto;
margin-right: auto;
}
.block_carousel .top .texte {
max-width: 1118px;
text-align: center;
margin: 0 auto;
line-height: 1.5;
}
.block_carousel .top .texte p {
margin-bottom: 20px;
}
.block_carousel .top .button_arrow {
margin-top: 20px;
}
.block_carousel .owl-carousel-block {
margin-top: 106px;
margin-top: min(max(6.5%, 50px), 106px);
}
.block_carousel .owl-carousel-block .owl-stage {
padding-left: 0 !important;
}
.block_carousel .owl-carousel-block ul {
list-style: disc;
list-style-position: inside;
}
.block_carousel .owl-carousel-block ul ul {
list-style: circle;
list-style-position: inside;
margin-left: 15px;
}
.block_carousel.is-style-style-1 .owl-carousel-block .owl-item {
border-radius: 20px;
padding: 63px 35px 50px 28px;
-webkit-box-shadow: 0 10px 30px 0 rgba(255, 36, 121, 0.09);
-moz-box-shadow: 0 10px 30px 0 rgba(255, 36, 121, 0.09);
box-shadow: 0 10px 30px 0 rgba(255, 36, 121, 0.09);
}
.block_carousel.is-style-style-1 .owl-carousel-block .owl-item .titre {
margin-bottom: 25px;
}
.block_carousel.is-style-style-2 .titre {
max-width: 850px;
}
.block_carousel.is-style-style-2 .owl-carousel-block .owl-item {
border-radius: 20px;
padding: 42px 39px 52px 42px;
color: #fff;
}
.block_carousel.is-style-style-2 .owl-carousel-block .owl-item .titre {
text-align: start;
}
.block_carousel.is-style-style-3 .owl-carousel-block .owl-stage {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: strech;
-moz-box-align: strech;
-ms-flex-align: strech;
-webkit-align-items: strech;
align-items: strech;
}
.block_carousel.is-style-style-3 .owl-carousel-block .owl-item {
border-radius: 20px;
padding: max(2.4%, 35px) max(1%, 15px) max(1.8%, 25px) max(1.5%, 15px);
-webkit-box-shadow: 0 10px 30px 0 rgba(255, 36, 121, 0.09);
-moz-box-shadow: 0 10px 30px 0 rgba(255, 36, 121, 0.09);
box-shadow: 0 10px 30px 0 rgba(255, 36, 121, 0.09);
}
.block_carousel.is-style-style-3 .owl-carousel-block .owl-item .titre img {
height: 77px;
width: auto;
object-fit: contain;
}
.block_carousel.is-style-style-3 .owl-carousel-block .owl-item .texte {
margin-top: 37px;
}
.block_carousel.is-style-style-3 .owl-carousel-block .owl-item .texte a {
color: #fff;
font-weight: 700;
background: #bc009e;
border-radius: 20px;
padding: 16px 50px 14px 18px;
text-decoration: none;
font-size: 14px;
position: relative;
}
.block_carousel.is-style-style-3 .owl-carousel-block .owl-item .texte a:after {
content: "";
position: absolute;
top: 50%;
right: 11px;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
background: url(//cciformation-eesc.fr/wp-content/themes/s4-cci_formation/img/blocks/link-arrow.svg);
height: 30px;
width: 30px;
transition: all ease-in-out 0.2s;
}
.block_carousel.is-style-style-3 .owl-carousel-block .owl-item .texte a:hover:after {
-webkit-transform: translateY(-50%) rotate(45deg);
-moz-transform: translateY(-50%) rotate(45deg);
-ms-transform: translateY(-50%) rotate(45deg);
transform: translateY(-50%) rotate(45deg);
}
.block_carousel.is-style-style-4 .owl-item {
border-radius: 20px;
-webkit-box-shadow: 0 10px 30px 0 rgba(217, 159, 176, 0.31);
-moz-box-shadow: 0 10px 30px 0 rgba(217, 159, 176, 0.31);
box-shadow: 0 10px 30px 0 rgba(217, 159, 176, 0.31);
padding: 10px 9px 6px 9px;
}
.block_carousel.is-style-style-4 .owl-item .img {
border-radius: 20px;
height: 245px;
object-fit: cover;
}
.block_carousel.is-style-style-4 .owl-item .titre {
height: 200px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: start;
-moz-box-pack: start;
-ms-flex-pack: start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 50px;
padding-top: 50px;
}
.block_carousel.is-style-style-4 .owl-item .texte {
display: none;
padding-bottom: 50px;
padding-left: 10px;
padding-right: 10px;
}
.block_carousel.is-style-style-4 .owl-item .button_deploy {
position: absolute;
bottom: 6px;
right: 12px;
border: none;
background: transparent;
cursor: pointer;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
}
.block_carousel.is-style-style-4 .owl-item .button_deploy .minus {
display: none;
}
.block_carousel.is-style-style-4 .owl-item .button_deploy.open .minus {
display: block;
}
.block_carousel.is-style-style-4 .owl-item .button_deploy.open .plus {
display: none;
}
.block_carousel.is-style-style-5 .owl-item {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
}
.block_carousel.is-style-style-5 .owl-item .img {
border-radius: 0;
height: 200px;
width: auto;
object-fit: contain;
}
@media (max-width: 1199px) {
.block_carousel .top .titre {
margin-bottom: 45px;
}
.block_carousel .owl-carousel-block {
margin-top: 96px;
}
}
@media (max-width: 991px) {
.block_carousel .top .titre {
margin-bottom: 35px;
}
.block_carousel .owl-carousel-block {
margin-top: 86px;
}
}
@media (max-width: 767px) {
.block_carousel .top .titre {
margin-bottom: 25px;
}
.block_carousel .owl-carousel-block {
margin-top: 76px;
}
}
@media (max-width: 575px) {
.block_carousel .owl-carousel-block {
margin-top: 56px;
}
}
             .block_valeurs {
position: relative;
padding-top: min(max(12.2%, 100px), 235px);
padding-bottom: min(max(7.8%, 100px), 150px);
margin: min(max(8.31%, 50px), 160px) 0 min(max(6.23%, 50px), 120px) 0;
}
.block_valeurs.no_vague {
padding-top: 0;
padding-bottom: 0;
margin: 0;
}
.block_valeurs .content .titre {
text-align: center;
}
.block_valeurs .content .cartes {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: column nowrap;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
margin-top: min(max(9.69%, 50px), 155px);
max-width: 1000px;
margin-left: auto;
margin-right: auto;
grid-gap: 50px;
gap: 50px;
}
.block_valeurs .content .cartes .valeur {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
width: 100%;
}
.block_valeurs .content .cartes .valeur .texte ul {
list-style: inside disc;
padding-left: 15px;
}
.block_valeurs .content .cartes .valeur .texte a {
color: #e50b60;
}
.block_valeurs .content .cartes .valeur .left {
width: 50%;
}
.block_valeurs .content .cartes .valeur .left .titre {
text-align: start;
margin-bottom: 43px;
}
.block_valeurs .content .cartes .valeur .img_wrapper {
height: 415px;
width: 400px;
border-radius: 20px;
overflow: hidden;
}
.block_valeurs .content .cartes .valeur .img_wrapper .img {
height: 100%;
width: 100%;
object-fit: cover;
}
.block_valeurs .content .cartes .valeur:nth-child(odd) {
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
}
.block_valeurs .content .cartes .valeur:nth-child(odd) .img_wrapper {
-webkit-transform: rotate(9deg);
-moz-transform: rotate(9deg);
-ms-transform: rotate(9deg);
transform: rotate(9deg);
}
.block_valeurs .content .cartes .valeur:nth-child(even) {
-webkit-flex-flow: row-reverse wrap;
-ms-flex-flow: row-reverse wrap;
flex-flow: row-reverse wrap;
}
.block_valeurs .content .cartes .valeur:nth-child(even) .img_wrapper {
-webkit-transform: rotate(-13deg);
-moz-transform: rotate(-13deg);
-ms-transform: rotate(-13deg);
transform: rotate(-13deg);
}
.block_valeurs .content .cartes.max_width {
max-width: 100%;
}
.block_valeurs .content .cartes.max_width .valeur .img_wrapper {
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
width: 45%;
}
@media (max-width: 1199px) {
.block_valeurs .content .cartes .valeur .img_wrapper {
height: 365px;
width: 350px;
}
}
@media (max-width: 991px) {
.block_valeurs .content .cartes .valeur .img_wrapper {
height: 300px;
width: 275px;
}
}
@media (max-width: 767px) {
.block_valeurs .content .cartes.max_width {
max-width: 100%;
}
.block_valeurs .content .cartes.max_width .valeur:nth-child(odd),
.block_valeurs .content .cartes.max_width .valeur:nth-child(even) {
-webkit-flex-flow: column nowrap;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
grid-gap: 25px;
gap: 25px;
}
.block_valeurs .content .cartes .valeur .img_wrapper {
height: 225px;
width: 160px;
}
}
@media (max-width: 575px) {
.block_valeurs .content .cartes {
grid-gap: 50px;
gap: 50px;
}
.block_valeurs .content .cartes .valeur:nth-child(odd),
.block_valeurs .content .cartes .valeur:nth-child(even) {
-webkit-flex-flow: column nowrap;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
grid-gap: 25px;
gap: 25px;
}
.block_valeurs .content .cartes .valeur:nth-child(odd) .left,
.block_valeurs .content .cartes .valeur:nth-child(even) .left {
width: 100%;
}
.block_valeurs .content .cartes .valeur:nth-child(odd) .img_wrapper,
.block_valeurs .content .cartes .valeur:nth-child(even) .img_wrapper {
height: 200px;
width: 260px;
}
.block_valeurs .content .cartes .valeur:nth-child(even) .img_wrapper {
-webkit-transform: rotate(-5deg);
-moz-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
transform: rotate(-5deg);
}
.block_valeurs .content .cartes .valeur:nth-child(odd) .img_wrapper {
-webkit-transform: rotate(5deg);
-moz-transform: rotate(5deg);
-ms-transform: rotate(5deg);
transform: rotate(5deg);
}
}