html {
    background: #E5ECE94D;
    
    -webkit-font-smoothing: antialiased;
}

body {
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
    color: #546A7B;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    /*    line-height: 1.5;*/
    padding: 10px;
    max-width: 640px;
    margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
    color: #546A7B;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

a {
    color: #000000;
}

b, strong {
    font-weight: 600;
}

p{
    padding: 0px;
    margin:0;
}

/*********************************************************/
/*
.flex-center {
display: flex;
align-items: center;
justify-content: center;
}
*/

#lirelasuite {
  display:none;
}





* {
    box-sizing: border-box;
    font-family: helvetica, sans-serif;
    font-weight: 300;
}
a,
a:visited,
a:hover,
a:active {
    color: inherit;
    text-decoration: none;
}
/*
h1 {
font-weight: 400;
font-size: 3em;
text-align: center;
}
*/
.outer-menu {
    position: fixed;
    z-index: 1;
}
.outer-menu .checkbox-toggle {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
    width: 40px;
    height: 100vh;
    opacity: 0;
}
.outer-menu .checkbox-toggle:checked + .hamburger > div {
    transform: rotate(135deg);
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:before,
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
    top: 0;
    transform: rotate(90deg);
}
.outer-menu .checkbox-toggle:checked + .hamburger > div:after {
    opacity: 0;
}
.outer-menu .checkbox-toggle:checked ~ .menu {
    pointer-events: auto;
    visibility: visible;
}
.outer-menu .checkbox-toggle:checked ~ .menu > div {
    transform: scale(1);
    transition-duration: 0.75s;
}
.outer-menu .checkbox-toggle:checked ~ .menu > div > div {
    opacity: 1;
    transition: opacity 0.4s ease 0.4s;
}
/*
.outer-menu .checkbox-toggle:hover + .hamburger {
box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}
*/
.outer-menu .checkbox-toggle:checked:hover + .hamburger > div {
    transform: rotate(225deg);
}
.outer-menu .hamburger {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 40px;
    height: 97vh;
    padding: 5px 10px;
    background: #0F7173;
    /*  border-radius: 0 0.12em 0.12em 0;*/
    cursor: pointer;
    /*  transition: box-shadow 0.4s ease;*/
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.outer-menu .hamburger > div {
    position: relative;
    flex: none;
    width: 100%;
    height: 2px;
    background: #FFFFFF;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.outer-menu .hamburger > div:before,
.outer-menu .hamburger > div:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background: inherit;
    transition: all 0.4s ease;
}
.outer-menu .hamburger > div:after {
    top: 10px;
}
.outer-menu .menu {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    visibility: hidden;
    overflow: hidden;
    backface-visibility: hidden;
    outline: 1px solid transparent;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.outer-menu .menu > div {
    width: 340px;
    height: 200vw;
    color: #fefefe;
    background: #0F7173;
    /*
    border-radius: 50%;
    transition: all 0.4s ease;
    */
    flex: none;
    transform: translate(-100%,0);
    backface-visibility: hidden;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.outer-menu .menu > div > div {
    text-align: left;
    max-width: 90vw;
    max-height: 100vh;
    opacity: 0;
    transition: all 0.5s ease;
    overflow-y: auto;
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.outer-menu .menu > div > div > ul {
    list-style: none;
    margin: 0;
    padding: 0px 10px 0px 40px;
    display: block;
    max-height: 100vh;
    text-align: center;
}


.outer-menu .menu > div > div > ul > li {
/*    padding-bottom: 5px;*/
    margin: 0.8em 0;
    font-size: 0.8em;
    display: block;
}


.outer-menu .menu > div > div > ul > li > p {
    padding-top: 5px;
    font-size: 1.3em;
    display: block;
}

.outer-menu .menu > div > div > ul > li > a {
    position: relative;
    font-size: 1.3em;
    color:#FFFFFF;
    display: inline;
    cursor: pointer;
    transition: color 0.4s ease;
}
.outer-menu .menu > div > div > ul > li > a:hover {
    color: #FEC20F;
}
.outer-menu .menu > div > div > ul > li > a:hover:after {
    width: 100%;
}
.outer-menu .menu > div > div > ul > li > a:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -0.15em;
    left: 0;
    width: 0;
    height: 2px;
    background: #FEC20F;
    transition: width 0.4s ease;
}


/********************************************************/
/*BARRES DE PROG*/

/*
.skills{
    padding-top: 40px;
    display: block;
}
*/

.skills div{
    text-align: left;
    font-size: 12px;
    line-height: 15px;
}

.progress {
    background: rgba(255, 255, 255, 0.5);
/*    border: 1px solid rgba(255, 255, 255, 0.4);*/
    justify-content: flex-start;
    border-radius: 100px;
    align-items: center;
    /*  position: relative;*/
    padding: 0;
    display: flex;
    height: 3px;
    width: 100%;
}

.progress-value {
    border-radius: 100px;
    background: #fff;
    height: 3px;
    width: 0;
}

.packadobe{
    animation: load1 8s normal forwards;
    animation-iteration-count: infinite;
}

@keyframes load1 {
    0% { width: 0; }
    100% { width: 90%; }
}

.wireframe{
    animation: load2 8s normal forwards;
    animation-iteration-count: infinite;
}

@keyframes load2 {
    0% { width: 0; }
    100% { width: 80%; }
}

.html{
    animation: load3 8s normal forwards;
    animation-iteration-count: infinite;
}

@keyframes load3 {
    0% { width: 0; }
    100% { width: 75%; }
}

.cms{
    animation: load4 8s normal forwards;
    animation-iteration-count: infinite;
}

@keyframes load4 {
    0% { width: 0; }
    100% { width: 70%; }
}

.packoffice{
    animation: load5 8s normal forwards;
    animation-iteration-count: infinite;
}

@keyframes load5 {
    0% { width: 0; }
    100% { width: 65%; }
}

.mjml{
    animation: load6 8s normal forwards;
    animation-iteration-count: infinite;
}

@keyframes load6 {
    0% { width: 0; }
    100% { width: 85%; }
}





/********************************************************/

/****** langues */

.pad5{
    margin: 5px 0px
}
.pad5 img{
    margin: 0px 1px;
}

.langue{
    font-size:0.8em;
    text-align: left;
    margin: 0 10px;
}

.marg40{
    display: block;
    padding: 20px 0;
}


a {
    position: relative;
    font-size: 16px;
    line-height:19px;
    color:#0F7173;
    display: inline;
    cursor: pointer;
    transition: color 0.4s ease;
}




a:hover {
    color: #FFC20F;
}
a:hover:after {
    width: 100%;
}
a:after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -0.15em;
    left: 0;
    width: 0;
    height: 2px;
    background: #FFC20F;
    transition: width 0.4s ease;
}

.bouton a{
    color:#FFFFFF;
    font-weight: 600;
    font-size: 12px;
    background: #0F7173;
    padding: 4px 16px;
    border-radius : 31px; 
}

.bouton a:hover{
    color:#FFF;
    font-weight: 600;
    font-size: 12px;
    background: #FFC20F;
    padding: 4px 16px;
    border-radius : 31px;
    
}

.bouton a:after {
    content: none;
    position: absolute;
}


.img_link a:after {
    content: none;
    position: absolute;
}


section {
    display: flex;
    flex-wrap: nowrap;
/*
    justify-content: flex-start;
    align-items: stretch;
*/
    width: 100%;
    padding-left: 55px;
/*    padding-right: 10px;*/
}

.flex {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.column{
    flex-direction:column;
}

.row{
    flex-direction:row;
}

.header{
    justify-content: flex-end;
    align-items: flex-end;
}

.pdf_up{
    width: 100%;
    vertical-align: top;
    align-self: flex-start;
}


.infos{
    /*    align-self: flex-end;*/
    text-align: right;
    padding-bottom: 7px;
    width: 100%;
}

.infos p {
    font-size:14px;
    line-height: 17px;
    font-style: italic;
    color: #235789;
    padding-bottom: 9px;
    display: block;
    font-weight: 600
}


.header div img{
    width: 100px;
    padding-left:20px;
}

h2{
    color: #235789;
}

h5{
    color: #FFC20F;
    padding-top:20px;
    padding-bottom: 3px;
    border-bottom: 1px #FFC20F solid;
}

h5 > b {
    font-size: 16px;
    line-height:100%;
}

.divided{
    list-style-type: none;
    line-height:130%;
    padding: 0px;
}

.divided li{
    margin-top:15px;
}
#loisirs > ul > li{
    margin-top:5px;
}

h4{
    font-size:0.95em;
    color:#235789;
}

.blue{ color:#235789; font-weight:500;}

.date{
    font-style:italic;
    font-size:0.8em;
    color: #235789;
}

.timestamp{
    font-style:italic;
    font-size:0.8em;
    color: #235789;
    font-weight:600;
}

.dev{
    padding-left:10px;
    font-size: 0.8em;
    line-height: 1.2;
}

/*


@keyframes colorize {
0% {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
100% {
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
}
}*/
