/*
Theme Name: Allbyweb
Author: Allbyweb*
Author URI: Allbyweb.fr
*/
@import url('https://fonts.googleapis.com/css2?family=Chivo:ital,wght@0,100..900;1,100..900&display=swap');

body,html{
    font-family: "Chivo", sans-serif;
    overflow-x: hidden;
}
body{
    background-color: #fff;
    background-image: url(img/bg-01.svg);
    background-repeat: repeat-y;
    background-position: 50% 0%;
}
a{
    text-decoration: none;
}
.btn-custom{
    display: inline-block;
    font-weight: 700;
    color: rgb(255, 255, 255);
    font-size: 1.3rem;
    text-align: center;
    vertical-align: middle;
    text-shadow: none;
    background: rgb(52, 116, 227);
    margin: 0px 0px 0.5rem;
    padding: 0.4rem 1.5rem 0.45rem;
    border-radius: 0.4rem;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    transition: 0.2s;
}
.btn-custom:hover{
    color: rgb(52, 116, 227);
    cursor: pointer;
    background: rgb(255, 255, 255);
    border-color: rgb(52, 116, 227);
}

/* Header */
header{
    position: relative;
    z-index: 10;
}
header .navbar-brand{
    position: relative;
    width: 237px;
    height: 166px;
}
header .navbar-brand a{
    display: block;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
}
header .navbar-brand object{
    width: 237px;
    position: absolute;
    top: 0;
    left: 0;
}
header .navbar-nav a{
    font-size: 1.4rem;
    color: #07102a;
    font-weight: 700;
    letter-spacing: 1px;
    display: inline-block;
    margin: .5rem 2rem;
    transition: 0.35s ease;
}
header .navbar-nav li:hover a,header .navbar-nav li.current-menu-item a{
    color: #3474e3;
}
header .navbar-nav li{
    position: relative;
}
header .navbar-nav > .menu-item-has-children > a{
    padding-right: 3rem;
}
header .navbar-nav > .menu-item-has-children > a::after{
    content: "";
    background: url(img/down.png) no-repeat center;
    background-size: contain;
    width: 12px;
    height: 7px;
    display: block;
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
    transition: 0.35s ease;
}
header .navbar-nav > .menu-item-has-children > a::before{
    content: "";
    background: url(img/down2.png) no-repeat center;
    background-size: contain;
    width: 12px;
    height: 7px;
    display: block;
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
    transition: 0.35s ease;
    opacity: 0;
}
header .navbar-nav > .menu-item-has-children:hover > a::after,header .navbar-nav > .menu-item-has-children.current-menu-item > a::after{
    opacity: 0;
}
header .navbar-nav > .menu-item-has-children:hover > a::before,header .navbar-nav > .menu-item-has-children.current-menu-item > a::before{
    opacity: 1;
}
header .navbar-nav .sub-menu{
    position: absolute;
    left: 0;
    top: 100%;
    padding: 0;
    margin: 0;
    text-align: left;
    background: #07102a;
    box-shadow: 0 0 30px rgba(0, 0, 0, .35);
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
    z-index: -999999;
}
header .navbar-nav li:hover .sub-menu{
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
header .navbar-nav .sub-menu li{
    list-style: none;
}
header .navbar-nav .sub-menu li a{
    padding: .625rem .775rem;
    font-size: 18px;
    font-weight: 400;
    width: 305px;
    line-height: 1;
    white-space: normal;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    transition: 0.35s ease;
    color: #fff;
    margin: 0;
    display: block;
}
header .navbar-nav .sub-menu li a:hover,header .navbar-nav .sub-menu li.current_page_item a{
    background: rgba(72,117,255,.4);
}
header .container-fluid{
    padding: 0 5%;
}
header .navbar{
    padding: 2rem 0;
}
header .navbar-expand-xl .navbar-collapse{
    justify-content: center;
}

/* Footer */
footer{
    position: relative;
    background: #07102a;
    padding: 2rem 0 1rem 0;
    overflow: hidden;
}
footer .container-fluid{
    padding: 0 10%;
    position: relative;
    z-index: 1;
}
footer .container-fluid .row{
    justify-content: center;
}
footer .container-fluid .row > div{
    padding: 0 5%;
}
footer .titre{
    font-size: 1.2rem;
    color: #fff;
    font-weight: 600;
    line-height: 1.5;
}
footer ul.menu,footer .g-simplemenu{
    margin: 0;
    padding: 0;
}
footer ul.menu li,footer .g-simplemenu li{
    list-style: none;
    padding: .275rem 0;
}
footer ul.menu li a,footer .g-simplemenu li a{
    color: #b0b8d0;
    transition: all 250ms;
    font-size: .9rem;
}
footer .g-simplemenu li i{
   color: #b0b8d0; 
}
footer ul.menu li a:hover,footer .g-simplemenu a:hover{
    color: #fff;
}
footer .copyright{
    margin-top: 3rem;
}
footer .copyright div{
    text-align: center;
    font-size: .9rem;
    color: #fff;
}
footer #particlesjs-2182{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

/* content */
.wrap-content{
    min-height: 100vh;
    margin-top: 230px;
}
.g-social {
    background: #fff;
    padding: 20px 0;
    border-radius: 10px;
}
.g-particle-social {
    left: 0;
    position: fixed;
    z-index: 99;
    width: 100px;
    padding: 0 10px;
    height: 103vh;
    top: 250px;
    background: #fff;
    transition: all .5s ease-in-out;
}
.g-social-items{
    display: flex;
    flex-direction: column;
}
.g-social .icn{
    padding: 1rem;
    border: 2px solid #0e2146;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    width: 80px;
    margin-bottom: 2rem;
    background: #fff;
    opacity: .5;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    color: #0e2146;
    transition: all 0.2s;
}
.g-social .icn:hover{
    background: #0e2146;
    color: #fff;
    opacity: 1;
}
.g-social .icn i {
    margin-left: 7px;
}
.g-social .icn:nth-child(2n) {
    border-radius: 156% 65% 150% 78% / 180% 112% 129% 49%;
}
#site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: opacity 0.5s ease;
    opacity: 1;
    pointer-events: auto;
}
#site-header.sticky {
    opacity: 0;
    pointer-events: none;
}
header .navbar-brand{
    transition: all .7s ease-in-out;
    top: 0;
    left: 0;
    opacity: 1;
    transform: scale(1);
}
#site-header.sticky .navbar-brand{
    top: -250px;
    left: -250px;
    transform: scale(0);
    opacity: 0;
}
.sticky .g-particle-social{
    top: 0;
}
.g-social .logo-barre{
    margin-bottom: 4rem;
    display: none;
}
.scroll-sticky .logo-barre{
    display: block;
}
.g-social-items:hover a.icn{
    opacity: 1;
}
#site-header.sticky .navbar-brand {
  width: 100px;
  height: 50px;
}
body.scroll-sticky #site-header{
    background: #fff;
    width: calc(100% - 100px);
    left: 100px;
}
header.scroll-sticky .navbar {
    padding: .5rem 0;
}
#site-header.scroll-sticky .navbar-brand{
    top: -250px;
    left: -250px;
    transform: scale(0);
    opacity: 0;
    height: inherit;
}
.scroll-sticky .g-particle-social{
    top: 0;
}
.scroll-sticky .logo-barre{
    position: relative;
}
.scroll-sticky .logo-barre a{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
h2{
    color: #07102a;
    font-size: 2.8vw;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.2;
}
.alignwide {
    width: calc(100% - 100px);
    margin-left: auto;
}

/* Bloc services */
.bloc-services{
    padding: 0 2%;
}
.bloc-services .blocs{
    align-items: center !important;
    display: flex;
    position: relative;
}
.bloc-services .blocs img{
    height: 250px;
    object-fit: contain;
}
.bloc-services .blocs h3{
    font-size: 1.5rem;
    color: #3474e3;
    letter-spacing: 3px;
    font-weight: 600;
}
.bloc-services .contents{
    padding-right: 10%;
}
.bloc-services .blocs a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    background: transparent;
    border-radius: 0;
}

/* CTA BLOC */
.cta-bloc{
    background: #0e2146;
    padding: 80px 0;
}
.cta-bloc h2{
    color: #fff;
    margin-bottom: 1.5rem;
}
.cta-bloc p{
    font-size: 2rem;
    color: #fff;
    font-weight: 300;
}
.cta-bloc .btn-custom-1 a{
    font-size: 1.5rem;
    margin-top: 2rem;
    padding: .4rem 1.5rem;
    border-radius: .4rem;
    background: #3474e3;
    border: 2px solid transparent;
    transition: all 0.2s;
}
.cta-bloc .btn-custom-1 a:hover{
    background: #fff;
    color: #3474e3;
    border-color: #3474e3;
}
.btn-custom-1 a{
    font-size: 1.5rem;
    padding: .4rem 1.5rem;
    border-radius: .4rem;
    background: #3474e3;
    border: 2px solid transparent;
    transition: all 0.2s;
}
.btn-custom-1 a:hover{
    background: #fff;
    color: #3474e3;
    border-color: #3474e3;
}

/* Bloc contenu */
.bloc-contenu{
    font-size: 1.3rem;
    padding-left: 15%;
    padding-right: 15%;
}
.bloc-contenu h2{
    margin-bottom: 10px;
}

.bloc-icone-list{
    font-size: 1.3rem;
    padding-left: 15%;
    padding-right: 15%;
}
.bloc-icone-list h3{
    color: #3474e3;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    font-size: 1.1rem;
}
.bloc-icone-list p{
    font-size: 0.9rem;
    color: #07102a;
    font-weight: 400;
    opacity: 0.8;
    line-height: 1.5;
}
.space{
    padding: 0 2%;
}
.tarifs p{
    color: #566591;
    padding-top: 13px;
    font-weight: 500;
    font-size: .9vw;
}
.tarifs p span{
    color: #b0b8d0;
}
.tarifs-bloc .bloc.color1{
    transform: rotate(-5deg);
    background: #f0f1f6;
    top: 4rem;
    right: -5rem;
}
.tarifs-bloc .bloc{
    padding: 3rem;
    border-radius: 10px;
    position: relative;
}
.tarifs-bloc .bloc h3{
    font-size: 1.1rem;
    letter-spacing: 0.1px;
    font-weight: 600;
    color: #fff;
    margin: 1.5rem 0 1rem 0;
}
.tarifs-bloc .bloc.color1 h3,.tarifs-bloc .bloc.color1 p{
    color: #07102a;
}
.tarifs-bloc .bloc.color1 ul li{
    color: rgba(7, 16, 42, .5);
}
.tarifs-bloc .bloc p{
    font-size: 1rem;
    font-weight: 300;
    line-height: .5;
    color: #fff;
}
.tarifs-bloc .bloc p span{
    padding: 0 0 1rem;
    font-weight: 700;
    font-size: 1.5vw;
    line-height: 1.5;
    display: block;
}
.tarifs-bloc .bloc ul{
    margin: 0 0 1.5rem 0;
    padding: 0;
}
.tarifs-bloc .bloc ul li{
    font-size: .85vw;
    font-weight: 400;
    padding-bottom: .625rem;
    color: rgba(255, 255, 255, .8);
    list-style: none;
    position: relative;
    padding-left: 25px; 
}
.tarifs-bloc .bloc ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900; 
  position: absolute;
  left: 0;
  top: 0;
  color: rgba(255, 255, 255, .8);
}
.tarifs-bloc .bloc.color1 ul li::before {
    color: rgba(7, 16, 42, .5);
}
.btn-custom2 a{
    background: transparent;
    color: inherit;
    padding-left: 0;
    position: relative;
    transition: 0.3s ease;
    padding-right: 0;
    font-size: .9vw;
    display: inline-block;
    font-weight: 700;
    color: #fff;
}
.btn-custom2 a:hover{
    color: #07102a;
}
.btn-custom2 a:hover:before{
    background: #07102a;
}
.btn-custom2 a:before {
    content: '';
    position: absolute;
    height: 4px;
    width: 100%;
    left: 0;
    bottom: 0px;
    transition: 0.3s ease;
    z-index: 0;
    background: #fff;
}
.color1 .btn-custom2 a:before{
    background: #07102a;
}
.color1 .btn-custom2 a{
    color: #07102a;
}
.color1 .btn-custom2 a:hover,.color3 .btn-custom2 a:hover{
    color: #b0b8d0;
}
.color1 .btn-custom2 a:hover:before,.color3 .btn-custom2 a:hover:before{
    background: #b0b8d0;
}
.tarifs-bloc .bloc.color2{
    transform: rotate(-2deg);
    background: #3474e3;
    top: 1rem;
    left: 0;
}
.tarifs-bloc .bloc.color3{
    background: #07102a;
    left: -4rem;
}
.tarifs-bloc .bloc.color4{
    transform: rotate(4deg);
    background: #5abded;
    top: 2.5rem;
    left: -8rem;
}
.space.tarifs-bloc{
    padding: 0 5%;
}

/* Bottom Nav */
#bottom-nav {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100vw;
    background: #dde5ff;
    z-index: 7;
    min-height: 50px;
    left: 0;
    transition: all 0.5s ease;
    opacity: 0
}
#bottom-nav #base-scroll {
    display: flex;
    background-color: #c4dffa;
    height: 5px;
    overflow: hidden
}
#bottom-nav #base-scroll #reading-scroll {
    background: #3474e3;
    height: 5px;
    width: 0%;
    display: block
}
#bottom-nav #arianecontent {
    display: flex;
    color: #000;
    font-size: 1rem;
    padding: 0 8%;
    margin-top: 10px;
    gap: 2rem;
    justify-content: space-evenly
}
#bottom-nav #arianecontent .arianeChild {
    cursor: pointer;
    letter-spacing: 1.5px
}
#bottom-nav #arianecontent .arianeChild.bold {
    font-weight: 600;
    letter-spacing: .9px
}
.tarifs-bloc.grid3 .bloc.color3 {
    transform: rotate(3deg);
    top: 2rem;
}
.bloc-contenu pre{
    padding: 1rem;
    margin: 2rem 0;
    background: #f6f6f6;
    border: 1px solid #e7e8ea;
    border-radius: .1875rem;
    line-height: 1.15;
    color: #237794;
    font-size: 0.9rem;
}
.grid-color{
    padding: 0 17%;
}
.grid-color h3{
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 1rem;
}
.grid-color .color1{
    background: #fafafa;
    margin: .625rem;
    padding: 3rem;
}
.grid-color p{
    color: #07102a;
    font-size: 1.3rem;
}
.grid-color .bloc{
    position: relative;
}
.grid-color .bloc::before {
  content: '';
  width: 60px;
  height: 60px;
  background: #3474e3;
  position: absolute;
  left: -.7rem;
  top: -.7rem;
  border-radius: .4rem;
}
.grid-color .bloc::after {
  content: '';
  width: 40px;
  height: 40px;
  background: #3474e3;
  position: absolute;
  right: 20%;
  top: -1rem;
  border-radius: .4rem;
}
.grid-color .color2 h3,.grid-color .color2 p,
.grid-color .color4 h3,.grid-color .color4 p,
.grid-color .color5 h3,.grid-color .color5 p,
.grid-color .color6 h3,.grid-color .color6 p{
    color: #fff;
}
.grid-color .color2{
    background: #000;
    margin: .625rem;
    padding: 3rem;
}
.grid-color .color3{
    background: #fafafa;
    box-shadow: 0 0 15px rgba(0,0,0,.2);
    margin: .625rem;
    padding: 3rem;
}
.grid-color .color4{
    background: #888;
    margin: .625rem;
    padding: 3rem;
    color: #fff;
}
.grid-color .color5{
    background: #d13b7b;
    margin: .625rem;
    padding: 3rem;
}
.grid-color .color6{
    background: #ef4a44;
    margin: .625rem;
    padding: 3rem;
}
.grid-color .bloc-white{
    margin: .625rem;
    padding: 0 3rem;
}
.grid-color .bloc-white .btn-custom-1 a{
    font-size: 1rem;
    margin-top: 1rem;
}
.grid-color .bloc-white .titre1{
    color: #3474e3;
    font-size: 2rem;
}
.grid-color .bloc-white .titre2{
    text-shadow: 0 7px 0 rgba(0,0,0,.1);
    font-weight: 600;
    font-size: 2rem;
    color: #07102a;
}
.grid-color .bloc-white .titre3{
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    color: #030303;
    font-size: 2rem;
}
.grid-color .bloc-white p a{
    color: #1f65df;
    border: 2px solid transparent;
}
.grid-color .bloc-white p a:hover{
    border-color: #091e42;
    color: #091e42;
}
.grid-color .bloc-white .titre4{
    padding: .2rem 1rem;
    border-radius: .4rem;
    background: #3474e3;
    font-size: 1.5rem;
    position: relative;
    text-transform: lowercase;
    color: #fff;
}
.grid-color .bloc-white .titre5{
    padding: .2rem 1rem;
    border-radius: .4rem;
    border: 2px solid #3474e3;
    font-size: 1.5rem;
    position: relative;
    text-transform: lowercase;
    color: #3474e3;
}
.banniere-simple{
    background-image: url(img/bg-elements.svg);
    background-size: cover;
    background-position: center;
    border-radius: 1rem;
    transform: rotate(-1deg);
    margin: .625rem .625rem .625rem 220px;
    padding: 2.5rem 1.5rem;
    width: 80%;
}
.banniere-simple h1{
    font-size: 3.5vw;
    padding: 0.625rem;
    font-weight: 500;
    margin: 0;
    color: #fff;
}
.content-form{
    width: 70% !important;
    margin: 0 auto !important;
}
.content-form .form-label label{
    color: #c4c4c3;
    font-size: 1rem;
    line-height: 1.5;
    width: 100px;
    padding-top: 5px;
}
.content-form .form-field {
    margin-bottom: 1.5rem;
    display: flex;
}
.content-form .form-field input{
    border: 2px solid #d1d1d0;
    background: #f3f5f7;
    border-radius: 4px;
    color: #030303;
    padding: .375rem .375rem;
    width: 100%;
}
.content-form .form-field input:focus{
    outline: none;
}
.content-form .form-field p{
    margin: 0;
    padding: 0;
    width: calc(100% - 100px);
}
.content-form .form-field textarea{
    border: 2px solid #d1d1d0;
    background: #f3f5f7;
    border-radius: 4px;
    color: #030303;
    padding: .375rem .375rem;
    width: 100%;
    min-height: 225px;
}
.content-form .btn-custom-1{
    font-size: 1rem;
    padding: .4rem 1.5rem;
    border-radius: .4rem;
    background: #3474e3;
    border: 2px solid transparent;
    transition: all 0.2s;
    margin-left: 100px;
    color: #fff;
}
.content-form .btn-custom-1:hover{
    background: #fff;
    color: #3474e3;
    border-color: #3474e3;
}
.titre-fond{
    margin: 0;
    top: 1rem;
    text-align: center;
    opacity: 0.05;
    padding: 0;
    position: absolute;
    font-weight: 600;
    font-size: 13vw;
    line-height: 0;
    color: #07102a;
    text-transform: uppercase;
    width: 100%;
    z-index: -1;
}
.relative{
    position: relative;
}
.mobile{
    display: none !important;
}
h2.spec1{
    font-size: 2.5rem;
}
.realisation-home .model3{
    width: 100vw;
    margin-top: 1rem;
}
.realisation-home .item{
    width: 80%;
    margin: 0 auto;
    padding: 1rem;
    border-radius: 10px;
    height: 300px;
}
.realisation-home .item img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.realisation-home .slick-dots, .conseil-home .slick-dots{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.realisation-home .slick-dots li,.conseil-home .slick-dots li{
    margin: 0 3px;
}
.realisation-home .slick-dots li button,.conseil-home .slick-dots li button{
    background: #07102a;
    border: none;
}
.realisation-home .slick-dots li.slick-active button,.conseil-home .slick-dots li.slick-active button{
    background: #56bdeb;
}
.cat-list{
    margin: 2rem 0 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.cat-list li{
    list-style: none;
    margin: 0 15px 1rem 0;
}
.cat-list li a{
    font-size: 1.1rem;
    padding: .4rem 1.5rem;
    border-radius: .4rem;
    background: #3474e3;
    border: 2px solid transparent;
    transition: all 0.2s;
    color: #fff;
    display: inline-block;
}
.cat-list li a:hover {
  background: #fff;
  color: #3474e3;
  border-color: #3474e3;
}
.archive .conseil-home{
    padding: 0 5%;
    margin: 5rem 0 4rem auto;
}
.archive .conseil-home article{
    margin-bottom: 1.5rem;
    padding: 0 1rem;
}
#post-container article {
  position: relative;
  transition: all 0.6s ease;
}

#post-container article.new-post {
  opacity: 0;
  transform: translateY(30px);
  animation: fadeUp 0.6s ease forwards;
}
.archive .model-2,.archive .model-3{
    padding: 0;
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.archive .model-3 article:nth-child(3n+1) a { background: #3474e3; }
.archive .model-3 article:nth-child(3n+2) a { background: #5abded; }
.archive .model-3 article:nth-child(3n+3) a { background: #1b2543; }
.archive .model-3 article a{
  border-radius: 10px;
  position: relative;
}
.archive .model-3 article a div h3 {
  font-size: 1.2vw;
}
.archive .model-3 article a div p{
    color: #fff;
    opacity: 0;
    transition: all .5s ease-in-out;
}
.archive .model-3 article:hover a div p{
    opacity: 1;
}
.archive h1{
    color: #07102a;
    font-size: 2.8vw;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.2;
}
.archive h2{
    color: #07102a;
    font-size: 2.3rem;
    font-weight: 400;
    line-height: 1.2;
}
.alignfull{
    width: calc(100% - 100px);
    margin-left: auto;
    padding: 0 10%;
}
.titre-ligne{
    font-size: 2.2vw;
}
.conseil-home .model-3 article a.no_href{
    cursor: default;
}