/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    overflow-x:hidden;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
* {
   box-sizing: border-box;
 }

 /**/
@font-face {
  font-family: "Cent";
  src: url("../fonts/g1.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "Cent";
  src: url("../fonts/g2.ttf") format("truetype");
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: "Cent";
  src: url("../fonts/g3.ttf") format("truetype");
  font-style: italic;
  font-weight: bold;
}
@font-face {
  font-family: "Cent";
  src: url("../fonts/g4.ttf") format("truetype");
  font-style: italic;
  font-weight: normal;
}

body {
  background: #f5f5f5;
  margin:0;
  font-family: "Open Sans", sans-serif;
}
h1, h2, h3, h4, h5 {
  font-family: "Poppins";

  margin-top: 0;
}

/*body::before {
  content: " ";
  position: fixed;
  z-index: -1;
  top:0;
  left:0;
  display: block;
  height:1000px;
  width:1000px;
  transform: translateX(-682px) translateY(-500px) rotate(30deg)  ;
  background: #fff348;
}*/

/* Loader */

#overlayLoader {
    width:100%;
    height:100%;
    background-color: black;
    position: fixed;
    z-index:150;

}
#overlayLoader svg {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    width:80px;
    margin:auto;
    animation: 1s bkgColor alternate infinite;
}
#logoLoader {
    fill:#fff;

}

@keyframes bkgColor {
    from{

        opacity: 0;


    }
    to{

        opacity: 1;
    }
}




/* Structure */
.wrapper {
  margin:0 auto;
  max-width:1170px;
  z-index: 100;
  position:relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;

}

.contNavIco {
    display:block;
    position:absolute;
    right:60px;
}


.box-row {
  margin-bottom: 5rem;
  padding: 5rem 0;
  box-sizing: border-box;
  background: blue;
}






* { box-sizing: border-box; }


/**** HOME ****/
/*header*/

header .wrapper {
    height:60px;
    padding:0 15px;
}
/* nav {
  flex-grow: 1;
  align-content: flex-end;
}
nav ul {
  list-style: none;
  float:right;

}
nav ul li {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  padding-left:40px;
  font-weight: 600;
  text-transform: uppercase;
} */
 header .logo {

 }
 header .logo img {
  width:60px;

  position: relative;
}
 header .logo::before {

   content:" ";
   position:absolute;
   left:35px;
   top:-15px;
   display:inline-block;
   width:10px;
   height:70px;
   background-color: #00ffff;

 }


/*Présentation*/
.contPres {
  /* background: url("/img/illus-home.png") right center no-repeat; */
}
.presentation {
  height:80vh;
  display:flex;
  flex-flow: row wrap;
  align-items: center;
  max-width:1170px;
  padding:0 15px;
  margin:0 auto;
  /*border:1px solid green;*/

}
.presentation h1 {
  font-size: 3.875em; /*62px*/
  line-height: 72px;
  /* line-height: 4.5em; /*72px*/
  font-family: "Cent";
  text-align: center;
  opacity:0;
  position:relative;
  top:-50px;
  transition:opacity 200ms, top 500ms cubic-bezier(0.020, 1.645, 0.940, 0.915);
}

.presentation h1.h1Load {
    opacity:1;
    top:0px;
}
.presentation h1::after {
  content:" ";
  display:block;
  width:40px;
  height:6px;
  background-color: #00ffff;
  margin:42px auto;

}


.presentation .col-7 {
  padding-right: 115px;
}
.presentation h1 span {
    display:inline-block;
  font-weight:normal;

}
.presentation h1 span + span {
    font-weight:bold;

}

.presentation .col-3 {
  padding-right:115px;
}
.presentation p {
  font-size: 16px;
  line-height:24px;


}
.presentation .contMail {
    text-align: center;
}
.presentation .contMail a {
    display: inline-block;
    position: relative;
    height:75px;
    padding:20px 20px 0 95px;
    border:6px solid #222;
    color:#222;
    font-weight: bold;
    text-decoration: none;
    opacity:0;
    top:-30px;
    transition: opacity 200ms, top 500ms cubic-bezier(0.020, 1.645, 0.940, 0.915);
}
.presentation .contMail a.aLoad {
    opacity:1;
    top:0;
}

.presentation .contMail a::before {
    content:"";
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:69px;
    background: url("../img/mail_w.png") center center no-repeat;
    background-size: 40%;
    background-color:#222;
    display: block;

}
.presentation .contMail a:hover:before{
    /* animation: toTopFromBot 500ms forward; */

    animation: toBottomFromTop 0.2s forwards;
}

@keyframes toBottomFromTop {
    49% {
		background-position: center 150%;

	}
    50% {
        background-position: center -150%;


    }
    100% {
        background-position:  center center;
    }
}


.col-3 {
  width:33.333333%;
  /*border:1px solid red;*/
}
.col-6 {
  width: 50%;

}
.col-7 {
  width:58.33333%;
  /*border:1px solid red;*/
}


/* Projets */
#sectProj{

}
.projets {
  width:100%;
  background-color: #ebebeb;
  padding-bottom:120px;

}

h2.titreSection {
  font-size:22px;
  text-transform: uppercase;
  text-align: center;
  padding:100px 0 100px 0;
  position:relative;
  z-index: 2;
}

h2.titreSection::before {
  z-index: -1;
  content:" ";
  position:absolute;
  left:50%;
  top:80px;
  display:inline-block;
  width:10px;
  height:70px;
  background-color: #00ffff;

}

.contProjetsRow {
  max-width: 1170px;
  margin:0 auto;
  display: flex;
  flex-flow: row wrap;

}
.projets .col {
  padding:15px;
  flex-grow:1;
  flex-shrink: 0;
  flex-basis: 50%;
  /* display:none; */
  position:relative;
  opacity:0;
  transition: opacity ease-in-out 0.5s ,  transform ease-in-out 0.5s;

}
.projets .col:nth-child(odd){
    transform:translateX(-200px);
    /* left:-200px; */
}
.projets .col:nth-child(even){
    transform:translateX(200px);
    /* left:200px; */
}
.projets .col.visible{
    opacity:1;
    /* left:0; */
    transform:translateX(0);
}
.projets .col img {
  max-width:100%;
}

.projets .col .desc {
  background: #fff;
  padding:6% 0;
  text-align: center;
  z-index:10;
  position:relative;
}
.projets a.thumb {
    position:relative;
  display: block;
-webkit-box-shadow: 0px 0px 10px -6px rgba(0,0,0,0);
-moz-box-shadow: 0px 0px 10px -6px rgba(0,0,0,0);
box-shadow: 0px 0px 10px -6px rgba(0,0,0,0);

transition:box-shadow 0.3s ease-in-out;
}

.projets a.thumb:hover {

-webkit-box-shadow: 0px 0px 70px -6px rgba(0,0,0,0.23);
-moz-box-shadow: 0px 0px 70px -6px rgba(0,0,0,0.23);
box-shadow: 0px 0px 70px -6px rgba(0,0,0,0.23);
}
.projets a.thumb, .projets a:hover.thumb, .projets a:visited.thumb, .projets a:active.thumb, .projets a:focus.thumb {
  text-decoration: none;
  color:Black;
}

/* .projets a.thumb:hover .overlayProj {
    opacity:0.8;
} */

.projets a.thumb .overlayProj {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
    opacity:0;
    z-index:1;
    background:black;
    transition:opacity 500ms ease;
}
.projets a.thumb .overlayProj .icoPlus {
    width:60px;
    height:60px;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}
.projets a.thumb .overlayProj .icoPlus span {
    position:absolute;
    background: #fff;
    width:50%;
    height:6px;
    top: 50%;
 left: 50%;
 -webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
}
.projets a.thumb .overlayProj .icoPlus span:nth-of-type(2) {
    transform-origin: 50% 50%;
    transform:rotate(90deg);
}


.projets .col .desc h3 {
  margin-bottom:0;

}
.projets .col .desc P {
  margin: 0;
  font-size: 14px;
}

/* Compétences */
.competences {
  background: #282828;
  padding-bottom: 120px;

}
.competences h2 {
  color:#fff;
}

.contaPropos {
  margin:0 auto;
  max-width: 1170px;
  display:flex;
  flex-flow: row wrap;
  color:#fff;
}
.contaPropos .competences {
  flex: 1 0 33.33%;
  padding:15px;
}

.contaPropos .competences h3 {
  margin:0;
}
.contaPropos .competences p {
  margin:8px 0 20px 0;
  color:#636363;
  font-style: italic;
  font-size:18px;
}

.competences .contStat {
  margin-top:30px;
  width:100%;
  height:15px;
  border-radius: 8px;
  background:#171717;
}

.competences .contStat .stat {
  width:0;
  height:15px;
  border-radius: 8px;
  background:#00ffff;
  transition:width 500ms;
}

.contaPropos .competences:nth-child(1) .contStat .stat.on{
    width:70%;
}
.contaPropos .competences:nth-child(2) .contStat .stat.on{
    width:60%;
}
.contaPropos .competences:nth-child(3) .contStat .stat.on{
    width:20%;
}

/*Formations*/
.formations {
  padding-bottom:60px;
}
.formations ul {
  max-width:895px;
  margin:0 auto;
  padding:15px;
}

.formations ul li {
  list-style: none;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-bottom:20px;
  position:relative;
  top:-40px;
  opacity:0;
  transition: top 500ms ease-in-out, opacity 800ms ease;

}
.formations ul.visible li {

    opacity:1;
    top:0;
}

.formations ul li:last-child .descFormation {
  border:none;
}
.formations ul li .date {
  width:auto;
  font-size:3.375em;
  font-weight: bold;
  color:#00ffff;
  letter-spacing: -1px;
  margin-right: 60px;


}
.formations ul li .descFormation {
  font-weight: bold;
  padding:40px 0;
  border-bottom: 1px solid #dbdbdb;
  /* flex:1 0 auto; */
  width:100%;
  font-size:22px;
}
.formations ul li .descFormation > span {
  font-style: oblique;
  font-weight: normal;

}

/*Patchwork*/
.patchwork {
  background-color: #ebebeb;
  padding-bottom:120px;

}

.contPatchwork {
  max-width:1010px;
  width:100%;
  margin:0 auto;
  display: flex;
  flex-flow: row wrap;
}
.contThumb {
  width:33.3%;
  padding:10px;
}

.contThumb > img {
  width:100%;
  display: block;
  padding: 15px;
  background-color: #fff;
  cursor:pointer;
  -webkit-box-shadow: 0px 0px 10px -6px rgba(0,0,0,0);
  -moz-box-shadow: 0px 0px 10px -6px rgba(0,0,0,0);
  box-shadow: 0px 0px 10px -6px rgba(0,0,0,0);
  transition:box-shadow 0.3s ease-in-out;
}

.contThumb > img:hover {
    -webkit-box-shadow: 0px 0px 70px -6px rgba(0,0,0,0.23);
    -moz-box-shadow: 0px 0px 70px -6px rgba(0,0,0,0.23);
    box-shadow: 0px 0px 70px -6px rgba(0,0,0,0.23);
}

/* .contThumb > a {
  width:100%;
  display: block;
  padding: 10px;
  background-color: #fff;

}

.contThumb > a > img {
  width:100%;
} */



/******** Page Projets ********/

#pageProjet {
  position: relative;
  width:100%;
}
#pageProjet .container {
  max-width:1170px;
  padding:0 15px;
  margin:0 auto;
  position:relative;
}

.row {
  display: flex;
  margin: 0 -15px;
  /* border:1px solid blue; */
}
.boxContainer {
  width:100%;
}
.box {
  width:100%;
  /* display:flex; */
  padding:0 15px;
  /* border:1px solid; */
}
.contBackHome {
  position:fixed;
  max-width: 1170px;
  width:100%;
  top:0;
  height:60px;
  z-index:10;

}

.contBackHome a {
  position:relative;
  float:right;
  display:block;
  width:60px;
  height:60px;
  color:black;
  background: url("/img/ico-chevron-back.svg") center/20% no-repeat #242424;
  transition : background-position 200ms ease-in-out;
}
.contBackHome a:hover {
    background-position: 30% center;
}


.headerProjet {
  position: relative;
  max-width:1170px;
  width:100%;
  margin: 0 auto;
  padding:60px 0;
}

#affichageWH {
    position: fixed;
    top:0;
    left:0;
    width:200px;
    height:200px;
    background-color: red;
    z-index:1000;
    padding:20px;
}

#btnBackTop {
    width:60px;
    height:60px;
    position:fixed;
    bottom:0;
    background: url("/img/ico-chevron-top.svg") center/35% no-repeat #242424;
    z-index:100;
    cursor:pointer;
    opacity:0;
    transition : background-position 200ms ease-in-out, opacity 500ms ease-in-out;

}
#btnBackTop.visible {

    opacity:1;
}
#btnBackTop:hover {
    background-position: center 30%;
}



.contBackTop {
    position:absolute;
    right:60px;
}


.headerProjet h1 {
  margin:0 auto 60px auto;
  font-size: 3.375em;
  font-family: "Cent";
  font-weight: bold;
  text-align: center;
}
.headerProjet h1:after {
  content:" ";
  display:block;
  position: relative;
  bottom:-25px;

  width:40px;
  height:6px;

  margin:0 auto;
}

.headerProjet p {
  text-align: center;
  margin-bottom:40px;
}
.headerProjet ul {
  max-width:1004px;
  margin:0 auto;
  padding:0;
  list-style: none;
  display:flex;
  flex-flow: row nowrap;
  justify-content: center;
}
.headerProjet ul li {

/* padding:40px; */
font-size:13px;
text-align: center;
flex-basis: 33.3%

}
.headerProjet ul li div:last-child {
  font-weight: bold;
}

.contImgBackground{
  position:relative;
}
.contImgBackground .backgroundImg {
  position:absolute;
  top:108px;
  left:0;
  height:80%;
  width:100%;
  background-color: #242424;
  z-index: 1;

}

.contProjet .contImg {
  position: relative;
  z-index:2;
  max-width:1004px;
  margin: 0 auto 100px auto;
  padding:0 15px;

}
.contProjet .contImg img {
  max-width: 100%;
  -webkit-box-shadow: 0px 0px 38px -6px rgba(0,0,0,0.23);
  -moz-box-shadow: 0px 0px 38px -6px rgba(0,0,0,0.23);
  box-shadow: 0px 0px 38px -6px rgba(0,0,0,0.23);
}


/* Projet : Le mot la plume */
.lmlp .headerProjet h1:after {
    background-color:#ffac5a;
}
.lmlp .contProjet div:last-child {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;


}



/* Projet : Mes photos de mariage */
.mpdm .headerProjet h1:after {
    background-color:#242424;
}

.mpdm .contImgPres img {
  width:100%;
  margin-bottom:40px;
}
.mpdm h2 {
  font-family: "Cent";
  text-align: left;

}

.mpdm h3 {
  text-align: left;
  font-size: 14px;

  padding-bottom:20px;
}
.mpdm h3:after {
  content:" ";
  display:inline-block;
  position: relative;
  bottom:3px;
  right:-12px;
  width:30px;
  height:1px;
  background-color:#242424;
}
.mpdm h2 {
  margin-bottom:80px;
}
.mpdm h2:after {
  content:" ";
  display:block;
  position: relative;
  bottom:-25px;
  width:50px;
  height:8px;
  background-color:#242424;

}
.mpdm .contLogo {
  margin-bottom:80px;
}
.mpdm .contLogo .box {
align-items: center;
justify-content: center;
}
.mpdm .contLogo .box img {
  max-width:100%;
}
.contTypeCouleur .box{
  flex:1 0 33.33333%;
  height:auto;
}
.contTypeCouleur .box::before{
  content: ' ';
  float:left;
  padding-top:100%;
}

.contThumbTypo {
  background-color: #fff;
  overflow: hidden;
  width:100%;

}
.contThumbTypo .descTypo {
  width:100%;
  padding:5px 10px;
  font-size:13px;
  text-align: center;
  font-weight: bold;
  border-top:1px solid #dddddd;

}
.contImgTypo {
  width:100%;
  height:70%;
  display:flex;
}
.contImgTypo img {
  margin:auto;
  max-width: 100%;
}
.mpdm .contDesign {

    /* background: #202020; */

    position: relative;
}
.mpdm .bkgColor {
    background: #202020;
    position:absolute;
    bottom:0;
    height:90%;
    width:100%;
    z-index: 1;
}
#pageProjet.mpdm .contDesign .container {
    padding-top:60px;
    background: url(../img/mpdm/bkg-mac.png) center bottom no-repeat;
    z-index: 5;
    padding-bottom:127px;
}
.blackgrey {background-color: #202020}
.mediumgrey {background-color: #4e4e4e}
.lightgrey {background-color: #c5c5c5}
.contFlexLogo {
    display:flex;
    justify-content:center;
    align-items: center;
    padding-top:20px;
}
.contFlexLogo img {
    max-width: 100%;
}
.logoMpdm {
    margin:0 auto;
}
.mpdmResponsive .row {
  margin: 0 auto;
  max-width: 1006px;
  flex-flow: row wrap;
  justify-content: center;

}
.mpdmResponsive .row .box {
  width:auto;
  padding-bottom:30px;
  flex:1 1 33.333%
}
.mpdmResponsive .row .box img{
  width: 100%;
  height:100%;
}
#pageProjet .marginB40 {margin-bottom:40px;}
#pageProjet .marginB100 {margin-bottom:100px;}
/* Projet : Prim'art Studio*/
.primart .headerProjet h1 {
  color:#7e62a6;
}
.primart .btnBackHome {
  background-color: #acd549;

}
.primart #btnBackTop{
    background-color:#acd549;
}
.primart .headerProjet h1:after {
    background-color:#acd549;

}
.primart .background {
  position: absolute;
  top: 108px;
  left: 0;
  height: 80%;
  width: 100%;

  background-color: #705794;
  z-index: 1;
}
.primart .contDesign {
  position: relative;
}
.primart h2 {
  color:#7e62a6;
  font-size: 45px;
  font-family: "Cent";
  line-height: 50px;
}
.primart h2:after {
  content: " ";
  display: block;
  position: relative;

  width: 50px;
  height: 8px;
  background-color:#abd73c;
}
.primart .row.mater h2:after{
  left: 0;
  top:40px;
 }

.primart .row.mater {
  align-items: center;
}
.primart .mea1 .contImg {
  margin:0 auto;
}
.primart .mater .box:nth-child(1) {
  width:70%;
}

.primart .user .box:nth-child(2) {
  justify-content: flex-end;
  align-items: center;
}
.primart .row.user h2 {
  /* color:#fff; */
  padding:60px 20px;
  margin-bottom:60px;
}
.primart .row.user h2:after {
  right:0;
  top :40px;

}
.primart .mea1 {
  position: relative;
  overflow: hidden;
  padding-top:100px
}
.primart .mea1 .blocDeco1 {
  position:absolute;
  width:1900px;
  height:1900px;
  top:230px;
  right:-1134px;
  transform: rotate(45deg);
  background-color: #7e62a6;

}
.primart .mea1 .container {
  z-index:3;
}

.primart .contPageProd {
  text-align: center;

}
.primart .contPageProd h2:after {
  margin:0 auto;
  bottom:-25px;
}

/* Projet Bloom */

.bloom .headerProjet h1:after {
    background-color:#99CC33;
}



/* Projet beneylu */
.beneylu .contProjet, .beneylu .contProjet .contImgBackground{
    display:flex;
    flex-flow: column wrap;
}
.beneylu .contProjet .contImg {
    max-width: 1052px;
}

/*background premier screenshot*/



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width:767px) {
    header .logo {
        left:15px;
    }
    .presentation .col-7 {
        width:100%;
        padding-right: 0;
    }
    .presentation .col-3 {
        width:100%;
    }
    .projets .col .desc h3, .projets .col .desc p {
        font-size:0.875em;

    }


    /* nav */
    .overlay ul li {
        padding-left:15px;
    }
    .overlay ul li a{
        padding-left: 0px;
        opacity:1;
    }
    .overlay ul li a:after {
        display:none;
    }

    /*Primart studio*/
    .primart .row.mater {
        flex-wrap: wrap;
    }



}
@media only screen and (max-width:575px) {

    /* Index */
    .presentation {
        height:80vh;


    }
    .presentation h1 {
      font-size: 3em; /*62px*/
      font-size: 2.375em; /*62px*/
      line-height: 43px;

      /* line-height: 4.5em; /*72px*/
    }
    .presentation .contMail a {

    height: 48px;
    padding: 6px 12px 0 46px;

    }
    .presentation .contMail a::before {
    width: 36px;
    }
    .presentation .contMail a {

    }
    .projets .col {
        flex-basis: 100%;
    }
    .contaPropos .competences {
        flex-basis: 100%;
    }
    .formations ul li:first-child {
        padding-top: 0;
    }
    .formations ul li {
        flex-wrap: wrap;
        padding-top:30px;
    }
    .formations ul li .date {
        font-size:2.125em;
    }
    .formations ul li .descFormation {
        padding:0 0 20px 0;
        font-size:1em;
    }
    .contThumb {
        width:50%;
        padding:5px;
    }
    .contPatchwork {
        padding:10px;
    }

    /* Projets */
    .headerProjet {
        padding:60px 0;
    }
    .contProjet .contImg, .primart .mea1 .contImg,#pageProjet.primart .contPageProd .contImg {
        margin-bottom:50px;
    }
    #pageProjet  .marginB100 { margin-bottom:0}
    #pageProjet .headerProjet .container {
        padding:0 15px;
    }
    .primart .mea1 {
        padding-top:0;
    }
    .contProjet .contImg:first-child {
        padding:0 15px;
    }
    .headerProjet h1 {
        /* font-size: 2.125em; */
        text-align: left;
        line-height: 52px;
    }
    .headerProjet h1::after {
        margin:0;
    }
    .headerProjet ul {
        flex-wrap: wrap
    }
    .headerProjet ul li {
        margin-bottom: 15px;
        flex-basis:100%;
        text-align: left;
    }


    .contImgBackground .backgroundImg {
        top:0;
        height:100%
    }

    /*Mes photos de mariages */
    .mpdm .row {

        flex-wrap: wrap;
    }
    .mpdm .row .box {
        margin-bottom:60px;
    }
    #pageProjet.mpdm .contDesign .container {
        background-image: none;
        padding-bottom:50px;
    }
    .mpdm .contDesign {
        /* background: #2A2A2A; */
        padding: 0;

    }
    .mpdm .contDesign .contImg:first-child {
        padding: 40px 0;
    }
    .mpdm .mpdmResponsive .box{
        margin-bottom:0;
        width:50%;
        flex-basis: 50%;
    }
    .dispNone {
        display:none;
    }
    /*Prim art studio*/



}
@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
