* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.navy{
    color: #494FE2;
}
.dark_pink{
    color: #FF4E4D;
}
.light_pink{
    color: #FFBABC;
}

.observatoir input {
    all: unset;
}
.observatoir .container {
    max-width: 1440px;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
}
.observatoir .hero_section {
    padding-top: 210px;
    padding-bottom: 73px;
    background-image: url(./images/island@2x.webp);
    background-position: 100% -223px;
    background-size: 1577px 960px;
    background-repeat: no-repeat;
    position: relative;
    isolation: isolate;
}

@media screen and (min-width: 768px) {
    .observatoir .hero_section {
        background-position: 90%;
        background-size: cover;
    }
}

.observatoir .hero_section::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(180deg, #00000000 0%, #000000 100%);
    opacity: 0.5;
    z-index: -1;
}

.observatoir .hero_section h1{
    font-family: "Open Sans";
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    color: #fff;
}
.observatoir .hero_section h1 span:first-of-type{
    color: #FF4E4D;
}
.observatoir .hero_section h1 span:last-of-type{
    color: #FFBABC;
}

.observatoir .sec_2 {
    padding-top: 68px;
}
.observatoir .sec_2 .content {
    display: flex;
    align-items: center;
    gap: 57px;
    max-width: 996px;
    width: 100%;
    margin: 0 auto;
}
.observatoir .sec_2 .content .left {
    width: 202px;
    height: 202px;
}
.observatoir .sec_2 .content .left img {
    width: 202px;
    height: 202px;
}

.observatoir .sec_2 .content .right  {
    display: flex;
    flex-direction: column;
    gap: 23px;
}

.observatoir .sec_2 .content .right h3  {
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 32px;
    line-height: 42px;
    color: #494fe2;
}
.observatoir .sec_2 .content .right p {
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    color: #041946;
    opacity: 0.7;
}

.observatoir .sec_3 {
    margin-top: 70px;
}

.observatoir .sec_3 .container {
    padding: 0 8px;
}

.observatoir .sec_3 .content {
    max-width: 1160px;
    margin: 0 auto;
    background-color: #041946;
    padding-top: 76px;
    padding-left: 126px;
    padding-right: 25px;
    padding-bottom: 70px;
    position: relative;
    isolation: isolate;
}

.observatoir .sec_3 .content::after {
    content: "";
    position: absolute;
    width: 221px;
    height: 221px;
    right: 0;
    top: 0;
    background-image: url(./images/form_shape.png);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 221px 221px;
    z-index: -1;
}

.observatoir .sec_3 .content h3 {
    font-family: "Open Sans";
    font-weight: 700;
    font-size: 28px;
    color: #e7e7e7;
    max-width: 768px;
}
.observatoir .sec_3 .content form {
    max-width: 768px;
}

.observatoir .sec_3 .content form .form_group {
    display: flex;
    justify-content: space-between;
    margin-top: 52px;
}
.observatoir .sec_3 .content form .form_group .form_control{
    width: 245px;
}

.observatoir .sec_3 .content form .form_group input{
    background-color: #fff;
    border-radius: 20px;
    height: 40px;
    /* padding: 0 25px 0 27px; */
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 14px;
    color: #041946;
    width: 100%;
    text-indent: 27px;
    /* padding-right: 20px; */
}
.observatoir .sec_3 .content form .form_group input::placeholder{
    color: #041946;
    text-indent: 27px;
}
.observatoir .sec_3 .content form .form_actions{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.observatoir .sec_3 .content form .form_actions .acceptance{
    max-width: 367px;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
    
}

.observatoir .sec_3 .content form .form_actions .acceptance * {
    cursor: pointer !important;
}

.observatoir .sec_3 .content form .form_actions .acceptance input{
    position: absolute;
    left: 0;
    top: 2px;
    isolation: isolate;
    display: flex;
    align-items: center;
    justify-content: center;
}
.observatoir .sec_3 .content form .form_actions .acceptance input::before{
    content: "";
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
}
.observatoir .sec_3 .content form .form_actions .acceptance input::after{
    content: "";
    width: 10px;
    height: 10px;
    background-color: #FF4E4D;
    border-radius: 50%;
    position: absolute;
    transform: scale(0.5);
    opacity: 0;
    transition: 0.3s ease-in-out;
    top: 3px;
    left: 3px;
}

.observatoir .sec_3 .content form .form_actions .acceptance input:checked::after{
    transform: scale(1);
    opacity: 1;
}

.observatoir .sec_3 .content form .form_actions .acceptance p{
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #e7e7e7;
}
.observatoir .sec_3 .content form .form_actions .form_submit{
    width: 180px;
    height: 40px;
    border-radius: 20px;
    background-color: #FF4E4D;
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.observatoir .sec_4 .content {
    margin-top: 90px;
}

.observatoir .sec_4 .content .sec_title {
    max-width: 689px;
    margin: 0 auto;
    font-family: "Open Sans";
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    color: #0b1e55;
    margin-bottom: 40px;
}

.resources_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    max-width: 1160px;
    width: 100%;
    margin: 0 auto; 
}
.resources_grid.simillar {
    max-width: 100%;
    margin-top: 30px;
    grid-template-columns: repeat(5, 1fr);
}
.resources_grid .resource{
    text-decoration: none;
    border: 1px solid #D6D6D6;
    min-height: 210px;
    padding: 30px;
    border-radius: 5px;
}

.resources_grid .resource .date{
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 10px;
    line-height: 20px;
    color: #041946;
}
.resources_grid .resource .resource_title{
    font-family: "Open Sans";
    font-weight: 700;
    font-size: 13px;
    line-height: 23px;
    color: #041946;
    margin-top: 6px;
}

.observatoir .sec_5 {
    margin-top: 108px;
}

.observatoir .sec_5 .sec_top{
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    padding-left: 98px;
    padding-right: 43px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.observatoir .sec_5 .sec_top h3{
    font-family: "Open Sans";
    font-weight: bold;
    font-size: 40px;
    line-height: 50px;
    color: #0b1e55;
    max-width: 768px;
    width: 100%;
}
.observatoir .sec_5 .sec_top .arrows{
    display: flex;
    gap: 5px;
    align-items: center;
}
.observatoir .sec_5 .sec_top .arrows .arrow{
    width: 66px;
    height: 66px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.observatoir .sec_5 .sec_top .arrows .arrow.prev{
    background-color: #F2F2F2;
}
.observatoir .sec_5 .sec_top .arrows .arrow.next{
    background-color: #494FE2;
}

.observatoir .sec_5 {
    padding-bottom: 58px;
    overflow: hidden;
}
.observatoir .sec_5 .container{
    padding: 0;
}
/* .observatoir .sec_5 .container .splide__track{
    overflow: visible;
} */


.observatoir .sec_5 .team_slider {
    margin-top: 58px;
    position: relative;
    --left-px: 0;
}

.observatoir .sec_5 .team_slider::after {
    content: "";
    position: absolute;
    top: 0;
    left: var(--left-px);
    width: 125px;
    height: 100%;
    background-color: #fff;
    transition: left 400ms cubic-bezier(0.25, 1, 0.5, 1) 0s;
    pointer-events: none;
}

@media screen and (min-width: 1550px) {
    .observatoir .sec_5 .team_slider {
        max-width: 1250px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .observatoir .sec_5 .team_slider::after {
        opacity: 0;
    }
}

.observatoir .sec_5 .team_slider .team_slider_list{
    display: flex;
}

.observatoir .sec_5 .team_slider .member{
    max-width: 250px;
    width: 100%;
    height: 376px;
    position: relative;
    isolation: isolate;
    display: flex;
    align-items: flex-end;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    isolation: isolate;
}

.observatoir .sec_5 .team_slider .member::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0;
    transition: 0.5s ease-in-out;
    z-index: -1;
}
.observatoir .sec_5 .team_slider .member:hover::after{
    opacity: 0.5;
}

.observatoir .sec_5 .team_slider .member .member_img{
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    filter: grayscale(1);
}
.observatoir .sec_5 .team_slider .member .member_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.observatoir .sec_5 .team_slider .member .member_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.observatoir .sec_5 .team_slider .member .member_info{
    width: 234px;
    height: 234px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-top-right-radius: 100%;
    background-color:rgba(237, 83, 82, 0.87);
    padding-bottom: 50px;
    padding-left: 14px;
    transition: transform 0.8s ease;
    transform: rotate(90deg);
    transform-origin: left bottom;
    position: relative;
    isolation: isolate;
}
.observatoir .sec_5 .team_slider .member .member_info:after {
    content: '';
    width: 250px;
    height: 250px;
    display: block;
    background: url(./images/shadow.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 250px 250px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.observatoir .sec_5 .team_slider .member .member_info .member_name{
    font-family: "Open Sans";
    font-weight: 700;
    font-size: 19px;
    color: #fff;
}
.observatoir .sec_5 .team_slider .member .member_info .member_status{
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 19px;
    color: #fff;
}
.observatoir .sec_5 .team_slider .member:hover .member_info{
    transform: rotate(0deg);
}

@media screen and (max-width: 1130px) {
    .resources_grid {
        grid-template-columns: repeat(3,1fr);
    }
}

@media screen and (max-width: 990px) {
    .observatoir .sec_3 .content {
        padding-left: 25px;
    }
    .resources_grid {
        grid-template-columns: repeat(2,1fr);
    }
    .observatoir .sec_5 .team_slider::after {
        display: none;
    }
}

@media screen and (max-width: 870px) {
    .observatoir .hero_section {
        padding-bottom: 51px;
        padding-top: 209px;
    }
    .observatoir .sec_2 {
        padding-top: 40px;
    }
    .observatoir .sec_2 .content {
        flex-direction: column;
        gap: 20px;
    }
    .observatoir .hero_section h1 {
        font-size: 32px;
        line-height: 42px;
    }
    .observatoir .sec_2 .content .right h3{
        font-size: 22px;
        line-height: 32px;
    }
    .observatoir .sec_2 .content .right h3,
    .observatoir .sec_2 .content .right p {
        text-align: center;
    }

    .observatoir .sec_2 .content .right p {
        font-size: 14px;
    }
    .observatoir .sec_3 {
        margin-top: 32px;
    }
    .observatoir .sec_3 .content {
        padding-top: 55px;
        padding-bottom: 55px;
    }
    .observatoir .sec_3 .content form .form_group {
        flex-direction: column;
        gap: 16px;
        margin-top: 36px;
    }
    .observatoir .sec_3 .content form .form_group .form_control {
        width: 100%;
    }
    .observatoir .sec_3 .content::after {
        width: 136px;
        height: 136px;
        background-size: 136px 136px;
    }
    .observatoir .sec_3 .content h3 {
        text-align: center;
        font-size: 20px;
    }
    .observatoir .sec_4 .content {
        margin-top: 58px;
    }
    .observatoir .sec_4 .content .sec_title {
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 30px;
    }
    .observatoir .sec_5 .sec_top h3 {
        font-size: 24px;
        line-height: 30px;
        max-width: 334px;
    }
    .observatoir .sec_5 .sec_top {
        padding-left: 20px;
        padding-right: 20px;
    }
    .observatoir .sec_5 .team_slider .member .member_info {
        transform: rotate(0deg);
    }
    .observatoir .sec_5 {
        margin-top: 53px;
    }
}

@media screen and (max-width: 480px) {
    .observatoir .sec_5 .sec_top .arrows {
        display: none;
    }
    .observatoir .sec_5 .sec_top h3 {
        text-align: center;
        margin: 0 auto;
    }
    .observatoir .sec_5 .team_slider {
        max-width: 250px;
        margin: 0 auto;
        margin-top: 12px;
    }
    .observatoir .splide__pagination {
        bottom: -2em;
    }
    .observatoir .splide__pagination__page.is-active {
        background: #494FE2;
        opacity: 1;
    }
    .observatoir .splide__pagination__page {
        background: #E7E7E7;
    }
}
@media screen and (max-width: 600px) {
    .observatoir .sec_3 .content form .form_actions {
        flex-direction: column;
        gap: 40px;
    }
    .observatoir .sec_3 .content form .form_actions .form_submit {
        width: 100%;
    }
    .resources_grid {
        grid-template-columns: repeat(1,1fr);
    }
    .observatoir .hero_section {
        background-size: 782px 476px;
        background-position: calc(100% + 158px) -20px;
    }
}

/*  */
.observatoir .wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 0;
    border: none;
    bottom: -20px;
    position: relative;
    font-size: 14px !important;
}

.observatoir .wpcf7 form.invalid .wpcf7-response-output, 
.observatoir .wpcf7 form.unaccepted .wpcf7-response-output {
    color: #FF4E4D;
}

.observatoir .wpcf7 form.sent .wpcf7-response-output {
    color: #e7e7e7;
}


.observatoir .wpcf7 .ajax-loader {
    display: none;
}
.observatoir .wpcf7 .wpcf7-form-control-wrap {
    position: unset;
}
