/*@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-contact {
    padding: 65px 0;
}

.wrap-left-form {
    border-radius: 10px;
    padding: 50px 32px 50px;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
}

.infos-items {
    border-radius: 10px;
    /* width: 35%; */
    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%;
}


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

.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 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 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: #03a9f4;
    background: rgba(3, 169, 244, 0.1);
}

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

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

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


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

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

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

.item-blog i {
  color: #034c76;
}

.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: 18px;
  height: 60px;
  width: 60px;
  /* 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-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;
}

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