@import url('https://fonts.googleapis.com/css2?family=Poppins: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=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');
body {
	margin: 0px;

}
html, body, div, applet, object, iframe,
h1, h2, h3, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

.section--hero {
    background: linear-gradient(0deg,rgba(215,236,242,.95) 0,rgba(255,255,255,.95) 100%),url(https://digitics.fr/wp-content/themes/digitics_gui/img/bg-contact.jpg);
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: hard-light;
    padding-top: 50px;
    padding-bottom: 0;
}

.section{
    width: 100%;
    height: 300px;
    left: 0;
    /*background-image: linear-gradient(0deg,rgba(215,236,242,.95) 0,rgba(255,255,255,.95) 100%),url(fond/bg-contact.jpg);*/

    background-image: linear-gradient(0deg,rgba(224,218,212,.95) 0,rgba(255,255,255,.95) 100%),url(fond/bg-contact.jpg);

    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.section::after {
    background: transparent url(fond/wave.svg) 50% 0 no-repeat;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0px;
    top: 183px;
    z-index: 0;
}

.header{
    background: #fff;
    box-shadow: 0 3px 10px #E5E3E3;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    z-index: 100;
    height: 62px;

}

.text-highlight{
    justify-content: center;
    display:  flex;
    margin: auto;
    z-index: 1;
}

 .footer-bg::after{
    background: transparent url(fond/wave-bis.svg) 50% 0 no-repeat;
    content: '';
    width: 100%;
    height: 240px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 0;
} 

.sousTitre{
	font-size: 10.2px;
	font-weight: 300;
	font-style: oblique 90deg;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
    position: relative;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body *{
	box-sizing: border-box;
}
b{
	font-weight: 600;
}

.header-container{
	display: -webkit-box;
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
	padding-right:  3rem;
	padding-left: 6px;
 }
.site-branding{
	max-width: 800px;
	width: 170px;
}
.site-branding a{
	display: block;
}
.site-branding a img{
	max-width: 100%;
    height: auto;
}

.site-title>a>img {
    max-width: 200px;
    min-width: 200px;
    margin: 0;
}

.header-menu{
    display: flex;
}

.header-menu ul li a{
	text-decoration: none;
	color: #705c4c;
	max-width: 800px;
	font-weight: 700;
	font-size: 20px;
	font-family: 'Source Sans Pro', sans-serif;
}
.header-menu ul li a:hover{
	color: #d2ab82;
}
.header-menu ul li a::after{
    transition: all .3s cubic-bezier(.42,0,.58,1);
    transform: scale(0,1);
    background-color: #d2ab82;
    content: '';
    height: 6px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 85%;
}
.header-menu ul{
	display: flex;
	gap: 86px;
    justify-content: center;
}
li{
	gap: 20px;
    align-items: center;
    position: relative;
    justify-content: center;
    display: flex;
}

.hdrimg{
	width: 200px;
	height: 200px;
}

img {
    max-width: 100%;
    display: block;
}
.site-title{
	margin: 0;
	max-width: 150px;
	padding: 0;
	position: relative;
}


.containerGlobal:hover .btn-pill{
	background: #705c4c;
	color: #fff;
}

.containerGlobal:hover .post-card__title{
    transform:  translateY(-1rem);
}

.containerGlobal:hover .containerIMG img{
	transition-duration: 2s;
	transform: scale(1.2);
}


.containerGlobal{
	background: #fff;
    border-radius: 2rem;
    box-shadow: 0 0 1rem rgba(42,30,17,.15);
    list-style: none;
    margin-bottom: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  
}
.containerIMG{
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    display: block;
    overflow: hidden;
    padding-top: 62%;
    position: relative;
    z-index: 0;
}

.containerIMG img{
    object-fit: scale-down;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px;

}

.containerIMGblanc {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    display: block;
    overflow: hidden;
    padding-top: 62%;
    position: relative;
    z-index: 0;

}

.containerIMGblanc img{
    object-fit: scale-down;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #705c4c;
    padding: 15px;
}

.containerGlobal:hover .containerIMGblanc img{
	transition-duration: 2s;
	transform: scale(1.2);
    border-radius: 2rem;
}


.animations-container{
	display: flex;
    flex-wrap: wrap;
    margin: auto;
    width: 1200px;
    columns: 6;
}
.logos-container{
	display: flex;
    flex-wrap: wrap;
    margin: auto;
    width: 1200px;
}
.logos-blancs-container{
	display: flex;
    flex-wrap: wrap;
    margin: auto;
    width: 1200px;
}
.logos-noirs-container{
	display: flex;
    flex-wrap: wrap;
    margin: auto;
    width: 1200px;
}
h2{
	font-family: 'Poppins', sans-serif;
	color: #705c4c;
	font-weight: 700;
	text-align: center;
	font-size: 72px;
	margin-bottom: 70px;
}
h2 span{
	display: inline;
    background: linear-gradient(90deg, #d2ab82 50%, #4b39ef 50%);
    background-size: 200% 22%;
    background-position: 0% calc(85% - 0.25em);
    background-repeat: no-repeat;
    animation: move_eye 1.4s cubic-bezier(.215, .61, .355, 1) 1s;
    margin-left:  auto;
}

span{
    font-si+++ze: 100%;
	font-style: inherit;
	margin: 10%;
}

.header-menu.actif{
    display: block;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #00000082;
    z-index: 1;
}

.header-menu.actif ul{
    height: 100%;
    display: block;
    background: #fff;
    margin-right: 130px;
    z-index: 2;
    padding-left: 10px;
}

.header-menu.actif ul li{
    justify-content: left;
    padding: 20px 20px;
    z-index: 3;
}

.header-menu.actif ul li a:hover{
    color: rgb(239, 87, 57);
    z-index: 4;
}

.btnclose.actif .btnclose{
    display: none;
}


.btnclose.actif{
    display: block;
    position: fixed;
    z-index: 999;
}

.header-menu.actif ~ div.site-branding-droite{
    display: none;
}


.bloc0{
    max-width: 1400px;
    width: 100%;
    margin: auto;
    padding-top: 30px;
}
.bloc1 {
    max-width: 1400px;
    width: 100%;
    margin: auto;
    padding-top: 30px;
}
.bloc2{
    max-width: 1400px;
    width: 100%;
    margin: auto;
    padding-top: 30px;
}
.bloc3{
    max-width: 1400px;
    width: 100%;
    margin: auto;
    padding-top: 30px;
}
.bloc4{
    max-width: 1400px;
    width: 100%;
    margin: auto;
    padding-top: 30px;
}
.bloc5{
    max-width: 1400px;
    width: 100%;
    margin: auto;
    padding-top: 30px;
}
.bloc6{
    max-width: 1400px;
    width: 100%;
    margin: auto;
    padding-top: 30px;
}
.bloc7{
    max-width: 1400px;
    width: 100%;
    margin: auto;
    padding-top: 30px;
}
.containerTexte{
	text-align: center;
}



.post-card__content {
    background: #fff;
    position: relative;
    z-index: 1;
    margin-bottom: 1px;
    box-shadow: 0 0 5rem rgba(0,31,164,.15);
    border-radius: 2rem;
    flex-grow: 1;
}

.post-card__title {
    color: #705c4c;
    display: block;
    font-family: Poppins,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.47368;
    text-align: center;
    background: #fff;
    transition: 1s;
    padding-top: 20px;
    padding-bottom: 37px;
    border-radius: 2rem;
    padding-right: 10px;
    padding-left: 10px;
}


.btn-pill {
    border-radius: 5rem;
    box-shadow: 0 0 2rem rgba(43, 78, 236, 0.15);
    background: #fff;
    color: #705c4c;
    cursor: pointer;
    font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
    padding: 10px;
    text-align: center;
    margin: 0 auto;
    max-width: 150px;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    z-index: 1;

}


.btn-pill:hover:after{
	width: 100%;
}

.post-card__visual {
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    display: block;
    overflow: hidden;
    padding-top: 62%;
    position: relative;
    z-index: 0;
    border-radius: 2rem;
}


#scroll-page{
  position: fixed;
  top: 62px;
  left: 0;
  height: 5px;
  width: 0%;
  background-color: #d2ab82;
  z-index: 9999;

}

.site-branding-droite svg{
    display: none;
    z-index:  1;
    position: relative;
}



.site-branding-droite:hover{
    background-cololr: #d2ab82;
}


.btnclose{
    display: none;
    z-index: 999;
}


@media screen and (min-width: 319px){
    h2 {
        font-family: 'Poppins', sans-serif;
        color: #705c4c;
        font-weight: 700;
        text-align: center;
        font-size: clamp(30px, 3vw, 72px);
        margin: auto;
        display:  flex;
        margin-bottom: 70px;
        margin-top: 50px;
    }
}


@media screen and (max-width: 375px){
    .columns.is-multiline {
    flex-wrap: wrap;
    max-width: 491px;
    margin: auto;
    padding: 0 15px;
    }
    .header-menu{
        display: none;
    }
    .header-menu ul li a {
    font-size: 16px;
    padding: 0 4px;
    }
}



@media screen and (min-width: 768px){
    .header ul li a{
        font-size: clamp(8px, 2vw, 20px);
    }
}

@media screen and (min-width: 760px){
    .bloc0{
        max-width: auto;
    }
    .bloc1{
        max-width: auto;
    }
    .bloc2{
        margin:auto;
    }.bloc3{
        margin:auto;
    }.bloc4{
        margin:auto;
    }
    .bloc5{
        margin:auto;
    }
    .bloc6{
    max-width: 1400px;
    width: 100%;
    margin: auto;
    padding-top: 30px;
    }
    .columns.is-multiline {
    margin: auto;
    }
}


@media screen and (max-width: 769px){
    .header-menu{
        display: none;
    }
    .header{
        padding: 8px;
    }
    .header .header-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    }
    .site-branding-droite{
        max-width: 800px;
        width: auto;
        position: absolute;
        left: 88%;
    
    }
    .site-branding-droite svg{
        display: block;
        cursor: pointer;
    }
    .site-branding-droite svg:hover{
        fill: #d2ab82;
    }
    .btnclose{
        max-width:  100%;
        width: 100%;
        position: absolute;
        left: 88.7%;
        cursor: pointer;

    }
    .columns.is-multiline {
    flex-wrap: wrap;
    display: flex;
    max-width: 500px;
    margin: auto;
    }
   .column.is-half-mobile {
    flex: none;
    width: 50%;
    display: flex;
    flex-direction: column;
    }
}

@media screen and (max-width: 991px){
.site-branding {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 46px;
}
}

@media screen and (max-width: 425px){
    .header ul{
        display: none;
    }
    .columns.is-multiline{
        flex-wrap: wrap;
        max-width: 500px;
        margin: auto;
        padding: 0 10px;
    }
    body{
        overflow: hidden;
    }
    .text-highlight{
        display: flex;
        margin: auto;
        z-index: 1;
    }
}

@media screen and (max-width: 991px){
.header-menu ul {
    display: flex;
    gap: 30px;
    justify-content: center;
    padding-left: 75px;
}
}

@media screen and (max-width:1250px){
.header-menu ul{
    display: flex;
    gap: 22px;
    justify-content: center;
    padding-left: 85px;
}}
@media screen and (min-width:1550px){
.header-menu ul {
    display: flex;
    gap: 30px;
    justify-content: center;
}}

@media screen and (min-width: 1253px){
.header-menu {
    display: flex;
    padding-left: 70px;
}
.header-menu ul{
    display: flex;
    gap: 30px;
    justify-content: center;
}}

@media screen and (min-width: 1400px){
    .header-menu ul{
        gap: 70px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1339px){
    #scroll-page {
    position: fixed;
    top: 80px;
    left: 0;
    height: 5px;
    width: 0%;
    background-color: #d2ab82;
    z-index: 9999;
}
}

/*

_____   _   _____   _   _____   _   _____   _____  
|  _  \ | | /  ___| | | |_   _| | | /  ___| /  ___/ 
| | | | | | | |     | |   | |   | | | |     | |___  
| | | | | | | |  _ |  |   | |   | | | |     \___  \ 
| |_| | | | | |_| | | |   | |   | | | |___   ___| | 
|_____/ |_| \_____/ |_|   |_|   |_| \_____| /_____/  



*/