/*VARIABLES*/
/*ANIMATIONS*/
@-webkit-keyframes shadow-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(220, 6, 28, 0.4);
            box-shadow: 0 0 0 0px rgba(220, 6, 28, 0.4);
  }
  100% {
    -webkit-box-shadow: 0 0 0 35px rgba(220, 6, 28, 0);
            box-shadow: 0 0 0 35px rgba(220, 6, 28, 0);
  }
}
@keyframes shadow-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(220, 6, 28, 0.4);
            box-shadow: 0 0 0 0px rgba(220, 6, 28, 0.4);
  }
  100% {
    -webkit-box-shadow: 0 0 0 35px rgba(220, 6, 28, 0);
            box-shadow: 0 0 0 35px rgba(220, 6, 28, 0);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*STYLES DU THEME ET EDITEUR*/
.wp-block-site-logo a, .wp-block-site-logo img {
  width: 250px;
  height: auto;
}

.wp-site-blocks > * + * {
  -webkit-margin-before: 0px;
          margin-block-start: 0px;
}

html {
  scroll-behavior: smooth;
}

div#about,
div#services,
div#transport,
div#negoce,
div#partenaires,
div#contact {
  scroll-margin-top: 100px;
}

/*HEADER*/
header {
  margin-left: calc(-1 * var(--wp--custom--spacing--outer)) !important;
  margin-right: calc(-1 * var(--wp--custom--spacing--outer)) !important;
}

.top-bar {
  padding: 0.5rem 1rem;
  background-color: #000;
  color: #fff;
  margin-bottom: 0px;
}

.top-bar p.contact-info {
  font-size: 0.8rem;
}

.top-bar .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  border-radius: 50px;
  overflow: hidden;
}

.top-bar .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper input.wp-block-search__input.wp-block-search__input {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.top-bar .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper button.wp-block-search__button.has-icon {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #dc061c;
  padding: 3px;
}

.custom-menu {
  padding: 1.5rem 1rem;
}

.custom-menu .wp-block-navigation .wp-block-navigation-item__content {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.custom-menu .wp-block-navigation ul.wp-block-navigation__container li::before {
  content: none;
}

.custom-menu.fixed-top {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
  z-index: 99;
}

/*TYPOGRAPHY*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

h1 {
  font-family: "Poppins", sans-serif;
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: 600;
}

h2 {
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

h3 {
  font-size: 1.7rem;
  font-weight: 300;
  color: #555;
}

p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 15px;
}

p.subtitle > strong,
p.subtitle {
  font-family: "Raleway", sans-serif;
  color: #dc061c;
  text-transform: uppercase;
  font-size: 1.2rem;
}

ul {
  list-style-type: none;
  -webkit-columns: 2;
          columns: 2;
  padding-left: 30px;
}

ul li {
  position: relative;
  font-size: 1rem;
  margin-left: 5px;
}

ul li::before {
  content: url(/wp-content/uploads/2022/11/check2-red.svg);
  position: absolute;
  left: -25px;
  top: 0;
}

a.wp-block-button__link.wp-element-button {
  background: #c30519;
  text-transform: uppercase;
  font-size: 14px;
  padding: 15px 35px;
}

/*HOMEPAGE*/
.top-banner h1 {
  position: relative;
  margin: 0;
  padding: 1.5rem 0;
}

.top-banner h1::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  width: 20%;
  height: 1px;
  background: #dc061c;
  margin: 0 auto;
}

.top-banner h2 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 2rem;
  font-family: "Raleway", sans-serif;
}

.top-banner .featured-content .col1, .top-banner .featured-content .col2, .top-banner .featured-content .col3, .top-banner .featured-content .col4 {
  opacity: 0;
}

.top-banner .featured-content .col1 {
  -webkit-animation: fadeIn 2s ease 0s 1 normal forwards;
          animation: fadeIn 2s ease 0s 1 normal forwards;
}

.top-banner .featured-content .col2 {
  -webkit-animation: fadeIn 2s ease 500ms 1 normal forwards;
          animation: fadeIn 2s ease 500ms 1 normal forwards;
}

.top-banner .featured-content .col3 {
  -webkit-animation: fadeIn 2s ease 1s 1 normal forwards;
          animation: fadeIn 2s ease 1s 1 normal forwards;
}

.top-banner .featured-content .col4 {
  -webkit-animation: fadeIn 2s ease 1500ms 1 normal forwards;
          animation: fadeIn 2s ease 1500ms 1 normal forwards;
}

.top-banner .featured-content .wp-block-column p {
  font-weight: 600;
  font-family: "Raleway", sans-serif;
}

.top-banner .featured-content .wp-block-column figure svg {
  width: 45px;
  height: 45px;
  padding: 17px;
  border: 1px solid #dc061c;
  border-radius: 22%;
  fill: #fff;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}

.top-banner .featured-content .wp-block-column:hover > figure svg {
  -webkit-animation: shadow-pulse 1s infinite;
          animation: shadow-pulse 1s infinite;
  border-color: #fff;
}

.first-section {
  background-image: url("/wp-content/uploads/2022/11/AdobeStock_531030806.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  z-index: -2;
}

.first-section::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.transport-section .wp-block-columns.second-group .wp-block-column {
  background-color: #fff;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}

.transport-section .wp-block-columns.second-group .wp-block-column h3 {
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.transport-section .wp-block-columns.second-group .wp-block-column h3::before {
  content: "";
  position: absolute;
  left: -15px;
  bottom: 0px;
  top: 2px;
  width: 7px;
  height: 25px;
  background-color: #dc061c;
}

.transport-section .wp-block-columns.second-group .wp-block-column img {
  -webkit-transition: 250ms ease-in-out;
  transition: 250ms ease-in-out;
}

.transport-section .wp-block-columns.second-group .wp-block-column:hover > figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.business-section {
  background-color: #f7f9fe;
}

.business-section .wp-block-columns .wp-block-column h3 {
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-size: 1.5rem;
  position: relative;
  margin-left: 15px;
}

.business-section .wp-block-columns .wp-block-column h3::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0px;
  width: 7px;
  height: 25px;
  background-color: #dc061c;
}

.contact-section p.subtitle {
  color: #c30519;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
/*# sourceMappingURL=styles.css.map */