/*Hershey-Noailles-Futura-Simplex*/
@font-face {
    font-family: "Hershey-Noailles-Futura-Simplex";
    src: url("font/Hershey-Noailles-Futura-Simplex-Regular_NewGlyphe1.woff2");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Hershey-Noailles-Futura-Simplex";
    src: url("font/Hershey-Noailles-Futura-Simplex-Bold.woff");
    font-style: normal;
    font-weight: bold;
  }
/*Inter*/
@font-face {
    font-family: "Inter";
    src: url("font/Inter-Light.woff2");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "Inter";
    src: url("font/Inter-LightItalic.woff2");
    font-style: italic;
    font-weight: normal;
}
@font-face {
    font-family: "Inter";
    src: url("font/Inter-SemiBold.woff2");
    font-style: normal;
    font-weight: bold;
}
@font-face {
    font-family: "Inter";
    src: url("font/Inter-SemiBoldItalic.woff2");
    font-style: italic;
    font-weight: bold;
}

address{
    font-style: normal;
}

/*règle général*/
html{
    font-size: 18px;
}
a{
    text-decoration: none;
    color: black;
}
*{
--borderThikness: 2px;
--marge_general1: 16px;
--varNegativSelec: 10px;
--underlineSize: 1.8px;
--underlineOffset: 3px;
--timing1: 0.5s;
}
.textAlignCenter{
    text-align: center;
}
 a:hover{
    text-decoration-thickness: var(--underlineSize);
    text-underline-offset: var(--underlineOffset);
}
.underlineover:hover{
    text-decoration: underline;
    text-decoration-thickness: var(--underlineSize);
    text-underline-offset: var(--underlineOffset);
}
.none{
    display: none !important;
}

.conatineurAvecPadding{
    padding: var(--marge_general1);
}

/*typo général*/
.textGrand1{
    font-family: "Hershey-Noailles-Futura-Simplex";
    font-size: 2.2rem;
    line-height: 0.9em;
}
.textcontent, .infoContactEtResaux{
    font-family: "Inter";
    font-size: 1.3rem;
}

/*gestion différence entre paragraphe*/
.textcontent>p{
    margin-bottom: 0.7rem;
}
.hyperLienColor{
    color: blueviolet;
}
p > a{
    color: blueviolet;
}
/*version alinea*/
/*.textcontent>p{
    text-indent: 3em;
}
.textcontent>p:first-child{
    text-indent: 0;
}*/

/*header*/
*{
    --header_height: calc(1.5rem + (var(--marge_general1) * 2));
}
.headerCentreVertical{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    height: var(--header_height);

    display: flex;
    flex-direction: column;
    border-bottom: var(--borderThikness) solid;

    background-color: white;

    overflow-y: hidden;

    transition-property: height;
    transition-timing-function: ease-in-out;
    transition-duration: 100ms;
}
.headerGrid{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    grid-template-columns: repeat(3, 1fr);
    margin: var(--marge_general1) var(--marge_general1) calc(var(--marge_general1) - 3px) var(--marge_general1);
    gap: 0 10px;
}
.headerGrid div{
    margin-top: -0.06rem;
    margin-bottom: -0.12rem;
}
.selectioner{
    border: solid 1px;
    border-radius: 50%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: -10px;
    margin-left: -10px;
    

    display: inline-block;
}
.selectioner>*{
    display: inline-block;
}

.selectioner2{
    border: solid 1px;
    border-radius: 50%;
    padding-right: 4px;
    padding-left: 4px;
    margin-right: -4px;
    margin-left: -4px;
    

    display: inline-block;
}

.boutonPortfolio{
    display: flex;
    justify-content: center;
}
.boutonBlog{
    display: flex;
    justify-content: flex-end;
}
.boutonLangues{
    height: 0px;
    width: 2.9rem;
    font-size: 1.3rem;
    font-weight: bold;

    text-decoration: none !important;
}

#boutonLanguesFr, #boutonLanguesSlash, #boutonLanguesEn{
    display: inline-block;
    width: 0;
    position: relative;
}
#boutonLanguesFr{
    top: -0.3rem;
    left: 0;
}
#boutonLanguesSlash{
    top: 0;
    left: 0.39rem;
}
#boutonLanguesEn{
    top: 0.4rem;
    left: 0.59rem;
}
.groupMenuHeaderPhone{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*qaund triangle*/
/*
#burger{
    transition-property: transform;
    transition-timing-function: linear;
    transition-duration: 100ms;
    transform-origin: center 0.9rem;
}

.retourne{
    transform: rotate(180deg);

}*/

#burger, .retour, .signeFermetureImagePleinePage{
        user-select: none;
        cursor: pointer;
}

/* page en travaux : */
.pageRempli{
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.centrerHorizontalement{
    display: flex;
    justify-content: center;
}



@media (min-width: 900px) {
    .noneOrdi{
        display: none !important;
    }
}
@media (max-width: 900px) {
    *{
        --nombreDeLigne : 2;
        --header_height_deplie: auto;
        --marge_general1: max(1.9vw, 11px);
    }
    *:hover{
        text-decoration: none;
    }
    html{
        font-size: max(2vw, 14px) ;
    }
    .headerCentreVertical_deplie{
        height: var(--header_height_deplie) !important;
    }
    .boutonPortfolio{
        text-align: start;
    }
    .boutonBlog{
        text-align: end;
    }
    .groupMenuHeaderPhone{
        width: 100%;
        padding-bottom: var(--marge_general1);
    }
}



/*bricolage orga bar menu*/
@media (max-width: 460px) {
    .headerGrid{
        gap: 0 4.7rem;
    }
}
@media (max-width: 280px) {
    .headerGrid{
        gap: 0 2rem;
    }
}