/*@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600&family=League+Spartan:wght@100;200;300;400;500;600;700;800;900&family=Manrope:wght@200;300;400;500;700;800&family=Nunito+Sans:wght@200;300;400;600;700&family=Nunito:wght@200;300;400;500;600&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:wght@100;200;300;400;500&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600&family=League+Spartan:wght@100;200;300;400;500;600;700;800;900&family=Manrope:wght@200;300;400;500;700;800&family=Nunito+Sans:wght@200;300;400;600;700&family=Nunito:wght@200;300;400;500;600&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:wght@100;200;300;400;500&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
*/

.wrapper-blog-candidature-spontanee {
    padding: 65px 0;
    background-image: url(https://radiustheme.com/demo/wordpress/themes/finbuzz/wp-content/uploads/2022/12/background-Ffvegxhs.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wrap-left-form {
    background: #fff;
    box-shadow: 0 0 30px #93939357;
    border-radius: 10px;
    padding: 30px 30px 25px;
    /* margin-bottom: 120px; */
    position: relative;
    /* margin-right: 35px; */
    /* margin-left: 20px; */
}

.infos-items {
    border-radius: 10px;
    /* width: 35%; */
    top: 25px;
    background: white;
    position: sticky;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
}

.left-form {
  width: 70%;
}

.left-form h3 {
  text-align: center;
  color: red;
}

.left-form h1 {
  text-align: center;
}

.input-blog {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  /*! padding: 10px; */
}

.input-item {
  width: 35%;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
}


.left-form {
  width: 68%;
  padding: 0 15px;
}

.left-form h3 {
  text-align: center;
  color: #d83030;
}

.left-form h1 {
  text-align: center;
  color: #032e42;
  font-size: 42px;
  line-height: 55px;
  margin-bottom: 25px;
  text-align: center;
  font-family: Fira Sans;
  font-style: normal !important;
  font-weight: 700;
}

.input-blog {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.input-item {
  width: 50%;
  border-radius: 10px;
  padding: 0 20px;
}

.text-area {
  height: 150px;
  border-radius: 5px;
  margin-bottom: 25px;
  position: relative;
}

.right-infos {
  width: 32%;
  padding: 0 15px;
  position: relative;
}

.title-right-blog {
  text-align: center;
  background-color: var(--primary-color);
  display: block;
  border-radius: 10px 10px 0px 0px;
  margin: -1px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 24px;
  line-height: 50px;
  font-style: normal !important;
  font-weight: 700;
  padding: 25px 30px 21px;
}

.left-form a {
  background-color: #d83030;
  padding: 17px 35px;
  border-radius: 5px;
  position: absolute;
  margin-top: 15px;
  color: white;
  font-size: 17px;
}

.icons-link { 
  /* height: 85px; */
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 30px;
  align-items: center;
  /*! margin-bottom: 0; */
}

.icons-link .fa-twitter {
  color: white;
}


.icons-link { 
  /* height: 85px; */
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 30px;
  align-items: center;
  /*! margin-bottom: 0; */
}

.icons-link a {
    font-size: 13px;
    color: #646970;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    margin-left: 13px;
    transition: 0.3s;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.icons-link a:not(:first-child) {
}


.icons-link .fa-facebook-f {
  /* color: white; */
}

.icons-link .fa-youtube {
  /* color: white; */
}
.icons-link .fa-pinterest {
  color: white;
  background-color: red;
}



.icons-link a:hover {
    color: #005aa9;
}

.icons-link .fb{
    color: #285da1;
    background: rgb(78 86 95 / 10%);
}

.icons-link .fb:hover {
    color: #fff;
    background: #285da1;
}

.icons-link .tw {
    color: #000000;
    background: rgb(0 0 0 / 10%);
}

.icons-link .tw:hover {
    color: #fff;
    background: #000000;
}

.icons-link .yb {
    color: red;
    background: rgb(255 0 0 / 10%);
}

.icons-link .yb:hover {
    color: #fff;
    background:red ;
}



.icons-link .in {
    color: #0a66c2;
    background: rgb(10 102 194 / 10%);
}

.icons-link .in:hover {
    color: #fff;
    background: #0a66c2;
}




.input-item p {
  margin: 5px;
}

.text-area p {
  margin: 5px;
}

.item-blog {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px 30px 25px;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: #e7e7e7;
  /*! padding: 35px 40px 25px; */
}

.item-blog i {
  color: var(--primary-color);
}

.title-item {
  padding-left: 15px;
  width: calc(100% - 60px);
}

.left-form h3:before {
  width: 50px;
  height: 2px;
  background-color: #d83030;
  content: "";
  position: absolute;
  top: 52px;
  margin-left: -65px;
}

.left-form h3:after {
  width: 50px;
  height: 2px;
  background-color: #d83030;
  content: "";
  position: absolute;
  top: 52px;
  margin-left: 15px;
}



.title-item h3 {
  color: #0d2945;
  font-size: 20px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 5px;
}

.title-item h2 {
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 0;
  color: #676767;
}

.title-item h1 {
  color: #676767;
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 0;
}

.icon-left {
  justify-content: space-around;
  text-align: center;
  border-radius: 50%;
  /* padding: 30px; */
  box-shadow: 0px 0px 26px 0px rgb(0 0 0 / 8%);
  /* font-size: 20px; */
  display: flex;
  font-size: 16px;
  height: 55px;
  width: 55px;
  /* transform: rotate(0deg); */
  align-items: center;
}


.btn-danger {
    padding: 20px 35px;
    color: #fff;
    background-color: #c5932c;
    font-size: 17px;
    display: flex;
    border-radius: 3px;
    justify-content: center;
    font-weight: 700;
    align-items: center;
    transition: all ease-in 0.5s;
}

.btn-submit {
    /* margin: 13px 0 40px 0; */
    /* padding: 0 20px; */
    /* margin-bottom: 48px; */
    position: relative;
}

h2.info-title-item {
    font-size: 15px;
    line-height: 30px;
    color: #676767;
    font-weight: 400;
    margin-bottom: 0;
}

.wrap-blog-candidature-spontanee {
    /* padding: 65px 0 0 0; */
}

.wrap-blog-candidature-spontanee {
    /* padding: 65px 0; */
    align-items: unset;
}

span.icon1 {}

.icons-link span {
    /* padding: 10px; */
    border-radius: 50%;
    background: var(--primary-color);
    width: 38px;
    height: 38px;
    display: flex;
    justify-content: center;
    margin: 0 5px;
    color: white;
    align-items: center;
}

input.btn-danger:hover {
    background: #034c76;
}

.left-form form {
    margin-top: 45px;
}

h2.title-bloc {
    font-size: 40px;
}

.left-form .title-bloc {
    color: var(--primary-color);
    font-size: 23px;
    margin-bottom: 0;
    line-height: 30px;
    text-align: center;
}

.left-form .sub-title {
    margin-bottom: 10px;
}


/* ******************* Mission********************* */

.wrapper-mission {
  padding: 50px 0 0px;
}

.wrapper-mission.en-cas-de-perte {
  padding: 80px 0 0px;
}

.wrapper-mission.en-cas-de-perte .btn-banner.btn1 {
  padding-left: 0;
}

img {}

.wrapper-mission.en-cas-de-perte .left-mission >img {
  width: 70px;
  height: 70px;
}

.wrapper-mission.en-cas-de-perte .section-title h2 {
  font-size: 26px;
  margin-bottom: -12px;
}

.wrapper-mission.en-cas-de-perte .section-title {
  margin-bottom: 10px;
}

p.text-mision-vision {
    /* margin-bottom: 10px; */
}

.wrapper-mission.en-cas-de-perte .text-mision-vision {
  line-height: 36px;
}

.right-mission .title {
  font-size: 25px;
  margin-bottom: -23px;
}
.wrap-mission {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  align-items: start;
}

.left-mission {
  display: flex;
  width: 100px;
  align-items: center;
  height: 100px;
  justify-content: center;
  background: var(--primary-color) ;
  border-radius: 50%;
}

.text-mision-vision .candidature-spontanee {
  font-weight: 600;
  font-size: 16px;
  /* line-height: 12px; */
  color: #ED0020;
}

.right-mission {
  width: 698px;
  flex-direction: column;
  display: flex;
  margin-left: 50px;
}

.left-mission >img {
  width: auto;
  height: 55px;
}

.right-mission .primary-btn {
  padding: 5px 15px;
  font-size: 14px;
}
span.primary-btn {
    margin-top: -37px;
    margin-left: 87px;
}

.wrap-field.middle {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.field-form {
    position: relative;
    width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.field-form.civilite {
    width: 16% !important;
}

.wrap-field.middle.about .field-form {
    width: 42%;
}

.field-form label {
    font-size: 14px;
    color: #9b9b9b;
    position: relative;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.field-form .input-field label {
    margin-bottom: 0px;
    margin-left: 28px;
}

.field-form label span {
    /* color: #ed0020; */
}

.wrap-field {
    margin: 0 -10px;
}
.checklist .field-form:not(:last-child) {
    margin-bottom: 6px;
}
.input-field {
    position: relative;
    display: flex;
    align-items: center;
}

.input-field.textarea i {
    top: 25px;
}

.full-line .field-form {
    width: 100%;
}
.wrap-field input[type="checkbox"] {
    appearance: auto;
    width: 0;
    height: 30px;
    box-shadow: none;
}

input[type=checkbox] + label {
  margin-left:30px;
  /* display:inline-block; */
}

input[type=checkbox] + label:before {
    content: "";
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: -25px;
    top: 1px;
    background-color: #fff;
    border: 2px solid #d0d0d0;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
}

.wrap-field input[type=checkbox]:checked + label:before {
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 11px;
    border-radius: 2px;
    color: #fff;
    position: absolute;
    text-align: center;
    /* margin-right: 7px; */
    /* line-height: 16px; */
    background-color: var(--primary-color);
    border: 2px solid transparent;
    -webkit-transition: border-color 0s;
    transition: border-color 0s;
}

.class_select, .class_input,
.class_texterea {
    transition: all .3s;
    border-radius: 3px;
    height: 45px;
    padding: 10px 15px 10px;
    border: 1px solid #dbdbdb;
    position: relative;
    box-sizing: border-box;
    font-size: 15px;
    /* width: 31% !important; */
    box-shadow: 0px 3px 14px 0px #ededed;
}

.wrap-select-age {
    display: flex;
    justify-content: space-between;
}
::placeholder {
    font-family: 'Roboto';
    color: #aeaeae;
}
.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 0px !important;
    padding: 0;
    padding-left: 15px;
}

.wrap-field input, 
.wrap-field textarea, 
.wrap-field select {transition: all .3s;border-radius: 3px;height: 45px;padding: 10px 15px 10px;border: 1px solid #dbdbdb;position: relative;box-sizing: border-box;font-size: 15px;width: 100%;box-shadow: 0px 3px 14px 0px #ededed;color: inherit;font-style: normal;}

input:hover, 
input:focus, 
select:hover, 
select:focus, 
texterea:focus {
    border: 1px solid #054c7a;
    box-shadow: 0 0 15px 0px #075e952e;
}


.wrap-field textarea {
    min-height: 130px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: -6px;
}

.field-form i {
    color: var(--primary-color);
    font-size: 16px;
    position: absolute;
    display: block;
    line-height: unset;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.wrap-left-form ul.select2-selection__rendered:hover {
    border: 1px solid #054c7a;
    box-shadow: 0 0 15px 0px #075e952e;
}

.wrap-left-form ul.select2-selection__rendered {
    transition: all .3s;
    border-radius: 3px;
    height: 45px;
    padding: 10px 15px 10px;
    border: 1px solid #dbdbdb !important;
    position: relative;
    box-sizing: border-box;
    font-size: 15px;
    width: 100%;
    box-shadow: 0px 3px 14px 0px #ededed;
}

.wrap-left-form li.select2-selection__choice {
    color: white;
    background: var(--primary-color) !important;
    border: none !important;
    margin-top: 15px !important;
}

.wrap-left-form span.select2-selection__choice__remove {
    color: white !important;
}
.wrap-left-form span.select2-selection.select2-selection--multiple {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border: none !important;
}