/*
 Theme Name:     Divi creative agency
 Theme URI:      https://demo.infomaniak.com/preview?t=divi-creative-agency
 Description:    Votre site sera constitue de plusieurs pages (accueil, blog, contact, etc...) que vous pourrez librement personnaliser selon vos besoins.
 Author:         Infomaniak
 Author URI:     https://www.infomaniak.com
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
.absolute {
  position: absolute
}

.relative {
  position: relative
}

.bottom-0 {
  bottom: 0px
}

.z-20 {
  z-index: 20
}

.m-0 {
  margin: 0px
}

.m-auto {
  margin: auto
}

.mx-40 {
  margin-left: 10rem;
  margin-right: 10rem
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto
}

.mb-2 {
  margin-bottom: 0.5rem
}

.mb-8 {
  margin-bottom: 2rem
}

.ml-\[12px\] {
  margin-left: 12px
}

.mt-2 {
  margin-top: 0.5rem
}

.mt-4 {
  margin-top: 1rem
}

.block {
  display: block
}

.inline-block {
  display: inline-block
}

.flex {
  display: flex
}

.grid {
  display: grid
}

.aspect-video {
  aspect-ratio: 16 / 9
}

.h-14 {
  height: 3.5rem
}

.h-96 {
  height: 24rem
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content
}

.h-full {
  height: 100%
}

.h-screen {
  height: 100vh
}

.min-h-screen {
  min-height: 100vh
}

.w-1\/2 {
  width: 50%
}

.w-1\/3 {
  width: 33.333333%
}

.w-14 {
  width: 3.5rem
}

.w-4\/5 {
  width: 80%
}

.w-52 {
  width: 13rem
}

.w-auto {
  width: auto
}

.w-full {
  width: 100%
}

.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.cursor-pointer {
  cursor: pointer
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr))
}

.flex-col {
  flex-direction: column
}

.items-start {
  align-items: flex-start
}

.items-center {
  align-items: center
}

.justify-center {
  justify-content: center
}

.justify-between {
  justify-content: space-between
}

.gap-2 {
  gap: 0.5rem
}

.gap-20 {
  gap: 5rem
}

.gap-4 {
  gap: 1rem
}

.gap-8 {
  gap: 2rem
}

.overflow-hidden {
  overflow: hidden
}

.whitespace-nowrap {
  white-space: nowrap
}

.rounded-sm {
  border-radius: 0.125rem
}

.border {
  border-width: 1px
}

.border-\[\#EF4137\] {
  --tw-border-opacity: 1;
  border-color: rgb(239 65 55 / var(--tw-border-opacity))
}

.bg-\[\#38C4EE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(56 196 238 / var(--tw-bg-opacity))
}

.bg-\[\#EF4137\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 65 55 / var(--tw-bg-opacity))
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity))
}

.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity))
}

.bg-transparent {
  background-color: transparent
}

.bg-contain {
  background-size: contain
}

.bg-cover {
  background-size: cover
}

.bg-center {
  background-position: center
}

.bg-repeat {
  background-repeat: repeat
}

.bg-no-repeat {
  background-repeat: no-repeat
}

.p-40 {
  padding: 10rem
}

.px-40 {
  padding-left: 10rem;
  padding-right: 10rem
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem
}

.pb-20 {
  padding-bottom: 5rem
}

.text-center {
  text-align: center
}

.text-justify {
  text-align: justify
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem
}

.text-5xl {
  font-size: 3rem;
  line-height: 1
}

.text-7xl {
  font-size: 4.5rem;
  line-height: 1
}

.text-8xl {
  font-size: 6rem;
  line-height: 1
}

.text-9xl {
  font-size: 8rem;
  line-height: 1
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem
}

.font-black {
  font-weight: 900
}

.font-bold {
  font-weight: 700
}

.font-semibold {
  font-weight: 600
}

.uppercase {
  text-transform: uppercase
}

.normal-case {
  text-transform: none
}

.text-\[\#38C4EE\] {
  --tw-text-opacity: 1;
  color: rgb(56 196 238 / var(--tw-text-opacity))
}

.text-\[\#EF4137\] {
  --tw-text-opacity: 1;
  color: rgb(239 65 55 / var(--tw-text-opacity))
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity))
}

.text-inherit {
  color: inherit
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity))
}

.no-underline {
  text-decoration-line: none
}

.mix-blend-darken {
  mix-blend-mode: darken
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.duration-300 {
  transition-duration: 300ms
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}

.\[background-image\:url\(data\:image\/svg\+xml\;base64\2c PHN2ZyAgZmlsbD0icmdiYSgwLDAsMCwwLjIpIiBoZWlnaHQ9IjgwcHgiIHdpZHRoPSIxMDBweCIgdmlld0JveD0iMCAwIDEwMCA4MCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNTAsMFY0MEwwLDBabTAsODBMMCw0MFY4MFptNTAtNDBWMEw1MCw0MFY4MFoiLz48L3N2Zz4\=\)\] {
  background-image: url(data:image/svg+xml;base64,PHN2ZyAgZmlsbD0icmdiYSgwLDAsMCwwLjIpIiBoZWlnaHQ9IjgwcHgiIHdpZHRoPSIxMDBweCIgdmlld0JveD0iMCAwIDEwMCA4MCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNTAsMFY0MEwwLDBabTAsODBMMCw0MFY4MFptNTAtNDBWMEw1MCw0MFY4MFoiLz48L3N2Zz4=)
}

.\[background-image\:url\(https\:\/\/octup\.fr\/wp-content\/uploads\/2022\/04\/fond_octup_v2\.jpg\)\] {
  background-image: url(https://octup.fr/wp-content/uploads/2022/04/fond_octup_v2.jpg)
}

.\[background-position\:left_22\%_top\] {
  background-position: left 22% top
}

.\[clip-path\:polygon\(100\%_0\2c _100\%_100\%\2c _65\%_90\%\2c _0_100\%\2c _0_0\)\] {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 65% 90%, 0 100%, 0 0);
          clip-path: polygon(100% 0, 100% 100%, 65% 90%, 0 100%, 0 0)
}

.\[clip-path\:polygon\(30\%_10\%\2c _70\%_5\%\2c _100\%_2\%\2c _100\%_100\%\2c _70\%_90\%\2c _30\%_95\%\2c _0_98\%\2c _0_0\)\] {
  -webkit-clip-path: polygon(30% 10%, 70% 5%, 100% 2%, 100% 100%, 70% 90%, 30% 95%, 0 98%, 0 0);
          clip-path: polygon(30% 10%, 70% 5%, 100% 2%, 100% 100%, 70% 90%, 30% 95%, 0 98%, 0 0)
}

.\[clip-path\:polygon\(35\%_10\%\2c _100\%_0\2c _100\%_100\%\2c _65\%_90\%\2c _0_100\%\2c _0_0\)\] {
  -webkit-clip-path: polygon(35% 10%, 100% 0, 100% 100%, 65% 90%, 0 100%, 0 0);
          clip-path: polygon(35% 10%, 100% 0, 100% 100%, 65% 90%, 0 100%, 0 0)
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute
}

.before\:-left-3::before {
  content: var(--tw-content);
  left: -0.75rem
}

.before\:top-0::before {
  content: var(--tw-content);
  top: 0px
}

.before\:h-full::before {
  content: var(--tw-content);
  height: 100%
}

.before\:w-\[6px\]::before {
  content: var(--tw-content);
  width: 6px
}

.before\:bg-\[\#38C4EE\]::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(56 196 238 / var(--tw-bg-opacity))
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content)
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute
}

.after\:-bottom-2::after {
  content: var(--tw-content);
  bottom: -0.5rem
}

.after\:bottom-3::after {
  content: var(--tw-content);
  bottom: 0.75rem
}

.after\:left-0::after {
  content: var(--tw-content);
  left: 0px
}

.after\:top-0::after {
  content: var(--tw-content);
  top: 0px
}

.after\:h-\[8px\]::after {
  content: var(--tw-content);
  height: 8px
}

.after\:h-full::after {
  content: var(--tw-content);
  height: 100%
}

.after\:h-px::after {
  content: var(--tw-content);
  height: 1px
}

.after\:w-0::after {
  content: var(--tw-content);
  width: 0px
}

.after\:w-1\/3::after {
  content: var(--tw-content);
  width: 33.333333%
}

.after\:w-full::after {
  content: var(--tw-content);
  width: 100%
}

.after\:origin-bottom-left::after {
  content: var(--tw-content);
  transform-origin: bottom left
}

.after\:bg-\[\#0073d8\]\/30::after {
  content: var(--tw-content);
  background-color: rgb(0 115 216 / 0.3)
}

.after\:bg-\[\#38C4EE\]::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(56 196 238 / var(--tw-bg-opacity))
}

.after\:bg-\[\#EF4137\]::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(239 65 55 / var(--tw-bg-opacity))
}

.after\:transition::after {
  content: var(--tw-content);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

.after\:duration-300::after {
  content: var(--tw-content);
  transition-duration: 300ms
}

.after\:ease-in-out::after {
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content)
}

.after\:\[transition-property\:width\]::after {
  content: var(--tw-content);
  transition-property: width
}

.hover\:bg-transparent:hover {
  background-color: transparent
}

.hover\:text-\[\#38C4EE\]:hover {
  --tw-text-opacity: 1;
  color: rgb(56 196 238 / var(--tw-text-opacity))
}

.hover\:text-\[\#EF4137\]:hover {
  --tw-text-opacity: 1;
  color: rgb(239 65 55 / var(--tw-text-opacity))
}

.hover\:\[transform\:scale\(1\.1\)\]:hover {
  transform: scale(1.1)
}

.hover\:after\:w-full:hover::after {
  content: var(--tw-content);
  width: 100%
}

.group:hover .group-hover\:\[transform\:scale\(1\.1\)\] {
  transform: scale(1.1)
}

.\[\&\>div\:nth-child\(2n\)\>img\]\:\[animation-delay\:\.3s\]>div:nth-child(2n)>img {
  animation-delay: .3s
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1)
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1)
  }
}

.\[\&\>div\>img\]\:animate-bounce>div>img {
  animation: bounce 1s infinite
}