/*
Theme Name: Isimedia
Author: Anthony Jaeger
Author URI: https://anthonyjaeger.fr
Description: Thème du site Isimedia
Version: 1.0
*/

/*#region Général*/
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  color: var(--noir);
}

html a {
  color: var(--noir);
}

body {
  font-family: "Helvetica Neue", "Helvetica", "verdana", "arial", "sans-serif" !important;
  margin: 0;
  scroll-behavior: smooth;
}

body button {
  font-family: "Helvetica Neue", "Helvetica", "verdana", "arial", "sans-serif";
}

body textarea {
  font-family: "Helvetica Neue", "Helvetica", "verdana", "arial", "sans-serif";
}

body input[type="text"],
body input[type="date"],
body input[type="number"] {
  font-family: "Helvetica Neue", "Helvetica", "verdana", "arial", "sans-serif";
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

body select {
  font-family: "Helvetica Neue", "Helvetica", "verdana", "arial", "sans-serif";
}

a {
  text-decoration: none;
  outline: none;
}

ol,
ul {
  list-style: none;
}

h1 {
  margin: 0;
  /* text-transform: uppercase; */
  font-size: 45px;
  text-wrap: balance;
}

h2 {
  /* text-transform: uppercase; */
  font-size: 30px;
  text-wrap: balance;
}

h3 {
  /* text-transform: uppercase; */
  margin: 0;
  font-size: 22px;
  text-wrap: balance;
}

p {
  font-size: 15px;
  line-height: 1.7em;
}

*:focus {
  outline: auto 5px Highlight;
  outline: auto 5px -webkit-focus-ring-color;
}

#main-content {
  padding-top: 140px;
}

#main-content-child {
  padding-top: 190px;
}

/* #endregion */

/*#region Couleur*/
:root {
  /* #2-02427-1 */
  --noir: #202427;
  --gris-clair: #ebf0f0;
  --gris-fonce: #707070;
  --gris-3: #a7afb5;
  --vert: #6db52d;
  --rose: #d6007e;
  --orange: #ed7102;
  --jaune: #ffd400;
  --bleu: #009cbe;
  --color-form: #60686e;
}

/*#endregion */

/*#region Bouton*/
.btn-jaune {
  padding: 13px 30px;
  font-size: 13px;
  transition: all 300ms ease 0ms;
  border: 2px solid var(--jaune);
  background-color: var(--jaune);
  cursor: pointer;
  /* text-transform: uppercase; */
  font-weight: bold;
  display: inline-block;
  border-radius: 999px;
}

.btn-jaune:hover {
  transition: all 300ms ease 0ms;
  background-color: rgba(0, 0, 0, 0);
  color: var(--noir);
  border: 2px solid var(--jaune);
}

.btn-jaune-first {
  padding: 13px 30px;
  font-size: 13px;
  transition: all 300ms ease 0ms;
  border: 2px solid var(--jaune);
  background-color: var(--jaune);
  cursor: pointer;
  /* text-transform: uppercase; */
  font-weight: bold;
  display: inline-block;
  border-radius: 999px;
}

.btn-jaune-first:hover {
  transition: all 300ms ease 0ms;
  background-color: rgba(0, 0, 0, 0);
  color: var(--jaune);
  border: 2px solid var(--jaune);
}

.btn-underline {
  text-decoration: underline;
}

.btn-jaune-border {
  padding: 13px 30px;
  font-size: 13px;
  transition: all 300ms ease 0ms;
  border: 3px solid var(--noir);
  cursor: pointer;
  /* text-transform: uppercase; */
  font-weight: bold;
  display: inline-block;
  border-radius: 999px;
}

.btn-jaune-border:hover {
  transition: all 300ms ease 0ms;
  background-color: var(--noir);
  color: white;
  border: 3px solid var(--noir);
}

.btn-noir {
  padding: 13px 30px;
  font-size: 13px;
  transition: all 300ms ease 0ms;
  border: 2px solid var(--noir);
  background-color: var(--noir);
  cursor: pointer;
  /* text-transform: uppercase; */
  font-weight: bold;
  display: inline-block;
  border-radius: 999px;
  color: white;
}

.btn-noir:hover {
  transition: all 300ms ease 0ms;
  background-color: rgba(0, 0, 0, 0);
  color: var(--noir);
  border: 2px solid var(--noir);
}

.targetBlank span img {
  width: 11px;
  height: 11px;
}

.targetBlank span {
  margin-left: 10px;
}

.targetBlank2 span img {
  width: 11px;
  height: 11px;
}

.targetBlank2 span {
  margin-left: 10px;
}

.btn-sans-style:hover {
  color: var(--jaune);
}

.grecaptcha-badge {
  opacity: 0;
}

/*#endregion */

/*#region Encart travail ensemble*/
.travailEnsemble1 {
  width: 90%;
  max-width: 1400px;
  background-color: var(--jaune);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px auto;
  padding: 50px;
}

.travailEnsemble11 h3 {
  margin-top: 0;
}

.travailEnsemble11 p {
  margin: 0;
}

/*#endregion */

/*#region Encart bloc prestation*/
.prestation {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  column-gap: 30px;
  row-gap: 30px;
}

.prestation1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--gris-clair);
  padding: 50px 30px;
  height: 100%;
  justify-content: space-between;
  min-height: 300px;
}

.prestation1 > img {
  margin-bottom: 20px;
}

.prestation1 h3 {
  text-align: center;
}

.prestation1 a {
  font-size: 15px;
  font-weight: bold;
  margin-top: 30px;
}

/*#endregion */

/*#region Encart image et texte*/
.presentationPage {
  display: flex;
}

.presentationPage1 {
  display: flex;
  justify-content: center;
  width: 50%;
}

.presentationPage1 img {
  object-fit: cover;
  width: 100%;
}

.presentationPage2 {
  width: 50%;
  display: flex;
  background-color: var(--jaune);
}

.presentationPage21 {
  width: 62%;
  margin: auto;
}

/*#endregion */

/*#region Encart intro page*/
.introPage {
  padding: 50px 0;
}

.introPage h1 {
  text-align: center;
}

.introPage p {
  text-align: center;
  font-weight: bold;
  margin: 0 0 10px 0;
}

/*#endregion */

/*#region Encart Tuile grise*/
.tuileGrise {
  width: 90%;
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
  column-gap: 30px;
  row-gap: 30px;
}

.tuileGrise1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--gris-clair);
  padding: 50px 30px;
  height: 100%;
}

.tuileGrise1 img {
  margin-bottom: 20px;
}

.tuileGrise1 p {
  margin-top: 20px;
  margin-bottom: 0;
}

.tuileGrise12 {
  text-align: center;
}

.tuileGrise13 {
  text-align: center;
}

/*#endregion */

/*#region Encart autre prestations*/
.autrePrestations {
  padding: 50px 0 0 0;
}

.autrePrestations1 {
  width: 90%;
  max-width: 1400px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.autrePrestations1 h2 {
  margin-top: 0;
  text-align: center;
}

.autrePrestations1 .prestation {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
}

/*#endregion */

/*#region Icone présentation nombre*/
/* .presentationNombre {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  padding-bottom: 30px;
}
.presentationNombre1 {
  max-width: 210px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  justify-self: center;
}
.presentationNombre12 {
  font-size: 30px;
  font-weight: bold;
}
.presentationNombre13 {
  font-size: 10px;
  font-weight: bold;
  text-align: center;
} */
/*#endregion */

/*#region HEADER*/
#main-header {
  position: fixed !important;
  width: 100%;
  z-index: 99999;
}

#sub-header {
  background-color: var(--jaune);
  height: 40px;
}

#sub-header-black {
  background-color: var(--noir);
  height: 40px;
}

#sub-header-black > * {
  color: white;
}

#sub-header-black #sub-header21 a {
  color: white;
}

#sub-headerCont {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 90%;
  max-width: 1400px;
  height: 100%;
}

#sub-header1 {
  font-style: italic;
  font-size: 12px;
  display: flex;
  align-items: center;
}

#sub-header2 {
  display: flex;
  align-items: center;
}

#sub-header21 a {
  font-size: 12px;
  text-decoration: underline;
  margin-right: 32px;
  color: #000000;
}

#sub-header22 {
  font-size: 12px;
  margin-right: 32px;
}

#sub-header23,
#sub-header24,
#sub-header25 {
  font-size: 12px;
  height: 100%;
  cursor: pointer;
}

#header-1 {
  display: flex;
  width: 90%;
  margin: auto;
  justify-content: space-between;
  max-width: 1400px;
  height: 100px;
}

#header-1-1 {
  height: 100%;
  display: flex;
  align-items: center;
}

#header-1-1 a {
  height: 100%;
  display: flex;
  align-items: center;
}

#header-1-2 {
  display: flex;
  align-items: center;
  gap: 32px;
}

#menu-principal-ul {
  display: flex;
  margin: 0;
  height: 100%;
}

.itemMenu {
  list-style-type: none;
  margin-bottom: 0;
  font-size: 14px;
  /* text-transform: uppercase; */
  position: relative;
  height: 50px;
  display: flex;
  padding: 0 17px;
}

.btn-contact {
  border-radius: var(--Radius-Radius-full, 999px);
  background: var(--Brand-Secondary, #202427);
  display: flex;
  padding: var(--Gap-12, 12px) var(--Gap-16, 16px);
  justify-content: center;
  align-items: center;
  gap: var(--Gap-8, 8px);
  color: white !important;
}

.btn-contact a {
  color: white !important;
}

.btn-contact-2 {
  border-radius: var(--Radius-Radius-full, 999px);
  background: var(--Brand-Secondary, #202427);
  /* padding: var(--Gap-12, 12px) var(--Gap-16, 16px); */
  color: white !important;
  padding: 13px 30px;
  font-size: 13px;
  border: 3px solid var(--noir);
}

#header-1-2 nav ul li a {
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
}

.et_search_outer {
  overflow: hidden;
  position: absolute;
  top: 40px;
  width: 100%;
}

#et_search_icon {
  cursor: pointer;
}

.search-field-color-front::placeholder {
  color: white;
}

span.et_close_search_field {
  display: block;
  position: absolute;
  z-index: 99999;
  top: 0;
  right: -5px;
  bottom: 0;
  width: 30px;
  height: 30px;
  margin: auto;
  cursor: pointer;
}

.et-search-form {
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0) !important;
  max-width: 680px;
}

.et-search-field {
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  width: 90%;
  margin: auto;
  border: none;
  color: #333;
  background: transparent;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  /* text-transform: uppercase; */
  text-decoration: none;
  letter-spacing: 1px;
}

.et_search_form_container {
  height: 100px;
}

#rechercheUser {
  display: none;
}

.menu-mobile2 {
  font-size: 10px !important;
  padding-bottom: 4%;
  text-align: left;
  border-bottom: 1px solid #d1d1d1;
  margin-top: 2%;
}

.menu-mobile1 {
  padding-top: 4%;
  padding-bottom: 4%;
  text-align: left;
  /* text-transform: uppercase; */
  font-size: 20px;
  border-bottom: 1px solid black;
  font-size: 14px;
}

#top-menu-nav {
  display: none;
  width: 100%;
  background-color: white;
}

#top-menu {
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}

#hamburgerMenuMobile {
  display: none;
  cursor: pointer;
  height: 50px;
}

.currentPage2 > a {
  font-weight: bold !important;
}

.currentPage > a {
  border-bottom: 3px solid var(--jaune);
  font-weight: bold !important;
}

.chevronj {
  color: var(--jaune);
  display: inline-block;
  margin-left: 10px;
  font-size: 10px;
}

.itemMenu:hover {
  color: var(--vert);
}

.sousMenu {
  list-style: none;
  padding: 0;
  flex-direction: column;
  display: none;
  position: absolute;
  top: 50px;
  margin-left: -17px;
  padding: 10px 17px;
  width: max-content;
}

.itemMenuSsMenu {
  padding: 10px 0;
}

.itemMenuSsMenu > a {
  font-size: 14px;
  text-transform: none;
  padding: 0 10px;
  color: var(--noir);
}

/*#endregion */

/*#region ARIANNE*/
#ariane {
  background-color: var(--gris-clair);
  min-height: 50px;
  display: flex;
  align-items: center;
}

#firstContainerAriane {
  display: flex;
  width: 80%;
  margin: auto;
}

#ariane ul {
  max-width: 1400px;
  display: flex;
  align-items: center;
  color: white;
  font-size: 12px;
  padding: 0;
}

#ariane ul li::first-letter {
  /* text-transform: uppercase; */
}

#ariane li span {
  color: var(--noir) !important;
  font-weight: bold;
  font-size: 14px;
}

#ariane li a {
  font-size: 14px;
}

.chevron {
  margin: 0 10px;
}

/*#endregion */

/*#region FOOTER*/

footer {
  background-color: #edf0f0;
}

#footer-bottom {
  padding: 25px 0;
  background-color: #edf0f0;
}

.et-social-icon a {
  display: inline-block;
  position: relative;
  color: #666;
  font-size: 24px;
  text-align: center;
  text-decoration: none;
  transition: color 300ms ease 0s;
}

.footer-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: 90%;
  max-width: 1400px;
  margin: auto;
}

.footer-section2 {
  display: flex;
  align-items: center;
}

.et-social-icons {
  display: flex;
  align-items: center;
}

.et-social-icons li.et-social-icon {
  margin-bottom: 0;
}

#footer-bottom .et-social-icon a {
  font-size: 20px !important;
}

#footer-bottom .et-social-youtube a.icon:before {
  padding-top: 5px;
}

#footer-bottom .isia-follow {
  font-size: 12px;
  /* text-transform: uppercase; */
  color: #666;
  vertical-align: top;
}

.et-social-icons li {
  display: inline-block;
  margin-left: 20px;
}

#footer-info {
  color: #666;
}

#footer-info a {
  text-decoration: underline;
  color: #666;
}

/*#endregion */

/*#region Animation flèche ancre*/
/* .scroll_down_container {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 30px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
}
.scroll_down_container a {
  display: inline-block;
}
.scroll_down {
  animation: fullwidth-header-bounce 2.2s ease-out infinite !important;
  display: inline-block;
} */
@keyframes fullwidth-header-bounce {
  0% {
    transform: translateY(0%);
  }

  12.5% {
    transform: translateY(20%);
  }

  25% {
    transform: translateY(0%);
  }
}

#scroll_down_container {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 30px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
}

#scroll_down_container span {
  display: inline-block;
  cursor: pointer;
}

.scroll_down {
  animation: fullwidth-header-bounce 2.2s ease-out infinite !important;
  display: inline-block;
}

/*#endregion */

/*#region Cookies*/
#popup-cookie {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999999;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  /* text-align: center; */
}

#popup-cookie1 {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 50px;
  border-radius: 10px;
}

#popup-cookie1 h2 {
  text-align: center;
}

#popup-cookie13 {
  margin-bottom: 32px;
}

#popup-cookie14 {
  display: flex;
  justify-content: center;
  column-gap: 20px;
  margin-bottom: 32px;
}

#popup-cookie15 {
  text-align: center;
}

#popup-cookie15 a:hover {
  text-decoration: underline;
}

/*#endregion */

/*#region @MEDIA*/
@media (max-width: 1199px) {
  /*************/
  /* autre prestations */
  /*************/
  .autrePrestations1 {
    display: block;
  }
}

@media (max-width: 991px) {
  /*********/
  /* Encart bloc prestation */
  /*********/
  .prestation {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  /*********/
  /* Tuile grise */
  /*********/
  .tuileGrise {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  /*************/
  /* Encart image et texte */
  /*************/
  .presentationPage {
    flex-direction: column;
  }

  .presentationPage1 {
    width: 100%;
    display: flex;
  }

  .presentationPage1 img {
    width: 100%;
  }

  .presentationPage2 {
    width: 100%;
  }

  .presentationPage21 h2 {
    margin-top: 50px;
  }

  .presentationPage211 {
    margin-bottom: 50px;
  }

  /*************/
  /* Encart travail ensemble */
  /*************/
  .travailEnsemble1 {
    flex-direction: column;
  }

  .travailEnsemble12 {
    margin-top: 50px;
  }

  /*********/
  /* Icone présentation nombre */
  /*********/
  .presentationNombre {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 50px;
  }

  /*************/
  /* HEADER */
  /*************/
  #menu-principal {
    display: none;
  }

  #et_mobile_nav_menu {
    margin-left: 20px;
  }

  #top-menu li a {
    font-style: normal;
    /* text-transform: uppercase; */
    text-decoration: none;
    letter-spacing: 1px;
    color: black;
  }

  #top-menu {
    padding: 0;
  }

  #hamburgerMenuMobile {
    display: block;
  }

  #et_top_search {
    display: none;
  }

  #sub-headerCont {
    flex-direction: column;
    align-items: center;
    width: auto;
  }

  #sub-header {
    height: auto;
  }

  #sub-header-black {
    height: auto;
  }

  #sub-header1 {
    margin-top: 10px;
  }

  /*************/
  /* FOOTER */
  /*************/
  .footer-section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
  }

  #footer-info {
    text-align: center;
    font-size: 14px;
  }

  #footer-info a {
    font-weight: normal;
    text-decoration: underline;
  }

  .et-social-icons {
    padding: 0;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 30px !important;
  }

  h2 {
    font-size: 22x !important;
  }

  h3 {
    font-size: 18px !important;
  }

  /*********/
  /* Fil d'Ariane */
  /*********/
  #firstContainerAriane {
    flex-wrap: wrap;
  }

  /*********/
  /* Encart bloc prestation */
  /*********/
  .prestation {
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }

  /*********/
  /* Tuile grise */
  /*********/
  .tuileGrise {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  /*************/
  /* Encart image et texte */
  /*************/
  .presentationPage21 {
    width: 80%;
  }
}

/*#endregion */
