/* @charset "UTF-8";

Web Design / Marie Cayet / cayetmarie@gmail.com


/*----------------------Reset de Meyer + Marie & co ... -----------------*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/


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;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* Tables
-------------------------- */

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

td,
th {
  padding: 0;
}


/* Embedded content
-------------------------- */

img {
  border: 0;
  vertical-align: bottom;
}

svg:not(:root) {
  overflow: hidden;
}


/*-------------------------*/
a { color: #006699; }

a:hover,
a:focus {
    color: white;
}


/* Image flexibles */
img, object, embed, canvas, video, audio {
    /* Bug Firefox / Sinon max-width: 100% */
    /* https://bugzilla.mozilla.org/show_bug.cgi?id=434230 */
    width: 100%;
    height: auto;
}




/*-------------------------- FONTS ------------------*/

@font-face {
    font-family: 'nettootregular';
    src: url('../font/nettoot-webfont.eot');
    src: url('../font/nettoot-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/nettoot-webfont.woff') format('woff'),
         url('../font/nettoot-webfont.ttf') format('truetype'),
         url('../font/nettoot-webfont.svg#nettootregular') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'netto_otbold';
    src: url('../font/nettoot-bold-webfont.eot');
    src: url('../font/nettoot-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/nettoot-bold-webfont.woff') format('woff'),
         url('../font/nettoot-bold-webfont.ttf') format('truetype'),
         url('../font/nettoot-bold-webfont.svg#netto_otbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'netto_otlight';
    src: url('../font/nettoot-light-webfont.eot');
    src: url('../font/nettoot-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/nettoot-light-webfont.woff') format('woff'),
         url('../font/nettoot-light-webfont.ttf') format('truetype'),
         url('../font/nettoot-light-webfont.svg#netto_otlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*-------------------------- FIN FONTS------------------*/


body {
    font-family: 'nettootregular', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5em;
    color: #444;
}

img, object, embed, canvas, video, audio {
  max-width: 100%;
  height: auto;
}

/* Supression du style de liste dans les menus */
nav ul {
    padding-left: 0;
    list-style: none;
}



/* ----------------------------------------
   == Small Reset
------------------------------------------- */

/* Changement du modèle de boite*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, nav, section, summary {
    display: block;
}





/* ------------------page accueil popup 2025-------------------------- */



/*------popup 2025---------*/

body, H1, p, a {
   /* text-align: center; */
    color: #000;
    /* background-color: #fff; */
    font-family: inherit;
}


#popup-overlay{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 98;
  display:none;
}



#popup-overlay.open{
  display:block !important;
}



.popup-content {
  max-width: 800px;
  text-align: center;
  padding: 30px;
  box-sizing: border-box;
  background-color: #fff;
  position:absolute;
  top: 50%;
  left:50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;

}


.popup-exit {
    display: block;
    margin:auto;
    background-color: #00ff00;
    cursor: pointer;
    border-radius: 5px;
    border: 1px;
    font-size: 16px;
    color: #000;
    letter-spacing: 1px;
    padding: 14px 30px 12px;
    text-align: center;
    font-family: 'NettoOT-Bold';
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
}


.popup-exit:hover {
    color: #00ff00;
    background-color: #000;
}



.illus {
    width: 180px;
    height: 180px;
    margin: 60px 40px 40px 40px;
    }



H1 {
    font-family: 'NettoOT-Bold';
    letter-spacing: -0.5px;
    line-height: 36px;
    font-size: 32px;
    color: #000;
    margin-bottom: 10px;
    padding: 0px 30px 0px 30px;
}


.text-haut {
    padding: 0px 30px 0px 30px;
    font-size: 18px;
    color: #272727;
    line-height: 25px; 
    margin-bottom: 30px;
            font-family: 'NettoOT';
}



.text-bas {
    margin-top: 50px;
    font-size: 16px;
    line-height: 23px; 
    font-family: 'NettoOT';
    color: #272727;
    padding-bottom: 20px;
}



/* span vert foncé */
span { 
 
  font-family: 'NettoOT-Light';

}


.spanvert { 
  color: #05eb07;
  font-family: 'NettoOT-Light';

}

.linksmc {
text-decoration-style: dotted ;
color: #05eb07;
text-underline-offset:5px;
text-decoration-skip-ink: none;

}


.linksmc:hover {
  /* color: #272727;*/
        text-decoration-style: dotted ;
        color: #ff00ff;

}


.graphiste-à-paris {

}




/*----------------------------fin popup 2025--------------------------*/




body {
	background-color: #292929;
	}

#header {
	width:100%;
	height: 130px;
	background-color: black;
  overflow: hidden;
	}

#menu {
  max-width: 1260px;
  margin-right:auto;
  margin-left:auto;
  }


#btn-nav{
  display:none; /* none pour desktop et "block;" pour les autres devices */
  border: 0;
  position: absolute;
  top:49px;
  right:30px;
  height: 50px;
  width: 50px;
  text-align: center;
  padding: 0 15px;
  text-indent:-100px;
/*  padding: 0 15px;
*/  background: url("../img/burger.svg")center no-repeat;
   }

#btn-nav.active {
  background:green;
  background: url("../img/croixfermer.svg")center no-repeat;
}

  #logo {
    max-width:100%;
    padding:0 25px 0 9px;
    min-height: 80px;
    float:left;
  }

  #logo a {
    display:block;
  }

  nav {
    margin-top: -7px;
    padding-left:15px;
    float:left;
    }

  nav ul {
    padding-top:60px;
    }

  nav ul li {
    display: inline-block;
    font-family: 'netto_otbold';
    text-align: center;
  }

  nav ul li a {
    text-decoration: none;
    color: black;
    transition: all .2s ease-in-out;
    background: #00ff00;
    padding: 9px 11px 13px 10px;
    margin-right: 5px;
    line-height: 20px;
    font-size: 22px;
    display: block;
    width: 92px;
    border : 1.5px solid #00ff00;
    -webkit-border-radius:8px;
       -moz-border-radius:8px;
            border-radius:8px;
  }


  nav ul li a:hover {
    background: black;
    color: #fff;
    border: 1.5px solid #00ff00;
}

  nav ul li a.active {
    background: #666;
    color: #fff;
    border : 1.5px solid #666;
}

#menugeneral {
  width:100%;
}

  #nav {
  padding:57px 66px 25% 0;
  }

  #nav li {
    float:right;
  }

  #nav li a {
    display:block;
    width:50px;
    height:50px;
    margin-left:10px;
    margin-top: -6px;
  }


  .mentions {
    padding-left: 5px;
    padding-top:15px;
    color:#fff;
    text-decoration: none;
    font-family: 'netto_otbold';
    font-size:12px;
    letter-spacing: 2.5px;
/*    opacity: 1;
*/  }

  .instagram {
    background: url(../img/instagram.svg) center no-repeat;
    background-size:100%;
    text-indent: -9999px;
  }

  .youtube {
    background: url(../img/youtube.svg) center no-repeat;
    background-size:100%;
    text-indent: -9999px;
  }

  .pinterest {
    background: url(../img/pinterest.svg) center no-repeat;
    overflow:hidden;
    text-indent:-9999px;
  }

  .linkedin {
    background: url(../img/linkedin.svg) center no-repeat;
    overflow:hidden;
    text-indent:-9999px;
  }

#nav a {
  opacity: 0.7;
}

#nav a:hover {
  opacity: 1;
}



/*--------------mosaic "design" -------------*/


#main {
  max-width: 1260px;
  margin-right:auto;
  margin-left:auto;
  padding: 10px;
  }

.mosaic ul {
  overflow: hidden;
  margin-left: -10px;
  margin-right: -10px
}

.mosaic li {
  float: left;
  padding: 10px;
  width: 25% ;
}

#main .b1 div {
  background: #dd4506;
  border-radius:12px;

/*      width: 100%;
    height: auto;*/
}

.mosaic h3 {
  font-family: 'netto_otlight';
  color: white;
  font-size: 27px;
  color: white;
  line-height: 35px;
  padding:25px 15px 0px 15px; 
  margin-right: 20px;
}

 


.mosaic span {
  display: block;
}

.mosaic p {
  font-family: 'nettootregular';
  font-size:23px;
  letter-spacing: 1px;
  padding-top:10px;
  padding-left:15px;
  color:white;
}

.mosaic li > a {
  display: block;
  transition: all .3s ease-in-out;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.mosaic li > a:after {
  content: "";
  display: block;
  height: 110px;
  width: 110px;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -81px;
  position: absolute;
  background: url(../img/calltoaction-design.svg)center no-repeat;
  opacity: 0;
  transition: all .6s ease-in-out;
}

.mosaic li > a:hover:after {
  opacity: .7;
}

.mosaic li img {
  transition: all .3s ease-in-out;
}

.mosaic li > a:hover img {
  opacity: 0.5;
}

.mosaic h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  color: #fff;
  font-family: 'netto_otbold';
  font-size:30px;
  padding:20px;
  background: rgba(0,0,0,0.7);
}




/*-------------- pages contact logotypes plaquettes -------------*/



.titres-pag-desig h3 {
  font-family: 'netto_otbold';
  font-size:60px;
  padding:20px 0 15px 0;
  line-height: 50px;
  color:#b9b9b9;
}

.titres-pag-desig li {
   display: inline-block;
}


.titres-pag-desig h4 {
    font-family: 'nettootregular';
    font-size: 25px;
    color:#fff;
    line-height: 44px;
    letter-spacing: 0.5px;

}

.titres-pag-desig p {
    font-family: 'netto_otbold';
    font-size: 16px;
    color:#777;
    line-height: 21px;
    letter-spacing: 0.5px;
    clear:both;
    padding: 17px 0 17px 0; /*-------------- pour pas coller à la nav picto -------------*/
}

.titres-pag-desig p span {
    font-family: 'netto_otbold';
    font-size: 18px;
    color:black;
    line-height: 21px;
    letter-spacing: 0px;
}

.contact a {
  color:#00ff00;
  font-size: 20px;
  letter-spacing: 0.9px;
}

#mainwhite {
  max-width: 1240px;
  background: #fff;
  margin: 20px auto 0 auto;
  padding: 0 20px 20px 20px;
  -webkit-border-radius:12px;
     -moz-border-radius:12px;
          border-radius:12px;
}


.paglogo img {
  float: left;
  width:50%;
}

.pag-signaletique img {
  float: left;
  width:100%;
}

.pagaffiches img {
  float: left;
width: 33.333%;
}

/* ---------- DECO et MISES EN PAGE DES PAGES "DESIGN" ------ */

.contentwhite {
  width:100%;
  overflow:hidden;
}

#titrecourt {
/*   width:85%; */
  float:left;
}


/* ++ picto-navsec droite mosaic gauche ++ */


#picto-navsec {
  float:right;
  margin-top:17px}

#picto-navsec .flechegauche {
  background: url("../img/flechegauche.svg")}

#picto-navsec .pictomosaic {
  background: url("../img/pictomosaic.svg")}

#picto-navsec .flechedroite {
  background: url("../img/flechedroite.svg")}

#picto-navsec .flechegauche, .pictomosaic, .flechedroite {
  text-indent: -9999px;
  display : inline-block;
  width:50px;
  height:50px;
  margin-right:10px;
  margin-left:0px}



#picto-navsec .flechegauche:hover, .pictomosaic:hover, .flechedroite:hover {
 box-shadow: 0 0 11px rgba(33,33,33,.5);
  border-radius: 30px;

}




/* --------------------------PAGE PROFIL------------- */

.profil p {
  color:black;
  font-family: 'nettootregular';
  width: 90%;
  font-size:18px;
  line-height: 24px;
  padding-left:87px;
  padding-top: 15px;
}

.formation p {
  color:black;
  font-family: 'nettootregular';
  width: 95%;
  font-size: 15px;
  padding-left:15px;
  letter-spacing: 0.5px;
}


.profil p + p {
        text-indent: 5px;
}

.profil span {
      font-family: 'netto_otbold';
}


/* Return on top (9 novembre 2016)*/
#returnOnTop {
    background: url('../img/return_on_top.svg') no-repeat;
    bottom: 1%;
    cursor: pointer;
    display: none;
    filter: alpha(opacity = 50); /* IE < 8 */
    height: 50px;
    opacity: 0.5;
    position: fixed;
    right: 1%;
    width: 50px;
}

#returnOnTop:hover {
    filter: alpha(opacity = 100); /* IE < 8 */
    opacity: 1;
}



/* ----------------MEDIAS QUERIES Marie & co---------------- */


/* --------------- plus petit que 1100----- */
@media( max-width: 1100px){
      #main div h3 {
      font-size: 28px;
      line-height: 30px;
      }

     .mosaic li h2 {
      font-size: 25px;
      }
}


/* --------------- plus petit que 1000----- */
@media( max-width: 1000px){
  #main .b1 {
      width: 100% !important;
      }

  #main .b1 > div {
      height: auto !important;
      padding:5px;
      }

  #main div h3 {
      font-size: 28px;
      }

  .mosaic li h2 {
      font-size: 25px;
      }

  .mosaic p {
      padding-bottom: 20px;
      }
}


/* ------------- plus petit que 950------- */
@media(max-width: 950px) {

    #nav {
    overflow: hidden;
    padding: 57px 13px 25% 0;
    }

    #nav li a {
    display: block;
    width: 30px;
    height: 30px;
    background-size: 100%;
    margin: -9px 5px 2px -1px;
    }

    #nav .limentions {
    display: block;
    float: none;
    padding:0px;
    }

    .mentions {
     padding-top: 0;
     padding-left: 10%;
     letter-spacing: 3.3px;
    }

    #mainwhite {
    width: 97%;
    }
}

/* --------------- jusqu'à 768---like ipad-------- */
@media( max-width: 768px) {
      .mosaic li {
      width: 33.333%; }

      .mosaic p {
      padding-bottom: 20px; }

      .mosaic li h2 {
      font-size: 25px;}
}

/* --------------- jusqu'à 760--------- */
@media( max-width: 760px) {
      #nav li a {
      display: none;
      }

        #btn-nav{
        display: block; /* en none jusqu'ici */
      }

    nav ul li {
    display: inline-block;
    font-family: 'netto_otbold';
    text-align: center;
}
    nav a {
		text-align: center;
		padding: 30px;
 		 }

}

/* ---------------jusqu'à 640----like iphone 5------ */
@media(max-width: 640px) {

      .mosaic li {
       width: 50%;}

      .mosaic p {
       padding-bottom: 20px;}

      .paglogo img {
       width:100%;
       }
}

/* ---------------jusqu'à 320-----like iphone 4------ */

/*@media(max-width: 320px) {

      #nav li {
      display:none;}

      .mosaic li {
       width: 50%;}

      .mosaic p {
       padding-bottom: 20px;}

      .paglogo img {
       width:100%;
}*/
 /*     #nav {
      display:none;}

}*/


