/*
!! NOTE about @import !!
La règle @ @import est utilisée afin d'importer des règles 
à partir d'autres feuilles de style. Ces règles @ doivent être utilisées AVANT toutes les autres règles, 
à l'exception de @charset. @import n'est pas une instruction imbriquée et ne peut donc pas être utilisée 
à l'intérieur de groupe de règles conditionnelles.
*/


/* ========================
	>>> START FONTS IMPORTS
	============================== */
   /* !! @import(s) HERE "some-path-or-link-to-file.css"; !! */
	@import "fonts/typo.css";
/* ========================================
	END FONTS IMPORTS <<<
	====================== */

/* =======================
	>>> START HRAF IMPORTS
	=========================== */
	/* !! @import(s) HERE "some-path-or-link-to-file.css"; !! */
	 @import "hraf/shared/header/resume__app-header.css";
	 @import "hraf/shared/menu/resume__app-menu.css";
	 @import "hraf/shared/profile/resume__app-profile.css";
	 @import "hraf/shared/footer/resume__app-footer.css";
/* =========================
	END MY IMPORTS <<<
	=================== */


/* °°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°° */
.hidden {
    display: none !important;
}

.visible {
    visibility: visible;
    z-index: 500 !important;
}

.invisible {
    visibility: hidden;
    z-index: -500 !important;
}
/* °°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°°° */


/* ============================
	>>> START RESUME-APP SECTION
	================================= */
#resume__app-wrapper {
	width: 100vw;
	height: 100vh;
	display: flex;
	flex-direction: column;
    justify-content: flex-start;
    align-items: center;
	position: relative;
	margin: 0 auto;
	padding: 0;
	/* -- 'position: relative' :: pour permettre au block enfant d'être en 'absolute' de son parent direct -- */
	/* background: transparent; */
	/* background-color: cyan; */
}

#resume__app-wrapper header:not(.mainContactForm__header) {
    /* --- Build --- */
    /* --- End build --- */
    /* width: 100%; */
    width: calc(100% - 16px*2);
	height: 48px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex: none;
    /* background-color: tan; */
}
#resume__app-logo {
    /* --- Build --- */
    /* --- End build --- */
    width: 24px;
    height: 24px;
    margin: 0;
    font-size: 0;
    /* background-color: red; */
}

#resume__app-container {
    /* --- Build --- */
    width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
    margin: 0;
    padding: 0;
    /* -- !! cf. NOTE on Sticky items -- */
    flex: 1 0 auto;
    /* background-color: olivedrab; */
    /* --- End build --- */
}

#resume__app-main {
	width: 100%;
	height: 336px;
    position: relative;
    /* background-color: gold; */
}
#resume__app-main::after {
    content: '';
    width: 100%;
    /* height: 1px; */
    position: absolute;
    top: 22px;
    margin: 0 auto;
    padding: 0;
    border: solid .25px rgba(53, 129, 218, 1);
}
/* #resume__app-main h2 {
    width: 100%;
    height: 24px;
    background-color: rebeccapurple;
    background-color: tomato;
} */

#resume__app-main_content {
	width: 100%;
	height: 328px;
    /* background-color: yellow; */
}
#resume__app-main_ancillary {
    width: 100%;
    height: 80px;
    position: relative;
    /* background-color: chocolate; */
}
.triggered__OnContactMe#resume__app-main_ancillary,
.triggered__OnPortfolio#resume__app-main_ancillary {
    width: 100%;
    /* height: 640px; */
    /* min-height: 640px; */
    /* background-color: chocolate; */
}
.triggered__OnContactMe#resume__app-main_ancillary {
    position: absolute;
    top: 0;
}

#resume__app-wrapper footer:not(#RateScore__footer, #MainContact__footer) {
	width: 100%;
    height: 100%;
    max-height: 64px;
    display: flex;
    margin: 0 auto;
    padding: 0;
    /* -- !! cf. NOTE on Sticky items -- */
    flex: none;
    background-color: #fafafa;
}

/* --- A/B-test voteCTAs | B-version --- */
/* --- BEGIN voteCTAs --- */
/* #RateScoreCTA__container {
    width: 216px;
    height: 100%;
    max-width: 216px;
    min-height: 104px;
    max-height: 104px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    bottom: 8px;
    margin: 0 auto;
    padding: 0;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
    border-radius: 8px;
        -webkit-box-shadow: 0px 0px 12px 2px rgba(24, 91, 167, 0.12);
        -moz-box-shadow: 0px 0px 12px 2px rgba(24, 91, 167, 0.12);
    box-shadow: 0px 0px 12px 2px rgba(24, 91, 167, 0.12);
    z-index: 9;
    background: linear-gradient(30deg, rgba(175, 236, 210, 1) 0%, rgba(244, 236, 155, 1) 100%);
    background: -moz-linear-gradient(26.52% 124.55% 60deg, rgba(175, 236, 210, 1) 0%, rgba(244, 236, 155, 1) 100%);
    background: -webkit-linear-gradient(60deg, rgba(175, 236, 210, 1) 0%, rgba(244, 236, 155, 1) 100%);
    background: -webkit-gradient(linear, 26.52% 124.55%, 73.48% -24.55%, color-stop(0, rgba(175, 236, 210, 1)), color-stop(1, rgba(244, 236, 155, 1)));
    background: -o-linear-gradient(60deg, rgba(175, 236, 210, 1) 0%, rgba(244, 236, 155, 1) 100%);
    background: -ms-linear-gradient(60deg, rgba(175, 236, 210, 1) 0%, rgba(244, 236, 155, 1) 100%);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#AFECD2', endColorstr='#F4EC9B' ,GradientType=0)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#AFECD2', endColorstr='#F4EC9B', GradientType=1);
}
#RateScoreCTA__container-before {
    width: 64px;
    height: 64px;
    position: absolute;
    top: 32px;
    margin: 0 auto;
    padding: 0;
    border-radius: 50%;
    background-color: #fafafa;
    background-color: red;
}
#RateScoreCTA__container-before circle {
    fill: #fafafa;
}
#RateScoreCTA__container-after {
    width: 64px;
    height: 64px;
    position: absolute;
    top: -32px;
    margin: 0 auto;
    padding: 0;
    border-radius: 50%;
}
#RateScoreCTA__container-after #call-to-action circle {
    fill: #fafafa;
}
#RateScoreCTA__container-after #call-to-action circle:first-of-type {
    opacity: .24;
}
#RateScoreCTA__container-after #call-to-action circle:last-of-type {
    opacity: .32;
}

#RateScoreCTA__container #RateScore__vote #buttonCTA_wrapper {
    opacity: .96;
}

#RateScoreCTA__container-closeBtnCTA::before {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 1);
    opacity: .24;
}
#RateScoreCTA__container-closeBtnCTA {
    width: 24px;
    height: 24px;
    display: flex;
    flex-wrap: wrap;    
    justify-content: center;
    align-content: center;
    position: absolute;
    top: 4px;
    right: 4px;
    margin: 0;
    padding: 0;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
}
#closeBtnCTA {
    width: 12px;
    height: 12px;
    margin: 0;
    padding: 0;
    opacity: .72;
    z-index: 99;
}

.rateScoreCTA button#RateScoreCTA__container-closeBtnCTA,
.rateScoreCTA button#RateScoreCTA__container-btnGO {
    border: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        -ms-appearance: none;
    appearance: none;
    cursor: pointer;
}
.rateScoreCTA button#RateScoreCTA__container-btnGO {
    width: 104px;
    height: 32px;
    margin: 20px 0 0;
    padding: 0;
    border: none;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
    border-radius: 20px;
    color: #fafafa;
    font-family: 'Titillium Web';
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 18px;
    letter-spacing: .064em;
    background: rgba(24, 91, 167, 1);
}

.rateScoreCTA span#RateScoreCTA__container-txt {
    width: auto;
    max-width: 160px;
    height: 24px;
    display: flex;
    align-items: flex-end;
    margin: 0;
    padding: 0;
}
.rateScoreCTA span#RateScoreCTA__container-txt p {
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-family: 'Bree Lt';
    font-weight: 600;
    font-display: swap;
    text-align: center;
    line-height: 16px;
} */

/* --- Wrapper Animation --- */
/* .RateScoreAnimShow {
    animation: masuperanimation ease-out 0.2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    transform-origin: 50% 50%;
    opacity: 0;
    opacity: 1\9;
} */
/* --- END Wrapper Animation --- */
/* === END voteCTAs === */
/* === END B-version === */

/* ============================================== */
/* === Media-Queries & Breakpoints( as of 2024) === */
/* ============================================== */

/* === BEGIN Responsive === */
/* --- DEVICES --- */
/* --- SMARTPHONES --- */
/* MOBILE [Portrait] :: 360px -> [Portrait] Target Most Smartphones devices */
@media screen and (max-width: 360px) and (orientation: portrait) {
    #resume__app-wrapper {
        width: 100%;
        height: 100%;
        min-width: 360px;
        max-width: 360px;
        /* min-height: 640px; */
        /* max-height: 640px; */
        max-height: max-content;
    }
    /* #resume__app-container {
        height: 560px;
        max-height: 560px;
    } */
    #resume__app-wrapper footer:not(#RateScore__footer, #MainContact__footer) {
        position: fixed;
        bottom: 0;
        /* background-color: Beige; */
    }
}
/* MOBILE [Portrait] Target Smartphones devices w/ max-height: 640px ex. Sony-xPeria */
@media screen and (max-width: 360px) and (max-height: 640px) and (orientation: portrait) {
   #resume__app-wrapper {
        width: 100%;
        height: 100%;
        min-width: 360px;
        max-width: 360px;
        /* min-height: 640px; */
        /* max-height: 640px; */
        max-height: max-content;
        /* background-color: SandyBrown; */
    }
    /* #resume__app-container {
        height: 528px;
        max-height: 528px;
    } */
    #resume__app-wrapper footer:not(#RateScore__footer, #MainContact__footer) {
        position: fixed;
        bottom: 0;
        /* background-color: MediumAquamarine; */
    }
}
/* MOBILE [Portrait] :: 361px to 767px -> target Most New Smartphones devices as of : early 2020s (Portrait) */
@media screen and (min-width: 361px) and (max-width: 767px) and (orientation: portrait) {
    #resume__app-wrapper {
        width: 100%;
        height: 100%;
        min-width: 360px;
        max-width: 480px;
        max-height: max-content;
        /* background-color: chartreuse; */
    }
    /* #resume__app-container {
        height: 100%;
        height: 560px;
        max-height: 560px;
    } */
    #resume__app-wrapper footer:not(#RateScore__footer, #MainContact__footer) {
        position: fixed;
        bottom: 0;
        /* background-color: tan; */
    }
}

/* --- iPad 8° gen :: !testing! :: --- */
/* --- (Portrait) --- */
@media screen 
and (min-width: 768px) 
and (max-width: 1279px) 
and (max-height: 1279px) 
and (orientation: portrait) 
and (min-aspect-ratio: 3/4) 
{
    .iPad#resume__app-wrapper {
        min-width: 360px;
        max-width: 360px;
        min-height: 640px;
        max-height: 640px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
        border-radius: 4px;
        /* -webkit-box-shadow: 0px 0px 16px 2px rgba(24,91,167,0.12);
                	-moz-box-shadow: 0px 0px 16px 2px rgba(24,91,167,0.12);
            	box-shadow: 0px 0px 16px 2px rgba(24,91,167,0.12); */
            /* -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.24);
            -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.24);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.24); */
            -webkit-box-shadow: rgba(15, 56, 103, .36) 0px 20px 30px -10px;
            -moz-box-shadow: rgba(15, 56, 103, .36) 0px 20px 30px -10px;
        box-shadow: rgba(15, 56, 103, .36) 0px 20px 30px -10px;
    }
    .iPad#resume__app-wrapper footer:not(#RateScore__footer, #MainContact__footer) {
        position: absolute;
        bottom: 0;
        /* background-color: DimGray; */
    }
}
/* --- (Landscape) --- */
@media screen 
and (max-width: 1279px) 
and (max-height: 768px) 
and (orientation: landscape) 
and (min-aspect-ratio: 3/4) 
{
    .iPad#resume__app-wrapper {
        min-width: 360px;
        max-width: 360px;
        min-height: 640px;
        max-height: 640px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
        border-radius: 4px;
        /* -webkit-box-shadow: 0px 0px 16px 2px rgba(24,91,167,0.12);
                	-moz-box-shadow: 0px 0px 16px 2px rgba(24,91,167,0.12);
            	box-shadow: 0px 0px 16px 2px rgba(24,91,167,0.12); */
            /* -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.24);
            -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.24);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.24); */
            -webkit-box-shadow: rgba(15, 56, 103, .36) 0px 20px 30px -10px;
            -moz-box-shadow: rgba(15, 56, 103, .36) 0px 20px 30px -10px;
        box-shadow: rgba(15, 56, 103, .36) 0px 20px 30px -10px;
    }
    .iPad#resume__app-wrapper footer:not(#RateScore__footer, #MainContact__footer) {
        position: absolute;
        bottom: 0;
        /* background-color: DimGray; */
    }
}
/* --- END iPad 8° gen !testing! --- */

/* --- COMPUTERS --- */
/* DESKTOP :: 1024px to 1360px -> target most "modern" Laptops and desktops */
@media screen 
and (min-width: 1025px) 
and (max-width: 1365px) 
and (min-aspect-ratio: 8/5) 
{
    #resume__app-wrapper {
        min-width: 360px;
        max-width: 360px;
        min-height: 640px;
        max-height: 640px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
        border-radius: 4px;
        /* -webkit-box-shadow: 0px 0px 16px 2px rgba(24,91,167,0.12);
                	-moz-box-shadow: 0px 0px 16px 2px rgba(24,91,167,0.12);
            	box-shadow: 0px 0px 16px 2px rgba(24,91,167,0.12); */
            /* -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.24);
            -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.24);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.24); */
            -webkit-box-shadow: rgba(15, 56, 103, .36) 0px 20px 30px -10px;
            -moz-box-shadow: rgba(15, 56, 103, .36) 0px 20px 30px -10px;
        box-shadow: rgba(15, 56, 103, .36) 0px 20px 30px -10px;
    }
    #resume__app-wrapper footer:not(#RateScore__footer, #MainContact__footer) {
        position: absolute;
        bottom: 0;
        /* background-color: DimGray; */
    }
}
/* DESKTOP :: 1366px to large screens -> target most large screens */
@media screen 
and (min-width: 1366px) 
and (max-width: 1679px) 
and (min-aspect-ratio: 8/5) 
{
    #resume__app-wrapper {
        min-width: 360px;
        max-width: 360px;
        min-height: 640px;
        max-height: 640px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
        border-radius: 4px;
        /* -webkit-box-shadow: 0px 0px 16px 2px rgba(24,91,167,0.12);
                	-moz-box-shadow: 0px 0px 16px 2px rgba(24,91,167,0.12);
            	box-shadow: 0px 0px 16px 2px rgba(24,91,167,0.12); */
            -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.24);
            -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.24);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.24);
    }
        #resume__app-wrapper footer:not(#RateScore__footer, #MainContact__footer) {
        position: absolute;
        bottom: 0;
        /* background-color: DimGray; */
    }
}
/* WIDE-SCREENS :: 1680px+  -> target very large screens and wider */
@media screen 
and (min-width: 1680px) 
and (min-aspect-ratio: 8/5) 
{
    #resume__app-wrapper {
        min-width: 360px;
        max-width: 360px;
        min-height: 640px;
        max-height: 640px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
        border-radius: 4px;
        /* -webkit-box-shadow: 0px 0px 16px 2px rgba(24,91,167,0.12);
                	-moz-box-shadow: 0px 0px 16px 2px rgba(24,91,167,0.12);
            	box-shadow: 0px 0px 16px 2px rgba(24,91,167,0.12); */
            -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.24);
            -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.24);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.24);
    }
        #resume__app-wrapper footer:not(#RateScore__footer, #MainContact__footer) {
        position: absolute;
        bottom: 0;
        /* background-color: DimGray; */
    }
}
/* === END Responsive === */




/* ============= */
/* === NOTES === */
/* ============= */
/* -- Sticky Footer -- */
/*
Permet de sticky deux items (ex. 'header' et 'footer') en top et en bottom 
'header' et 'footer' prennent 'flex: none;' 
+ TOUT ce qui est entre les deux prend : 'flex: 1 0 auto;'
• Set `flex-shrink` to `0` to prevent some browsers from letting these items shrink to smaller than their content's default minimum size. See http://bit.ly/1Mn35US for details.
• Use `%` instead of `vh` since `vh` is buggy in older mobile Safari.
https://philipwalton.github.io/solved-by-flexbox/demos/sticky-footer/
*/


/*
 __                        ___  ____                    __      
/\ \                     /'___\/\  _`\   __          __/\ \__   
\ \ \___   _ __    __   /\ \__/\ \ \/\ \/\_\     __ /\_\ \ ,_\  
 \ \  _ `\/\`'__\/'__`\ \ \ ,__\\ \ \ \ \/\ \  /'_ `\/\ \ \ \/  
  \ \ \ \ \ \ \//\ \L\.\_\ \ \_/ \ \ \_\ \ \ \/\ \L\ \ \ \ \ \_ 
   \ \_\ \_\ \_\\ \__/.\_\\ \_\   \ \____/\ \_\ \____ \ \_\ \__\
    \/_/\/_/\/_/ \/__/\/_/ \/_/    \/___/  \/_/\/___L\ \/_/\/__/
                                                 /\____/        
                                                 \_/__/         
	===================================================================
	±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±
	## CSS ##
	2020-2024 © Achraf (aka hrafDigit)
	https://www.achrafely.fr
		https://codepen.io/hraf
		https://github.com/hrafdigit
	made w/ ¶ from Paris, France [at] Grand Jardin Digital
		https://www.grandjardindigital.fr
	±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±±
	================================================================== 
*/