/*Typographie et couleurs*/

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    font-family: "Merriweather", Georgia, Times, serif;
    font-size: 1em;
    line-height: 1.5;
    color: #1c1c1c;
}
body>header>nav#debut {word-spacing: 10px;}
h1 {
	font-size: 2em;
    font-weight: 400;
    font-family: 'Saira Condensed', sans-serif;
    letter-spacing: 0.15em;
    color: #fcfbf9;
    font-size: 1.1em;
    text-align: left;
}
h2, h3, h4, h5, h6 {
    margin-left:auto;margin-right:auto;
    font-weight: normal;
    font-family: 'Saira Condensed', sans-serif;
    font-weight:400;
    line-height: 1;
}
h2 {    text-align: center!important;
    font-size: 3em;
    color: #353535;
    letter-spacing: .03em;
}
h3 {    
    font-size: 1.4em;
    letter-spacing: .03em;
}
.portfolio-item h3 {text-align: center!important;}
h4 {
    color: #878684;
    text-align: left;
    letter-spacing: .1em;
}
p {text-transform: none;}
a {
    color: #1c1c1c;
    text-decoration: none;
}
a:focus {outline: thin dotted;}
a:active, a:hover {outline: 0;}
small {font-size: 80%;}
sub, sup {
	font-size: 75%;
    line-height: 0;
}
abbr, abbr[title] {text-decoration: none;}
small {font-size: 1em;}
.btn-border {font-family: 'Saira Condensed' sans-serif;}
.center {text-align: center;}
.white {color:white;}

/* Bordures et Espacements */

body {margin: 0;}
body>header>nav#debut {
    width:100%;
    background-color: rgb(58,155,178);
    height: 50px;
    border-bottom: 2px solid rgb(58,155,178);
}
h1 {margin: 0.67em 0;}
h2 {margin-top: 0;margin-bottom:0.65em}
h4 {margin: 1.33em 0 .67em;}
h4+p {margin-top: 0;}
b, strong {font-weight: 700;}
pre {white-space: pre-wrap;}
figure { margin: 0;}
legend {
    border: 0;
    padding: 0;
}
abbr, abbr[title] {border: none;}
section {padding: 2em 0;}
button {
    border: none;
    outline: none;
}
.biography{font-size: 18px;}
.btn-border {
    background-color: #FCFBF9;
    border: 4px double #D5CCB3;
    color: #C4AC6C;
    margin-left: 30px;
}
.top-margin{
    margin-top: 250px;
}
.border-img{
    border: 1px solid #CDCAC1;
    padding: 10px;
}
.resume-section ul {margin-right : 5em;}

/* Position */

h1 {width: 100%;
    margin: 0 auto;
}
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
section { padding: 3em 0 4em 0;}
section:first-child {padding-bottom: 0;}
section:nth-child(4) {padding-top: 0;}
section:last-child {padding-bottom: 4em;}
sub, sup {
    position: relative;
    vertical-align: baseline;
}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
img {border: 0;}

h2.vertical-center{
    padding-top: 400px;
    font-size: 100px;
}
.active{color: rgb(132,164,179);}

/* Listes */

li{list-style-type: none;}

.resume-section ul {margin-right : 5em;}
.resume-section ul>li>ul {
    margin-left:0;
    padding-left:1em;
    font-size:0.95em;
}
.resume-section ul>li>ul>li {
    padding-left:0.8em;
    margin-bottom:0;
    padding-bottom:0.3em;
    list-style-type:'-';
}
.resume-section ul>li>ul>li:after {
    position: static;
    content: '';
    width: 0;
    height: 0;
    border: 0;
    border-radius: 0;
    background: #cacaca;
    top: 0;
    left: 0;
}
.resume-list {
    list-style: none;
    margin-left: 60px;
    padding-left: 110px;
    border-left: 2px solid #40424a;
}

.resume-list li {
    margin-bottom: 2em;
    position: relative;
}

.resume-list li:last-child {
    margin-bottom: 0;
}

.resume-list li:after {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    border: 2px solid #40424a;
    border-radius: 50px;
    background: #cacaca;
    top:0px;
    left: -118px;
}

.resume-list h4 {
    font-size: 1em;
    text-transform: uppercase;
    color: #808181;
    margin-top: 10px;
    margin-bottom:10px;
    font-weight:bold;
}
.resume-list h5 {
    float:right;
    font-size:2.3em;
    font-size:20px;
    text-transform: uppercase;
}
.resume-list h6 {
    text-align:right!important;
    clear:both;
    text-align:left;
    font-size:1.3em;
    margin:0.3em 0;
}
.resume-list div.entete {margin-bottom:2em;}
.resume-list p {
    margin-bottom: 0;
}
.resume-list ul {font-size : 1.1em;line-height:1.5em;}
.resume-list li {padding-bottom : 0.7em;}
/* Formulaire de contact */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
.form{
  	z-index: 1000;
    width: 100%;
    padding: 15px;
    background:#F3F3F0;
    border:1px solid rgba(0, 0, 0, 0.075);
    margin-bottom:25px;
    color:#727272 !important;
    font-size:13px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.form:hover{
    border:1px solid #8BC3A3;
}

.form:focus{
    color: white;
    outline: none;
    border:1px solid #8BC3A3;
}
legend {
    border: 0;
    padding: 0;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
button, input {line-height: normal;}
button, select {text-transform: none;}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {cursor: default;}
.btn {
    padding: .43em .5em .5em;
    background-color: #878684;
    font: 1em/1 'Saira Condensed', sans-serif;
    color: #fcfbf9;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    border-radius:5px;
    margin:0.5em 2em;
}
.btn:hover {
    background-color: #7d7c7a;
}
.btn-gold {
    background-color: #c4ac6c;
}
.btn-gold:hover {
    background-color: #bea45d;
}
.btn-border {
    font-family: 'Saira Consensed, sans-serif';
    background-color: #fcfbf9;
    border: 4px double #d5ccb3;
    color: #c4ac6c;
}
.btn-border:hover, .btn-border:focus {
    color: #1c1c1c;
    background-color: #fcfbf9;
    border-color: #c4ac6c;
}
button[type="submit"].btn-border {
    background-color: white;
}
button[type="submit"].btn-border:hover, button[type="submit"].btn-border:focus {
    background-color: white;
}
.btn-block {
    padding: .62em 0 .65em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
    height: 200px;
    max-height: 200px;
}
::selection {background-color: #f6e7c0;}
#contact-us {
    display: block;
    width: 100%;
}
#contact-us input {
    background-color: #fff;
    padding-left: 25px;
    height: 60px;
    width: 100%;
    border: none;
    border-bottom: 2px solid #cacaca;
    margin-bottom: 30px;
    font-size: 13px;
}
#contact-us textarea {
    padding-left: 25px;
    height: 200px;
    width: 100%;
    border: none;
    border-bottom: 2px solid #cacaca;
    margin-bottom: 30px;
    font-size: 13px;
    background-color: #fff;
}
#contact-us ::-webkit-input-placeholder {
    font-style: italic;
}
#contact-us :-ms-input-placeholder {
    font-style: italic;
}
#contact-us ::-ms-input-placeholder {
    font-style: italic;
}
#contact-us ::placeholder {
    font-style: italic;
}
.mail-message-area{
    width:100%;
    padding:0 15px;
}
.mail-message{
    width: 100%;
    background:rgba(255,255,255, 0.8) !important;
    transition: all 0.7s;
    margin:0 auto;
    border-radius: 0;
}
.not-visible-message{
    height:0px;
    opacity: 0;
}
.visible-message{
    height:auto;
    opacity: 1;
    margin:25px auto 0;
}
.form-btn{
    width:180px;
    display: block;
    height: auto;
    padding:15px;
    color:#fff;
    background:rgba(44, 111, 119, 1);
    border:none;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin:auto;
    box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -moz-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
    -webkit-box-shadow: 0px 1px 4px rgba(0,0,0, 0.10);
}
.form-btn1{
    margin-left: -15px;
}
.form-btn:hover{
    background: #BFA55E;
    color: white;
    border:none;
}
.form-btn:active{
    opacity: 0.9;
}
}
.contact-text{
	margin-top: 20px;
}

/* Effets */

h1 {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 2s;
    -webkit-animation-name: intro;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0s;
    -moz-animation-duration: 2s;
    -moz-animation-name: intro;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0s;
    -o-animation-duration: 2s;
    -o-animation-name: intro;
    -o-animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-duration: 2s;
    animation-name: intro;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: none;
    -moz-animation-fill-mode: none;
    -ms-animation-fill-mode: none;
    -o-animation-fill-mode: none;
    animation-fill-mode: none;
}

img[src$=".gif"], img[src$=".png"] {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
}

/* Tableaux */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Contenu */
h2.section-title:before, .prog-title h3:before, .prog-title-first h3:before, .portfolio-item h3:before {
    content: '+ ';
}
/* Header */

.id-wrapper {
  background: rgb(132,164,179);
  right: 0;
  color: #fff;
  padding:1.35em 0 1em 0;
}

.id-wrapper a {
  color: #fff;
}

.id-wrapper .profile-container {
  padding: 50px 30px 30px 30px;
  background: rgb(58,155,178);
  text-align: center;
  color: #fff;
}

.id-wrapper .name {
  text-align:center;
  font-size: 1.8em;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
  line-height:140%;
}

.id-wrapper .tagline {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.3em;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 1em;
}

.id-wrapper .profile {
  margin-bottom: 15px;
}

.id-wrapper .contact-list .svg-inline--fa {
  margin-right: 5px;
  font-size: 18px;
  vertical-align: middle;
}
.id-wrapper .contact-list, .id-wrapper .interests-list {
    text-align:center;
}
.id-wrapper .contact-list li {
  margin-bottom: 0.6em;
}

.id-wrapper .contact-list li:last-child {
  margin-bottom: 0;
}

.id-wrapper .contact-list .email .svg-inline--fa {
  font-size: 14px;
}

.id-wrapper .container-block {
  padding: 0 	20px;
}

.id-wrapper .container-block-title {
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 15px;
}

.id-wrapper .degree {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 5px;
}
.id-wrapper .languages-container .lang-desc {
  color: rgba(255, 255, 255, 0.6);
}

.id-wrapper .languages-list {
  margin-bottom: 0;
}

.id-wrapper .languages-list li {
  margin-bottom: 10px;
}

.id-wrapper .languages-list li:last-child {
  margin-bottom: 0;
}

.id-wrapper .interests-list {
  margin-bottom: 0;
}

.id-wrapper .interests-list li {
  margin-bottom: 4px;
}

.id-wrapper .interests-list li:last-child {
  margin-bottom: 0;
}
.id-wrapper .interests-container{margin-top:1.5em;}
.personnage {padding:0 3em;}
.personnage>img {width:80%;display:block;margin:0 auto;}
.modal-content {background-image: url("../images/assets/texture-canvas-white.png");}


/* Menu */
.navbar {
    background-color:rgb(58,155,178);
    border-color:rgb(132,164,179);
}
.navbar-toggle{border-color:rgb(132,164,179)!important;}
.navbar-toggle:hover {background-color:rgb(132,164,179)!important}
.navbar-toggle.collapsed{background-color:transparent!important;}
nav a {color:#fff!important;}
nav a:hover {text-decoration:underline!important;}
.navbar-nav {word-spacing:3px;}

@media(min-width:1200px) {
	.navbar-nav>li>a {padding-left:15px;padding-right:15px;}
}
@media(min-width:1000px) and (max-width:1200px) {
	.navbar-nav>li>a {padding-left:10px;padding-right:10px;}
}
@media(min-width:776px) and (max-width:1000px) {
	.navbar-nav>li>a {font-size:0.7em;padding-left:8px;padding-right:8px;}
	}
#debut {
    text-transform:uppercase;
    line-height:30px;
}
header .top-margin{
    margin-top: 20px !important;
}
.top-text{
    font-weight: bold;
    color: white;
}
/* Portfolio */

.portfolio-warp {
    padding: 0 60px;
}
.portfolio-item p {
    font-size: 14px;
    margin-bottom: 1em;
}
.portfolio-item .port-pic {
    margin-bottom: 30px;
    display: block;
    background: #333;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.portfolio-item .port-pic:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #000;
    opacity: 0;
    z-index: 2;
    -webkit-transition: all 0.4s cubic-bezier(0.55, 0.09, 0.68, 0.53) 0s;
    -o-transition: all 0.4s cubic-bezier(0.55, 0.09, 0.68, 0.53) 0s;
    transition: all 0.4s cubic-bezier(0.55, 0.09, 0.68, 0.53) 0s;
}
.portfolio-item:hover .port-pic:after {
    opacity: 0.8;
    height: 100%;
    top: 0;
}

/*Modale plein écran */

.modal .modal-fullscreen {
  /* Maximize the main wrappers on the screen */
  /* Make the parent wrapper of the modal box a full-width block */
  /* Remove borders and effects on the content */
  /**
     * /!\ By using this feature, you force the header and footer to be placed
     * in an absolute position. You must handle by yourself the margin of the
     * content.
     */
}
.modal.modal-fullscreen .modal-dialog,
.modal.modal-fullscreen .modal-content {
	max-width:100%!important;
	width:100%;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(0,0,0,0.1);
}

.modal.modal-fullscreen .modal-dialog {
  margin: 0;
  width: 100%;
  animation-duration:0.6s;
}
.modal.modal-fullscreen .modal-content {
  border: none;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  -o-box-shadow: inherit;
  box-shadow: inherit;
  /* change bg color below */
 /* background:#1abc9c; */
}
.modal.modal-fullscreen.force-fullscreen {
  /* Remove the padding inside the body */
}
.modal.modal-fullscreen.force-fullscreen .modal-body {
  padding: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-header,
.modal.modal-fullscreen.force-fullscreen .modal-footer {
  left: 0;
  position: absolute;
  right: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-header {
  top: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-footer {
  bottom: 0;
}
.modal-body {background-color:#fff;text-align:center;}
.modal-body ul, .modal-body h4 {text-align:left;}
.modal-body p {text-align:justify;}
.modal-header {background-color:#fff;}
.close {opacity:0.9;}
.modal h4 {font-size: 1.4em;font-weight:bold;}
.btn-primary {background-color:rgb(132,164,179);}
section.contact {background-color:#333;}
.tiret {list-style-type: '→ ';}
a {color:rgb(132,164,179);}
i.fas, i.fab {padding-right:1em;}

/* Tests*/

.progress-title{
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin: 0;
}
.progress{
    height: 10px;
    background: rgb(132, 164, 179);
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 30px;margin-top:25px;
    overflow: visible;
}
.progress .progress-bar{
    position: relative;
    -webkit-animation: animate-positive 2s;
    animation: animate-positive 2s;
    background:rgb(58, 155, 178);
}
.progress .progress-bar:after{
    content: "";
    display: inline-block;
    width: 9px;
    background: #fff;
    position: absolute;
    top: -10px;
    bottom: -10px;
    right: -1px;
    z-index: 1;
    transform: rotate(35deg);
}
.progress .progress-value{
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    position: absolute;
    top: -30px;
    right: -25px;
}
@-webkit-keyframes animate-positive{
    0%{ width: 0; }
}
@keyframes animate-positive {
    0%{ width: 0; }
}

P.intro {font-style:italic;margin-bottom:7px;}

/* Ajouts Nov.2020 */
.Comps {margin-top:2em;}
ul.listesimple {
    list-style: default;
    margin-left: 60px;
    padding-left: 110px;
}
.ExpPro h3 {
    padding-top:2em;
}