


/* *******************************************Debut formulaire header programme ******************************************* */

.wrapper-blog-contact {
    padding: 65px 0;
}
section.personnel.page-conact {
    padding: 25px 0;
}
.bg-contact-bg {
    position: absolute;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.item-right-contact .wrap-item-contact{
    border-radius: 10px;
    padding: 30px 30px 30px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
    background-color: #fff;
}

.item-left-contact {
    width: 40%;
}
.item-right-contact {
    width: 55%;
}

.contact-icon {
    position: relative;
}

.wrap-item-contact-detail{
  display: flex;
  align-items: center;
  gap: 20px;
}
.item-contact-detail {
    margin-bottom: 10px;
}

.item-contact-text {
    margin-bottom: 20px;
}
.contact-icon span{
    background-color: var(--primary-color);
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 25px;
    border-radius: 8px 8px 8px 8px;
}
.contact-text-detail h3{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 5px;
}
.contact-text-detail p, .contact-text-detail p a{
    color: var(--second-color);
    font-size: 20px;
    font-weight: 600;
}


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

.input-item {
  width: 35%;
}


.left-form {
  width: 65%;
  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: 35%;
  padding: 0 15px;
}



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

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



.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;
}







.wrap-form-contact .btn-submit {
    display: flex;
    justify-content: center;
}
.btn-submit {
    /* margin: 13px 0 40px 0; */
    /* padding: 0 20px; */
    /* margin-bottom: 48px; */
    position: relative;
}

.info-title-item {
    font-size: 18px;
    line-height: 1.3;
    /* color: #676767; */
    font-weight: 600;
    /* margin-bottom: 0; */
}
.info-title-item a:hover {
    color: var(--primary-color);
}

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

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

span.icon1 {}

.icons-link span {
    /* padding: 10px; */
    border-radius: 50%;
    background: #034c76;
    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;
    line-height: 1;
}

.left-form .title-bloc {
    /* color: #032e42; */
    /* font-size: 42px; */
    /* line-height: 55px; */
    /* margin-bottom: 0; */
    /* text-align: center; */
}

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

/*.text-area i {
    right: 26px;
    position: absolute;
    opacity: 0.2;
    z-index: 1;
    top: 20px;
    transform: translateY(-50%);
}*/















.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;
}

.wrap-field {
    margin: 0 -10px;
}

.input-field {
    position: relative;
    display: flex;
    align-items: center;
}

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

.full-line .field-form {
    width: 100%;
}

.wrap-field input, 
.wrap-field textarea, 
.wrap-field select {
    width: 100%;
    box-sizing: border-box;
    color: #8c8c8c;
    background-color: #f4f4f4;
    font-family: 'Roboto';
    border: 1px solid #f4f4f4;
    padding: 0 40px 0 20px;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    font-size: 15px;
    /* font-weight: 400; */
}

.wrap-field input:focus, .wrap-field textarea:focus, .wrap-field select:focus {
    border-color: var(--primary-color);
}

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

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


.field-form label {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.btn-submit button {
    padding: 10px 20px;
    font-size: 15px;
}




  

.content-field {
    position: relative;
    margin: 5px 0 15px;
}

.second-title-card {
    color: #c4932c;
    font-size: 22px;
    font-weight: 600;
    font-family: Roboto;
}


/*************************** Personnel *********************/

.personnel {
    padding: 30px 0px 25px 0px;
}