/* 450px */
@import url("./var.css");

*{
    box-sizing: border-box;
    font-family: 'Roboto' !important;

}
#main{
    padding: 0 !important;
}
#title {
    background-image: url(https://wp.bgs-associes.com/wp-content/uploads/2023/12/Fond-large.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    min-height: 350px;
}
.wpb_wrapper > .wpb_text_column.wpb_content_element > .wpb_wrapper > h2.main_title{
    color: white !important;
    text-align: center;
    margin-top: 5rem;
    font-size: 56px !important;
}
.show{
    display: block !important;
}
.red{
    fill: var(--red);
}
.orange{
    fill: var(--orange);
}
span,p{
    line-height: 1.8;
}
h2.main_title{
    color: var(--orange) !important;
    font-size: 24px !important;
}
h3.principes_title {
    color: var(--orange);
    margin-bottom: 6rem;
    font-size: 42px;
}
h3.sub-title{
    font-size: 28px !important;
    max-width: 65%;
    margin: 0 auto;
}
.portraits-robots {
    display: flex;
    max-width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.portraits-robots > .img-txt-wrapper {
    width: 400px;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    margin: 3rem 0;
}
.portraits-robots > .img-txt-wrapper > img {
    border: 1px solid transparent;
    max-width: 75%;
    width: 100%;
    /* height: 20rem; */
    border-radius: 25px 0 25px 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    /* background: #DFF0F9; */
}
.portraits-robots > .img-txt-wrapper > .name{
    font-size: 22px;
    color: var(--black);
    margin:1.2rem 0
}
.portraits-robots > .img-txt-wrapper > .role{
    font-size:18px;
    color:#1DBCCA;
}

.principes_title{
    color: var(--black);
    text-align: center;
}
.principes {
    display: flex;
    max-width: 100%;
    flex-direction: row;
    margin: 3rem 10rem;
    align-content: space-between;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start;
    row-gap: 4rem;
    margin-bottom: 150px;
}
.principes > .principes_cards {
    width: 400px;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.principes > .principes_cards > img {
    align-self: self-start;
}

.principes > .principes_cards:last-child > img {
    height: 70px;
}

.principes_separator{
    display: none;
    max-width: 75%;
    margin: 0 auto;
    border: 1px solid rgb(233, 233, 233);
}
.principes > .principes_cards > span{
    color: black;
}
.principes > .principes_cards > .principes_cards_title{
    margin: 1rem 0;
    font-size: 22px;
    font-weight: 500;
}
.principes > .principes_cards > .principes_cards_content{
    max-width: 100%;
    font-weight: 400;
}
.hiring {
    margin: 2rem 0;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
}
.hiring > .hiring_left{
    width: 50%;
    margin: 1rem 0;
}
.hiring > .hiring_left > h3 {
    margin: 0 auto;
    max-width: 85%;
    margin-bottom: 2rem;
    font-size: 30px;
}
.hiring > .hiring_left > span{
    color: black;
    font-size: 18px;
    max-width: 85%;
    margin: 0 auto;
    display: block;
}
.hiring > .hiring_left > ul{
    max-width: 75%;
    display: block;
    margin: 2rem auto;
}
.hiring > .hiring_left > ul > li {
    font-size: 18px;
    color: black;
    list-style: none !important;
    position: relative;
}
.hiring > .hiring_left > ul > li::before {
    content: "";
    position: absolute !important;
    height: 16px;
    width: 21px;
    left: -28px;
    top: 4px;
    background-image: url("https://wp.bgs-associes.com/wp-content/uploads/2023/12/Icon-material-check.svg") !important;
}
.hiring > .hiring_left > ul > li::marker{
    display: none !important;
}

.hiring > .hiring_left > span > button {
    border: 1px solid #F59022;
    padding: 10px 20px;
    background: #F59022;
    color: white;
    border-radius: 15px 0;
}
.hiring > .hiring_right > img{
    margin: 0 auto;
    display: block;
    border-radius: 25px 0 25px 0;
    margin-bottom: 3rem;
}
#wpcf7-f969-p1054-o1 > form{
    width: 50%;
    display: none;
    margin: 2rem auto;
    background-color: #CBD0E4;
    border: 2px solid #4E93E9;
    border-radius: 50px 0;
}
form > .row{
    display: flex;
    column-gap: 2rem;
    width: 100%;
}

.input-text, .input-textarea {
    background: transparent !important;
    border: 2px solid grey !important;
}

.input-textarea {
    resize: none;
}

form > p:nth-of-type(1) > span{
    width: 50%;
    display: inline-block;
    padding-right: 1rem;
}
form > .row > p{
    display: block;
    width: 50%;
}
input[type="file"]{
    display: none;
}
label.file_selector{
    background: #344696;
    color: white;
    display: block;
    text-align: center;
    padding: 10px 15px;
    width: 50%;
    height: 3rem;
    border-radius: 20px 0;
}
label.file_selector:hover{
    cursor: pointer;
    color: var(--orange);
    background-color: white;
}
.wpcf7-list-item {
    display: inline-block;
    margin:0 !important;
}
form > p > button.cand-send-btn {
    padding: 5px 38px;
    border: 1px solid #344696;
    background: #344696;
    color: white;
    text-align: center;
    position: relative;
    border-radius: 20px 0;
}
form > p > button.cand-send-btn > span:nth-of-type(1){
    position: absolute;
    left: 5px;
    top: 95%;
    transform: translateY(-95%);
}
form > p > button.cand-send-btn > span:nth-of-type(2){
    text-align: center;
    display: inline-block;
    margin: 0 auto;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    font-weight: 400 !important;
    font-size: 17px !important;
}

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
}

/* #wpcf7-f969-p1054-o1 > form > p:nth-child(10) > input:before {
    position: absolute;
    content: "";
    left: 63px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    bottom: -71px;
    z-index: 999;
    background-image: url(https://wp.bgs-associes.com/wp-content/uploads/2023/08/msg-white.png);
} */

input[type="submit"] {
    padding: 10px 35px !important;
    background: #344696 !important;
    border-radius: 15px 0 !important;
    margin-top: 1rem !important;
    margin-left: 64px !important;
}

.required-fields p {
    color: #F59022;
}
@media screen and (max-width: 700px) {
    h3.principes_title{
        width: 90%;
        margin: 0 auto;
    }
}
@media screen and (max-width:500px) {
    .portraits-robots {
        display: flex;
        flex-direction: column;
    }

    .portraits-robots > .img-txt-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
        margin: 0rem 0;
    }

    .portraits-robots > .img-txt-wrapper {
        width: 75%;
        max-width: 75%;
    }

    .portraits-robots > .img-txt-wrapper > img {
        max-width: 75%;
        width: 100%;
        border-radius: 25px 0 25px 0;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

    .principes {
        display: flex;
        max-width: 100%;
        width: 100%;
        flex-direction: column;
        margin: 0 auto;
    }
    .principes > .principes_cards {
        margin: 2rem 2rem;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 85%;
    }
    .principes_separator{
        display: block !important;
        max-width: 75%;
        margin: 0 auto;
        border: 1px solid rgb(233, 233, 233);
    }
   
    .hiring {
        display: flex;
        flex-direction: column-reverse;
    }
    .hiring > .hiring_left{
        width: 100%;
    }
    .hiring > .hiring_left > h3{
        margin: 0 auto;
        max-width: 85%;
        margin-bottom: 2rem;
    }
    .hiring > .hiring_left > span{
        color: black;
        font-size: 18px;
        max-width: 85%;
        margin: 0 auto;
        display: block;
    }
    .hiring > .hiring_left > ul{
        max-width: 75%;
        display: block;
        margin: 2rem auto;
    }
    .hiring > .hiring_left > ul > li{
        font-size: 18px;
        color: black;
    }
    .hiring > .hiring_left > span > button{
        border: 1px solid var(--orange);
        padding: 15px 20px;
        background: var(--orange);
        color: white;
        border-radius: 5px;
    }
    .hiring > .hiring_right > img{
        margin: 0 auto;
        display: block;
        border-radius: 25px 0 25px 0;
        margin-bottom: 3rem;
    }
    .hiring > .hiring_left > ul > li::before {
        content: "";
        position: absolute !important;
        height: 26px !important;
        width: 26px !important;
        left: 40px;
        background-image: url("https://wp.bgs-associes.com/wp-content/uploads/2023/10/MicrosoftTeams-image-17.png") !important;
    }
    #wpcf7-f969-p1054-o1 > form {
        width: 100%;
        margin: 2rem auto;
        padding: 0 2rem;
    }
    #wpcf7-f969-p1054-o1 > form > .row:last-of-type{
        flex-direction: column !important;
    }
    .row:last-of-type{
        flex-direction: column !important;
    }
    form > p:nth-of-type(1) > span {
        width: 100%;
        display: inline-block;
        padding-right: 0;
    }
    label.file_selector {
        width: 100%;
    }
    form > p > button.cand-send-btn {
        display: block;
        margin: 0 auto;
    }
    .l_wrapper > h4{
        font-size: 29px !important;
        padding-right: 0 !important;
    }
    section.last_card > .l_wrapper > span {
        width: 100% !important;
    }
}