@font-face
{
    font-family:vogue;
    src:url("fonts/Vogue.ttf");
}
@font-face
{
    font-family:belle_et_belle;
    src:url("fonts/Belle et Belle Personal Use.ttf");
}
@font-face
{
    font-family: lato;
    src: url("fonts/Lato-Semibold.ttf");
}

*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

::selection{
  background-color: #749aad;
  color: white;
}

/* Firefox */
::-moz-selection {
  background-color: #749aad;
  color: white;
}

.page_footer
{
    position: absolute;
    top:0px;
    z-index: 2;
}

::-webkit-scrollbar 
{
    width: 12px;
}
 
::-webkit-scrollbar-track 
{
    background-color: #ddd;
}
 
::-webkit-scrollbar-thumb 
{
    border: solid 3px #ddd;
    background-color: rgba(58, 133, 190, 0.863);
}

/* ---------------> Navbar Template CSS <---------------- */
.haut_page
{
    position: fixed;
    z-index: 1000;
    bottom: 15px;
    right: 15px;
    border-radius: 3px;
    height: 35px;
    width: 35px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
    font-size: 1.6em;
}
.haut_page a
{
    position: absolute;
    top: o;
    left: 0;
    height: 35px;
    width: 35px;
    padding-top: 3px;
    border-radius: 3px;

    cursor: default;
    color: transparent;

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.header_nav
{
    position: fixed;
    z-index: 6;
    top:0;
}
a
{
    text-decoration: none;
}
li
{
    list-style-type: none;
}
.header_nav
{
    width: 100%;
    transition: background-color 1s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(to right,transparent,rgba(255,255,255,0.5),transparent);
    border-image-slice: 1;
    padding: 10px 0;
}
.header_nav header a
{
    color:#f7f7f7;
}
.header_nav a
{
    color:white;
    font-weight:400;
}
header
{
    height: 50px;
    padding: 7px 20px 5px 20px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
header div
{
    display: inline-block;
    vertical-align: middle;
    position: relative;
    bottom: 4px;
}
.header_logo 
{
    height: 40px;
    width: 40px;
    margin-right: 5px;
    background: url("../ressources/logo_icone/hbt_portfolio_logo.png") no-repeat center;
    background-size: contain;
}
.menu_horizontal
{
    height: 50px;
    width: 700px;
}
.menu_horizontal ul
{
    display: inline-block;
    vertical-align: middle;
}
.menu_horizontal ul:nth-last-child(1)
{
    position: absolute;
    right: 0px;
}
.menu_horizontal ul:nth-last-child(1) li
{
    border: solid 1.5px rgba(255,255,255,0.8);
    border-radius: 20px;
    padding: 5px 10px;
    bottom: 2px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.menu_horizontal ul:nth-last-child(1) li:hover
{
    border: solid 1.5px white;
    box-shadow: 1px 1px 15px rgba(255,255,255,0.5);
    background-color: rgba(255,255,255,0.3);
}
.menu_horizontal ul:nth-last-child(1) li a
{
    color: rgba(255,255,255,0.8);
}
.menu_horizontal ul:nth-child(1) li
{
    border-radius: 10px 0 10px 0;
}
.menu_horizontal ul li
{   
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 7px 0;
    margin-top: 9px;
    margin-right: 10px;
    -webkit-transition: background-color 1s;
    -moz-transition: background-color 1s;
    -o-transition: background-color 1s;
    transition: background-color 0.5s;
}
.menu_horizontal ul li a
{
    padding: 7px;
    border-radius: 10px 0 10px 0;
}
header,.menu_horizontal
{
    display: inline-block;
    vertical-align: middle;
}
header h1
{
    font-size: 1.7em;
    font-weight: lighter;
    letter-spacing: 1px;
}
.menu_horizontal a:hover
{
    cursor:pointer;
}
.menu_horizontal ul:nth-child(1) li:hover
{
    background-color: #f3f3f3;
}
.humburger
{
    cursor: pointer;
    font-size:30px;
    color:#ddd;
    position:fixed;
    top:9px;
    left: 12px;
}
.humburger i:hover
{
    color: white;
}
/* Side menu : */
.menu_vertical
{
    width: 0px;
    position: fixed;
    z-index: 200;
    top:0;
    left:0px;
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    background-color: rgba(46,53,56,0.95);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; 
}
.menu_vertical ul
{
    width: 250px;
}
.menu_vertical a
{
    color:#ddd;
}
.menu_vertical li:nth-child(2)
{
    margin-top: 10px;
}
.menu_vertical li
{
    cursor:pointer;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.menu_vertical li a
{
    display: block;
    padding: 8px 10px 8px 20px;
    width: 250px;
}

.menu_vertical > ul > li:nth-child(1) /* Bouton fermer le menu */
{
    padding: 10px 0px 10px 0px;
    background-color: rgb(46,53,56);
    color: #999;
    text-align: center;
    font-size: 25px;
    border-bottom: solid 1px rgb(61,69,78);
}
.menu_vertical > ul > li:nth-child(1):hover
{
    color: #ddd;
    background-color: rgb(46,53,56);
}
/* Medias queries */
@media(max-width: 600px)
{
    .humburger
    {
        font-size:24px;
        top:9px;
        left: 12px;
    }
    .menu_vertical li
    {
        font-size: 0.8em;
    }
}
@media(max-width: 733px) 
{
    .humburger
    {
        font-size:24px;
        top:9px;
        left: 12px;
    }
    .header_logo 
    {
        height: 30px;
        width: 30px;
        margin-right: 10px;
        position: relative;
        top: -5px;
    }
    header h1 
    {
        font-size: 1.4em;
        letter-spacing: 2px;
    } 
}
@media(max-width:1178px)
{
    .header_nav
    {
        height: 60px;
        padding: 8px;
    }
    .menu_horizontal ul li
    {
        display: none;
    }
    .header_nav
    {
        display: block;
    }
    header
    {
        display: block;
        width: 250px;
        margin: auto;
        border-right: none;
    }
}
@media(min-width:1179px)
{
    .humburger
    {
        display: none;
    }
}
@media(max-width:327px)
{
    header
    {
        margin-left: 50px;
    }
}

/* ---------------> autotype effect CSS <---------------- */
.typewriter_template
{
    font-family: lato, sans-serif;
    color: #f2f2f2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    font-size: 2.2em;
    letter-spacing: 3px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
    position: relative;
    left: -70px;
    text-align: center;
    padding: 20px 0;
}
.typewriter_template h3 
{
    font-size: 1em;
    margin-top: 14px;
}
.txt 
{
    border-right: solid 2px rgba(255,255,255,0.8);
}

  /* Autotype template (media queries) */
@media(max-width:1048px)
{
    .typewriter_template
    {
        margin-top: 0px;
        left: -20px;
    }
}
@media(max-width:960px)
{
    .typewriter_template
    {
        font-size: 2em;
        left: 0px;
        margin-top: 10px;
    }
}
@media(max-width:828px)
{
    .typewriter_template
    {
        font-size: 1.8em;
    }
}
@media(max-width:718px)
{
    .typewriter_template
    {
        font-size: 1.5em;
        letter-spacing: 2px;
    }
}
@media(max-width:589px)
{
    .typewriter_template
    {
        font-size: 1.4em;
        margin-top: 20px;
    }
}
@media(max-width:553px)
{
    .typewriter_template h1
    {
        line-height: 1.5em;
    }
}
@media(max-width:500px)
{
    .typewriter_template 
    {
        font-size: 1.2em;
        padding: 12px 0;
    }
    .typewriter_template h1
    {
        margin: 0 5%;
    }
}
@media(max-width:386px)
{
    .typewriter_template 
    {
        font-size: 1em;
    }
}
@media(max-width:252px)
{
    .cv_header 
    {
        padding: 10% 5% 10% 5%;
    }
    .typewriter_template 
    {
        font-size: 0.7em;
    }
    .typewriter_template h3 
    {
        font-size: 1.2em;
        margin-top: 8px;
    }
}

/* ---------------> Slideshow Template CSS <------------- */
.banniere
{
    position: relative;
    height: 500px;
    width: 100%;
    border: solid 1px rgba(255, 255, 255, 0.6);
    overflow-y: hidden;
    overflow-x: hidden;
}
.nav_banniere
{
    position: absolute;
    top: 12px;
    left: 0px;
    height: 40px;
    width: 100%;
    margin: auto;
}
.nav_banniere ul
{
    margin: auto;
    width: 41%;
    display: grid;
    grid-template-columns: auto auto auto auto;
}
.nav_banniere li
{
    margin: 0 5px;
    padding: 5px 10px;
    border-left: solid 1px rgba(255,255,255,0.7);
    border-right: solid 1px rgba(255,255,255,0.7);
    border-top: solid 1px rgba(255,255,255,0.7);
    border-radius: 15px 15px 0 0;
    color: rgba(255,255,255,0.6);
    background-color: transparent;
    cursor: pointer;
    font-size: 0.95em;
    text-align: center;
}
.nav_banniere li:hover
{
    color: white;
    border-left: solid 1px white;
    border-right: solid 1px white;
    border-top: solid 1px white;
    text-shadow: 0 0 5px rgba(255,255,255,0.5);
    box-shadow: 0 0 15px rgba(255,255,255,0.5);
    background-color: rgba(255,255,255,0.2);
}
.bloc_banniere
{
    position: relative;
    margin: 80px 0px auto;
    background: linear-gradient(to bottom, #111, #b8bdc3, #111);
    padding: 40px 10px 15px 10px;
}
.dots_banniere
{
    height: 8px;
    width: 8px;
    border: solid 1px rgba(255,255,255,0.7);
    border-radius: 50%;
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
    cursor: pointer;
}
.dots_banniere:hover
{
    color: white;
    border-left: solid 1px white;
    border-right: solid 1px white;
    border-bottom: solid 1px white;
    background-color: rgba(255,255,255,0.2);
}
.bloc_dots
{
    height: 25px;
    width: 64px;
    margin: auto;
    padding: 4px 0 2px 0;
}
.fleche
{
    cursor: pointer;
    position: absolute;
    top:43%;
    font-size: 50px;
    color:#f2f2f2;
    opacity: 0.9;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-shadow: 3px 3px 5px rgba(0,0,0,0.3);
}
.fleche:hover
{
    color:#fff;
    opacity: 1;
}
.fleche_droite
{
    right:1%;
}
.fleche_gauche
{
    left:1%;
}
.slide
{
    height: 498px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.slide1
{
    background-image: url("../ressources/images/Slider_About-me.jpeg");
}
.slide2
{
    background-image: url("../ressources/images/Slider_Etude_diplomes.jpg");
}
.slide3
{
    background-image: url("../ressources/images/Slider_Exp_pro3.jpg");
}
.slide4
{
    background-image: url("../ressources/images/Slider_Loisirs.jpg");
}
.slide_texte
{
    height: 498px;
    width: 100%;
    position: absolute;
    padding: 30px 3%;
    overflow-y: auto;
    overflow-x: hidden;
}
.slide_texte h2
{
    margin-bottom: 20px;
    font-family: vogue, sans-serif;
    font-size: 2em;
    letter-spacing: 1px;
    width: 60%;
    text-shadow: 2px 2px 5px black;
    border-bottom: 3px solid transparent;
    border-image: linear-gradient(to right, #fff , transparent);
    border-image-slice: 1;
    color: white;
}
.slide_texte h3
{
    font-size: 1.6em;
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-left: -20px;
    font-family: vogue, sans-serif;
}
.slide_texte p
{
    font-size: 1.2em;
    line-height: 25px;
    color: #222;
}
.etd_dip
{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-auto-rows: minmax(auto, auto);
}
.etd_dip h2
{
    grid-column: 1/3;
    height: 32px;
}
.etd_dip p
{
    margin-left: 2%;
    text-indent: -13px;
}
.etd_dip div
{
    border-left: solid 5px #749aad;
    border-radius: 4px 7px 7px 4px;
    background-color: rgba(255,255,255,0.9);
    margin: 4px;
    padding: 20px 20px 20px 40px;
}
.exp_pro
{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-auto-rows: minmax(auto, auto);
    padding: 30px 2% 30px 3.3%;
}
.exp_pro div
{
    border-left: solid 5px #749aad;
    border-radius: 5px;
    background-color: rgba(255,255,255,0.8);
    margin: 4px;
    padding: 20px 20px 20px 40px;
}
.exp_pro p
{
    margin-bottom: 10px;
}
.exp_pro h2
{
    grid-column: 1/3;
}
.loisirs .bloc_icon
{
    background-color: white;
    border-radius: 50%;
    text-align: center;
    padding: 17px 5px 5px 6px;
    width: 95px;
    height: 95px;
    font-size: 55px;
    position: absolute;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.loisirs .bloc_icon:hover
{
    transform: scale(1.15);
}
.loisirs .icon_top:hover
{
    background-color: crimson;
    color: white;
}
.loisirs .icon_right:hover
{
    background-color: cornflowerblue;
    color: white;
}
.loisirs .icon_bottom:hover
{
    background-color: chocolate;
    color: white;
}
.loisirs .icon_left:hover
{
    background-color: #136f63;
    color: white;
}
.loisirs .icon_center:hover
{
    background-color: #4f5d75;
    color: white;
}
.loisirs .conteneur_icons
{
    border-radius: 50%;
    background-color: rgba(255,255,255,0.5);
    position: relative;
    height: 350px;
    width: 350px;
    margin: 13px auto;
}
.loisirs .icon_top
{
    top: 5%;
    left: 36.5%;
}
.loisirs .icon_right
{
    right: 5%;
    top: 36%;
}
.loisirs .icon_bottom
{
    bottom: 5%;
    left: 36.5%;
}
.loisirs .icon_left
{
    left: 5%;
    top: 36%;
}
.loisirs .icon_center
{
    left: 36.5%;
    top: 36%;
}
.svg_popup
{
    fill:transparent;
    stroke: white;
    stroke-width:2;
    fill-rule:nonzero;
    -webkit-filter: drop-shadow( 2px 2px 3px rgba(0,0,0,0.9) ); 
    -moz-filter: drop-shadow( 2px 2px 3px rgba(0,0,0,0.9) );
    -o-filter: drop-shadow( 2px 2px 3px rgba(0,0,0,0.9) );
    filter: drop-shadow( 2px 2px 2px rgba(0,0,0,0.9) );
}
.popup_icons
{
    position: absolute;
    height: 3.9em;
    width: 16.3em;
    display: none;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    padding: 5px;
}
.popup_icons div
{
    font-size: 1.3em;
    color: #666;
    text-align: center;
}
.popup_icons .popup_right
{
    margin-left: 30px;
}
.popup_icons .popup_left
{
    margin-right: 30px;
}
.popup_icons div span
{
    color: #44658e;
}
.popup_icons
{
    position: absolute;
}
.pop_art
{
    top: 10%;
    left: 53%;
    background: url("../ressources/logo_icone/popup_Right.png") no-repeat center;
    background-size: contain;
}
.pop_nt
{
    top: 26.5%;
    right: 21%;
    height: 5.4em;
    width: 14.3em;
    background: url("../ressources/logo_icone/popup_Nt.png") no-repeat center;
    background-size: contain;
}
.pop_sport
{
    left: 27%;
    bottom: 33%;
    background: url("../ressources/logo_icone/popup_Left.png") no-repeat center;
    background-size: contain;
}
.pop_voyage
{
    top: 32%;
    left: 18.5%;
    background: url("../ressources/logo_icone/popup_Left.png") no-repeat center;
    background-size: contain;
}
.pop_gaming
{
    top: 31%;
    left: 53%;
    background: url("../ressources/logo_icone/popup_Right.png") no-repeat center;
    background-size: contain;
}

.a_propos .a_p_texte
{
    width: 80%;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(350px,auto);
    justify-items: center;
}
.a_propos .a_p_cols
{
    background-color: rgba(255,255,255,0.8);
    border-radius: 25px 0 25px 0;
    border-bottom: solid 5px #749aad;
    padding: 20px 30px;
}
.a_propos .a_p_cols p
{
    color: #444;
    font-size: 1.3em;
    line-height: 33px;
    font-style: italic;
    text-align: justify;
    margin-bottom: 10px;
}
.a_propos .a_p_cols .letterine1
{
    display: block;
    text-align: center;
    font-family: belle_et_belle, sans-serif;
    color: #111;
    font-size: 1.5em;
    letter-spacing: 5px;
    color: #749aad;
    margin-bottom: 10px;
}
.a_propos .a_p_cols .lettre_b
{
    color: #44658e;
    font-family: belle_et_belle, sans-serif;
    letter-spacing: 3px;
    font-size: 1.3em;
    font-style: normal;
}

@keyframes fade_transition
{
    from {opacity: .4} 
    to {opacity: 1;}
}
@-webkit-keyframes fade_transition
{
    from {opacity: .4} 
    to {opacity: 1;}
}
@-moz-keyframes fade_transition
{
    from {opacity: .4} 
    to {opacity: 1;}
}
@-o-keyframes fade_transition
{
    from {opacity: .4} 
    to {opacity: 1;}
}
@-webkit-keyframes slide_texte_transition
{
    from {color: transparent;} 
    to {color: white;}
}
@-moz-keyframes slide_texte_transition
{
    from {color: transparent;} 
    to {color: white;}
}
@-o-keyframes slide_texte_transition
{
    from {color: transparent;} 
    to {color: white;}
}
@keyframes slide_texte_transition
{
    from {color: transparent;} 
    to {color: white;}
}

.slide
{
    animation-name: fade_transition;
    -webkit-animation-name: fade_transition;
    -moz-animation-name: fade_transition;
    -o-animation-name: fade_transition;
    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -o-animation-duration: 1.5s;
}
.slide_texte>span
{
    font-size: 0.98em;
    text-transform: uppercase;
    font-weight: bold;
    animation-name: slide_texte_transition;
    -webkit-animation-name: slide_texte_transition;
    -moz-animation-name: slide_texte_transition;
    -o-animation-name: slide_texte_transition;
    animation-duration: 3s;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -o-animation-duration: 3s;
}
/* --- MEDIA QUERIES --- */
@media(max-width:1356px)
{
    .nav_banniere li
    {
        font-size: 0.90em;
    }
}
@media(max-width:1302px)
{
    .nav_banniere li
    {
        font-size: 0.85em;
        margin: 0 3px;
    }
}
@media(max-width:1209px)
{
    .nav_banniere li
    {
        font-size: 0.80em;
    }
}
@media(max-width:1155px)
{
    .nav_banniere ul
    {
        width: 42%;
    }
}
@media(max-width:1128px)
{
    .nav_banniere ul
    {
        width: 43%;
    }
}
@media(max-width:1102px)
{
    .nav_banniere ul
    {
        width: 50%;
    }
}
@media(max-width:950px)
{
    .nav_banniere ul
    {
        width: 60%;
    }
}
@media(max-width:795px)
{
    .nav_banniere ul
    {
        width: 75%;
    }
}
@media(max-width:639px)
{
    .nav_banniere ul
    {
        width: 90%;
    }
}
@media(max-width:535px)
{
    .nav_banniere
    {
        top: 15px;
    }
    .nav_banniere ul
    {
        width: 95%;
    }
    .nav_banniere li
    {
        font-size: 0.75em;
        margin: 0 1px;
    }
}
@media(max-width:468px)
{
    .nav_banniere
    {
        top: 16px;
    }
    .bloc_banniere
    {
        padding: 40px 0px 15px 0;
    }
    .nav_banniere ul
    {
        width: 99%;
    }
    .nav_banniere li
    {
        font-size: 0.73em;
        border-radius: 10px 10px 0 0;
        padding: 5px 5px;
    }
}
@media(max-width:400px)
{
    .nav_banniere
    {
        top: 18px;
    }
    .nav_banniere ul
    {
        width: 100%;
    }
    .nav_banniere li
    {
        font-size: 0.71em;
        border-radius: 8px 8px 0 0;
        padding: 5px 5px;
    }
}
@media(max-width:386px)
{
    .nav_banniere
    {
        top: 19px;
    }
    .nav_banniere li
    {
        padding: 4px 3px;
    }
}
@media(max-width:370px)
{
    .nav_banniere
    {
        top: 8px;
    }
    .nav_banniere li:nth-child(1),.nav_banniere li:nth-child(2),.nav_banniere li:nth-last-child(1)
    {
        padding-top: 8px;
    }
}
@media(max-width:361px)
{
    .nav_banniere ul
    {
        width: 98.5%;
    }
    .nav_banniere li:nth-child(2)
    {
        padding-top: 4px;
    }
    .nav_banniere li:nth-child(1),.nav_banniere li:nth-last-child(1)
    {
        padding-top: 8px;
    }
}

@media(max-width:1200px)
{
    .slide_texte
    {
        padding: 20px 3%;
    }
    .slide_texte h2
    {
        margin-bottom: 7px;
        font-size: 1.9em;
        letter-spacing: 1.5px;
        width: 60%;
    }
    .slide_texte h3
    {
        font-size: 1.5em;
        margin-bottom: 10px;
    }
    .slide_texte p
    {
        font-size: 1.1em;
        line-height: 24px;
    }
}
@media(max-width:1000px)
{
    .fleche_droite
    {
        right:0.5%;
    }
    .fleche_gauche
    {
        left:0.5%;
    }
}
@media(max-width:873px)
{
    .banniere
    {
        height: 450px;
    }
    .slide
    {
        height: 448px;
    }
    .slide_texte
    {
        height: 448px;
        padding: 20px 3%;
    }
    .slide_texte p
    {
        font-size: 1.05em;
        line-height: 24px;
    }
    .etd_dip div
    {
        padding: 15px 15px 15px 35px;

    }
    .fleche
    {
        font-size: 45px;
    }
    .etd_dip p
    {
        text-indent: -11px;
    }
}
@media(max-width:821px)
{
    .fleche_droite
    {
        right:2.7%;
    }
}
@media(max-width:780px)
{
   .slide_texte h2
    {
        margin-bottom: 3px;
        font-size: 1.7em;
        width: 70%;
        border-bottom: 2px solid transparent;
        border-image: linear-gradient(to right, #fff , transparent);
        border-image-slice: 1;
    } 
    .slide_texte h3
    {
        font-size: 1.45em;
        margin-bottom: 10px;
    }
    .slide_texte p
    {
        font-size: 1em;
        line-height: 24px;
    }
    .etd_dip h2
    {
        height: 26px;
    }
}
@media(max-width:750px)
{
    .etd_dip
    {
        display: grid;
        grid-template-columns: 1fr;
    }
    .etd_dip h2
    {
        grid-column: 1/1;
    }
}
@media(max-width:565px)
{
    .fleche
    {
        font-size: 40px;
    }
    .etd_dip div
    {
        border-left: solid 4px #749aad;
        margin: 4px 1.5%;
        padding: 15px 15px 15px 35px;
    }
    .fleche_droite
    {
        right:3.7%;
    }
    .slide_texte h2
    {
        margin-bottom: 4px;
        font-size: 1.5em;
        width: 80%;
        border-bottom: 2px solid transparent;
        border-image: linear-gradient(to right, #fff , transparent);
        border-image-slice: 1;
    } 
    .slide_texte h3
    {
        font-size: 1.3em;
        margin-bottom: 5px;
    }
    .slide_texte p
    {
        font-size: 0.9em;
        line-height: 22px;
    }
    .etd_dip p
    {
        text-indent: -10px;
    }
}
@media(max-width:525px)
{
    .fleche
    {
        font-size: 35px;
    }
    .fleche_droite
    {
        right:4.3%;
    }
}
@media(max-width:399px)
{
    .fleche
    {
        font-size: 30px;
    }
    .fleche_droite
    {
        right:4.9%;
    }
}
@media(max-width:376px)
{
    .slide_texte h2
    {
        margin-bottom: 4px;
        font-size: 1.3em;
        width: 90%;
        border-bottom: 2px solid transparent;
        border-image: linear-gradient(to right, #fff , transparent);
        border-image-slice: 1;
    }
    .etd_dip h2
    {
        height: 21px;
    }
    .fleche
    {
        font-size: 25px;
    }
    .fleche_droite
    {
        right:5.8%;
    }
    .slide_texte h3
    {
        font-size: 1.2em;
        margin-bottom: 3px;
    }
    .slide_texte p
    {
        font-size: 0.8em;
    }
}
@media(max-width:303px)
{
    .slide_texte h2
    {
        margin-bottom: 7px;
        font-size: 1.2em;
        width: 100%;
    }
    .fleche_droite
    {
        right:6.3%;
    }
}
@media(max-width:1200px)
{
    .exp_pro
    {
        padding: 30px 2% 30px 3.5%;
    }
}
@media(max-width:1160px)
{
    .exp_pro div
    {
        padding: 13px 13px 13px 33px;
    }
}
@media(max-width:1000px)
{
    .exp_pro div
    {
        padding: 14px 14px 14px 25px;
    }
    .exp_pro h3
    {
        padding-left: 2%;
    }
}
@media(max-width:866px)
{
    .exp_pro h2
    {
        width: 80%;
    }
}
@media(max-width:801px)
{
    .exp_pro h2
    {
        grid-column: 1/1;
    }
    .exp_pro
    {
        grid-template-columns: 1fr;
        padding: 30px 3.2% 30px 3.3%;
    }
}
@media(max-width:611px)
{
    .exp_pro h2
    {
        width: 95%;
    }
}
@media(max-width:474px)
{
    .exp_pro h2
    {
        width: 100%;
    }
}
@media(max-width:433px)
{
    .exp_pro h2
    {
        line-height: 25px;
    }
}
@media(max-width:308px)
{
    .exp_pro h3
    {
        font-size: 1.15em;
    }
}

@media(max-width:1200px)
{
    .loisirs .conteneur_icons
    {
        margin: 35px auto;
    }
}
@media(max-width:1049px)
{
    .loisirs .conteneur_icons
    {
        height: 340px;
        width: 340px;
        margin: 40px auto;
    }
    .loisirs .bloc_icon
    {
        padding: 18px 4px 4px 4px;
        width: 90px;
        height: 90px;
        font-size: 50px;
    }
}
@media(max-width:873px)
{
    .loisirs .conteneur_icons
    {
        height: 320px;
        width: 320px;
        margin: 28px auto;
    }
    .loisirs .bloc_icon
    {
        padding: 17px 4px 4px 4px;
        width: 87px;
        height: 87px;
        font-size: 47px;
    }
}
@media(max-width:700px)
{
    .loisirs .conteneur_icons
    {
        height: 300px;
        width: 300px;
        margin: 40px auto;
    }
    .loisirs .bloc_icon
    {
        padding: 17px 4px 4px 4px;
        width: 82px;
        height: 82px;
        font-size: 42px;
    }
    .loisirs .bloc_icon:hover
    {
        transform: scale(1.1);
    }
}
@media(max-width:600px)
{
    .loisirs .conteneur_icons
    {
        height: 290px;
        width: 290px;
        margin: 45px auto;
    }
    .loisirs .bloc_icon
    {
        padding: 17px 4px 4px 4px;
        width: 80px;
        height: 80px;
        font-size: 40px;
    }
}
@media(max-width:550px)
{
    .loisirs .conteneur_icons
    {
        height: 260px;
        width: 260px;
        margin: 60px auto;
    }
    .loisirs .bloc_icon
    {
        padding: 17px 4px 4px 4px;
        width: 73px;
        height: 73px;
        font-size: 37px;
    }
    .loisirs .bloc_icon:hover
    {
        transform: scale(1.08);
    }
}
@media(max-width:468px)
{
    .loisirs .conteneur_icons
    {
        height: 250px;
        width: 250px;
        margin: 60px auto;
    }
    .loisirs .bloc_icon
    {
        padding: 15px 4px 4px 4px;
        width: 70px;
        height: 70px;
        font-size: 36px;
    }
}
@media(max-width:400px)
{
    .loisirs .conteneur_icons
    {
        height: 220px;
        width: 220px;
    }
    .loisirs .bloc_icon
    {
        padding: 13px 4px 4px 4px;
        width: 60px;
        height: 60px;
        font-size: 33px;
    }
}
@media(max-width:340px)
{
    .loisirs .conteneur_icons
    {
        height: 200px;
        width: 200px;
        margin: 70px auto;
    }
    .loisirs .bloc_icon
    {
        padding: 11.5px 4px 4px 5px;
        width: 55px;
        height: 55px;
        font-size: 29px;
    }
}
@media(max-width:1320px)
{
    .pop_nt
    {
        right: 20%;
    }
    .pop_voyage
    {
        left: 17.5%;
    }        
}
@media(max-width:1295px)
{
    .pop_sport
    {
        left: 26%;
        bottom: 33%;
    }
}
@media(max-width:1267px)
{
   .pop_nt
    {
        right: 18.5%;
    }
    .pop_voyage
    {
        left: 16.5%;
    } 
}
@media(max-width:1225px)
{
    .pop_sport
    {
        left: 25.6%;
    }
}
@media(max-width:1200px)
{
    .pop_art
    {
        top: 11%;
    }
    .pop_nt
    {
        top: 27.5%;
        right: 17%;
    }
    .pop_voyage
    {
        top: 33%;
        left: 14.8%;
    } 
    .pop_sport
    {
        bottom: 32%;
        left: 24.3%;
    }
    .pop_gaming
    {
        top: 32%;
    }
}
@media(max-width:1090px)
{
    .pop_nt
    {
        right: 13%;
    }
    .pop_voyage
    {
        left: 10.5%;
    } 
    .pop_sport
    {
        left: 21%;
    }
}
@media(max-width:1049px)
{
    .popup_icons
    {
        height: 3.5em;
        width: 11em;
    }
    .popup_icons div
    {
        padding: 5px;
        font-size: 1em;
    }
    .pop_nt
    {
        height: 5em;
    }
    .pop_nt div
    {
        font-size: 0.9em;
        margin-top: 3px;
    }
    .popup_icons .popup_right
    {
        margin-left: 15px;
    }
    
    .pop_art
    {
        top: 14%;
        left: 54.5%;
    }
    .pop_nt
    {
        top: 31%;
        right: 17%;
    }
    .pop_voyage
    {
        top: 35%;
        left: 17.4%;
    } 
    .pop_sport
    {
        bottom: 30%;
        left: 27.3%;
    }
    .pop_gaming
    {
        top: 35%;
        left: 54.5%;
    }
}
@media(max-width:900px)
{
    .pop_nt
    {
        right: 11%;
    }
    .pop_voyage
    {
        left: 12%;
    } 
    .pop_sport
    {
        left: 23.5%;
    }
}
@media(max-width:780px)
{
     .pop_art
    {
        top: 12%;
        left: 54.5%;
    }
    .pop_nt
    {
        top: 28%;
        right: 7%;
    }
    .pop_voyage
    {
        top: 33%;
        left: 8%;
    } 
    .pop_sport
    {
        bottom: 32%;
        left: 21%;
    }
    .pop_gaming
    {
        top: 33%;
        left: 54.5%;
    }
}
@media(max-width:680px)
{
    .pop_nt
    {
        right: 3%;
    }
    .pop_voyage
    {
        left: 4%;
    } 
    .pop_sport
    {
        left: 17%;
    }
}
@media(max-width:620px)
{
    .popup_icons
    {
        height: 4em;
        width: 9em;
    }
    .popup_icons div
    {
        padding: 0px;
        font-size: 0.85em;
        margin-top: 13px;
    }
    .pop_nt
    {
        height: 5em;
    }
    .pop_nt div
    {
        font-size: 0.9em;
        margin-top: 10px;
    }
    .popup_icons .popup_right
    {
        margin-left: 15px;
    }
    .pop_sport
    {
        left: 20%;
    } 
}
@media(max-width:600px)
{
    .pop_art
    {
        top: 15%;
        left: 56.5%;
    }
    .pop_nt
    {
        top: 31%;
        right: 1%;
    }
    .pop_voyage
    {
        top: 34%;
        left: 2%;
    } 
    .pop_sport
    {
        bottom: 29%;
        left: 17%;
    }
    .pop_gaming
    {
        top: 36%;
        left: 56.5%;
    }
}
@media(max-width:500px)
{
    .popup_icons
    {
        height: 10em;
        width: 7.5em;
    }
    .popup_icons div
    {
        padding: 0px;
        font-size: 0.8em;
        margin-top: 62px;
    }
    .pop_nt
    {
        height: 5em;
    }
    .pop_nt div
    {
        font-size: 0.75em;
        margin-top: 15px;
    }
    .popup_icons .popup_right
    {
        margin-left: 15px;
    }
    
    .pop_art
    {
        top: 7%;
        left: 56.5%;
    }
    .pop_nt
    {
        top: 31%;
        right: 1%;
    }
    .pop_voyage
    {
        top: 24%;
        left: 2%;
    } 
    .pop_sport
    {
        bottom: 20%;
        left: 17%;
    }
    .pop_gaming
    {
        top: 24%;
        left: 56.5%;
    }
}
@media(max-width:540px)
{
    .pop_sport
    {
        left: 13%;
    }
}
@media(max-width:400px)
{
    .pop_art
    {
        top: 7%;
        left: 56.5%;
    }
    .pop_nt
    {
        top: 27%;
        right: 37%;
        
         background: url("../ressources/logo_icone/popup_Nt_Left.png") no-repeat center;
        background-size: contain;
    }
    .pop_nt div
    {
        margin-right: 35px;
    }
    .pop_voyage
    {
        top: 20%;
        left: 35%;
        
        background: url("../ressources/logo_icone/popup_Right.png") no-repeat center;
        background-size: contain;
    }
    .pop_voyage div
    {
        margin-left: 37px;
    }
    .pop_sport
    {
        bottom: 27%;
        left: 10%;
    }
    .pop_gaming
    {
        top: 24%;
        left: 56.5%;
    }
}
@media(max-width:302px)
{
    .pop_sport
    {
        left: 0.5%;
    }
    .pop_gaming
    {
        top: 21%;
    }
}
@media(max-width:1200px)
{
    .a_propos .a_p_texte
    {
        width: 93%;
        margin: 40px auto;
    }
}
@media(max-width:1172px)
{
    .a_propos .a_p_cols p
    {
        font-size: 1.2em;
        line-height: 30px;
    }
}
@media(max-width:1093px)
{
    .a_propos .a_p_texte
    {
        margin: 30px auto;
    }
}
@media(max-width:873px)
{
    .a_propos .a_p_cols p
    {
        font-size: 1.1em;
        line-height: 25px;
    }
}
@media(max-width:670px)
{
    .a_propos .a_p_cols p
    {
        font-size: 1.08em;
        line-height: 25px;
    }
}
@media(max-width:589px)
{
    .a_propos .a_p_cols p
    {
        text-align: left;
    }
}
@media(max-width:500px)
{
    .a_propos .a_p_cols p
    {
        font-size: 1.03em;
    }
}
@media(max-width:420px)
{
    .a_propos .a_p_cols p
    {
        font-size: 0.96em;
        text-align: center;
    }
}
@media(max-width:340px)
{
    .a_propos .a_p_cols p
    {
        font-size: 0.94em;
    }
}
@media(max-width:311px)
{
    .a_propos .a_p_cols p
    {
        font-size: 0.93em;
        text-align: left;
    }
        .a_propos .a_p_cols
    {
        border-radius: 15px 0 15px 0;
        border-bottom: solid 4px #749aad;
        padding: 10px 20px;
    }
}

/* Line slide template (debut) */
.bloc_lineSlide 
{
    background: rgb(238,238,238) url("../ressources/images/ls_wrap_bg2.jpg") repeat;
    background-size: contain;
    padding: 20px 0;
}
.ls_titre 
{
    text-align: center;
    font-size: 1.8em;
    letter-spacing: 1px;
    padding: 10px;
    text-shadow: 4px 4px 4px rgba(0,0,0,0.6);
    color: rgba(238, 238, 238, 0.945);
    background-color: rgb(34, 29, 37);
    border-radius: 20px 0 20px 0;
    box-shadow: 4px 4px 3px rgba(0,0,0,0.3);
    width: 40%;
    position: relative;
    left: 50%;
    margin-left: -20%;
}

.ls_wrap
{
    border: solid 1px rgba(226, 226, 226, 0.884);
    width: 86vw;
    position: relative;
    left: 50%;
    margin: 20px 0 20px -43vw ;
    border-radius: 20px 4px 20px 4px;
    background: linear-gradient(to right, rgb(34, 29, 37), rgb(34, 29, 37), rgb(41, 34, 46), rgb(34, 29, 37), rgb(34, 29, 37));
    box-shadow: 4px 4px 2px rgba(0,0,0,0.4);
}
.ls_arrow
{
    height: 40px;
    width: 40px;
    position: absolute;
    top: 75px;
    margin-top: -20px;
    font-size: 2.3em;
    color: rgba(255,255,255,0.9);
    text-align: center;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    z-index: 10;
}
.ls_arrow:hover
{
    color: white;
    cursor: pointer;
    width: 45px;
}
.ls_arrow_l
{
    left: 10px;
}
.ls_arrow_r
{
    right: 10px;
}
.ls_slider
{
    height: 170px;
    width: 82vw;
    margin: auto;
    overflow: hidden;
}
.ls_slider_elements
{
    height: 170px;
    width: 140vw;
    z-index: 1;
}
.ls_slide:before
{
    content: '';
    position: absolute;
    height: 92%;
    width: 92%;
    top: 4%;
    left: 4%;

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; /* or cover */
}
.ls_slide
{
    position: relative;
    background: url("../ressources/images/ls_icones_bg.jpg") no-repeat center;
    background-size: cover;
    height: 140px;
    width: 190px;
    margin-top: 14px;
    margin-right: 10px;
    display: inline-block;
    box-shadow: 6px 6px 2px rgba(0,0,0,0.6);
    border-radius: 14px 3px 14px 3px;
    border-top: solid 2px rgba(255, 255, 255, 0.89);
    border-left: solid 2px rgba(255, 255, 255, 0.89);
    border-bottom: solid 2px rgba(0,0,0,0.5);
    border-right: solid 2px rgba(0,0,0,0.3);
}
.ls_slide:hover 
{
    border: solid 1px white;
    box-shadow: 0 0 5px white;
}
/* Insert images / thumbnails here */
.ls_slide1:before
{
    background-image: url("../ressources/logo_icone/ls_logo1.png");
}
.ls_slide2:before
{
    background-image: url("../ressources/logo_icone/ls_logo2.png");
}
.ls_slide3:before
{
    background-image: url("../ressources/logo_icone/ls_logo3.png");
}
.ls_slide4:before
{
    background-image: url("../ressources/logo_icone/ls_logo4.png");
}
.ls_slide5:before
{
    background-image: url("../ressources/logo_icone/ls_logo5.png");
}
.ls_slide6:before
{
    background-image: url("../ressources/logo_icone/ls_logo6.png");
}
.ls_slide7:before
{
    background-image: url("../ressources/logo_icone/ls_logo7.png");
}
.ls_slide8:before
{
    background-image: url("../ressources/logo_icone/ls_logo8.png");
}
.ls_slide9:before
{
    background-image: url("../ressources/logo_icone/ls_logo9.png");
}
.ls_slide10:before
{
    background-image: url("../ressources/logo_icone/ls_logo10.png");
}
.ls_slide11:before
{
    background-image: url("../ressources/logo_icone/ls_logo11.png");
}
.ls_slide12:before
{
    background-image: url("../ressources/logo_icone/ls_logo12.png");
}
.ls_slide13:before
{
    background-image: url("../ressources/logo_icone/ls_logo13.png");
}
.ls_slide14:before
{
    background-image: url("../ressources/logo_icone/ls_logo14.png");
}
.ls_slide15:before
{
    background-image: url("../ressources/logo_icone/ls_logo15.png");
}
.ls_slide16:before
{
    background-image: url("../ressources/logo_icone/ls_logo16.png");
}
.ls_slide17:before
{
    background-image: url("../ressources/logo_icone/ls_logo17.png");
}
.ls_slide18:before
{
    background-image: url("../ressources/logo_icone/ls_logo18.png");
}

/* media queries : */
@media(max-width: 1140px)
{
    .ls_wrap 
    {
        width: 94vw;
        margin: 20px 0 20px -47vw ;
    }
    .ls_slider 
    {
        height: 170px;
        width: 90vw;
    }
    .ls_slider_elements 
    {
        height: 170px;
    }
    .ls_slide 
    {
        height: 140px;
        width: 190px;
        margin-top: 16px;
    }
    .ls_arrow_l 
    {
        left: 0px;
    }
    .ls_arrow_r 
    {
        right: 0px;
    }
}
@media(max-width: 980px) 
{
    .ls_titre 
    {
        font-size: 1.6em;
    }
}
@media(max-width: 900px)
{
    .ls_wrap 
    {
        width: 96vw;
        margin: 20px 0 20px -48vw ;
    }
    .ls_slider 
    {
        height: 140px;
        width: 92vw;
    }
    .ls_slider_elements 
    {
        height: 140px;
    }
    .ls_slide 
    {
        height: 120px;
        width: 160px;
        margin-top: 10px;
    }
    .ls_arrow
    {
        height: 34px;
        width: 30px;
        top: 90px;
        margin-top: -34px;
        font-size: 2em;
    }
}
@media(max-width: 850px) 
{
    .ls_titre 
    {
        font-size: 1.4em;
    }
}
@media(max-width: 750px) 
{
    .ls_titre 
    {
        font-size: 1.2em;
        letter-spacing: 1.5px;
        width: 50%;
        margin-left: -25%;
    }
}
@media(max-width: 600px)
{
    .ls_wrap 
    {
        width: 98vw;
        margin: 20px 0 20px -49vw ;
    }
    .ls_slider 
    {
        height: 130px;
        width: 94vw;
    }
    .ls_slider_elements 
    {
        height: 130px;
    }
    .ls_slide 
    {
        height: 110px;
        width: 150px;
        margin-top: 10px;
    }
    .ls_arrow
    {
        height: 34px;
        width: 30px;
        top: 84px;
        margin-top: -34px;
        font-size: 2em;
    }
}
@media(max-width: 550px) 
{
    .ls_titre 
    {
        font-size: 1em;
        letter-spacing: 1px;
        font-weight: lighter;
        width: 60%;
        margin-left: -30%;
    }
}
@media(max-width: 500px)
{
    .ls_wrap 
    {
        width: 84vw;
        margin-left: -42vw;
    }
    .ls_slider 
    {
        height: 120px;
        width: 80vw;
    }
    .ls_slider_elements 
    {
        height: 120px;
    }
    .ls_slide 
    {
        height: 100px;
        width: 130px;
    }
    .ls_arrow
    {
        height: 34px;
        width: 30px;
        top: 82px;
        font-size: 1.8em;
    }
}
@media(max-width: 252px)
{
    .ls_titre 
    {
        font-size: 0.8em;
        letter-spacing: 0.5px;
        font-weight: lighter;
        width: 80%;
        margin-left: -40%;
    }
}
@media(max-width: 375px)
{
    .ls_wrap 
    {
        width: 94vw;
        margin-left: -47vw;
    }
    .ls_slider 
    {
        height: 188px;

        width: 90vw;
    }
    .ls_slider_elements 
    {
        height: 188px;
    }
    .ls_slide 
    {
        height: 80px;
        width: 110px;
        margin-top: 7px;
        margin-right: 5px;
    }
    .ls_arrow
    {
        top: 110px;
    }
}
/* Line slide template (fin) */

body
{
    overflow-x:hidden;
    width: 100vw;
}

/* - - - */
.rs_fixed 
{
    position: relative;
    top: 250px;
}
.rs_fixed div 
{
  z-index: 50;
  position: absolute;
  right: -33px;

  border: solid 2px rgba(255,255,255,0.8);
  background-color: rgba(0,106,186,0.8);
  color: rgba(255,255,255,0.8);
  height: 50px;
  width: 70px;
  text-align: left;
  border-radius: 20px 0 0 0;
  font-size: 1.4em;
  padding: 9px 0 9px 12px;
  box-shadow: -4px 4px 4px rgba(0,0,0,0.1);
  transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -webkit-transition: .3s;
}
.rs_fixed div:hover 
{
  right: -15px;
}
.rs_fixed .fb_fix 
{
  top: 60px;
}
.rs_fixed .fb_fix:hover 
{
  color: white;
  background-color: rgb(61,78,154);
}
.rs_fixed .twitter_fix
{
  top: 115px;
}
.rs_fixed .twitter_fix:hover
{
  color: white;
  background-color: black;
}
.rs_fixed .insta_fix 
{
  top: 170px;
}
.rs_fixed .insta_fix:hover 
{
  color: white;
  background: linear-gradient(to right, rgb(255,265,71),rgb(232,32,73),rgb(167,44,174));
}
.rs_fixed .gitHub_fix
{
  top: 225px;
}
.rs_fixed .gitHub_fix:hover
{
  color: rgb(214, 194, 143);
  background-color: rgb(27,31,35);
}
/* - - - */

.bloc_page
{
    background: url("../ressources/images/font_texture6.png") repeat-y top;
    background-size: contain;
}
.page_footer
{
    width: 100%;
}
.bloc_width
{
    z-index: 1;
    position: relative;
}

.cv_header
{
    z-index: 3;
    position: relative;
    height: 550px;
    border-radius: 0 0 80% 0;
    padding: 10%; 
    text-align: center;
    color: white;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
}
.conteneur_video
{
    position: absolute;
    top: -20px; /*0*/
    left: 0;
    width: 100%;
    height: 568px; /*548*/
    overflow: hidden;
    border-radius: 0 0 78% 0; /*0 0 80% 0*/

    background: url("../ressources/images/cv_header2.jpg") fixed no-repeat center;
    background-size: cover;
}
.conteneur_video video
{
    min-height: 100%;
    min-width: 100%;
}
.couverture_video
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 548px;
    border-radius: 0 0 80% 0;
    background-color: #1f262e;
    opacity: 0.2;
}

.bloc_img_profil_parent
{
    z-index: 5;
    height: 15em;
    width: 15em;
    position: absolute;
    border: solid 14px rgb(229,229,229);
    border-radius: 50%;
    right:70px;
    top: 200px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    animation-delay: 2.5s ;
    -webkit-animation-delay: 2.5s;
    -moz-animation-delay: 2.5s;
    -o-animation-delay: 2.5s;
    animation-direction: 0.5s;
    -webkit-animation-direction: 0.5s;
    -moz-animation-direction: 0.5s;
    -o-animation-direction: 0.5s;
}
.bloc_img_profil
{
    z-index: 4;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background-color: black;
    background: url("../ressources/images/img_profil5.jpg") no-repeat center;
    background-size: cover;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}
.bloc_img_profil:hover
{
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
}
.bloc_img_profil_parent:hover .bloc_img_profil,
.bloc_img_profil_parent:focus .bloc_img_profil 
{
    transform: scale(1.1);
}
.cv_titre h2
{
    font-family: lato, sans-serif;
    text-align: center;
    padding: 1.5rem;
    color: #eeeeee;
    font-size: 2em;
    letter-spacing: 2px;
    width: 100%;
    background-color: #222;
    text-shadow: 4px 4px 2px rgba(0,0,0,0.3);
}
.bloc_reseaux_sociaux
{
    width: 100%;
    background-color: #44658e;
    padding: 2rem;
}
.bloc_rs_icones
{
    display: grid;
    grid-template-columns: repeat(5,10%);
    grid-gap: 1rem;
    grid-auto-rows: minmax(50px,auto); 
    justify-content: center;
    justify-items: center;
    cursor: pointer;
}
@keyframes icon_anime1
{
    0%
    {
        transform: translateY(0px);
    }
    50%
    {
        transform: translateY(20px);
    }
    100%
    {
        transform: translateY(0px);
    }
}
.bloc_reseaux_sociaux .rs_icones
{   
    height: 5.3rem;
    width: 5.3rem;
    text-align: center;
    padding: 1.1rem;
    border-radius: 50%;
    background-color: white;
    color: #44658e;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.3);

    transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
}
.bloc_reseaux_sociaux .rs_icones:hover 
{
    border: solid 2px white;
    animation-name: icon_anime1;
    animation-duration: 0.3s;
}
.bloc_reseaux_sociaux a:nth-child(1) .rs_icones:hover
{
    color: white;
    background-color: rgb(61,78,154);
}
.bloc_reseaux_sociaux a:nth-child(2) .rs_icones:hover
{
    color: white;
    background-color: black;
}
.bloc_reseaux_sociaux a:nth-child(3) .rs_icones:hover
{
    color: white;
    background: linear-gradient(to right, rgb(255,265,71),rgb(232,32,73),rgb(167,44,174));
}
.bloc_reseaux_sociaux a:nth-child(4) .rs_icones:hover
{
    color: white;
    background-color: rgb(0,106,186);
}
.bloc_reseaux_sociaux a:nth-child(5) .rs_icones:hover
{
    color: white;
    background-color: rgb(50,49,49);
}
.rs_titre
{
    color: white;
    font-family: belle_et_belle, sans-serif;
    font-size: 3rem;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-shadow: 4px 4px 4px rgba(0,0,0,0.3);
}
.bloc_competances h4
{
    color: rgba(255,255,255,0.9);
    font-size: 1.3em;
    padding: 10px;
    padding-left: 20px;
    margin-bottom: 8px;
}
.bloc_competances .titre_comp
{
    letter-spacing: 1px;
    font-weight: normal;
    text-shadow: 2px 2px 0px rgba(0,0,0,0.9);
    background: linear-gradient(to right, rgba(0,0,0,0.6), transparent);
    padding-top: 13px;
    border-radius: 25px 0 0 25px;
}
.bloc_competances h4 i
{
    margin-right: 5px;
    margin-bottom: 8px;
    font-size: 0.9em;
    color: rgba(255,255,255,0.9);
}
.c_techFonctionnelles
{
    backface-visibility: hidden;
    padding: 20px;
    background: url("../ressources/images/Competence_tech.jpg") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}
.table_competances
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: minmax(41px,auto);
    opacity: 0.9;
}
.table_competances div
{
    color: white;
    margin-bottom: 5px;
}
.table_competances div:nth-child(odd)
{
    background-color: #222222e6;
}
.table_competances div:nth-child(even)
{
    background-color: #e6e7ea;
}
.table_competances .tc_info.impaire
{
    background-color: #2222220d;
    color: #fafafa;
}
.table_competances .tc_info.paire
{
    color:#444;
}
.table_competances h4
{
    text-shadow: 2px 2px 0px rgba(0,0,0,0.5);
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 0;
    padding: 10px auto;
    padding-top: 11px;
    font-size: 1em;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
}
.table_competances .tc_titre.impaire
{
    background-color: #e6e7eae6;
    color: #444;
    text-shadow: none;
}
.table_competances .tc_titre.paire
{
    background-color: #333333e6;
    color: #e6e7ea;
    text-shadow: none;
}
.table_competances .tc_info
{
    padding: 20px;
    line-height: 23px;
    font-size: 1.1em;
}
.c_humaines
{
    padding: 20px;
    background: url("../ressources/images/meeting-conference-board-room2.jpg") /*fixed*/ no-repeat center;
    background-size: cover;
}
.bloc_ch
{
    background: linear-gradient(to right, transparent, rgba(0,0,0,0.8),rgba(0,0,0,0.9),rgba(0,0,0,0.8),transparent);
    padding: 1rem 2rem 1rem 3.5rem;
    width: 1000px;
    margin: auto;
    text-align: center;
}
.bloc_ch div
{
    display: inline-block;
    vertical-align: top;
}
.bloc_ch .ch_slide span
{
    width: 170px;
    display: block;
    color: rgba(255,255,255,0.95);
    font-weight: bold;
    font-style: italic;
}
.bloc_ch .ch
{
    cursor: pointer;
    width: 70px;
    height: 50px;
    font-size: 1.7em;
    padding: 9px 20px;
    border-radius: 30% 0 30% 0;
    border: solid 1px rgba(255,255,255,0.7);
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}
.bloc_ch .ch span
{
    color: white;
    transition: 0.5s;
}
.bloc_ch .ch:hover
{
    border: solid 1px white;
    box-shadow: 0 0 5px rgba(255,255,255,0.5);
    color: red;
}
.bloc_ch .ch_slide
{
    width: 0px;
    font-size: 1em;
    padding: 0;
    background: linear-gradient(to right,#44658e,#44658e,#44658e,transparent);
    overflow-y: hidden;
    overflow-x: hidden;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
}

.sous_bloc_projets  /* MES PROJETS */
{
    display: grid;
    grid-template-columns: 1fr;
    padding: 30px 50px;
    background: url("../ressources/images/Projets.jpeg") fixed no-repeat center;
    background-size: cover;
}
.projet_titre
{
    padding: 7px 20px;
    width: 450px;
    background-color: rgba(255,255,255,0.8);
    color: #444;
    font-size: 1.4em;
    font-style: italic;
    border-radius: 10px 10px 0 0;
    margin-bottom: 2px;
    border-bottom: solid 3px #749aad90;
}
.projet_titre a 
{
    color: #444;
    transition: 0.3s;
}
.projet_titre > a:hover 
{
    color: rgb(71, 105, 131);
    text-decoration: underline;
}
.projet_titre span
{
    color: #749aad;
}
.prj_link_ico /* Icone link projet */
{
    display: inline;
    color: rgb(110, 110, 110);
    font-size: 0.8em;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}
.prj_link_ico:hover
{
    color: #749aad;
}
.projet_desc_img
{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 60px;
    height: 400px;
}
.projet_description
{
    border: solid 1px rgba(255,255,255,0.5);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 5px 10px 10px 10px;
    background-color: rgba(255,255,255,0.8);
    color: #555;
    font-size: 1.1em;
    line-height: 28px;
    border-radius: 0 0 0 20px;
    border-top: solid 10px transparent;
    border-bottom: solid 10px transparent;
    transition: 1s;
}
.projet_description p
{
    padding-bottom: 13px;
    padding: 10px;
    transition: 0.5s;
    border-radius: 10px 0 10px 0;
    margin-bottom: 5px;
}
.projet_description p i
{
    font-size: 0.7em;
}
.projet_description p:hover
{
    color: #222;
}
.projet_image
{
    border: solid 1px #999;
    position: relative;
    background: linear-gradient(to right,#2d3a3a60,#dddddd60,#2d3a3a60);
    border-radius: 0 20px 20px 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    box-shadow: 5px 5px 40px rgba(255,255,255,0.1) inset;
}
.projet_image:hover
{
    box-shadow: 4px 4px 20px rgba(0,0,0,0.3) inset;
}
.prj_left_arrow, .prj_right_arrow
{
    z-index: 1;
    position: absolute;
    top: 45%;
    font-size: 2.8em;
    color: #ddd;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.6);
    cursor: pointer;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
}
.prj_left_arrow:hover, .prj_right_arrow:hover
{
    color: white;
}
.prj_left_arrow
{
    left: 10px;
}
.prj_right_arrow
{
    right: 10px;
}
.prj_agrandir
{
    z-index: 1;
    position: absolute;
    font-size: 1.1em;
    border: solid 1px rgba(255,255,255,0.6);
    box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    border-radius: 50%;
    text-align: center;
    height: 30px;
    width: 30px;
    padding: 5px;
    color: rgba(255,255,255,0.6);
    cursor: pointer;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
}
.prj_agrandir:hover
{
    color: white;
    border: solid 1px white;
}
.projet_slider_p1.p_slide1-1 .prj_agrandir, .projet_slider_p2.p_slide2-1 .prj_agrandir
{
    right: 50px;
    bottom: 5%;
}
.p_slide1-2 .prj_agrandir,.p_slide1-3 .prj_agrandir,.p_slide1-4 .prj_agrandir,.p_slide1-5 .prj_agrandir,.p_slide1-6 .prj_agrandir,.p_slide1-7 .prj_agrandir,.p_slide1-8 .prj_agrandir
{
    right: 2%;
    bottom: -3%;
}
.projet_slider_p2.p_slide2-4 .prj_agrandir
{
    right: 3%;
    bottom: -5%;
}
.projet_slider_p2.p_slide2-3 .prj_agrandir
{
    right: 0%;
    bottom: -6%;
}
.projet_slider_p2 .prj_agrandir
{
    right: 10px;
    bottom: 10px;
}
.projet_slider_p3.p_slide3-1 .prj_agrandir
{
    right: 10px;
    bottom: -18px;
}
.projet_slider_p3.p_slide3-1 .prj_code
{
    right: 10px;
    bottom: 55px;
}
.projet_slider_p3.p_slide3-2 .prj_agrandir
{
    right: 30px;
    bottom: 20px;
}
.projet_slider_p3.p_slide3-2 .prj_code
{
    right: 30px;
    bottom: 55px;
}
.projet_slider_p4.p_slide4-2 .prj_agrandir
{
    right: 25px;
    bottom: -20px;
}
.projet_slider_p4.p_slide4-1 .prj_agrandir
{
    bottom: -23px;
}
.projet_slider_p4.p_slide4-3 .prj_agrandir
{
    bottom: -23px;
}
.projet_slider_p4.p_slide4-2 .prj_code
{
    right: 25px;
    bottom: 60px;
}
.projet_slider_p4 .prj_agrandir
{
    right: 10px;
    bottom: 10px;
}
/* Bucket List */
.projet_slider_p5.p_slide5-2 .prj_agrandir
{
    right: 10px;
    bottom: -25px;
}
.projet_slider_p5.p_slide5-1 .prj_agrandir
{
    right: 10px;
    bottom: -15px;
}
.projet_slider_p5.p_slide5-3 .prj_agrandir
{
    right: 10px;
    bottom: -15px;
}
/* Le défie du clavier */
.projet_slider_p6.p_slide6-2 .prj_agrandir
{
    right: 10px;
    bottom: -25px;
}
.projet_slider_p6.p_slide6-1 .prj_agrandir
{
    right: 10px;
    bottom: -15px;
}
.projet_slider_p6.p_slide6-3 .prj_agrandir
{
    right: 10px;
    bottom: -15px;
}
.projet_slider_p6.p_slide6-4 .prj_agrandir
{
    right: 10px;
    bottom: -15px;
}
/* Japan Fusion */
.projet_slider_p7.p_slide7-2 .prj_agrandir
{
    right: 10px;
    bottom: -25px;
}
.projet_slider_p7.p_slide7-1 .prj_agrandir
{
    right: 10px;
    bottom: -15px;
}
.projet_slider_p7.p_slide7-3 .prj_agrandir
{
    right: 10px;
    bottom: -15px;
}
.projet_slider_p7.p_slide7-4 .prj_agrandir
{
    right: 10px;
    bottom: -15px;
}
.projet_slider_p7.p_slide7-5 .prj_agrandir
{
    right: 10px;
    bottom: -25px;
}
/* Info Doc */
.projet_slider_p8.p_slide8-2 .prj_agrandir
{
    right: 10px;
    bottom: -25px;
}
.projet_slider_p8.p_slide8-1 .prj_agrandir
{
    right: 10px;
    bottom: -15px;
}
.projet_slider_p8.p_slide8-3 .prj_agrandir
{
    right: 10px;
    bottom: -15px;
}
/* Movie Station */
.projet_slider_p9.p_slide9-2 .prj_agrandir
{
    right: 10px;
    bottom: -25px;
}
.projet_slider_p9.p_slide9-1 .prj_agrandir
{
    right: 10px;
    bottom: -15px;
}
.projet_slider_p9.p_slide9-3 .prj_agrandir
{
    right: 10px;
    bottom: -15px;
}
.projet_slider_p9.p_slide9-4 .prj_agrandir
{
    right: 10px;
    bottom: -35px;
}
/* Just Wait */
.projet_slider_p10.p_slide10-1 .prj_agrandir
{
    right: 10px;
    bottom: -15px;
}
.projet_slider_p10.p_slide10-2 .prj_agrandir
{
    right: 10px;
    bottom: -25px;
}
/* Autotype effect */
.projet_slider_p11.p_slide11-1 .prj_agrandir
{
    right: 10px;
    bottom: -15px;
}
.projet_slider_p11.p_slide11-2 .prj_agrandir
{
    right: 10px;
    bottom: -35px;
}
/* Boost the numbers */
.projet_slider_p12.p_slide12-1 .prj_agrandir
{
    right: 10px;
    bottom: -15px;
}
.projet_slider_p12.p_slide12-2 .prj_agrandir
{
    right: 10px;
    bottom: -35px;
}
.projet_slider_p12.p_slide12-3 .prj_agrandir
{
    right: 10px;
    bottom: -35px;
}
/* Line Slide */
.projet_slider_p13.p_slide13-1 .prj_agrandir
{
    right: 10px;
    bottom: -15px;
}
.projet_slider_p13.p_slide13-2 .prj_agrandir
{
    right: 10px;
    bottom: -35px;
}
/* Modernav */
.projet_slider_p14.p_slide14-1 .prj_agrandir
{
    right: 10px;
    bottom: -15px;
}
.projet_slider_p14.p_slide14-2 .prj_agrandir
{
    right: 10px;
    bottom: -35px;
}
.projet_slider_p14.p_slide14-3 .prj_agrandir
{
    right: 10px;
    bottom: -35px;
}

.prj_code
{
    z-index: 1;
    position: absolute;
    right: 10px;
    bottom: 50px;
    font-size: 0.9em;
    border: solid 1px rgba(255,255,255,0.4);
    border-radius: 50%;
    text-align: center;
    height: 30px;
    width: 30px;
    padding: 6px 5px;
    color: rgba(255,255,255,0.4);
    cursor: pointer;
     transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
}
.prj_code:hover
{
    color: white;
    border: solid 1px white;
}

/* > Modernav */
.projet_slider_p14
{
    position: absolute;
    top: 0;
    height: 78%;
    width: 88%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 37px 6%;
}
.p_slide14-1
{
    background-image: url("../ressources/images/mn_mock-up.png");
    height: 88%;
    width: 98%;
    margin: 20px 1%;
}
.p_slide14-2
{
    background-image: url("../ressources/images/mn_capture1.PNG");
}
.p_slide14-3
{
    background-image: url("../ressources/images/mn_capture2.PNG");
}

/* > Line slide */
.projet_slider_p13
{
    position: absolute;
    top: 0;
    height: 78%;
    width: 88%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 37px 6%;
}
.p_slide13-1
{
    background-image: url("../ressources/images/ls_mock-up.png");
    height: 88%;
    width: 98%;
    margin: 20px 1%;
}
.p_slide13-2
{
    background-image: url("../ressources/images/ls_capture1.PNG");
}
/* > Line slide (fin) */

/* > Movie Station */
.projet_slider_p9
{
    position: absolute;
    top: 0;
    height: 78%;
    width: 88%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 37px 6%;
}
.p_slide9-1
{
    background-image: url("../ressources/images/ms_mock-up.png");
    height: 88%;
    width: 98%;
    margin: 20px 1%;
}
.p_slide9-2
{
    background-image: url("../ressources/images/ms_capture1.png");
}
.p_slide9-3
{
    background-image: url("../ressources/images/ms_capture2.PNG");
}
.p_slide9-4
{
    background-image: url("../ressources/images/ms_capture3.PNG");
}
/* > Movie Station (fin) */

/* > Boost the numbers */
.projet_slider_p12
{
    position: absolute;
    top: 0;
    height: 78%;
    width: 88%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 37px 6%;
}
.p_slide12-1
{
    background-image: url("../ressources/images/BN_mock-up.png");
    height: 88%;
    width: 98%;
    margin: 20px 1%;
}
.p_slide12-2
{
    background-image: url("../ressources/images/BN_capture1.PNG");
}
.p_slide12-3
{
    background-image: url("../ressources/images/BN_capture2.png");
}
/* > Boost the numbers (fin) */

/* > Just Wait */
.projet_slider_p10
{
    position: absolute;
    top: 0;
    height: 78%;
    width: 88%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 37px 6%;
}
.p_slide10-1
{
    background-image: url("../ressources/images/jw_mock-up.png");
    height: 88%;
    width: 98%;
    margin: 20px 1%;
}
.p_slide10-2
{
    background-image: url("../ressources/images/jw_capture1.PNG");
}
/* > Just Wait (fin) */

/* > Autotype effect */
.projet_slider_p11
{
    position: absolute;
    top: 0;
    height: 78%;
    width: 88%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 37px 6%;
}
.p_slide11-1
{
    background-image: url("../ressources/images/AE_MockUp.png");
    height: 88%;
    width: 98%;
    margin: 20px 1%;
}
.p_slide11-2
{
    background-image: url("../ressources/images/AE_capture1.PNG");
}
/* > Autotype effect (fin) */

/* > Japan fusion */
.projet_slider_p7
{
    position: absolute;
    top: 0;
    height: 78%;
    width: 88%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 37px 6%;
}
.p_slide7-1
{
    background-image: url("../ressources/images/JF_MockUp.png");
    height: 88%;
    width: 98%;
    margin: 20px 1%;
}
.p_slide7-2
{
    background-image: url("../ressources/images/JF_capture1.png");
}
.p_slide7-3
{
    background-image: url("../ressources/images/JF_capture2.png");
}
.p_slide7-4
{
    background-image: url("../ressources/images/JF_capture3.png");
}
.p_slide7-5
{
    background-image: url("../ressources/images/JF_Capture_mobil_horizontal.png");
}
/* > Japan fusion (fin) */
/* > Info doc */
.projet_slider_p8
{
    position: absolute;
    top: 0;
    height: 78%;
    width: 88%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 37px 6%;
}
.p_slide8-1
{
    background-image: url("../ressources/images/ID_MockUp.png");
    height: 88%;
    width: 98%;
    margin: 20px 1%;
}
.p_slide8-2
{
    background-image: url("../ressources/images/ID_Capture1.PNG");
}
.p_slide8-3
{
    background-image: url("../ressources/images/ID_Capture2.PNG");
}
/* > Info doc (fin) */
/* > Bucket-list online */
.projet_slider_p5
{
    position: absolute;
    top: 0;
    height: 78%;
    width: 88%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 37px 6%;
}
.p_slide5-1
{
    background-image: url("../ressources/images/BLO_MockUp.png");
    height: 88%;
    width: 98%;
    margin: 20px 1%;
}
.p_slide5-2
{
    background-image: url("../ressources/images/BLO_Few_liste_added.png");
}
.p_slide5-3
{
    background-image: url("../ressources/images/BLO_Smart_vertical.png");
}
/* > Bucket-list online (fin) */

/* Défie clavier */
.projet_slider_p6
{
    position: absolute;
    top: 0;
    height: 78%;
    width: 88%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 37px 6%;
}
.p_slide6-1
{
    background-image: url("../ressources/images/DClavier_LayersMockUp.png");
    height: 88%;
    width: 98%;
    margin: 20px 1%;
}
.p_slide6-2
{
    background-image: url("../ressources/images/DClavier_Menu_principal.png");
}
.p_slide6-3
{
    background-image: url("../ressources/images/DClavier_File1_2.png");
}
.p_slide6-4
{
    background-image: url("../ressources/images/DClavier_File3_contactes.png");
}
/* Défie clavier (fin) */

.projet_slider_p1
{
    position: absolute;
    top: 0;
    height: 78%;
    width: 88%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 37px 6%;
}
.p_slide1-1
{
    background-image: url("../ressources/images/S_Manager_Layers_Mockupl.png");
    height: 88%;
    width: 98%;
    margin: 20px 1%;
}
.p_slide1-2
{
    background-image: url("../ressources/images/S_Manager_Acceuil.png");
}
.p_slide1-3
{
    background-image: url("../ressources/images/S_Manager_Authentification.png");
}
.p_slide1-4
{
    background-image: url("../ressources/images/S_Manager_Client1.png");
}
.p_slide1-5
{
    background-image: url("../ressources/images/S_Manager_Client2.png");
}
.p_slide1-6
{
    background-image: url("../ressources/images/S_Manager_Commande.png");
}
.p_slide1-7
{
    background-image: url("../ressources/images/S_Manager_Produit.png");
}
.p_slide1-8
{
    background-image: url("../ressources/images/S_Manager_Etats.png");
}
.projet_slider_p2
{
    position: absolute;
    top: 0;
    height: 78%;
    width: 88%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 37px 6%;
}
.p_slide2-1
{
    background-image: url("../ressources/images/HMS0_-_Layers_Mockupl.png");
    height: 88%;
    width: 98%;
    margin: 20px 1%;
}
.p_slide2-2
{
    background-image: url("../ressources/images/HMS1_Connexion.png");
}
.p_slide2-3
{
    background-image: url("../ressources/images/HMS4_Medecin_Patients_liste.png");
    height: 88%;
    width: 98%;
    margin: 20px 1%;
}
.p_slide2-4
{
    background-image: url("../ressources/images/HMS7_ListePatients.png");
}

.projet_slider_p3
{
    position: absolute;
    top: 0;
    height: 78%;
    width: 88%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 37px 6%;
}
.p_slide3-1
{
    background-image: url("../ressources/images/Navbar_Template_Complete_responsive_design.png");
    height: 88%;
    width: 98%;
    margin: 20px 1%;
}
.p_slide3-2
{
    background-image: url("../ressources/images/Navbar_Template_exemple2.png");
    height: 88%;
    width: 98%;
    margin: 20px 1%;
}

.projet_slider_p4
{
    position: absolute;
    top: 0;
    height: 78%;
    width: 88%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: 37px 6%;
}
.p_slide4-1
{
    background-image: url("../ressources/images/ss_mock_up.png");
    height: 88%;
    width: 98%;
    margin: 20px 1%;
}
.p_slide4-2
{
    background-image: url("../ressources/images/ss_capture1.PNG");
}
.p_slide4-3
{
    background-image: url("../ressources/images/ss_capture2.PNG");
}

.projets_zoom
{
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.6);
}
.projet_zoom_btnFermer
{
    position: absolute;
    top: 90px;
    right: 10px;
    color: #ccc;
    font-size: 2em;
    height: 35px;
    width: 35px;
    text-align: center;
    padding-top: 5px 0;
    cursor: pointer;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    z-index: 1;
}
.projet_zoom_btnFermer:hover
{
    color: white;
}
.projet_zoom_conteneur
{
    overflow: both;
    height: 85%;
    width: 90%;
    position: absolute;
    top: 11%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 0;
    
}

/* Media Queries - partie "Mes projets" */
@media(max-width:1250px)
{
    .prj_agrandir
    {
        font-size: 1em;
        height: 28px;
        width: 28px;
    }
    .projet_slider_p1, .projet_slider_p2, .projet_slider_p3, .projet_slider_p4, .projet_slider_p5, .projet_slider_p6
    {
        width: 85%;
        margin: 37px 7.5%;
    }
    .projet_slider_p5.p_slide5-1, .projet_slider_p5.p_slide5-2, .projet_slider_p6.p_slide6-1, .projet_slider_p6.p_slide6-2, .projet_slider_p6.p_slide6-3, .projet_slider_p6.p_slide6-4
    {
        top: -20px;
    }
    .projet_slider_p1.p_slide1-1 .prj_agrandir, .projet_slider_p2.p_slide2-1 .prj_agrandir
    {
        right: 0px /*11%*/;
    }
    .projet_slider_p3.p_slide3-1 .prj_agrandir, .projet_slider_p4.p_slide4-1 .prj_agrandir
    {
        bottom: -5px;
    }
    .projet_slider_p3.p_slide3-2, .projet_slider_p4.p_slide4-2
    {
        margin: 15px 7.5%;
    }
    .projet_slider_p3.p_slide3-2 .prj_agrandir, .projet_slider_p4.p_slide4-2 .prj_agrandir
    {
        bottom: -28px;
    }
    .projet_slider_p2.p_slide2-3 .prj_agrandir
    {
        right: -8%;
        bottom: -2%;
    }
}
@media(max-width:1180px)
{
    .p_slide1-1, .p_slide2-1, .p_slide3-1, .p_slide4-1
    {
        height: 88%;
        width: 90%;
        margin: 19px 5%;
    }
}
@media(max-width:1130px)
{
    .sous_bloc_projets
    {
        padding: 30px 30px;
    }
    .projet_titre
    {
        padding: 7px 20px;
        width: 400px;
        font-size: 1.2em;
    }
    .projet_desc_img
    {
        margin-bottom: 50px;
        height: 350px;
    }
    .p_slide2-3, .p_slide3-2
    {
        height: 88%;
        width: 90%;
        margin: 19px 5%;
    }
    .projet_description
    {
        padding: 0px 0px 0px 10px;
        font-size: 1em;
        border-radius: 0 0 0 15px;
    }
    .projet_description p
    {
        padding-bottom: 13px;
        padding: 5px;
        margin-bottom: 0px;
    }
    .projet_image
    {
        border-radius: 0 15px 15px 0;
    }
    .prj_left_arrow, .prj_right_arrow
    {
        font-size: 2.5em;
    }
    .projet_slider_p1.p_slide1-1 .prj_agrandir, .projet_slider_p2.p_slide2-1 .prj_agrandir
    {
        right: 15px;
    }
    .projet_slider_p4.p_slide4-1 .prj_agrandir
    {
        bottom: -22px;
    }
    .projet_slider_p2.p_slide2-3 .prj_agrandir
    {
        right: -5%;
        bottom: -6.3%;
    }
}
@media(max-width:1060px)
{
    .p_slide2-3
    {
        height: 84%;
        width: 84%;
        margin: 23px 8%;
    }
    .projet_slider_p1.p_slide1-1 .prj_agrandir, .projet_slider_p2.p_slide2-1 .prj_agrandir
    {
        right: 5px;
    }
}
@media(max-width:1005px)
{
    .projet_slider_p1.p_slide1-1 .prj_agrandir, .projet_slider_p2.p_slide2-1 .prj_agrandir
    {
        right: 0px;
    }
}
@media(max-width:940px)
{
    .projet_slider_p1.p_slide1-1 .prj_agrandir, .projet_slider_p2.p_slide2-1 .prj_agrandir
    {
        right: -10px;
    }
}
@media(max-width:980px)
{
    .p_slide3-2, .p_slide4-1 
    {
        height: 82%;
        width: 82%;
        margin: 23px 9%;
    }
    .p_slide2-3
    {
        height: 80%;
        width: 80%;
        margin: 23px 10%;
    }
    .p_slide3-1
    {
        height: 88%;
        width: 86%;
        margin: 19px 7%;
    }
    
    .projet_titre
    {
        padding: 7px 18px;
        width: 340px;
        font-size: 1em;
        font-weight: bold;
        font-style: normal;
        border-radius: 10px 10px 0 0;
    }
    .projet_desc_img
    {
        margin-bottom: 45px;
        height: 330px;
    }
    .projet_description
    {
        padding: 0px 5px 0px 10px;
        font-size: 0.93em;
        border-radius: 0 0 0 15px;
        line-height: 23px;
    }
    .projet_description p
    {
        padding-bottom: 13px;
        padding: 5px;
        margin-bottom: 0px;
    }
    .projet_image
    {
        border-radius: 0 15px 15px 0;
    }
    .prj_left_arrow, .prj_right_arrow
    {
        font-size: 2.5em;
    }
}
@media(max-width:920px)
{
    .projet_slider_p1, .projet_slider_p2
    {
        width: 82%;
        margin: 37px 9%;
    }
    .p_slide1-1, .p_slide2-1
    {
        height: 88%;
        width: 90%;
        margin: 19px 5%;
    }
}
@media(max-width:880px)
{
    .projet_titre
    {
        padding: 7px 18px;
        width: 400px;
        font-size: 1.09em;
        font-weight: bold;
        font-style: normal;
        border-radius: 10px 10px 0 0;
        margin-left: 25%;
        text-align: center;
    }
    .projet_desc_img
    {
        grid-template-columns: 1fr;
        margin-bottom: 60px;
        height: auto;
    }
    .projet_description
    {
        padding: 0px 10px 0px 15px;
        font-size: 1em;
        border-radius: 15px 15px 0 0;
        line-height: 25px;
        width: 700px;
        margin: auto;
    }
    .projet_image
    {
        border-radius: 0 0 15px 15px;
        height: 400px;
        width: 700px;
        margin: auto;
    }
    .projet_slider_p1.p_slide1-1 .prj_agrandir, .projet_slider_p2.p_slide2-1 .prj_agrandir
    {
        right: 70px;
    }
}
@media(max-width:770px)
{
    .projet_titre
    {
        margin-left: 21%;
    }
    .projet_description, .projet_image
    {
        width: 600px;
        margin: auto;
    }
    .projet_slider_p1.p_slide1-1 .prj_agrandir, .projet_slider_p2.p_slide2-1 .prj_agrandir
    {
        right: 20px;
    }
    .projet_slider_p5.p_slide5-1 .prj_agrandir
    {
        right: 0px;
        bottom: -23px;
    }
}
@media(max-width:710px)
{
    .projet_titre
    {
        margin-left: 19%;
    }
}
@media(max-width:670px)
{
    .projet_titre
    {
        margin-left: 16%;
    }
    .projet_description, .projet_image
    {
        width: 550px;
        margin: auto;
    }
    .projet_description
    {
        height: 400px;
    }
    .projet_slider_p1.p_slide1-1 .prj_agrandir, .projet_slider_p2.p_slide2-1 .prj_agrandir
    {
        right: 3px;
    }
}
@media(max-width:620px)
{
    .projet_titre
    {
        margin-left: 14%;
    }
    .projet_description, .projet_image
    {
        width: 500px;
        margin: auto;
        height: 300px;
    }
    .prj_agrandir
    {
        font-size: 0.9em;
        box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
        text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
        border-radius: 50%;
        height: 25px;
        width: 25px;
        padding: 4px;
    }
    .projet_slider_p1.p_slide1-1 .prj_agrandir, .projet_slider_p2.p_slide2-1 .prj_agrandir
    {
        right: 40px;
    }
    .projet_slider_p5.p_slide5-1 .prj_agrandir
    {
        right: 0px;
        bottom: -11px;
    }
    .projet_slider_p5.p_slide5-2 .prj_agrandir
    {
        right: 0px;
        bottom: -20px;
    }
}
@media(max-width:590px)
{
    .projet_titre
    {
        margin-left: 11%;
    }
}
@media(max-width:570px)
{
    .projet_titre
    {
        font-size: 1.05em;
        margin-left: 9%;
    }
    .projet_description, .projet_image
    {
        width: 450px;
    }
    .projet_description
    {
        font-size: 0.89em;
        line-height: 25px;
    }
    .projet_slider_p1.p_slide1-1 .prj_agrandir, .projet_slider_p2.p_slide2-1 .prj_agrandir
    {
        right: 20px;
    }
}
@media(max-width:520px)
{
    .projet_titre
    {
        font-size: 0.95em;
        margin-left: 10%;
        width: 350px;
    }
    .projet_description, .projet_image
    {
        width: 420px;
    }
    .projet_description
    {
        font-size: 0.89em;
        line-height: 25px;
    }
    .projet_slider_p1.p_slide1-1 .prj_agrandir, .projet_slider_p2.p_slide2-1 .prj_agrandir
    {
        right: 5px;
    }
}
@media(max-width:470px)
{
    .projet_titre
    {
        margin-left: 7%;
    }
    .projet_description, .projet_image
    {
        width: 400px;
    }
    .projet_description
    {
        line-height: 21px;
    }
}
@media(max-width:460px)
{
    .projet_titre
    {
        width: 350px;
        border-radius: 0;
        margin: 3px auto;
    }
    .projet_description, .projet_image
    {
        width: 350px;
        border-radius: 0;
    }
    .projet_desc_img
    {
        margin-bottom: 30px;
    }
    .projet_slider_p1.p_slide1-1 .prj_agrandir, .projet_slider_p2.p_slide2-1 .prj_agrandir
    {
        right: 17px;
        color: #999;
        border: solid 2px #999;
        padding: 3px;
    }
    .projet_slider_p1.p_slide1-1 .prj_agrandir:hover, .projet_slider_p2.p_slide2-1 .prj_agrandir:hover
    {
        color: #555;
        border: solid 2px #555;
    }
}
@media(max-width:400px)
{
    .projet_titre
    {
        width: 300px;
    }
    .projet_description, .projet_image
    {
        width: 300px;
        height: 250px;
    }
}
@media(max-width:350px)
{
    .projet_titre
    {
        width: 250px;
    }
    .projet_description, .projet_image
    {
        width: 250px;
        height: 250px;
    }
}
@media(max-width:300px)
{
    .projet_titre
    {
        width: 200px;
    }
    .projet_description, .projet_image
    {
        width: 200px;
        height: 190px;
    }
}
@media(max-width:250px)
{
    .projet_titre
    {
        width: 150px;
    }
    .projet_description, .projet_image
    {
        width: 150px;
        height: 150px;
    }
}

.bloc_langues
{   
    position: relative;
    backface-visibility: hidden;
    background: url("../ressources/images/div_langues3.jpg") fixed no-repeat center;
    background-size: cover;
    padding-bottom: 3%;
}
.bloc_langues h2
{
    margin-bottom: 3%;
    grid-column: 1/3;
}
.bloc_liste_bareme
{
    width: 350px;
    margin: auto;
    background-color: rgba(255,255,255,0.8);
    padding: 2rem 3rem;
    border-radius: 5px;
    display: grid;
    grid-template-columns:  40% 60%;
}
.lg1, .lg_bareme1
{
    border-top: dashed 1px #999;
}
.bloc_liste_bareme div
{
    border-bottom: dashed 1px #999;
    font-size: 1.2em;
    padding: 7px 5px 3px 25px;
    letter-spacing: 0.5px;
    font-style: italic;
}
.bloc_liste_bareme .lg
{
    color: #666;
}
.regular_star.svg_fill
{
    fill: rgb(104,145,166);
    stroke:#555;
    stroke-width:1.5;
    fill-rule:nonzero;
}
.regular_star.svg_fill.fill_20
{
    fill: rgb(189,207,217);
}
.regular_star.svg_fill.fill_50
{
    fill: rgb(158,185,199);
}
.regular_star.svg_fill.fill_80
{
    fill: rgb(126,162,180);
}
.regular_star.svg_empty
{
    fill:transparent;
    stroke:#555;
    stroke-width:1.5;
    fill-rule:nonzero;
}
.extra_star
{
    stroke-width:1.5;
    fill-rule:nonzero;
    
}
.extra_star.svg_fill
{
    stroke:#555555;
    fill: #ffcc5c;
}
.extra_star.svg_empty
{
    stroke:#55555540;
    fill: transparent;
}
.lg span
{
    color: #44658e;
    text-decoration: underline;
}
.icon_aide
{
    font-size:2em;
    color: rgba(255,255,255,0.6);
    position: absolute;
    left: 20px;
    top: 100px;
    cursor:help;
    transition: 0.5s;
}
.icon_aide:hover
{
    color: white;
}
.info_aide
{
    position: absolute;
    left: 50px;
    top: 130px;
}
.svg_aide
{   
    fill: rgba(0,0,0,0.7);
    stroke: transparent;
    stroke-width: 0;
    fill-rule: nonzero;
}
.svg_aide_bloc
{
    display: none;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
}
.bloc_aide
{
    color: rgba(255,255,255,0.8);
    position: relative;
    top: -165px;
    width: 95%;
    margin: auto;
    font-size: 0.8em;
    display: grid;
    grid-template-columns: 1fr;
}
.bloc_aide1
{
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(to right,transparent,#fff , transparent);
    border-image-slice: 1;
    color: white;
    display: grid;
    grid-template-columns: 40% 60%;
    padding: 0 5px 10px 25px;
}
.bloc_aide2
{  
    padding: 10px 20px 10px 20px;
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
.bloc_aide2 div
{
    height: 20px;
    text-align: center;
}
.bloc_aide2 div:nth-child(1)
{
    grid-column: 1/4;
    margin-bottom: 5px;
    text-decoration: underline;
}
.bloc_aide2 .niveau.n1
{
    background: linear-gradient(to right,rgb(189,207,217),rgb(158,185,199));
    margin-bottom: 5px;
}
.bloc_aide2 .niveau.n2
{
    background: linear-gradient(to right,rgb(158,185,199),rgb(126,162,180));
}
.bloc_aide2 .niveau.n3
{
    background: linear-gradient(to right,rgb(126,162,180),#749aad);
}
.bloc_aide2 .niv_texte
{
    font-size: 0.9em;
}
.bloc_contact /* footer */
{
    position: relative;
    height: 500px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    background: url("../ressources/images/font_texture4_2.png") no-repeat center;
    background-size: cover;
}
.conteneur_infos, .conteneur_contact
{
    margin-top: 40px;
    margin-bottom: 40px;
}
.conteneur_infos
{
    margin-left: 80px;
}
.conteneur_contact
{
    margin-right: 80px;
}
.sous_conteneur
{
    background-color: rgba(255,255,255,0.7);
    height: 340px;
    padding: 20px;
}
.sous_conteneur.infos
{
    border-radius: 25px 0 0 25px;
}
.sous_conteneur.contact
{
    border-radius: 0 25px 25px 0;
    margin-top: 55px;
    background: url("../ressources/logo_icone/Arobase2.png") no-repeat center;
    background-size: contain;
    background-color: rgba(255,255,255,0.7);
}
.infos_titre, .contact_titre
{
    padding: 10px;
    text-align: center;
    background-color: #44658e;
    color: rgb(250,250,250);
    border-radius: 20px 0 20px 0;
}
.infos_titre h2, .contact_titre h2
{
    font-family: vogue, sans-serif;
    font-size: 2.2em;
    letter-spacing: 2px;
    margin-top: 4px;
}
.infos_titre span, .contact_titre span
{
    font-family: vogue, sans-serif;
    border-bottom: solid 4px #749aad;
}
.sous_conteneur.infos div:nth-child(2)
{
    margin-top: 40px;
}
.sous_conteneur.infos ul
{
    display: grid;
    grid-template-columns: 40% 60%;
}
.sous_conteneur.infos li
{
    padding: 5px 0px 3px 10px;
    letter-spacing: 0.5px;
}
.sous_conteneur.infos li:nth-child(odd)
{
    color: #444;
    border-bottom: solid 1px white;
    font-size: 1.1em;
}
.sous_conteneur.infos li:nth-child(even)
{
    color: #555;
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(to right,#fff,transparent);
    border-image-slice: 1;
    font-size: 1em;
}
.sous_conteneur.infos li:nth-child(1), .sous_conteneur.infos li:nth-child(2)
{
    border-top: solid 1px white;
}
.bloc_email
{
    word-break: break-all;
    font-size: 1.7em;
    text-align: center;
    letter-spacing: 1px;
    margin: 60px 0 70px 0;
}
.bloc_email a
{
    color: #444;
}
.bloc_reseaux_sociaux2
{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    width: 70%;
    margin: auto;
    justify-items: center;
}
.rs_icones2
{
    font-size: 0.45em;
    background-color: #44658e;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    text-align: center;
    padding: 11px 0;
    
    transition: 0.3s;
}
.rs_icones2:hover
{
    transform: scale(1.1);
}
.rs_icones2 a
{
    color: white;
}

/* - - - */
.contact_form
{
    padding: 3% 2%;
    text-align: center;
    background-color: rgb(27,31,35);
    background: url("../ressources/images/font_texture7.png") no-repeat center;
    background-size: cover;
}
.contact_form h2 
{
    padding-bottom: 5px;
    font-size: 2em;
    color: rgba(250,250,250,0.9);
    letter-spacing: 2px;
    position: relative;
    margin-bottom: 20px;
}
.contact_form h2:before 
{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 10%;
    margin-left: -5%;
    border-bottom: solid 3px rgb(56, 125, 177);
}
form 
{
    position: relative;
}
.fields
{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.fields .field:first-child
{
    margin-bottom: 5px;
}
.half 
{
    border: solid 1px rgba(250,250,250,0.7);
    height: 42px;
    width: 302px;
    background-color: rgba(36,104,121,0.5);
    border-radius: 4px;
}
.half input
{
    border-radius: 4px;
    background-color: rgba(250,250,250,0.7);;
    color: rgb(27,31,35);
    height: 40px;
    width: 300px;
    text-align: center;
}
.half input::placeholder 
{
    color: rgb(83, 101, 114);
    letter-spacing: 1px;
}
textarea 
{
    border: solid 1px rgba(250,250,250,0.8);
    height: 250px;
    width: 450px;
    text-align: center;
    border-radius: 4px;
    background-color: rgba(250,250,250,0.7);
    color: rgba(0,0,0,0.5);
    padding: 5px;
    margin: 20px 0;
}
textarea::placeholder 
{
    color: rgb(83, 101, 114);
    letter-spacing: 1px;
    font-weight: bold;
}
.field:nth-child(4)
{
    color: rgba(250,250,250,0.8);
}
.field:nth-child(4) input
{
    letter-spacing: 0.5px;
    text-transform: uppercase;
    cursor: pointer;
}
.actions input 
{
    border: solid 2px rgba(250,250,250,0.8);
    background-color: rgb(0,106,186);
    border-radius: 10px 0 10px 0;
    color: rgba(250,250,250,0.9);
    letter-spacing: 0.5px;
    cursor: pointer;
    padding: 5px 10px;
    margin-top: 10px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
}
.actions input:hover 
{
    background-color: rgba(250,250,250,0.8);
    color: rgb(38, 93, 134);
}
/* - - - */

footer .bloc_copyright
{
    text-align: center;
    background: linear-gradient(to right,rgb(180,187,192),white,rgb(180,187,192));
    color: #666;
    padding: 10px 0;
    line-height: 25px;
}

/* Media Queries */
@media(max-width:1157px)
{
    .bloc_ch .ch_slide
    {
        font-size: 90%;
    }
}
@media(max-width:1060px)
{
    .bloc_ch .ch_slide
    {
        font-size: 85%;
    }
}
@media(max-width:1012px)
{
    .bloc_ch .ch_slide
    {
        font-size: 80%;
    }
}
@media(max-width:1270px)
{
    .bloc_img_profil_parent
    {
        top: 220px;
    }
}
@media(max-width:1200px)
{
    .bloc_img_profil_parent
    {
        top: 230px;
    }
}
@media(max-width:1048px)
{
    .conteneur_video
    {
        height: 498px;
    }
    .couverture_video
    {
        height: 498px;
    }
    .cv_header
    {
        padding: 10% 5% 5% 5%;
        height: 500px;
    }
    .bloc_img_profil_parent
    {
        height: 14em;
        width: 14em;
        border: solid 10px white;
        right: 100px;
        top: 240px;
    }
    .bloc_img_profil_parent:hover .bloc_img_profil,
    .bloc_img_profil_parent:focus .bloc_img_profil 
    {
        transform: scale(1.05);
    }
}
@media(max-width:877px) 
{
    .contact_form h2 
    {
        font-size: 1.8em;
        letter-spacing: 2px;
    }
    .half 
    {
        height: 38px;
        width: 302px;
    }
    .half input
    {
        height: 36px;
        width: 300px;
    }
    textarea 
    {
        height: 250px;
        width: 450px;
    }
    .field:nth-child(4) input
    {
        letter-spacing: 0.5px;
        text-transform: uppercase;
    }
    .actions input 
    {
        letter-spacing: 0.5px;
        padding: 5px 10px;
    }
}
@media(max-width:828px)
{
    .conteneur_video
    {
        height: 398px;
    }
    .couverture_video
    {
        height: 398px;
    }
    .cv_header
    {
        height: 400px;
    }
    .bloc_img_profil_parent
    {
        height: 12em;
        width: 12em;
        border: solid 7px white;
        right: 130px;
        top: 240px;
    }
    .bloc_img_profil_parent:hover .bloc_img_profil,
    .bloc_img_profil_parent:focus .bloc_img_profil 
    {
        transform: scale(1.04);
    }

    .rs_fixed 
    {
        top: 180px;
    }
}   
@media(max-width:733px)
{
    .conteneur_video
    {
        height: 348px;
    }
    .couverture_video
    {
        height: 348px;
    }
    .cv_header
    {
        height: 350px;
    }
    .bloc_img_profil_parent
    {
        height: 11em;
        width: 11em;
        border: solid 5px white;
        right: 39%;
        top: 220px;
    }
    .bloc_img_profil_parent:hover .bloc_img_profil,
    .bloc_img_profil_parent:focus .bloc_img_profil 
    {
        transform: scale(1.03);
    }

    .rs_fixed 
    {
        top: 140px;
    }
}  
@media(max-width: 700px) 
{
    .contact_form h2 
    {
        font-size: 1.6em;
        letter-spacing: 2px;
    }
    .half 
    {
        height: 34px;
        width: 302px;
    }
    .half input
    {
        height: 32px;
        width: 300px;
    }
    textarea 
    {
        height: 220px;
        width: 450px;
    }
    .field:nth-child(4) input
    {
        letter-spacing: 0.5px;
        font-size: 0.8em;
    }
    .actions input 
    {
        letter-spacing: 0.5px;
        padding: 5px 10px;
        font-size: 0.8em;
    }
}
@media(max-width:675px)
{
    .conteneur_video
    {
        height: 343px;
        border-radius: 0 0 70% 0;
    }
    .couverture_video
    {
        height: 343px;
        border-radius: 0 0 70% 0;
    }
    .cv_header
    {
        height: 345px;
        border-radius: 0 0 70% 0;
    }
}
@media(max-width:620px)
{
    .conteneur_video
    {
        height: 323px;
    }
    .couverture_video
    {
        height: 323px;
    }
    .cv_header
    {
        height: 325px;
    }
    .bloc_img_profil_parent
    {
        height: 10em;
        width: 10em;
        right: 37%;
        top: 210px;
    }
    .projet_slider_p6.p_slide6-1 .prj_agrandir
    {
        right: 10px;
        bottom: -5px;
    }

    .rs_fixed 
    {
        top: 130px;
    }
    .rs_fixed div 
    {
        height: 40px;
        width: 62px;
        border-radius: 18px 0 0 0;
        font-size: 1.2em;
    }
    .rs_fixed .fb_fix 
    {
        top: 60px;
    }
    .rs_fixed .twitter_fix
    {
        top: 102px;
    }
    .rs_fixed .insta_fix 
    {
        top: 144px;
    }
    .rs_fixed .gitHub_fix
    {
        top: 186px;
    }
}
@media(max-width:600px)
{
    .conteneur_video
    {
        height: 343px;
    }
    .couverture_video
    {
        height: 343px;
    }
    .cv_header
    {
        height: 345px;
    }
    .bloc_img_profil_parent
    {
        height: 9em;
        width: 9em;
        border: solid 5px white;
        right: 40.5%;
        top: 250px;
    }
    .bloc_img_profil_parent:hover .bloc_img_profil,
    .bloc_img_profil_parent:focus .bloc_img_profil 
    {
        transform: scale(1.04);
    }

    .contact_form h2 
    {
        font-size: 1.5em;
    }
    .half 
    {
        height: 32px;
        width: 290px;
    }
    .half input
    {
        height: 30px;
        width: 288px;
    }
    textarea 
    {
        height: 200px;
        width: 420px;
    }
    .field:nth-child(4) input
    {
        font-size: 0.7em;
    }
    .actions input 
    {
        font-size: 0.7em;
    }
}
@media(max-width:588px)
{
    .bloc_img_profil_parent
    {
        right: 35.5%;
    }
}
@media(max-width:400px)
{
    .conteneur_video
    {
        border-radius: 0 0 60% 0;
    }
    .couverture_video
    {
        border-radius: 0 0 60% 0;
    }
    .cv_header
    {
        height: 345px;
        border-radius: 0 0 60% 0;
    }
    .bloc_img_profil_parent
    {
        right: 32%;
    }
}
@media(max-width: 386px) 
{
    .contact_form h2 
    {
        font-size: 1.3em;
    }
}
@media(max-width: 355px)
{
    .conteneur_video
    {
        border-radius: 0 0 50% 0;
    }
    .couverture_video
    {
        border-radius: 0 0 50% 0;
    }
    .cv_header
    {
        border-radius: 0 0 50% 0;
    }
    .bloc_img_profil_parent
    {
        right: 30%;
    }
}
@media(max-width:315px)
{
    .cv_header
    {
        border-radius: 0 0 50% 0;
    }
    .bloc_img_profil_parent
    {
        right: 30%;
    }
}
@media(max-width:873px)
{ 
    .rs_titre
    {
        font-size: 2.6rem;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }
    .bloc_reseaux_sociaux .rs_icones
    {       
        height: 4.5rem;
        width: 4.5rem;
        padding: 0.85rem;
        font-size: 0.9em;
    }
}
@media(max-width:720px)
{ 
    .rs_titre
    {
        font-size: 2.3rem;
        letter-spacing: 0.6px;
    }
    .bloc_reseaux_sociaux .rs_icones
    {       
        height: 4rem;
        width: 4rem;
        padding: 0.75rem;
        font-size: 0.8em;
    }
    .bloc_reseaux_sociaux
    {
        padding: 1.5rem;
    }
}
@media(max-width:620px)
{ 
    .rs_titre
    {
        font-size: 2rem;
        letter-spacing: 0.4px;
    }
    .bloc_reseaux_sociaux .rs_icones
    {       
        height: 3.3rem;
        width: 3.3rem;
        font-size: 0.6em;
    }
}
@media(max-width:520px)
{ 
    .rs_titre
    {
        font-size: 1.8rem;
        letter-spacing: 0.3px;
    }
    .bloc_reseaux_sociaux .rs_icones
    {       
        height: 3rem;
        width: 3rem;
        font-size: 0.5em;
    }
}
@media(max-width:441px)
{ 
    .rs_titre
    {
        font-size: 1.7rem;
    }
    .bloc_reseaux_sociaux .rs_icones
    {       
        height: 2.7rem;
        width: 2.7rem;
        font-size: 0.45em;
        padding: 0.7rem;
    }
    .bloc_reseaux_sociaux
    {    
        padding: 1rem;
    }
}
@media(max-width:405px)
{ 
    .rs_titre
    {
        font-size: 1.6rem;
    }
    .bloc_reseaux_sociaux .rs_icones
    {       
        height: 2.6rem;
        width: 2.6rem;
        font-size: 0.45em;
        padding: 0.63rem;
    }
    .bloc_reseaux_sociaux
    {    
        padding: 0.8rem;
    }
}
@media(max-width:330px)
{ 
    .rs_titre
    {
        font-size: 1.45rem;
    }
    .bloc_reseaux_sociaux .rs_icones
    {       
        height: 2.3rem;
        width: 2.3rem;
        font-size: 0.38em;
        padding: 0.63rem;
    }
    .bloc_reseaux_sociaux
    {    
        padding: 0.5rem 0.25rem;
    }
}

@media(max-width:873px)
{
    .cv_titre h2
    {
        font-size: 1.8em;
        letter-spacing: 2px;
    }   
    .bloc_competances .titre_comp
    {
        font-size: 1.2em;
        padding: 10px 10px 6px 20px;
    }
}
@media(max-width:720px)
{
    .cv_titre h2
    {
        padding: 1.4rem 1.3rem 1.2rem 1.3rem;
        font-size: 1.6em;
    }
    .bloc_competances .titre_comp
    {
        font-size: 1.1em;
        padding: 10px 10px 6px 20px;
    }
}
@media(max-width:590px)
{
    .cv_titre h2
    {
        padding: 1.2rem;
        font-size: 1.2em;
    }
    .c_techFonctionnelles
    {
        padding: 20px 10px;
    }
    .bloc_competances .titre_comp
    {
        margin-bottom: 20px;
    }
}
@media(max-width:320px) 
{
    .cv_titre h2
    {
        font-size: 1em;
        padding: 1rem;
        letter-spacing: 0;
    }
}
@media(max-width:252px) 
{
    .cv_titre h2
    {
        font-size: 0.8em;
        padding: 0.8rem;
        letter-spacing: 1px;
    }
    .contact_form h2 
    {
        font-size: 1em;
    }
}
@media(max-width:500px)
{
    .cv_titre h2
    {
        padding: 1.3rem;
        font-size: 1.2em;
        letter-spacing: 2px;
    }
    .bloc_competances .titre_comp
    {
        font-size: 0.9em;
        padding: 8px 8px 4px 18px;
    }
    
    .bloc_competances .titre_comp
    {
    background: linear-gradient(to right, rgba(0,0,0,0.9), rgba(0,0,0,0.8), rgba(0,0,0,0.7), transparent);
    }
    .bloc_competances h4 i
    {
        font-size: 1.2em;
        font-weight: normal;
    }
}
@media(max-width:430px)
{
    .cv_titre h2
    {
        padding: 1.1rem 1.3rem 1.1rem 1.3rem;
        font-size: 1.3em;
        letter-spacing: 2px;
    }
}
@media(max-width:420px)
{
    .bloc_competances .titre_comp
    {
        text-align: center;
    }
}
@media(max-width:410px)
{
     .bloc_competances .titre_comp
    {
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 10px;
        background: linear-gradient(to right, transparent, rgba(0,0,0,0.9), transparent);
    }
}
@media(max-width:400px)
{
    .cv_titre h2
    {
        line-height: 27px;
    }
}
@media(max-width:366px)
{
   .cv_titre h2
    {
        padding: 1rem 1.2rem 1rem 1.2rem;
        font-size: 1.2em;
    } 
}
@media(max-width:343px)
{
    .cv_titre h2
    {
        font-size: 1.1em;
    } 
}
@media(max-width:328px)
{
    .bloc_competances .titre_comp
    {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media(max-width:1188px)
{
    .tc_titre.bd, .tc_titre.rs
    {
        height: 57px;
    }
}
@media(max-width:948px)
{
    .tc_titre.dw, .tc_titre.w
    {
        height: 57px;
    }
}
@media(max-width:873px)
{
    .table_competances h4
    {
        font-size: 0.93em;
        padding: 0px auto;
    }
    .table_competances .tc_info
    {
        padding: 15px;
        font-size: 1em;
    }
}
@media(max-width:820px)
{
    .table_competances
    {
        grid-template-columns: 1fr 1fr;
    }
    .tc_titre.bd, .tc_titre.rs, .tc_titre.dw, .tc_titre.w
    {
        height: 37px;
    }
}
@media(max-width:762px)
{
    .tc_titre.ir
    {
        height: 53px;
    }
}
@media(max-width:614px)
{
    .tc_titre.mdl
    {
        height: 53px;
    }
}
@media(max-width:513px)
{
    .tc_titre.mdl, .tc_titre.ir
    {
        height: 37px;
    }
    .table_competances
    {
        grid-template-columns: 1fr;
        margin: 0 48px;
    }
    .table_competances h4
    {
        border-radius: 8px 0 0 0;
    }
    .table_competances div
    {
        margin-bottom: 5px;
        border-radius: 10px 0 10px 0;
    }
}
@media(max-width:500px)
{
    .table_competances h4
    {
        font-size: 0.85em;
    }
    .table_competances .tc_info
    {
        padding: 15px;
        font-size: 0.9em;
    }
}
@media(max-width:458px)
{
    .table_competances
    {
        margin: 0 30px;
    }
}
@media(max-width:386px)
{
    .table_competances
    {
        margin: 0 20px;
    }
}
@media(max-width:366px)
{
    .table_competances
    {
        margin: 0 10px;
    }
}
@media(max-width:1157px)
{
    .bloc_ch .ch_slide
    {
        font-size: 1em;
    }
}
@media(max-width:1051px)
{
    .bloc_ch
    {
        padding: 1rem 2rem 1rem 3.5rem;
        width: 950px;
    }
    .bloc_ch .ch
    {
        width: 55px;
        height: 45px;
        font-size: 1.5em;
        padding: 8px 17px;
    }
    .bloc_ch .ch_slide
    {
        font-size: 0.93em;
    }
}
@media(max-width:970px)
{
    .bloc_ch
    {
    background: linear-gradient(to right, transparent,rgba(0,0,0,0.6),transparent);
        width: 800px;
    }
    .bloc_ch .ch_slide
    {
        text-align: left;
    }
}
@media(max-width:835px)
{
    .bloc_ch
    {
    background: linear-gradient(to right, transparent, transparent,rgba(0,0,0,0.6),transparent,transparent);
        width: 700px;
    }
    .bloc_ch .ch_slide
    {
        font-size: 0.8em;
    }
    .group_ch
    {
        display: block;
        position: relative;
        margin-bottom: 10px;
    }
    .g_ch1
    {
        left: -50px;
    }
    .g_ch2
    {
        left: 0px;
    }
    .g_ch3
    {
        left: 50px;
    }
}
@media(max-width:750px)
{
     .bloc_ch
    {
        text-align: center;
        position: relative;
        width: 100%;
    }
}
@media(max-width:700px)
{
    .bloc_ch .ch
    {
        width: 50px;
        height: 40px;
        font-size: 1.4em;
        padding: 7px 16px;
    }
}
@media(max-width:560px)
{
    .bloc_ch .ch_slide
    {
        font-size: 0.73em;
    }
}
@media(max-width:540px)
{
    .bloc_ch .ch
    {
        width: 45px;
        height: 35px;
        font-size: 1.2em;
        padding: 6px 13px;
    }
}
@media(max-width:420px)
{
    .bloc_ch .ch
    {
        width: 40px;
        height: 30px;
        font-size: 1.15em;
        padding: 3px 13px;
    }
    .bloc_ch .ch_slide span
    {
        font-weight: normal;
        font-style: none;
        letter-spacing: 1px;
    }
}
@media(max-width:390px)
{
    .g_ch1
    {
        left: -15px;
    }
    .g_ch2
    {
        left: -15px;
    }
    .g_ch3
    {
        left: -15px;
    }
}
@media(max-width:346px)
{
    .bloc_ch
    {
        padding: 1rem 0rem;
    }
     .group_ch
    {
        width: 300px;
    }
}
@media(max-width:325px)
{
    .g_ch1
    {
        left: -30px;
    }
    .g_ch2
    {
        left: -30px;
    }
    .g_ch3
    {
        left: -30px;
    }
}

@media(max-width:720px)
{
    .icon_aide
    {
        top: 75px;
    }
    .info_aide
    {
        left: 58px;
        top: 100px;
    }
}
@media(max-width:530px)
{
    .bloc_langues
    {   
        padding-bottom: 35px;
    }
    .bloc_langues h2
    {
        margin-bottom: 35px;
    }
    .bloc_liste_bareme
    {
        padding: 1.5rem;
        grid-template-columns: 40% 60%;
    }
    .bloc_liste_bareme div
    {
        font-size: 1.1em;
        padding: 7px 5px 3px 25px;
        letter-spacing: 0.5px;
    }
}
@media(max-width:490px)
{
    .icon_aide
    {
        font-size:1.9em;
        left: 10px;
        top: 65px;
    }
    .info_aide
    {
        left: 47px;
        top: 85px;
    }
}
@media(max-width:450px)
{
    .bloc_liste_bareme
    {
        width: 210px;
        grid-template-columns: 1fr;
    }
    .bloc_liste_bareme div
    {
        font-size: 1em;
        text-align: center;
        border: none;
        padding: 7px 5px 3px 7px;
    }
    .bloc_liste_bareme .lg1
    {
        border-top: dashed 1px #888;
    }
    .bloc_liste_bareme .lg_bareme
    {
        border-bottom: dashed 1px #888;
    }
}
@media(max-width:401px)
{
    .icon_aide
    {
        font-size:1.4em;
        left: 5px;
        top: 80px;
    }
    .info_aide
    {
        left: 30px;
        top: 100px;
    }
}
@media(max-width:400px)
{
    .icon_aide
    {
        font-size:1.4em;
        left: 5px;
        top: 98px;
    }
    .info_aide
    {
        left: 30px;
        top: 118px;
    }
}
@media(max-width:350px)
{
    .info_aide
    {
        left: -5px;
        top: 118px;
    }
}

@media(max-width:1222px)
{
    .sous_conteneur
    {
        height: 340px;
        padding: 20px;
    }
    .bloc_email
    {
        font-size: 1.5em;
    }
}
@media(max-width:1117px)
{
    .bloc_email
    {
        font-size: 1.4em;
    }
    
    .sous_conteneur
    {
        height: 310px;
        padding: 20px;
    }
    .sous_conteneur.infos div:nth-child(2)
    {
        margin-top: 30px;
    }
    .sous_conteneur.infos li:nth-child(odd)
    {
        font-size: 1em;
    }
    .sous_conteneur.infos li:nth-child(even)
    {
        font-size: 0.95em;
    }
    
    .infos_titre, .contact_titre
    {
        padding: 7px;
    }
    .infos_titre h2, .contact_titre h2
    {
        font-size: 2em;
    }
    .infos_titre span, .contact_titre span
    {
        border-bottom: solid 3px #749aad;
    }
    
    .rs_icones2
    {
        font-size: 0.35em;
        height: 45px;
        width: 45px;
        padding: 10px 0;
    }
}
@media(max-width:1064px)
{
    .bloc_email
    {
        font-size: 1.25em;
    }
    .sous_conteneur.infos li:nth-child(odd)
    {
        font-size: 0.98em;
    }
    .infos_titre h2, .contact_titre h2
    {
        font-size: 1.8em;
    }
    .infos_titre span, .contact_titre span
    {
        border-bottom: solid 2px #749aad;
    }
}
@media(max-width:1006px)
{
    .sous_conteneur.infos ul
    {
        grid-template-columns: 45% 55%;
    }
    .sous_conteneur.infos li:nth-child(odd)
    {
        font-size: 0.95em;
    }
    .sous_conteneur.infos li:nth-child(even)
    {
        font-size: 0.92em;
    }
    .bloc_reseaux_sociaux2
    {
        width: 85%;
    }
}
@media(max-width:985px)
{
    .bloc_email
    {
        font-size: 1.18em;
    }
    .rs_icones2
    {
        font-size: 0.3em;
        height: 40px;
        width: 40px;
        padding: 10px 0;
    }
    .sous_conteneur
    {
        height: 290px;
    }
    .sous_conteneur.infos div:nth-child(2)
    {
        margin-top: 25px;
    }
}
@media(max-width:948px)
{
    .bloc_email
    {
        margin: 50px 0 50px 0;
    }
    .sous_conteneur
    {
        padding: 20px 10px;
    }
    .bloc_email
    {
        letter-spacing: 0px;
    }
}
@media(max-width:846px)
{
    .bloc_contact
    {
        height: 750px;
    }
    .sous_conteneur.contact
    {
        margin-top: 0px;
    }
    .conteneur_infos, .conteneur_contact
    {
        height: 300px;
    }
    .conteneur_infos
    {
        position: absolute;
        width: 66%;
        margin: 40px 17% 0 17%;
    }
    .conteneur_contact
    {
        position: absolute;
        bottom: 100px;
        width: 66%;
        margin: 40px 17% 0 17%;
    }
    .sous_conteneur.infos
    {
        border-radius: 20px 20px 0 0;
    }
    .sous_conteneur.contact
    {
        border-radius: 0 0 20px 20px;
    }
    .bloc_reseaux_sociaux2
    {
        width: 60%;
    }
    .bloc_email
    {
        font-size: 1.5em;
    }
}
@media(max-width:852px)
{
    .bloc_email
    {
        font-size: 1.3em;
    }
}
@media(max-width:580px)
{
    .bloc_reseaux_sociaux2
    {
        width: 90%;
    }
}
@media(max-width:572px)
{
    .bloc_email
    {
        font-size: 1.15em;
    }
}
@media(max-width:539px)
{
    .infos_titre h2, .contact_titre h2
    {
        font-size: 1.6em;
    }
    .infos_titre span, .contact_titre span
    {
        border-bottom: solid 2px #749aad;
    }
    .sous_conteneur.infos li:nth-child(odd)
    {
        font-size: 0.92em;
    }
    .sous_conteneur.infos li:nth-child(even)
    {
        font-size: 0.89em;
    }
    .infos_titre, .contact_titre
    {
        padding: 7px;
    }
    .conteneur_infos, .conteneur_contact
    {
        width: 75%;
        margin: 40px 13% 0 13%;
    }
}
@media(max-width:465px)
{
    .conteneur_infos, .conteneur_contact
    {
        width: 85%;
        margin: 40px 8% 0 8%;
    }
}
@media(max-width:412px)
{
    .conteneur_infos, .conteneur_contact
    {
        width: 90%;
        margin: 40px 5% 0 5%;
    }
}
@media(max-width:390px)
{
    .infos_titre h2, .contact_titre h2
    {
        font-size: 1.3em;
    }
    .sous_conteneur.infos li:nth-child(odd)
    {
        font-size: 0.83em;
        font-weight: bold;
    }
    .sous_conteneur.infos li:nth-child(even)
    {
        font-size: 0.83em;
    }
    .infos_titre, .contact_titre
    {
        padding: 7px;
    }
    .rs_icones2
    {
        font-size: 0.28em;
        height: 35px;
        width: 35px;
        padding: 8px 0;
    }
    .bloc_email
    {
        margin-bottom: 80px;
        -webkit-transform: scaleY(1.3);
        transform: scaleY(1.3);
        font-size: 1.1em;
    }
}
@media(max-width:365px)
{
    .bloc_contact /* footer */
    {
        height: 670px;
    }
    .conteneur_contact
    {
        height: 231px;
    }
    .sous_conteneur.contact
    {
        height: 230px;
    }
    .bloc_email
    {
        margin-bottom: 45px;
        font-size: 1em;
    }
}
@media(max-width:336px)
{
     .bloc_email
    {
        font-size: 0.95em;
    }
}
@media(max-width:334px)
{
    .infos_titre h2, .contact_titre h2
    {
        font-size: 1.2em;
    }
    .sous_conteneur.infos li:nth-child(odd)
    {
        font-size: 0.75em;
    }
    .sous_conteneur.infos li:nth-child(even)
    {
        font-size: 0.75em;
    }
    .sous_conteneur.infos ul
    {
        grid-template-columns: 47% 57%;
    }
}
@media(max-width:321px)
{
     .bloc_email
    {
        font-size: 0.9em;
    }
}
@media(max-width:307px)
{
     .bloc_email
    {
        font-size: 0.85em;
    }
}

@media(max-width:846px)
{
    .bloc_copyright
    {
        font-size: 0.95em;
        padding: 10px 0;
        line-height: 25px;
    }
}
@media(max-width:390px)
{
    .bloc_copyright
    {
        font-size: 0.9em;
    }
}
@media(max-width:340px)
{
    .bloc_copyright
    {
        font-size: 0.88em;
        padding: 10px 0;
        padding-top: 15px;
        line-height: 20px;
    }
}