/**********************

       RESET CSS

**********************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family:"Calibri", sans-serif;
	vertical-align: baseline;
	overflow-wrap: break-word;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
    background: #fff;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	/*border-spacing: 0;*/
}
@media print {
    @page {size: A4 portrait; }
   .noprint {
      visibility: hidden;
      position:absolute;
      width:1%;
   }
   .centering{
       text-align:center;
   }
   .noshadow{
       box-shadow:none;
   }
   .titlejob{
       color:rgb(3, 41, 84) !important;
   }
   .container{
        padding-right:50px !important;
   }
   section article{
       width:90% !important;
       margin-top:10px !important;
   }
    #introcv:before {
      visibility:hidden;
    }
    #introcv:after {
    visibility:hidden;
    }   
} 

/**********************

   Variable et Class

**********************/

:root {
    --grisC: #cacaca;
    --gris7: #8a8a8a;
    /*--border: #aaa;*/
    --bleu: #068ec6;
    --texte: #555;
    --bgNoir: #111;
}

.container {
    width: 92%;
    max-width: 92%;
    margin: 0 auto;
}

section .container {
    margin: 50px auto auto 20px;
    width: 100%;
    float:left;
}

.noBorder {
    /*border: none !important;*/
    float:left;
    padding-left:20px;
}

.top10 {
    margin-top: 25px;
}



.export{
    position:fixed;
    bottom :5px;
    height:30px;
    width:125px;
    text-align:center;
    line-height:30px;
    background-color:red;
    opacity:0.5;
    color:#fff;
    border-radius: 20%;
    border:1px solid black;
    left: 50%;
    transform: translateX(-50%);
    font-weight:bold;
    transition: all 0.5s ease;
    /*transition: background-color 1s ease-out 100ms ;   
    transition:opacity  1s ease-out 100ms; */
}
.export a:link a:visited a:hover a:active{
    color:#fff;
}
.export:hover {
  background-color: blue;
  opacity:1;

}

.titlejob{
    float:left;
    margin-top:25px;
    height: 100px;
    width:100%;
    text-align:center;
    font-size: 30px;
    font-weight:bold;
    color: #fff;
    line-height: 1.5;
}
.langue{
    float:right;  
    margin-right:15px;
    color:#fff;
    font-weight:bold;
}

.langue a:link a:visited a:hover a:active{
    color:#fff;
    
}
.strongenvaleur{
    width:100%;
    display:block;
    text-align:center;
    font-size: 17px;
    color:red;
    
}
.strongenvaleur2{
    width:100%;
    display:block;
    text-align:center;
    font-weight:normal;
}
.icon{
    float:left;
    position:relative;
    top:-20px;
    width:7%;
    margin-right:15px;
    margin-left:5px;
}
.desc{
    clear:both;
    float:left;
    
}

.periodearmy{
    float:left;
    width:auto;
    color:#242E5C;
    font-weight:bold;
    line-height: 1.4;
}

.descarmy{
    float:left;
    width:auto;
    color:rgb(85, 85, 85);
    font-weight:bold;
    line-height: 1.4;
}
.exparmy{
    display:grid;
}
.wherearmy{
    float:left;
    width:auto;
    clear:both;
    color:rgb(85, 85, 85);
    font-weight:normal;
    line-height: 1.4;
    margin-bottom:8px;
  grid-column-start: 1;
  grid-column-end: span col4-start;
  grid-row-end: span 2;
}
#logo{
    width:10%;
    margin:0px 3px 0px 0px ;
    float:left;
    bottom:5px;
}
#logo2{
    margin-right:3px;

}
.logo_a {
    color:#007CC2;
    text-decoration:none;
}
.logo_a :hover{
    text-decoration:underline;
}
#introcv{
    position:relative;
    text-align: center;
    margin-top:30px;
    font-style: italic;
    font-size:110%;
    line-height:1.3;
    width:auto;
}
#introcv:before {
  position: absolute;
    top: -10px;
    left: 0px;
  content: "\f10d";
  font-family: 'Fontawesome';
  font-size: 25px;
  color:#999;
  width:10%;
}
#introcv:after {
position: absolute;
    bottom: -10px;
    right: -10px;
  content: "\f10e";
  font-family: 'Fontawesome';
  font-size: 25px;
  color: #999;
  width:10%;
}


.missiondetail{
    list-style-type: circle;
    line-height:1.5;
    margin-bottom:8px;
    font-style: italic;
    color:#707070;
    clear:both;
    float:left;

}

.envdef{
    line-height:1.5;
    margin-left:5px;
    font-size:95%;
}

/**********************

          CV

**********************/

html {
    background: #E8F5FF;
    min-width: 100vw;
    min-height: 100vh;
    font-family: Arial;
}

body {
    border: 1px solid var(--border);
    background: #fff;
    width: 90%;
    max-width: 900px;
    min-height: calc(90vh - 2px);
    margin: 5vh auto;
    border-radius: 5px;
    box-shadow: 0px 5px 50px var(--gris7);
}

header {
    background-color:rgb(3, 41, 84);
    height: 150px;
    color: #000;
}

main {
    display: grid;
    grid-template-columns: 2fr 5fr;
}

aside {
    background: #D6FAFF;
    min-height: calc(100vh - 150px);
    padding:0 10%;
}

aside img {
    width: 100%;
    margin: 50px auto 30px;
    display: block;
    border-radius:10%;    
}

aside h2, section article h2 {
    font-size: 18px; 
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

aside p {
    color: var(--texte);
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #cecece;
    line-height: 1.4;
    text-align: justify;
}

section article {
    float:left;
    border-top: 1px solid #cecece;
    margin-bottom: 50px;
    width:100%;
}

section article h2 {
    float:left;
    width: auto;
    background: #fff;
    border-right: 1px solid #cecece;
    position: relative;
    top: -10px;
    display: inline-block;
    padding-right: 10px;
}

section article p {
    color: var(--texte);
    line-height: 1.2;
}
section article ul{
    float:left;
    padding-left:20px;
}

section article li.exp {
    float:left;
    width:100%;
    grid-template-columns: 105px auto;
}

section article li.exp2 {
     margin-bottom:8px;
}

section article li.exp3 {
    list-style-type: disc;
}

section article li span.what {
    color:#007CC2;
    font-size:110%;
}
section article li span.contexte {
    color:#242E5C;
    text-decoration:underline;    
    line-height:1.5;
}
section article li span.mission {
    color:#242E5C;
    text-decoration:underline; 
    line-height:1.5;
    float:left;
}
section article li span.env {
    color:#242E5C;
    text-decoration:underline;
}
section article li span.periode {
    font-weight:bold;
    color:#242E5C;
}



section article li span.contextedef {
    line-height:1.5;
    margin-left:5px;
}
section article li span.missiondef {
    line-height:1.5;
    float:left;
    clear:both;
}



section article li span.periode {
    border-right: 1px solid var(--border);;
    font-weight: bold;
    display: inline;
    flex-direction: column;
    justify-content: center;
}
section article li span.periode strong{
    color:#FF6375;
}

section article li.exp span.desc {
    line-height: 1.4;
    color: var(--texte);
    width:100%;
}

section article div.exp span.desc {
    padding-left: 20px;
    line-height: 1.4;
    color: var(--texte);
    width:auto;
}
section article li.exp span.desc strong {
    font-weight: bold;   
}

footer {
    background-color: rgb(3, 41, 84);
    height: 50px;
}

footer ul {
    display: grid;
    grid-template-columns: 2fr 5fr;
}

footer ul li:first-child {
    background: var(--bleu);
    background: #5484FF;
    height: 50px;
}

footer ul li:nth-child(2) img {
    height: 14px;
    position: relative;
    top: 3px;
}

footer ul li:nth-child(2) {
    display: block;
    text-align: center;
    width: 100%;
    height: 35px;
    padding-top: 15px;
}

footer ul li:nth-child(2) a {
    color: #999;
    text-decoration: none;
    font-size: 12px;
}

footer ul li:nth-child(2) a:hover {
    text-decoration: underline;
}

.h3{
    float:left;
    width:45%;
    padding-right:5px;
    padding-left:5px;
    border-right:1px dashed grey;
    margin-top:10px;
}

.h3_exp{
    float:left; 
    width:100%;
    padding-right:5px;
    padding-left:5px;
}
.h3_exp h3{
    color:#5789BF;
}

h3{
    margin-bottom:5px;  
    float:left;
    margin-top:20px;
    font-size:115%;
    
}
.star{
    width:10%;  
    line-height:1.4;
    margin-left:6px;
} 

/**********************

     MEDIA QUERY

**********************/
@media (max-width: 1024px) {

    header ul li #prenom, header ul li #nom {
        font-size: 22px;
    }
    header ul li:first-child {
        padding: 50px 16% 0 16%;
        text-align: center;
    }
    header ul li {
        font-size: 13px;
    }
    header ul li strong {
        font-size: 14px;
    }
    
}

@media (max-width: 750px) {
    
    body {
        width: 98%;
        margin: 1vh auto;
    }
    .container {
        width: 100%;
        max-width: 100%;
    }
    header {
        height: auto;
    }
    header ul {
        grid-template-columns: 1fr;
    }
    header ul li:first-child {
        height: auto;
        padding: 20px 0;
    }
    header ul li:nth-child(2) {
        padding-left: 0%;
        padding-top: 30px;
    }
    header ul li:nth-child(3) {
        padding: 10px 0%;
    }
    header ul li:nth-child(4) {
        padding-bottom: 30px; 
        padding-left: 0%;
    }
    header ul li {
        height: auto;
        padding: 20px 0;
        text-align: center;
    }
    aside {
        text-align: center;
    }
    aside img {
        max-width: 300px;
    }
    main {
        grid-template-columns: 1fr;
    }
    section article, section article h2 {
        /*border: none;*/
    }
    section article li.exp {
        grid-template-columns: 85px auto;
    }
    section article li span.periode {
        font-size: 12px;
    }
    footer ul {
        grid-template-columns: 0fr 1fr;
    }
}