#metier img {
    width: 100%;
    max-width: 100%;
}
#metier .portefo img{
    border-radius: 30px;
}
#metier #list-metier .portefo img {
    max-height: 128px;
}
#offre .container .row {
    justify-content: space-between;
}
#offre .container .col-md-6 {
    max-width: 636px;
}
#offre .list-emploi-wbg {
    border-radius: 5px;
    background-color: #f4f8fa;
    padding: 42px;
}
#offre .list-emploi-wbg h2 {
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    color: #f48337;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}
#offre .emplois {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    gap: 18px;
    padding-top: 10px;
}
#offre .emplois a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 30px;
    border-radius: 5px;
    background-color: #cce9f6;
    border: 1px solid #e7e7e7;
}
.btn-center {
    display: flex;
    justify-content: center;
    margin-top: 37px;
}
.btn-center a {
    font-size: 21px;
    text-decoration: none;
    padding: 14px 32px;
    line-height: 18px;
    color: #fff;
    border-radius: 22px;
    background: #f48337;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    font-weight: 500;
}
.btn-center a.lire-plus {
    margin-top: 0;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 18px;
    color: #ffffff;
    font-weight: 500;
    gap: 10px;
    font-family: "Lato";
}
#offre {
    padding-top: 20px;
}
#offre .texting {
    margin-top: 20px;
}
#offre .texting p {
    font-size: 16px;
    line-height: 23px;
    color: #123f6a;
    font-weight: 400;
    font-family: "Lato";
    text-align: justify;
}
#list-metier {
    margin-top: 42px;
}
#list-metier .apropos {
    display: flex;
    flex-direction: column;
    padding: 20px;
    border: 10px solid #ffffff;
    border-radius: 20px;
    background: #fff8f2;
}
#list-metier .apropos h3 {
    font-size: 21px;
    line-height: 25px;
    color: #f48337;
    font-weight: 700;
    font-family: "Lato";
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    height: 42px;
}
#list-metier .portefo {
    display: flex;
    flex-direction: column;
    gap: 18px;
    justify-content: flex-start;
}
#list-metier .portefo p ,#list-metier .portefo .exerptMetire{
    font-size: 16px;
    line-height: 23px;
    color: #123f6a;
    font-weight: 400;
    font-family: "Lato";
    text-align: justify;
    height: 160px;
}
#list-metier .btn-center {
    margin-top: 5px;
}
#list-metier .row .col-md-3 {
    margin-bottom: 20px;
}
label {
    display: block;
}
.metier-main{
    padding-left: 3em;
}
.featImage{
    margin-bottom: 2em;
}
.metierContent h2{
    text-transform: uppercase;
    color: #f48337;
    font-size: 24px;
    margin-bottom: 1em;
}
.metierContent p, .metierContent li{
    font-size: 16px;
    color: #123f6a;
}
.metierContent li{
    margin-bottom: 10px;
    position: relative;
    padding-left: 35px;
}
.metierContent ul{
    margin-left: 10px;
}
.metierContent li:before{
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-size: 24px;
    font-weight: 900;
    color: #f48337;
    left: 0;
    top: -8px;
    position: absolute;
}
.offresMetier{
    background: #f4f8fa;
    margin-top: 2em;
    padding: 3em;
    text-align: center;
    border-radius: 5px;
}
.offresMetier h2{
    text-transform: uppercase;
    font-size: 24px;
    color: #f48337;
    margin-bottom: 1em;
}
.metier-main .video{
    padding-left: 2em;
}
.offreList {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
    padding-top: 10px;
    margin: 0;
}
.offreList li {
    width: 100%;
    max-width: 516px;
}
.offreList li a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 30px;
    border-radius: 5px;
    background-color: #cce9f6;
    border: 1px solid #e7e7e7;
}
.single-metier .btn-center {
    margin-bottom: 42px;
}
.video-container {
  position: relative;
}
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 2;
}
#main.metier-main .col-md-6 .video img {
	display: block;
	margin-bottom: 30px;
}
#offre .list-emploi-wbg p {
    font-size: 16px;
    line-height: 23px;
    color: #123f6a;
    font-weight: 400;
    font-family: "Lato";
    text-align: justify;
}
@media (max-width: 767px) {
    #list-metier .apropos {
        border: none;
    }
    #offre .list-emploi-wbg {
        padding: 34px 15px;
    }
    #offre .emplois a {
        font-size: 14px;
        padding: 10px 18px;
    }
    .metier-main{
        padding-left: 15px;
    }
    .metier-main .video{
        padding-left: 0;
    }
    ul.offreList {
        margin: 0 !important;
    }
    .offresMetier {
        padding: 15px 10px;
    }
    .offreList li a {
        width: 100%;
        padding: 10px 7px;
    }
}