/*RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
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, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html{
    height: 100%;
    width: 100%;
}
body::-webkit-scrollbar {
    /*display: none;*/
}
 ::-webkit-scrollbar {
    width: 12px; /* Largeur de la scrollbar */
}

::-webkit-scrollbar-track {
    background: transparent !important
}
::-webkit-scrollbar-thumb {
    background: #888; /* Couleur du pouce de la scrollbar */
    border-radius: 6px; /* Arrondir les coins du pouce */
}

::-webkit-scrollbar-thumb:hover {
    background: #555; /* Couleur du pouce lors du survol */
}
body {
	line-height: 1;
    
}
a{
    cursor: none;
}
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;
}

/* STYLE */

body{
    font-family: Arial, sans-serif;
    padding: 0;   
    font-family: "ABeeZee", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;  
    position : relative;
    background-image: url(../texture.svg);
    background-size: 50px;
    background-attachment: scroll;
    
}

body:before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mix-blend-mode: multiply;                 
    background: linear-gradient(0deg, #ca598f,#f0955a,#bae67d);
    background-repeat: no-repeat;   
    background-size: cover;        
    z-index: -1;
    position: fixed;
}
/* variable */
:root {
    --navsize: 20px;
}

footer{
    background-color: #333;
    color: #fff;
    text-align: center;
    position: relative;
    z-index : 10;
    padding : 10px 0 !important;
}
footer nav ul li a{
    color: #fff899;
    text-shadow: none;
    display: inline-block;
    border-bottom : 2px dotted transparent;
    padding-bottom : 4px;
    transition: 0.4s;
}
footer nav ul li a:hover{
    border-bottom : 2px dotted #fff899;
}
footer nav ul li:not(:first-child)::before {
    content: '⁓';
    display: inline-block;
    margin-right : 4px
}
footer nav ul{
    padding : 8px 0;
    display: block;
    margin-bottom : 10px
}
footer nav{
    padding: 0 10px;
}
header h1{
    padding: 10px 0;
}
footer{
    padding: 10px 0;
}
footer p {
    padding-bottom : 16px;
    display: flex;
    width: fit-content;
    margin: auto;
    align-items: end;
    gap : 8px;
}

.icn_rs{
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right : 5px
}

nav {
    padding: 6px;
    transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    background-color: rgba(255, 255, 255, 0);
}
#menu_burger{
    position: absolute;
    top : 0;
    left : 0;
    width: 50px;
    aspect-ratio: 1/1;
    display: none;
    z-index : 100;
    border-bottom-right-radius: 15px;
    border-right: 2px solid black;
    border-bottom: 4px solid black;
    background-color: var(--color_white);
    box-shadow: black 0px 2.5px 0px 0px;
}
#menu_burger span{
    display: block;
    width: calc(100% - 15px);
    height: 5px;
    border-radius: 5px;
    background-color: #000;
    position: absolute;
    transform: rotate(0deg);
    margin-left : 6.5px;
    opacity : 1;
    transition: 0.3s;
}
#menu_burger span:first-child{
    transform: translateY(-11px) rotate(0deg);
}
#menu_burger span:last-child{
    transform: translateY(11px) rotate(0deg);
}
#menu_burger.active_menu span{
    opacity : 0
}
#menu_burger.active_menu span:first-child{
    transform: translateY(0px) rotate(45deg);
    opacity : 1;
}
#menu_burger.active_menu span:last-child{
    transform: translateY(0px) rotate(-45deg);
    opacity : 1;
}
nav ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}
nav ul li {
    display: inline;
}

nav ul li a {
    color: #000;
    text-shadow:rgba(255, 255, 255, 0.352) 0 -1px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none !important;
    position: relative;
    padding: 4px 5px 0 5px;
    gap : 0.1em;
    letter-spacing: 0.017em;
    white-space: nowrap;
    padding-bottom : 3px
}

nav ul li a span.icn{
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    opacity: 0.8;
    filter: drop-shadow(0px -2px 0px rgba(255, 255, 255, 0.352));
    margin-bottom : 3px;
}
nav ul li a:hover span.icn{
    opacity: 1;
}
nav ul li a span:not(span.icn){
    width: 0%;
    height: 0%;
    position : absolute;
    background-color: #FFF;
    background-image: url(../texturenav.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
    bottom: 0;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px, 0 1.5px 2px rgba(0, 0, 0, 0.2);
    transition: 0.15s cubic-bezier(0.34, 1.56, 0.64, 1);
}
nav ul li a:hover span:not(span.icn){
    width: 100%;
    height: 100%;
}
#pagecoucou{
    height: calc(100% - 63px) !important;
    width: 100%;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
}

#maincoucou{
    height : 370px;
    width : 202px;
    background-image: url(../maincartoon.svg);
    background-repeat: no-repeat;
    position: absolute;
    bottom: -560px;
    right : 180px;
    z-index : 2
}

.feuillage{
    position: absolute;
    width: 21vw;
    height: 21vw;
    bottom: 0;
    background-image: url(../tige.svg);
    background-repeat: no-repeat;
    opacity: 0.8;
    left : 0;
    transform: scaleX(1);
    pointer-events: none;
}
.feuillage:nth-of-type(2){
    left: auto;
    right: 0;
    transform: scaleX(-1);
}
.feuillage span{
    display: block;
    position: absolute;
    background-repeat: no-repeat;
}
.feuille1{
  width: 60%;
  height: 43%;
  background-image: url(../feuille1.svg);
  left: 21%;
  top: 11.5%;
}
.feuille2{
  width: 38%;
  height: 45%;
  background-image: url(../feuille2.svg);
  left: 55%;
  top: 48%;
}
.feuille3{
    width: 40%;
    height: 42%;
    background-image: url(../feuille3.svg);
    left: 17%;
    top: 57%;
}
.luciol{
    background-color : rgba(127, 255, 212, 1);
    display: block;
    aspect-ratio: 1/1;
    width: 7px;
    position: absolute;
    left : 10vw;
    bottom : 40vh;
    border-radius: 50%;
    opacity : 0;
    mix-blend-mode: overlay;
    animation: illumine 1s linear infinite;
    }
    
    @keyframes illumine {
        0% {
            width: 5px;
        }
        50%{
            width: 7px;
        }
        100% {
            width: 5px;
        }
    }
#englobpagecoucou{
    position: relative;
    padding : 20px 5vw 30px 5vw;
    transform: translateY(-30%);
    border-radius : 4px;
}

.bg_img, .bg_img_1{
    background-size: cover;
    background-position : 0 center;
    position : absolute;
    z-index : -1;
    display: block;
    width : 100%;
    height : 100%;
    left : 0%;
    top: 0%;
    opacity: 0;
    border-radius: 200px;
    transition: 0.4s;
}
.bg_img_1{
    transition: 0.35s;
}
:root {
    --couleur_mea_sombre: #25262b;
}
h1.poste{
    font-size: 6vw;
    text-align: center;
    color: black;
    font-family: 'dk_magical_brushregular';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    letter-spacing: 1px;
    text-shadow:
        2px 2px 0 white, /* En bas à droite */
        2px -2px 0 white, /* En haut à droite */
        -2px 2px 0 white, /* En bas à gauche */
        -2px -2px 0 white, /* En haut à gauche */
        2px 0 0 white, /* À droite */
        -2px 0 0 white, /* À gauche */
        0 2px 0 white, /* En bas */
        0 -2px 0 white,
        1px 1px 2px #25262b, #ffffff44 1px 0 40px /* En haut */;
    position: relative;
    line-height: 0.7em;
    margin-bottom: 0.1em;
}
#nom_designer{
    font-family: 'dk_magical_brushregular';
    font-size : 3.5vw;
    letter-spacing: 1px;
    line-height: 1em;
    text-shadow: #ffffff76 1px 0 40px;
    /*backdrop-filter: blur(1.5px);
    -webkit-backdrop-filter: blur(1.5px);*/
    display: block;
    width: fit-content;
    margin: auto;
    margin-bottom : 0.25em;
    border-radius: 1em;
    padding: 0 0.25em;
}
.star{
    background-image: url(../etoile.svg);
    width: 1vw;
    height:1vw;
    display: block;
    position: absolute;
}
.star:nth-child(1){
    left : -1vw;
    top : -1vw;
}
.star:nth-child(2){
    right : -1vw;
    top : -1vw;
}
.star:nth-child(3){
    right : -1vw;
    bottom : -1vw;
}
.star:nth-child(4){
    left : -1vw;
    bottom : -1vw;
}

#bandeauderoulant{
    max-width : calc(100% - 20px);
    margin-top : 13px;
    padding-right :10vw;
    height : 1.2em;
    font-size: 1.2em;
    line-height: 1.2em;
    position: relative;
    overflow: hidden;
    background-color:rgba(19, 19, 20, 0);
    border-radius: 0.1em;
    transition: 0.15s;
}
#zonetextebandeauderoulant{
    position : absolute;
    padding : 0 100%;
    top : 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    color : #FFF;
    text-shadow: 0px 1px 2px #25262b;
    font-family: 'dk_magical_brushregular';
    letter-spacing: 0.8px;
    scrollbar-width: none;
    margin-top : -2px
    
}
#englobscroll{
    width: auto;
    position: absolute;
    bottom : 15vh;
    z-index : 3
}

.st0{
    opacity: 0;
}

#englob_btn_scroll{
    width: 100%;
    height: 100%;
    display: block;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    display : none;
}

#chargement{
    width: 40px;
    height : 40px;
    display: block;
    position: absolute;
    top : 50%;
    left : 50%;
    z-index : 9999;
    transform: translate(-50%, -50%);
    display : block;
    pointer-events: none;
}
#chargement.eclate_chargement{
    animation : eclate_chargement 1s forwards;
}
@keyframes eclate_chargement{
    to {
        opacity: 0;
        width: 200px;
        height : 200px;
    }
}
#rotate_chargement{
    width: 100%;
    height: 100%;
    position: absolute;
    top : 0;
    left : 0;
    transform: rotate(0deg);
    animation : rotate_chargement 2.5s infinite linear;
}
#chargement.eclate_chargement #rotate_chargement{
    animation : none !important;
}
@keyframes rotate_chargement {
    0% {
        transform: rotate(0deg);
        opacity: 0.4;
    }
    50% {
        transform: rotate(30deg);
        opacity: 1;
    }
    100% {
        transform: rotate(60deg);
        opacity: 0.4;
    }
}

#chargement div{
    width: 100%;
    height : 100%;
    position : absolute;
    top : 0;
    left : 0
}
#chargement div:nth-child(2){
    transform : rotate(30deg)
}
#chargement div:nth-child(3){
    transform : rotate(60deg)
}
#chargement div span{
    width: 6px;
    height : 6px;
    background-color:rgba(127, 255, 212, 1);
    position : absolute;
    opacity : 0.7;
    border-radius: 10px;
}
#chargement div span:nth-child(2){
    right : 0;
    top : 0;
}
#chargement div span:nth-child(3){
    right : 0;
    bottom : 0;
}
#chargement div span:nth-child(4){
    left : 0;
    bottom : 0;
}
/* englobscroll -> width: 120px; height 100px*/
#btn_scroll{
    text-align: center;
    text-shadow:rgba(255, 255, 255, 0.352) 0 -1px,rgba(103, 70, 70, 0.311) 0 1px;
    border-bottom : 1px solid black;
    position: relative;
    background-color: #ffffff7d;
    border-radius : 4px
}
#englob_btn_star{
    position: absolute;
    width: 200px;
    height : calc(100% + 40px);
    top : -20px;
    left : -23px;
    display: block;
    pointer-events: none;
    opacity : 0;
    transition: 1.5s;
    transform: scale(0.94);
}
#englob_btn_star span.largeur_star_btn{
    width: fit-content;
    height: 20px;
    display: flex;
    position: absolute;
}
#englob_btn_star span.larg2{
    display: block;
    width: fit-content;
    height: 20px;
    bottom : 0;
    transform: rotate(180deg);
    display: flex;
    position: absolute;
}
#englob_btn_star span.longueur_star_btn{
    display: block;
    top : 20px;
    width: 20px;
    height: calc(100% - 40px);
    transform: rotate(180deg) translateX(1px);
    display: flex;
    flex-direction: column;
    position: absolute;
}
#englob_btn_star span.long2{
    display: block;
    top : 20px;
    width: 20px;
    right: 0px;
    height: calc(100% - 40px);
    transform: rotate(-0deg) translateX(1px);
    display: flex;
    flex-direction: column;
    position: absolute;
}
.star_btn{
    width: 20px;
    height: 20px;
    background-image: url(../etoile.svg);
    background-repeat: no-repeat;
    background-position: center;
    display : block;
    transform: scale(0.9);
}

#btn_scroll:hover{
    transform: scale(1.2);
    border-bottom : 1px solid black;
    background-color: #ffffff00;
    transition: 0.15s;
}
.surligne_bas{
    width: 100%;
    height: 0;
    background-color: rgba(255, 255, 255, 0.1);
    position: absolute;
    left : 0;
    bottom : 0px;
    z-index: -1;
    transition: 0.1s cubic-bezier(0.5, 1, 0.89, 1);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    border-top : 1px solid black;
    overflow: hidden;
    border-radius: 4px;
}

.surligne_bas#desactive_surligne{
    transition: 0.1s cubic-bezier(0.5, 1, 0.89, 1);
}

#btn_scroll:hover .surligne_bas{
    height: 100%;
}

#btn_scroll:hover span#englob_btn_star{
    /*opacity : 1;*/
}

#btn_scroll:hover .surligne_bas#desactive_surligne{
    height: 0%;
}


.surligne_bas .shine{
    display: block;
    position: absolute;
    width: 20px;
    height: 200%;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.752) 0%, rgba(255, 255, 255, 0.682) 100%);
    transform: rotate(35deg);
    top : -50%;
    left: -35%;
    z-index : -1;
}
@keyframes shine {
    0% {
      left:  -35%;
      opacity: 0;
    }
    8%{
        opacity: 1;
    }
    13% {
      left: 120%;
    }
    100% {
        left: 120%;
      }
  }

#btn_scroll:hover .surligne_bas .shine{
    animation: shine 4s cubic-bezier(0.45, 0, 0.55, 1) infinite;
}

.zigouigoui{
    position: absolute;
    top : -84px;
    left : calc(-50% + 2.5em);
    transform: scale(0.5);
    opacity: 1;
    pointer-events: none;
}

#btn_scroll:hover .zigouigoui{
    opacity : 0
}
#btn_scroll a{
    color: black;
    text-decoration: none !important;
    border-radius: 3px;
    font-size: 1.1em;
    position: relative;
    z-index: 2;
    line-height: 1.4em;
    display: block;
    padding: 5px 4px 2px 4px;
    letter-spacing: 0.017em;
}
section:not(#pagecoucou){
    min-height: 200px;
    position: relative;
    background: linear-gradient(0deg, rgb(202, 89, 143),rgb(240, 149, 90),rgb(186, 230, 125)); 
    background-repeat: no-repeat;   
    background-size: cover;   
    background-attachment: fixed;
    
}

section#portefolio{
    border-top : 1px solid black;
    margin-top: 100vh;
    width : 100%; 
    min-height : 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px -70px 70px 0px;
    padding-bottom : 10px;
}
#scale_lunettes{
    display:block;
    position: absolute;
    width: 90px;
    height:33px;
    top : -43px;
    left : 50%;
    transform: translateX(-50%);
    pointer-events: none;
}
#lunettes{
    display:block;
    position: absolute;
    left : 50%;
    transform: translateX(-50%) translateY(-50%);
    top : 50%;
    width: 100%;
    height:100%;
    background-image: url(../lunettes.svg);
    filter: drop-shadow(0px -1px 0px rgba(255, 255, 255, 0.609));
    background-repeat: no-repeat;
    background-size: 100%;
    opacity : 0.7;
}
:root {
    --couleurverres: rgba(40, 26, 190, 0.586);
}

span.verres{
    width: 33.7%;
    height: 92%;
    position : absolute;
    border-radius : 100%;
    left : 6%;
    top : 3%;
    overflow : hidden;
    background-color: var(--couleurverres);
    -webkit-transition: background-color;
    -ms-transition: background-color;
    transition: background-color;
    animation : anime_lunettes_color 1s infinite;
}

span.verres:last-of-type{
    left: auto;
    right : 5.5%;
}
@keyframes anime_lunettes_color {
    0% {
        background-color: var(--couleurverres);
    }
    33%{
        background-color: rgba(180, 130, 31, 0.779);
    }
    66% {
        background-color: rgba(223, 42, 255, 0.337);
    }
    100% {
        background-color: var(--couleurverres);
    }
}
.reflet{
    height : 200%;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    width: 12px;
    position : absolute;
    top : -50%;
    z-index: 2;
    left : calc(-50% - 6px);
    transform: rotate(35deg);
}
.reflet.anime{
    animation: shine 4.5s cubic-bezier(0.65, 0, 0.35, 1) infinite;
}
.degrade_lunettes{
    width: 100%;
    height: 100%;
    position : absolute;
    border-radius : 100%;
    background-color: black;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgba(2,0,36,1) 100%);
}
span.verres:last-of-type .degrade_lunettes{
    left: auto;
    right: 0;
}
.zigzags{
    width: 100%;
    height: 100%;
    background-image: url(../zigzag.svg);
    background-size: 220%;
    position: absolute;
    z-index: 2;
    opacity: 0.7;
    display: none;
    background-position: 0 ;
    animation: anime_zigzag 10s linear infinite;
}
.zigzags.anime_zigzag{
    display: block;
}

@keyframes anime_zigzag {
    100%{
        background-position: 0 -124px;
    }
}
section:nth-of-type(2):before{
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    mix-blend-mode: multiply;
    /*background-image: url(../texture.svg);*/
    background-size: 50px;
    position: absolute;
    pointer-events: none;
}

.limit_section{
    max-width: calc(100% - 5vw);
    padding : 15px;
    position: relative;
    margin : auto;
}
#portefolio .limit_section{
    background-image: url(../grille.svg);
    background-size: 10px;
    margin-top : 10px
}

section h1, h3{
    font-family: 'dk_magical_brushregular';
    line-height: 1.25em
}
h2{
    font-family: 'dk_magical_brushregular';
    line-height: 1.2em
}
section#portefolio h1{
    font-size: 4em;
    line-height: 1em;
    margin-bottom : 0.1em
}
#englob_repere_tri{
    line-height : 1em;
    letter-spacing: 0.02em;
    font-size: 1em;
    width: calc(100% - 1vw);
    border-radius : 6px;
    display: flex;
    justify-content: space-between;
    /*
    color : var(--color_description1);
    border: 1px solid var(--color_description1);
    */
    border: 1px dashed rgba(0, 0, 0, 1);
    backdrop-filter: blur(1px);
        -webkit-backdrop-filter: blur(1px);
}

#englob_repere_tri span#support_publicitaire, #englob_repere_tri span#date_support{
    display: block;
    padding : 1vh 10px;
    line-height : 1.3em;
}
#englob_repere_tri span#date_support{
    /*
    border-left: 1px solid var(--color_description1);
    */
    border-left: 1px solid rgba(0, 0, 0, 0.6)
}
section#portefolio h3{
    font-size: 1.5em;
    letter-spacing: 0.05em;
    color : var(--couleur_mea_sombre);
    letter-spacing: 0.25px;
}

#info_visualisation h2{
    font-size: 2.4em;
    margin-bottom : 0.2em;
    font-style: italic;
    font-family: "ABeeZee", sans-serif;
    opacity : 0.8;
    margin-top : 5px;
    text-shadow: rgba(255, 255, 255, 1) 0px -1.5px;
    /*background: linear-gradient(90deg, #F7DAD9 0%, var(--color_mea) 100%);
    -webkit-background-clip: text;
    color: transparent;
    */
    width: 100%;
    letter-spacing: -1px;
    font-weight: 800;
    position : relative
}
:root {
    --paddingright_description : 1vw;
    --paddingleft_description : 1vw;
    --width_description : calc(var(--paddingright_description) + var(--paddingleft_description));
}
#description h3, #description p{
    width: calc(100% - var(--width_description));
    padding : 0 var(--paddingright_description) 0 var(--paddingleft_description);
}
#description h3{
    padding-top : 8px;
    font-size : 2em !important;
}
#description p u{
    font-weight: bold;
}
#description p bold{
    font-weight: normal;
    margin : 0;
    text-decoration: none;
    color :#8E2A77
}

#description{
    background-color:var(--color_white);
    width: calc(100% - 17px);
    height : fit-content;
    border-radius: 4px;
    min-height : 100px;
    padding : 5px;
    background-size: 50px;
    font-family: "Rokkitt", serif;
    font-optical-sizing: auto;
    font-style: normal;
}
#limitetexte {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}
#recup_texte_presentation{

}
.voir_plus_texte{
    display : block;
    text-align: center;
    padding-bottom : 0.5em;
    margin-top : -10px
}
.click_voir_plus{
    border-bottom : 1px solid black;
    color : #3943B7;
    cursor: none;
    display: inline-block;
    font-style: normal;
    letter-spacing: 0.1px;
    font-size : 1.1em
}
#description #limitetexte{
    margin-top : 1.2em;
    margin-bottom : 1em
}
p{
    font-size : 1.09em;
    line-height: 1.4em;
}
#description p{
    margin-top : 0;
    max-width: 540px;
    letter-spacing: -0.05px;
    color : var(--couleur_mea_sombre)
}
:root{
    --color_mea : #E1CA96;
}
b{
    font-size : 1em;
    line-height: 1em;
    display: inline-block;
    margin-top: 0.6em;
    margin-bottom: 0.3em;
    color : var(--couleur_mea_sombre);
    text-decoration: underline;
    font-weight: bold;
}
@keyframes anime_hashure {
    0% {
        background-position: 0 0;
       } 
    100% {
        background-position: 0 11px;
    }
}

#englobbouton_autre{
    width: calc(100% + 2px);
    height: 55px;
    margin : 10px 0 0 0 ;
    border-radius: 6px;
    position : relative;
}
#anim_englobbouton_autre{
    width: calc(100% - 29px);
    height: 100%;
    background-image: url(../motif_hashure_noir.svg);
    background-size: 11px;
    display : flex;
    justify-content: space-between;
    align-items: center;
    gap : 15px;
    top : 0;
    left :0;
    padding : 5px 10px;
}
.anime_hashure{
    position : sticky !important;
    bottom : -65px;
}
.anime_hashure #anim_englobbouton_autre{
    animation : anime_hashure 0.6s linear infinite;
}

#englobbouton_autre:after{
    content : "";
    width: calc(100% - 10px);
    height: calc(100% + 10px);
    background: linear-gradient(0deg, rgba(202, 89, 143, 1),rgba(240, 149, 90, 1),rgba(186, 230, 125, 1));
    border : 1px solid rgba(0, 0, 0, 0.2);
    background-repeat: no-repeat;   
    background-size: 100vw 100vh; 
    background-attachment: fixed;       
    position: absolute;
    top : 0;
    left : 0;
    z-index : -1;
}

.bouton{
    width: auto;
    height : 40px;
    border-radius: 4px;
    overflow: hidden;
    background-color: var(--color_white);
    box-shadow: black 0px 2.5px 0px 0px;
    transition: 0.15s;
    border: 2px solid black;
    font-weight: bold;
}
.bouton a, .bouton_retour_portefolio{
    height: 100%;
    padding: 0 13px 0 10px;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 1.25em;
    text-decoration: none;
    color: var(--couleur_mea_sombre);
    border-radius : 4px;
    box-shadow: inset rgba(255, 255, 255, 0) 0px 0px 5px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    width : fit-content
}
.bouton_retour_portefolio{
    cursor: none;
}
#redirige_presentation{
    min-width : 50px;
    min-height: 49px;
    background-color: var(--color_white);
    border-radius: 50px;
    background-image: url(../avatar4.svg);
    background-repeat: no-repeat;
    background-position: center 1px ;
    background-size: 90%;
    border: 2px solid black;
    border-bottom : 5px solid black;
    margin-right : 2%;
    position: relative;
    overflow: hidden;
    transition : 0.2s;
}
.wt_content{
    width: 119px;
}
#redirige_presentation:hover{
    border-bottom : 2px solid black;
}
#redirige_presentation a{
    display: block;
    position : absolute;
    top : 0;
    left : 0;
    width: 100%;
    height: calc(100% - 1px);
    border-radius: 50px;
    border-bottom: 4px solid white;
}
#redirige_presentation:hover {
    box-shadow:  white 0px 0px 0px 0px, rgba(255, 255, 255, 0.63) 0px 0px 5px 0px;
    transform : translateY(2.5px);
    
}
.icn_btn{
    display: inline-block;
}
#plus_real{
    height: 30px;
    width: 30px;
    min-width: 30px;
    margin-right : 5px;
    background-image: url(../plus_real_retour.svg);
    background-repeat: no-repeat;
    background-position : center;
    transform : translateX(-2px)
}

#plus_real_autres_visuels{
    height: 40px;
    width: 40px;
    min-width: 40px;
    margin-right : 10px;
    background-image: url(../plus_real.svg);
    background-repeat: no-repeat;
    background-position : center;
}
#plus_contact{
    aspect-ratio: 1 / 1;
    width: 20px;
    min-width: 20px;
    background-image: url(../at_contact.svg);
    background-repeat: no-repeat;
    margin-right: 3px;
}
#bouton_dirige_contact{
    display: flex;
    align-items: center;
}


.bouton:hover {
    box-shadow:  white 0px 0px 0px 0px, rgba(255, 255, 255, 0.63) 0px 0px 5px 0px;
    transform : translateY(2.5px);
    
}
.bouton:hover a{
    box-shadow: inset rgba(255, 255, 255, 0.63) 0px 0px 5px 0px;
    color: black;
}
#englob_tags{
    width: 100%;
    margin-bottom: 8px;
}

#englob_tags ul{
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}
:root{
    --color_white : #f9f9f9
}
#englob_tags ul li{
    height: 100%;
    display: block;
    line-height: 1em;
    border-radius: 24px;
    letter-spacing: 0.2px;
    line-height: 1em;
    cursor: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: var(--color_white);
    transition: 0.05s;
}
#englob_tags ul li span::before{
    content : '';
    display: block;
    width: 0%;
    height: 100%;
    z-index : -1;
    position: absolute;
    background-color: transparent;
    transition: 0.2s;
    right : 0
}
#englob_tags ul li:hover span::before{
    width : 100%;
    background-color: white;
}
#englob_tags ul li a{
    display : block;
    background-color: transparent;
    text-decoration : none;
    color : black;
    padding : 8px 15px;
    text-align: center;
}
#englob_tags ul li:hover span a{
    /*background: -webkit-linear-gradient(0deg, #ca598f,#f0955a,#bae67d);/* Chrome 10-25, Safari 5.1-6 */                          
    /*background: linear-gradient(0deg, #ca598f,#f0955a,#bae67d);
    -webkit-background-clip: text;
    background-clip: text;
    color : transparent*/
    text-decoration: none;
}
#englob_tags ul li#selection_tag a{
    background-color: #5d344f;
    color: #E2AA63;
    text-shadow:none;
    text-decoration: none;
    border : 1px solid #5d344f;
}
#englob_visuel{
    width: 100%;
    margin-top : 40px;
    display: flex;
    gap : 10px;
    flex-direction: row;
    align-items: flex-start;
    border-radius: 6px;
    /*background: rgb(156,82,139);
    background: radial-gradient(circle at 50% 125%, rgba(156,82,139,1) 0%, rgba(82,55,79,1) 21%, rgba(46,41,50,1) 47%, rgba(37,38,43,1) 100%);*/
    padding : 5px 0;
    position: relative;
}
#wrap_visuel{
    
    width: 0.000001%;
    height: 0.000001%;
    max-width: calc(100% - 5px);
    position:absolute;
    border-radius: 12px;
    opacity : 0;
    bottom : 0;
    left : 0;
    /*
    
    border: 1.2px solid #26272c;
    */
}
#visualisation{
    flex: 1;
    transform: translateY(-2px);
    max-width: 100%;
    height: fit-content;
    border-radius : 6px;
    position:-webkit-sticky; 
    position:sticky; 
    top: 5px;
    padding : 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px); 
}
#dessinlier{
    position : absolute;
    width: 30px;
    height : 100%;
    top : 30px; 
    right : -10px;
    z-index : 2;
    display : flex;
    opacity : 0;
    pointer-events: none;
}

.fractdessinlier{
    width: 50%;
    height : calc(50% - 30px)
}
.fractdessinlier .fractdessinlier{
    width: 100%;
    height : 50%;
    position: relative;
}
#rondpoin{
    width: 6px;
    height: 6px;
    background-color: black;
    position: absolute;
    bottom : 0;
    left : 0;
    transform: translateY(4px) translateX(-4px);
    border-radius: 5px;
}
#d1{
    border-bottom : 3px dotted black;
    border-right : 3px dotted black;
    border-bottom-right-radius: 30px;
}
#d2{
    border-top : 3px dotted black;
    border-left : 3px dotted black;
    border-top-left-radius: 30px;
}

#recup_visuel{
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    padding : 5px;
    position: relative !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: 10px;
    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 70%);
}

#recup_visuel::before{
    pointer-events: none;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(255,255,255,1) 40%, rgba(255,255,255,0.5) 100%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    mask-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhcGFfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgdmlld0JveD0iMCAwIDEwIDEwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxMCAxMDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtvcGFjaXR5OjAuNztmaWxsOiNGRkZGRkY7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMCwwLjdjMC40LDAsMC43LTAuNCwwLjctMC43SDBWMC43eiIvPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTAsMEg5LjNjMCwwLjQsMC40LDAuNywwLjcsMC43VjB6Ii8+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMCw5LjNjLTAuNCwwLTAuNywwLjQtMC43LDAuN0gxMFY5LjN6Ii8+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0wLjcsMTBjMC0wLjQtMC40LTAuNy0wLjctMC43VjEwSDAuN3oiLz4KPC9zdmc+Cg==');
    mask-size: 10px;
    mask-repeat: repeat;
    mask-position: center;
}

.ratio1{
    aspect-ratio: 1 / 1 !important;
}

#info_visualisation{
    flex : 1;
    /*border-radius: 6px;*/
    /*display: flex;*/
    flex-direction: column;
    align-items: center;
    padding : 0px 10px 15px 10px;
    color : black;
    opacity : 0;
    width: calc(100% - 20px);
    position: relative;
    z-index : 2;
}

#logiciel_technique{
    margin : 1em 0 1em 0;
    width: 100%;
    height : fit-content;
    border-radius: 3px;
    /*color : var(--color_description1);*/
    color : black
}

#englob_image_logiciel{
    display: flex;
    justify-content : space-between;
    align-items: flex-end;
}
.illustration{
    width: 135px;
    height : 100px;
    margin-right : -2vw;
    transform: translateY(2.7vh);
    position : relative;
}

.gabarit_illu{
    width: 100%;
    height : 200px;
    position : absolute;
    bottom : 0;
    background-image: url(../stylet.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
@keyframes anime_img_logiciel {
    0% {
        background-size: 90%;
       } 
    50% {
        background-size: 100%;
       } 
    100% {
        background-size: 90%;
       } 
}
#englob_image_logiciel img{
    width : 50px;
    display: inline-block;
    border-radius : 10px;
    margin-right : 5px;
    position: relative;
    padding : 25px;
    background-image: url(../etoile2.svg);
    background-size: 85%;
    background-repeat: no-repeat;
    background-position: center;
    
}

.anime_img_logiciel{
    animation : anime_img_logiciel 1s linear infinite;
}


:root {
    --hauteur_slide_realisation : 260px;
}
/* var(--hauteur_slide_realisation); */

/* variable */
:root {
    --curseur: url('../pointersp.png'), auto;
}
#cursor_pointer {
    position: fixed;
    width: 40px;
    height: 40px;
    background-image: url(../pointersp.svg);
    background-repeat: no-repeat;
    pointer-events: none;
    transform: rotate(13deg) translateX(-8px) translateY(7px);
    z-index: 1000;
    display : none;
    background-size: 100%;
}
@media (pointer: coarse) and (hover: none) {
    #cursor_pointer{
        display : none !important;
    }
}
@keyframes anime_cursor_slide {
    0%{
        transform : rotate(50deg) translateX(-20px) translateY(40px);
    }
    20%{
        transform : rotate(50deg) translateX(-20px) translateY(40px);
    }
    70%{
        transform: rotate(2deg) translateX(-70px) translateY(18px);
    }
    100%{
        transform : rotate(50deg) translateX(-20px) translateY(40px);
    }
}

#cursor_pointer.slideit{
    width: 60px;
    height: 60px;
    transform : rotate(50deg) translateX(-20px) translateY(40px);
    animation: anime_cursor_slide 1.3s linear infinite;
}
#groupe_img_mini{
    height : calc(100% - 10px);
    position: absolute;
    display: flex;
    flex-direction: row;
    gap : 20px;
    width: auto;
    padding-right : 10px;
    cursor : none
}

#englob_visuel_miniature{
    padding: 15px 10px 10px 10px;
    height : var(--hauteur_slide_realisation);
    position: relative;
    overflow-y: hidden;
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */
    overflow-x: scroll;
    -webkit-user-select: none; 
       -moz-user-select: none; 
        -ms-user-select: none;
            user-select: none;
    background-size: 10px;
    width: calc(100% - 24px);
    right : 0;
    will-change: scroll-position;
    /*
    border-bottom: 1.5px solid black;
    box-shadow: rgb(0, 0, 0, 0.2) 3px 3px 6px 0px inset, rgba(0, 0, 0, 0.2) -3px -3px 6px 1px inset;
    border-radius: 6px;
    */
    /* ICI*/
}
.deco{
    width: 100%;
    height : 10px;
    background-image: url(../damierlosange.svg);
}
#englob_visuel_miniature::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
}

.img_mini{
    flex-direction: column;
    height : 100%;
    width: auto;
    position: relative;
    display: block;
    color : black !important;
    -webkit-user-drag: none; /* Pour les navigateurs basés sur WebKit (comme Chrome et Safari) */
    -moz-user-drag: none;   /* Pour Firefox */
    
}
.disabled-link {
    pointer-events: none;
    color: gray;
    user-select: none;
}

.img_mini img {
    width: auto;
    height : 100%;
    pointer-events: none;
    background-color: #333;
    border-radius: 4px;
    border : 1px solid rgba(0, 0, 0, 1);
    position: relative;
    z-index: 1;

}

.img_mini:hover img {
    border : 1px solid rgb(255, 255, 255);
}
.img_mini:hover .overflow_hidden{
    transform: translateY(-5px);
    position: relative;
    z-index : 2;
    box-shadow: rgba(255, 255, 255, 0.16) 0px 1px 4px;
    box-shadow: rgba(255, 255, 255, 0.2) 0px 25px 20px -20px,  rgba(255, 255, 255, 0.1) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.1) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}

.overflow_hidden{
    /*overflow: hidden;*/
    width: auto;
    height : calc(var(--hauteur_slide_realisation) - 15px);
    display: block;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 25px 20px -20px,  rgba(0, 0, 0, 0.1) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.1) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
    pointer-events: none;
    position: relative;
    transition : 0.3s;
}
.englob_effet_mini{
    height: 10%;
    aspect-ratio: 1/1;
    position : absolute;
    transform: translate(-50%, -50%) rotate(0deg);
    top: 50%;
    left : 50%;
    display: block;
    opacity : 0;
    transition: 0.3s cubic-bezier(0.25, 1, 0.5, 1);

    background-image: url(../halo.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.img_mini:hover .englob_effet_mini{
    height: 140%;
    opacity : 1;
    animation: rotateImage 20s linear infinite;
    mix-blend-mode : overlay
}

@keyframes rotateImage {
    0% {
      transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
      transform:translate(-50%, -50%) rotate(360deg);
    }
}

.effet_mini{
    background-image: url(../halo.svg);
    width : 100%;
    height : 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    filter: blur(1px); 
    opacity : 0.8;
}


.img_mini:hover .effet_mini{
    animation: zoomImage 12s linear infinite;
    
}

@keyframes zoomImage {
    0% {
      transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

.date_mini{
    height : 15px;
    position: absolute;
    text-align: left;
    font-weight: 500;
    line-height: 1.4em;
    font-size: 0.8em;
    letter-spacing: 0.1em;
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
}
#visuel{
    height: 100%;
    perspective: 1000px;
    transition: 0.15s;
    position: relative;
    width: 100%;
}

#contain_visuel{
    transition: all 0.1s linear;
    position: absolute;
    height : 100%;
    width :100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#contain_visuel img{
    width : auto;
    max-width : auto;
    padding : 4px;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover; 
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius : 4px;
    outline: 2px solid black; /* Contour de 5px de largeur et de couleur rouge */
    outline-offset: -4px; /* Déplace le contour vers l'intérieur de 5px */
} 
#visuel:hover img.active_anime_contour{
    background: repeating-conic-gradient(from var(--a), #ffffff 0%, #ffffff 5%, transparent 5%, transparent 40%, #ffffff 50%); 
    animation: animate 4s linear infinite;
}
@property --a { 
    syntax: '<angle>'; inherits: false; 
    initial-value: 0deg; 
} 
@keyframes animate {
     0% {
         --a: 0deg; 
        } 
    100% {
         --a: 360deg; 
        } 
}

/* SECTION 3 */
#section_contact{
    position: relative;
    margin : 0;
    padding-bottom : 10vh;
    overflow: hidden;
    opacity: 0;
    transition: 0.3s linear;
}
#section_contact h1{
    font-size : 4em ;
    text-align: center;
}

:root {
    --taille_cercle_texte : 220px;
    --vitesse_rotation : 30s
}
.wrap_cercle{
    position: absolute;
    top : 2%;
    right : 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 50px auto;
    gap: 5px;
    padding : 0 1vw;
    margin-top : 0;
    width: 300px;
}
.wrap_p_quijesuis{
    display: none;
    background-color: white;
    padding : 15px 10px 0 26px;
    /*width: calc(100% - 30px);*/
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 6px -1px, rgba(0, 0, 0, 0.03) 0px 2px 4px -1px;
    border-radius: 10px;
    border : 1px solid #929292;
    z-index : 1;
}
.wrap_p_quijesuis p{
    font-size:1.1em;
    line-height: 1.5em;
    color : #564b45;
    font-style: italic;
    width: calc(100% - 10px);
}
.wrap_p_quijesuis .click_voir_plus{
    border-bottom : 1px solid #3943B7;
    display: none;
}
.wrap_p_quijesuis .click_voir_plus a{
    text-decoration: none;
    color: #3943B7;
}
.signal_clique{
    line-height: 1em;
    font-size : 1.5em !important;
    text-align: center;
    display: block !important;
    width: fit-content !important;
    opacity : 0;
    transform: translateX(-10px) translateY(15px) !important;
    text-shadow:white 0 -2px, white 0 2px, white -2px 0, white 2px 0 !important;
    letter-spacing: 0.5px;
    transition: opacity 0s 0.3s; 
}
.avatar a:hover .signal_clique{
    opacity: 1;
}
.cercle-texte {
    z-index : 9;
    border-radius: 50%;
    min-width : var(--taille_cercle_texte);
    aspect-ratio: 1/1;
    margin: 0 auto;
    position: relative;
    float: left;
    display: block;
}
.suivre-cercle{
    animation: suivre-cercle var(--vitesse_rotation) linear infinite;
}
.cercle-texte .cercle-texte{
    display: block;
    min-width : calc(var(--taille_cercle_texte) - 70px);
    aspect-ratio: 1/1;
    position: absolute;
    background-color: #F3FFBD;
    top : 50%;
    left : 50%;
    transform: translateY(-50%) translateX(-50%);
    animation : none;
    overflow: hidden;
}
.avatar{
    width: 100%;
    height: 100%;
    position: relative;
    background-image: url(../texture.svg);
    background-size: 30px;
}
.avatar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../avatar4.svg);
    background-repeat: no-repeat;
    background-position:center;
    background-size: 100%;
    z-index: -1;
    transition: background-size 0.2s cubic-bezier(0.16, 1, 0.3, 1), background-position 0.2s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s linear;
}
.avatar:hover::before{
    background-size: 252%;
    background-position: 51.1% -70px;
    opacity: 0.8;
    
}

.avatar a{
    width: 100%;height: 100%;display: block;
}
.stable-avatar{
    animation: stable-avatar var(--vitesse_rotation) linear infinite;
}
.cercle-texte span {
    font-family: 'dk_magical_brushregular';
    text-shadow:white 0 -1px, white 0 1px, white -1px 0, white 1px 0;
    display: inline-block;
    width: 10px;
    text-align: center;
    position: absolute;
    left : 50%;
    margin-left: -0.25em;
    top : 50%;
    margin-top: -0.48em;
    rotate : 20deg;
    /* Espacement debut fin, largeur cercle, espacement lettre */
    transform:  rotate(calc(var(--i) * 9.5deg)) translateX(calc(63px * cos(calc(var(--i)   / 180)) + 28px)) rotate(90deg);
    font-size: 1.3em;
}
@keyframes suivre-cercle {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(-360deg);
    }
}
@keyframes stable-avatar {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

.anime_contact{
    display: block;
    max-width: 330px;
    height : 100px;
    margin: 0 auto;
    position: relative;
    clip-path: inset(0);
    overflow: hidden;
    pointer-events: none !important;
}

#paperplane {
    position: absolute;
    top : 0;
    left : 0;
    width: 70px;
    height: 70px;
    margin-left : -80px;
    background-image: url(../paperplane.svg);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-offset-path: path('M0,25.1c0,0,16.1,34.8,109.5,37.8c93.4,3,164.8-31.9,226.1-37.8c123.8-11.9,128.2,32.7,214.2,9.6');
            offset-path: path('M0,25.1c0,0,16.1,34.8,109.5,37.8c93.4,3,164.8-31.9,226.1-37.8c123.8-11.9,128.2,32.7,214.2,9.6');
    -webkit-offset-distance: 0%;
            offset-distance: 0%;
    pointer-events: none;
  }
  .move_paperplane{
    -webkit-animation: move_paperplane 2.5s linear infinite;
            animation: move_paperplane 2.5s linear infinite;
  }
  @-webkit-keyframes move_paperplane {
    100% {
      -webkit-offset-distance: 100%;
              offset-distance: 100%;
    }
  }

  @keyframes move_paperplane {
    100% {
      -webkit-offset-distance: 100%;
              offset-distance: 100%;
    }
  }

#section_contact .limit_section{
    padding-top : 0
}

#wrap_sp_page_contact{
    position :relative;
    height : 830px
}

#calibre_chat{
    position :absolute;
    bottom : 0;
    width: 100%;
    pointer-events: none;
}
#calibre_chat >*{
    pointer-events: auto;
}
  
#wrap_form{
    width : 530px;
    max-width: 100%;
    min-height: 50px;
    height: auto !important;
    margin: 0 auto;
    padding : 0;
}
form{
    width: 100%;
    height: 100%;
    padding : 0;
}
input{
    margin-bottom: 15px;
}
input[type="text"], input[type="email"],textarea {
    padding : 8px 18px;
    min-width : 50px;
    width: 100%;
    max-width: calc(100% - 40px);
    border : 1.2px solid #3b3b3b;
    border-radius : 5px;
    font-size : 1.1em;
    font-family: "ABeeZee", sans-serif;
    font-weight: 200;
    background-color: rgb(243, 243, 241);
    box-shadow: inset rgba(69, 46, 46, 0.3) 0px 3px 10px 0px; 
}
textarea{
    min-height : 200px;
    max-height : 200px;
    min-width: calc(100% - 40px);
    max-width: calc(100% - 40px);
}
input::placeholder {
    color: #2e2e45;
}
label{
    overflow: hidden;
    margin-bottom : 3px;
}
label span{
    display: block;
    transform: translateY(1.2em);
    transition: 0.3s;
    opacity: 0;
    background-color: #0d78bb;
    padding : 6px 5px;
    border-radius :  5px 5px 5px 0  ;
    display : inline-block;
    color : #fff;
    font-size : 1em
}

.flex_centre{
    display: flex;
    justify-content: center;
}
#section_contact .flex_centre{
    margin-top : 16px;
    margin-bottom : 20px
}
label[for="madame"], label[for="monsieur"]{
    position: relative !important;
    left: 0 !important;
    border: 3px solid #000;
    padding : 5px 15px;
    display: block;
    border-radius : 30px;
    font-size : 1em;
    transition: 0.15s;
}
label[for="madame"]:hover, label[for="monsieur"]:hover{
    background-color: white;
}
label[for="madame"]{
    margin-right : 15px;
}

input[type="radio"]:checked + label {
    color : black;
    border: 3px solid #0d78bb;
    background-color: #fff;
}
input[type="radio"]{
    opacity: 0;
    position: absolute;
    left: -100vw;
}

input:focus, textarea:focus{
    outline: none;
}

input:valid, textarea:valid{
    color : #000;
    border-color : #0067a7;
    border-bottom-right-radius: 0;
    box-shadow: inset rgba(69, 46, 46, 0) 0px 3px 10px 0px, rgba(69, 46, 46, 0) 0px 3px 10px 0px;
}

input[type="text"]:focus + label > span, input[type="text"]:valid + label > span, textarea:focus + label > span, textarea:valid + label > span{
    transform: translateY(0);
    opacity: 0.9;
 }
 
 input[type="email"]:focus + label > span, input[type="email"]:valid + label > span{
    transform: translateY(0);
    opacity: 0.9;
 }
input[type="email"]:invalid + label span::after {
  content: " : Choisissez une adresse mail valide";
}

 input:focus::placeholder {
    color: transparent;
}
.cotacot{
    display: flex;
    gap : 35px;
    align-items: flex-end;
}

.w{
    width: 100%;
    max-width: 248px;
}

.invert_label_input{
    display: flex;
    flex-direction: column-reverse;
}
.invert_label_input input, .invert_label_input label{
    display: block !important;
}
.invert_label_input label{
    /*pointer-events: none*/
    height : 0;
    transition: 0.2s;
    pointer-events: none;
}
input:focus + label, textarea:focus + label, input:valid + label, textarea:valid + label{
    height : auto
}
input[type="submit"]{
    all: unset;
    display: block;
    padding: 0 35px 0 13px;
    background-color: rgb(243, 243, 241);
    letter-spacing: 0.5px;
    color: black;
    border-radius : 5px;
    height : 40px;
    border : 2px solid black;
    box-shadow: black 0px 2.5px 0px 0px;
    font-size : 1.1em;
    background-image: url(../icn_envoi.svg);
    background-repeat: no-repeat;
    background-position: center right 8px;
    background-size: 20px;
    transition: 0.2s;
    overflow: hidden;
    cursor: pointer;
}
input[type="submit"]:active{
    box-shadow: rgba(0, 0, 0, 0) 0px 2.5px 0px 0px;
    transform: translateY(2.5px);
    background-position: center right -30px;
}
input[type="submit"]:hover{
    background-color: #0d78bb;
    color : var(--color_white)
}
.centre_div{
    display: flex;
    width: 100%;
    justify-content : center;
    margin-top : 20px;
}
select:focus, select:active {
    outline: none; /* Supprime le contour par défaut */
    border-color: auto; /* Change la couleur de la bordure */
    box-shadow: auto; /* Ajoute une ombre */
}

#form_rgpd p{
    font-size : 0.8em;
    text-align: justify;
    margin-top : 10px
}
#form_rgpd p strong{
    text-decoration: none;
    margin : 0;
    font-weight: bold;
}


