@charset "UTF-8";
/* ========================================================== */
/* ========================================================== */
/* ---------------------------------------------------------- */
/* ---------------------------------------------------------- */
/* Fonts */
/* -- Arvo -- */
@import url('https://fonts.googleapis.com/css?family=Arvo:400,700');
/* -- Passion One -- */
@import url('https://fonts.googleapis.com/css?family=Passion+One:400,700');

/* Reset CSS */
/* -- 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;
  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;
}

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

/* Standard behavior */
/* // CSS BEGINNING // */
.menu-icon{
  right: 50px;
  top: 50px;
  z-index: 1000;
  box-sizing: border-box;
    position: fixed;
    width: 50px;
    height: 50px;
    transition: transform 0.5s;
}
.menu-icon span {
    position: relative;;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);

    display: block;
    width: 50px;
    height: 5px;
    border-radius: 5px;


    background-color: #00fccb;

    transition: background 0.5s;
}

.menu-icon span::before, .menu-icon span::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-10px);

    display: block;
    width: 50px;
    height: 5px;
    border-radius: 5px;

    background-color: #00fccb;

    transition: transform 0.5s;
}
.menu-icon span::after {
    transform: translateY(10px);
}


.menu-icon:hover span::before {
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
          transform: translateY(-15px); }
.menu-icon:hover span::after {
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px); }

          .cross-icon{
            right: 50px;
            top: 50px;
            z-index: 1000;
            box-sizing: border-box;
              position: fixed;
              width: 50px;
              height: 50px;
              transition: transform 0.5s;
          }


          .cross-icon span::before, .cross-icon span::after {
              content: '';
              position: absolute;
              top: 22px;
              left: 0;
              transform: rotate(45deg);

              display: block;
              width: 50px;
              height: 5px;
              border-radius: 5px;

              background-color: #00fccb;

              transition: transform 0.5s;
          }
          .cross-icon span::after {
              transform: rotate(-45deg);
          }


          .cross-icon:hover span::before {
            -webkit-transform: rotate(30deg);
                -ms-transform: rotate(30deg);
                    transform: rotate(30deg); }
          .cross-icon:hover span::after {
            -webkit-transform: rotate(-30deg);
                -ms-transform: rotate(-30deg);
                    transform: rotate(-30deg) }


                    #txtmenu {
                      font-family : 'Passion One';
                      font-size: 4.375em;
                    	color: #26547c;
                      left: 18%;
                      top: 30%;
                      width: 65%;
                      height: 30%;
                      z-index: 2;
                      position:relative;
                    }


                    #RedSqr{
                    	width: 65%;
                    	height: 35%;
                      border: solid 10px #e82d5c;
                      z-index: 0;
                      box-sizing: border-box;
                      left: 20%;
                      top:32%;
                      position: absolute;
                    }

                    a{
                      text-decoration: none;
                      color: inherit;
                    }

                    a:hover{
                      color:#00fccb;
                    }


#im {
  width: 17%;
  height: 25%;
  font-family : 'Passion One';
  font-size: 14.5em;
	font-weight: bold;
	color: #e82d5c;
  left: 10%;
  top: 26%;
  position: relative;
  z-index: 1;
}

#GM {
  font-family : 'Passion One';
  font-size: 5em;
	color: #FFF;
  left: 18%;
  top: 13%;
  width: 32%;
  height: 8%;
  text-align: right;
  z-index: 2;
  position:relative;
}

#GW{
  font-size: 0.5em;
  margin-top: 8%;
}




#momoylw{
  top: 13%;
  left: 60%;
  position: absolute;
  background: url("img/momoylw.png") no-repeat;
  width: 30%;
  height: 60%;
  background-size: contain;
  z-index: 0;
}

#momo{
  bottom: 0;
  left: -3%;
  position: absolute;
  background: url("img/momo.png") no-repeat;
  width: 50%;
  height: 90%;
  background-size: contain;
  z-index: 10;
}

#GrnSqr{
	width: 55%;
	height: 70%;
  border: solid 10px #00fccb;
  z-index: 0;
  box-sizing: border-box;
  left: 28%;
  top:20%;
  position: relative;
}

#hellosqr{
	width: 20%;
	height: 15%;
  border: solid 10px #ffd166;
  z-index: 0;
  box-sizing: border-box;
  left: 2%;
  top:35%;
  position: absolute;
}

#about{
	width: 60%;
	height: 85%;
  margin-top: 5%;
  margin-right: 5%;
  float: right;
}

#about a{
    color:#ffd166;
}

#about a:hover{
    color:#00fccb;
}

#txtabout{
  width: 100%;
	height: 100%;
  font-family: "Arvo";
  color: #FFF;
  font-size: 1.125em;
}

#txtabout p{
  text-align: left;
}

#hello{
	width: auto;
	height: auto;
  z-index: 0;
  position: relative;
  font-family: "Passion One";
  color: #FFF;
  font-size: 4.375em;
  text-align: center;
  margin-top:6.5%;
}

#Greencube{
	width: 40%;
	height: 26.5%;
  background-color: rgba(0, 251, 202, 0.6);
  z-index: 1;
  position: absolute;
  top: 28%;
  left: 35%;
}

#YlwSqr{
	width: 75%;
	height: 65%;
  border: solid 10px #ffd166;
  z-index: 0;
  box-sizing: border-box;
  left: 18%;
  top:16%;
  position: absolute;
}

#projets{
  margin-bottom:  10%;

}


#homepage{
  background-image: linear-gradient(60deg, #26547c, #ef476f);
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
}

#aboutPage{
  background-image: linear-gradient(60deg, #26547c, #ef476f);
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
}

body{
  background-color: #FFFAF1;
  height: 100%;
  width: 100%;
  position: absolute;
  font-family: "Arvo";
}

span.textGras {
  font-weight: bold;
}


h1 {
	font-family: 'Passion One';
	font-size: 70px;
	font-weight: bold;
}

h2 {
	font-family: 'Passion One';
	font-size: 3.75em;
	font-weight: bold;
}



h1{
  color: #00fccb;
  text-align: center;
  margin-top: 5%;
}

.projets{
  width: 100%;
  height: 100%;
}


.blue>h2{
  color:#26547c;
  margin-top: 5%;
  width:70%;
  margin-left:20%;
  position: relative;
  z-index: 1;
}

h3 {
	font-family: 'Passion One';
	font-size: 1.875em;
  color: #00FCCB;
  z-index: 2;
}

.blue>h3 {

  margin-left: 25%;
  margin-top: -1.2%;
  position: relative;
}




aside{
  color: #26547c;
  z-index: 1;
  width: 10%;
  top: 35%;
  height: 100%;
  margin-left: 3%;
  font-family: 'Passion One';
  font-size: 1.6em;
  position: fixed;
}

aside, a{
  text-decoration: none;
}



a span:hover{
  color: #00FCCB;
}

h2>a:hover{
  color:#ffd166;
}

.bluerect01{
  position:  absolute;
  width: 80%;
	height: 250px;
  margin-left: 65%;
  margin-top: 5%;
	background-color: rgba(37, 83, 123, 0.8);
  z-index: 2;
  box-sizing: border-box;
}

.project01{
  font-size: 3.75em;
  font-family: "Passion One";
  position: absolute;
  top: 70%;
  width: 100%;
  text-align: right;
  right: 5%;
  z-index: 3000;
  box-sizing: border-box;
  color: #FFF;
}

.nbprojet01{
  font-size: 12.5em;
  font-family: "Passion One";
  position: absolute;
  text-align: right;
  right: -5%;
  top: 25%;
  z-index: 2;
  color: #fec854;
  box-sizing: border-box;

}

.greenrectB{
	width: 93%;
	height: 95%;
  border: solid 10px #00fccb;
  z-index: 1000;
  left: 5%;
  bottom: 12%;
  box-sizing: border-box;
  position: absolute;
}

.redrect02{
  position:  absolute;
  width: 80%;
	height: 250px;
  margin-left: -55%;
  margin-top: 5%;
  background-color: rgba(238, 70, 110, 0.8);
  z-index: 2;
  box-sizing: border-box;
}

.project02{
  font-size: 3.75em;
  font-family: "Passion One";
  position: absolute;
  top: 70%;
  width: 100%;
  text-align: left;
  left: 5%;
  z-index: 3000;
  box-sizing: border-box;
  color: #FFF;
}

.nbprojet02{
  font-size: 12.5em;
  font-family: "Passion One";
  position: absolute;
  text-align: left;
  left: -7%;
  top: 25%;
  z-index: 2;
  color: #fec854;
  box-sizing: border-box;

}

.greenrectR{
	width: 93%;
	height: 95%;
  border: solid 10px #00fccb;
  z-index: 1000;
  right: 11%;
  bottom: 12%;
  box-sizing: border-box;
  position: absolute;
}

.red>h2{
  color: #e82d5c;
  margin-top: 5%;
  margin-right: 40%;
  text-align: right;
}
.red > h3{

    margin-right: 38%;
    margin-top: -1.2%;
    position: relative;
    text-align: right;
}

#cotdpreview{
  width: 40%;
  height: 450px;
  margin-left: 20%;
  margin-top: 3%;
  z-index: 0;
  position: relative;
  background-size: contain;
  background: url("img/cotdpreview.jpg") no-repeat;
}

#oldtoypreview{
  width: 40%;
  height: 450px;
  margin-left: 40%;
  margin-top: 3%;
  z-index: 0;
  position: relative;
  background-size: contain;
  background: url("img/oldtoypreview.jpg") no-repeat;
}

#courantpreview{
  width: 40%;
  height: 450px;
  margin-left: 20%;
  margin-top: 3%;
  z-index: 0;
  position: relative;
  background-size: contain;
  background: url("img/courantpreview.jpg") no-repeat;
}

#insapreview{
  width: 40%;
  height: 450px;
  margin-left: 40%;
  margin-top: 3%;
  z-index: 0;
  position: relative;
  background-size: contain;
  background: url("img/insapreview.jpg") no-repeat;
}

#cansonpreview{
  width: 40%;
  height: 450px;
  margin-left: 20%;
  margin-top: 3%;
  z-index: 0;
  position: relative;
  background-size: contain;
  background: url("img/cansonpreview.jpg") no-repeat;
}

#blanikpreview{
  width: 40%;
  height: 450px;
  margin-left: 40%;
  margin-top: 3%;
  z-index: 0;
  position: relative;
  background-size: contain;
  background: url("img/blanikpreview.jpg") no-repeat;
}

#soundpreview{
  width: 40%;
  height: 450px;
  margin-left: 20%;
  margin-top: 3%;
  z-index: 0;
  position: relative;
  background-size: contain;
  background: url("img/soundpreview.jpg") no-repeat;
}

#napkapreview{
  width: 40%;
  height: 450px;
  margin-left: 40%;
  margin-top: 3%;
  z-index: 0;
  position: relative;
  background-size: contain;
  background: url("img/napkapreview.jpg") no-repeat;
}



.nbprojetB{
  font-size: 9.375em;
  font-family: "Passion One";
  font-weight: 900;
  color: #fec854;
  text-align: center;
  position: absolute;
  top:20%;
  left:50%;

}

.projetB{
  font-size: 3.75em;
  font-family: "Passion One";
  font-weight: 400;
  color: #26547C;
  position: absolute;
  text-align: center;
  width: 100%;
  top:27.5%;

}

.tagB{
  font-size: 0.5em;
  font-family: "Passion One";
  font-weight: 400;
  color: #00fccb;
  text-align: right;
  position: absolute;
  margin-top:5%;
  right: 40%;
}

.resumeB{
  font-size: 0.225em;
  font-family: "Arvo";
  color: #1A1A1A;
  text-align: right;
  width: 20%;
  position: relative;
  margin-top: 5%;
  left: 40%;
  padding-right: 20px;
  border-right: solid 3px #26547C;
}


.container{
  margin-top: 35%;
  position: relative;
  text-align: center;
  width: 80%;
  left: 10%;

}
.container2{
  position: relative;
  text-align: center;
  width: 80%;
  left: 10%;
  margin-top: 30%;
}

.box{
  width: 40%;
  display: inline-block;
  position: relative;
  margin-bottom: 10%;
  margin-left: 3%;
  margin-right: 3%;
}
.box2{
  width: 70%;
  display: inline-block;
  position: relative;
  margin-bottom: 10%;
  margin-left: 3%;
  margin-right: 3%;
}

.image{
  width: 100%;
  box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.5);
  z-index: 3;
}

.image_p{
  width: 70%;
  box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.5);
  z-index: 3;
  margin-top: 0;
}

.video-container{
  box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.5);
  position: relative;
  margin-top: 5%;
  width: 80%;
  height: 700px;
  text-align: center;
  left: 10%;
}

.video{
  box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.5);
  position: relative;
  width: 100%;
  height: 100%;
	max-width: 100%;
}


.midpage{
  width: 80%;
  left: 10%;
  position: relative;
  padding-bottom: 5%;
}


.palinsaJ{
  background: url("img/palinsaJ.jpg") no-repeat;
  width: 33%;
  height: 100%;
  background-size: contain;
  position: absolute;
}

.palinsaN{
  background: url("img/palinsaN.jpg") no-repeat;
  width: 33%;
  height: 100%;
  background-size: contain;
  position: absolute;
  margin-top: 10%;
}

.palblanik{
  background: url("img/palblanik.jpg") no-repeat;
  width: 33%;
  height: 100%;
  background-size: contain;
  position: absolute;
  margin-top: 8%;
}

.palnapka{
  background: url("img/palnapka.png") no-repeat;
  width: 25%;
  height: 100%;
  background-size: contain;
  position: absolute;
  margin-top: 5%;
}

.txtmid{
  font-family: "Arvo";
  font-size: 0.9em;
  color: #1A1A1A;
  text-align: left;
  width: 35%;
  margin-left: 52.5%;
  position: relative;
  padding-top: 5%;
}


.nbprojetR{
  font-size: 9.375em;
  font-family: "Passion One";
  font-weight: 900;
  color: #fec854;
  text-align: center;
  position: absolute;
  top:20%;
  right:52%;

}

.projetR{
  font-size: 3.75em;
  font-family: "Passion One";
  font-weight: 400;
  color: #e82d5c;
  position: absolute;
  text-align: center;
  width: 100%;
  top:27.5%;

}

.tagR{
  font-size: 0.5em;
  font-family: "Passion One";
  font-weight: 400;
  color: #00fccb;
  text-align: left;
  position: absolute;
  margin-top:5%;
  left: 40%;
}

.resumeR{
  font-size: 0.225em;
  font-family: "Arvo";
  color: #1A1A1A;
  text-align: left;
  width: 20%;
  position: relative;
  margin-top: 5%;
  margin-bottom: 5%;
  left: 40%;
  padding-left: 20px;
  border-left: solid 3px #e82d5c;
}


/*MEDIA QUERIE*/

@media screen and (max-width: 1280px) {

  #cotdpreview{
    height: 300px;
  }

  #oldtoypreview{
    height: 300px;
  }

  #courantpreview{
    height: 300px;
  }
  #insapreview{
    height: 300px;
  }
  #cansonpreview{
    height: 300px;
  }
  #blanikpreview{
    height: 300px;
  }
  #soundpreview{
    height: 300px;
  }
  #napkapreview{
    height: 300px;
  }

  #momoylw{
    margin-left:2%;
    margin-top:-3%;
  }

  #YlwSqr{
    width: 68%;
    left: 22%;
    top:22%;
  }


  #GM{
    margin-top:-4%;
  }
  #Greencube{
      top:35%;
    }

    .bluerect01{
      height:200px;
  }
  .redrect02{
    height:200px;
}

  .blue > h3{
  margin-top: -1.5%;
}
  .red > h3{
    margin-top: -1.5%;
  }

  #about{
  	width: 80%;
  }


  #hello{
    bottom:15%;
  }
  #momo{
    left: 1%;
    width: 40%;
    height: 80%;
  }

  .projetB{
    top:31%;
  }
  .projetR{
    top:31%;
  }

  .container{
    margin-top: 40%;
  }

  .container2{
    margin-top: 55%;
    margin-bottom: 4%;
  }
  .video-container{
    margin-top:5%;
  }


  .greenrectB{
    width: 105%;
  }
}

@media screen and (max-width: 1440px) {
  #momoylw{
    left: 60%;
    top:32%;
  }

  #YlwSqr{
    width: 68%;
    left: 22%;
    top:25%;
  }
  #im{
    top:38%;
  }
  #GM{
    top:26%;
  }
  #Greencube{
      top:42%;
    }

    .bluerect01{
      height:200px;
  }
  .redrect02{
    height:200px;
}

  .blue > h3{
  margin-top: -1.5%;
}
  .red > h3{
    margin-top: -1.5%;
  }

  #about{
  	width: 80%;
  }
  #hello{
    margin-top:8%;
  }
  #momo{
    left: 1%;
    width: 40%;
    height: 80%;
  }

  .projetB{
    top:31%;
  }
  .projetR{
    top:31%;
  }

  .container{
    margin-top: 40%;
  }

  .video-container{
    margin-top: 10%;
    width: 79%;
    height: 500px;
  }

  .greenrectB{
    width: 105%;
  }

  #cotdpreview{
    height: 300px;
  }
  #oldtoypreview{
    height: 300px;
  }
  #courantpreview{
    height: 300px;
  }
  #insapreview{
    height: 300px;
  }
  #cansonpreview{
    height: 300px;
  }
  #blanikpreview{
    height: 300px;
  }
  #soundpreview{
    height: 300px;
  }
  #napkapreview{
    height: 300px;
  }

}


@media screen and (max-width: 375px) {

  #txtmenu{
    font-size: 1.8em;
    top:28%;
    left: 18%;
  }


#YlwSqr{
  border-color: #00fccb;
}

#im{
  font-size: 6em;
  top: 15%;
}

#GM{
  font-size: 2.5em;
  left: 45%;
  top: 10%;
}

#GW{
  left: 45%;
}

#momoylw{
  width: 70%;
  height: 40%;
  left:20%;
  top: 61.7%;
}

#Greencube{
  background-color: transparent;
}

aside{
  display: none;
}

h1{
  font-size: 2.5em;
}
h2{
  font-size: 1.5em;
}
h3{
  font-size: 1em;
}

#cotdpreview{
  height: 120px;
  width: 180px;
  margin-bottom: 100px;
}

#oldtoypreview{
  height: 120px;
  width: 180px;
  margin-bottom: 100px;
}

#courantpreview{
  height: 120px;
  width: 180px;
  margin-bottom: 100px;
}
#insapreview{
  height: 120px;
  width: 180px;
  margin-bottom: 100px;

}
#cansonpreview{
  height: 120px;
  width: 180px;
  margin-bottom: 100px;
}
#blanikpreview{
  height: 120px;
  width: 180px;
  margin-bottom: 100px;
}
#soundpreview{
  height: 120px;
  width: 180px;
  margin-bottom: 100px;
}
#napkapreview{
  height: 120px;
  width: 180px;
  margin-bottom: 400px;
}

.bluerect01{
  height:70px;
  width:130px;

}
.redrect02{
  height:50px;
  width:120px;
}

.greenrectB{
  visibility: hidden;
}

.greenrectR{
  visibility: hidden;
}

.project01{
  font-size: 1.5em;
}

.project02{
  font-size: 1.5em;
}

.nbprojet01{
  font-size: 3em;
}
.nbprojet02{
  font-size: 3em;
}

.nbprojetB{
  font-size: 4.5em;
  top: 25%;
}

.projetB{
  font-size: 2.5em;
}

.tagB{
  font-size: 0.5em;
  margin-top: 50px;
  width: 180px;
  left: 80px;
}

.resumeB{
  font-size: 0.3em;
  margin-top: 50px;
  width: 180px;
  left: 55px;
}

.nbprojetR{
  font-size: 4.5em;
  top: 25%;
}

.projetR{
  font-size: 2.5em;
}

.tagR{
  font-size: 0.5em;
  margin-top: 50px;
  width: 180px;
  left: 80px;
}

.resumeR{
  font-size: 0.3em;
  margin-top: 50px;
  width: 180px;
  left: 55px;
}


.container{
  margin-top: 350px;
}

.container2{
  margin-top: 500px;
}
.box{
  display: block;
  text-align: center;
  left:10%;
  width: 80%;
  margin-bottom: 50px;
}

.box2{
  display: block;
  text-align: center;
  left:-2.5%;
  width: 100%;
  margin-bottom: 50px;
}
.txtmid{
  padding-top:50%;
  left:-45%;
}
.txtmid>p {
  width: 250%;
  text-align: center;
}

.palinsaJ{
  display: block;
  left: 10%;
  width: 80%;
  top: 0%;
}


.palinsaN{
  display: block;
  left: 10%;
  width: 80%;
  top: 5%;
}
.palblanik{
  display: block;
  left: 10%;
  width: 80%;
  top: 5%;
}

.video-container{
  width: 80%;
  margin-bottom: 100px;
  height: 120px;
}

#momo{
  background-image: none;
}

#GrnSqr{
border-color: transparent;
width: 80%;
margin-left:-10%;
margin-top:-10%;

}

#about{
  width: 100%;
}

#txtabout{
  width: 100%;
  font-size: 1em;
}


#hellosqr{
  visibility: hidden;
}

#aboutPage{
  height: 180%;

}
}
