body{
	 background: #ffa61e;
    
    /*color: #b5f2ff;*/
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}
header{
	color: #ff8000;
    height: 900px;
    overflow: hidden;
    background: url(../img/backheaddekoh2.png) center top;
    border-bottom: 25px solid #665a48;
}
#repaire{
    width: 0px;
    margin: 0 auto;
    position: relative;
    top: 0;
}
#backgen{
    background: url(../img/backhead.png) center top;
    width: 1980px;
    height: 900px;
    margin-left: -990px;
}
::-moz-selection { color: #fff;  background: #ff8000; }
::selection      { color: #fff;  background: #FF8000; text-shadow: none; } 
#logo{
    font-size: 10em;
    margin: 0 auto;
    width: 380px;
    text-align: center;
    padding-top: 400px;
    font-family: 'Sail', cursive;
    text-shadow: 1px 1px 30px black;
    text-indent: -9999px;
    background: url(../img/logo.png) center 100px no-repeat;
    background-size: contain;
}
#logodk{
    position: absolute;
    text-align: center;
    left: -180px;
    top: 250px;
    color: #fff;
    font-size: 3em;
    line-height: 1.3;
    margin: 0;
    font-weight: 900;
}
.light {
    font-size: 0.9em;
    opacity: 0.9;
    padding: 0 0 0.6em 0.1em;
    font-style: italic;
    font-weight: 100;
}
#chat{
  position: absolute;
  left: -580px;
  top: 626px;
  margin: -83px -80px;
}
#Horloge{
  position: absolute;
  margin: 0 -70px;
  left: 50%;
  top: 83px;
}
#aSecondes{
  transform: rotate(0deg);
  transform-origin: 50% 50%;
}
#aMinutes{
  transform: rotate(0deg);
  transform-origin: 50% 50%;
}
#aHeures{
  transform: rotate(0deg);
  transform-origin: 50% 50%;
}
#Calendrier{
  position: absolute;
  top: 415px;
  left: 642px;
    width: 138px;
    font-family: 'Open Sans', sans-serif;
    color: dimgray;
}
text{
  text-align: center;
}
#cJour{
  font-size: 5em;
  position: absolute;
  top: 52px;
  width: 100%;
  text-align: center;
}
#cMois{
  font-size: 1.2em;
  position: absolute;
  top: 128px;
  width: 100%;
  text-align: center;
}
#Lampe{
  position: absolute;
  top: 0px;
  left: 48px;
}
#lum{
  opacity: 0.6;
	animation: Lumiere .1s cubic-bezier(0.68, -0.55, 0.265, 1.55) infinite;
}

#miel{
    display: none;
}
@keyframes Lumiere {
  0%   { opacity: 0.52; }
  50% { opacity: 0.55; }
  100%   { opacity: 0.50; }
}
#ecran{
    overflow: hidden;
    width: 214px;
    height: 98px;
    position: absolute;
    left: -475px;
    top: 547px;
    line-height: 1.3em;
    padding: 13px 10px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

h1{
    text-align: center;
    display: block;
    padding: 60px;
    overflow: hidden;
    font-size: 3em;
    /*border-top: 10px solid #665a48;*/
    /*border-bottom: 10px solid #665a48;*/
}



#titre{
    text-align: center;
    font-size: 2.3em;
    font-family: 'Sail', cursive;
    color: #fff;
}
#
nav{
   width: 960px;
    margin: 0 auto;
    margin-top: 100px;
}
nav ul li a{
    width: 25%;
    float: left;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
	color: #ff8000;
    font-size: 1.4em;
    padding-top: 70px;
    background: url(../img/nav.png) no-repeat;
    transition: all .3s ease-in-out;
}
nav ul li a:hover{
    color: #fff;
    transform: scale(1.1);
}
#ltoapropos{
    background-position: -125px 0;
}
#ltoportfolio{
    background-position: -553px 0;
}
#ltomariages{
    background-position: -340px 0;
}
#ltocontact{
    background-position: 86px 0;
}
.content{
    width: 960px;
    margin: 0 auto;
}
.col{
    width: 44%;
    padding: 3%;
    float: left;
}
#apropos{
    background: url(../img/bgme2.jpg) center 0  no-repeat fixed;
    background-size: cover;
    height: 780px;
    color: #fff;
    font-family: 'Sail', cursive;
}
#apropos p{
    font-size: 1.5em;
    margin-bottom: 1em;
}
#blackback{
    width: 100%;
    height: 660px;
    background: rgba(0, 0, 0, .6);
    padding-top: 60px;
    padding-bottom: 60px;
}
#apropos .col{
    width: 44%;
    padding: 0;
    margin-top: 120px;
}
#portfolio{
    overflow: hidden;
}
#portfolio ul{
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
#portfolio ul li{
    width: 33.33333%;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 1.4em;
    font-weight: 900;
    height: 300px;
}
#portfolio ul li h2{
    margin: 100px 0 0px;
}
#portfolio ul li h3{
    margin: 10px;
    font-size: .7em;
    font-weight: 100;
}
.bgo{
    background: rgba(255,128,0,.7);
    overflow: hidden;
    height: 300px;
    opacity: 0;
    transition: all .3s ease-out;
}
#portfolio ul li:hover .bgo{
    opacity: 1;
}
.bout{
    padding: 10px 120px;
    margin: 20px;
    display: inline-block;
    border: 3px solid #fff;
    border-radius: 10px;
    color: #fff;
    font-size: .8em;
    transition: all .3s ease-out;
}
.bout:hover{
    color: #ff8000;
    background: #fff;
}
#tb-am{
    background: url(../img/proj/allomedic.png) top center no-repeat;
    background-size: cover;
}
#tb-ar{
    background: url(../img/proj/artisans.jpg) top center no-repeat;
    background-size: cover;
}
#tb-jc{
    background: url(../img/proj/juliecedric.jpg) top center no-repeat;
    background-size: cover;
}
#tb-gpl{
    background: url(../img/proj/grangedesptitsloups.jpg) top center no-repeat;
    background-size: cover;
}
#tb-cdh{
    background: url(../img/proj/lestermais.jpg) top center no-repeat;
    background-size: cover;
}
#tb-jcl{
    background: url(../img/proj/joclara.jpg) top center no-repeat;
    background-size: cover;
}
#tb-sj{
    background: url(../img/proj/sojules.jpg) top center no-repeat;
    background-size: cover;
}
#tb-fl{
    background: url(../img/proj/festivaldeslegendes.jpg) top center no-repeat;
    background-size: cover;
}
#tb-ez{
    background: url(../img/proj/ezcargo.jpg) top center no-repeat;
    background-size: cover;
}
#tb-ezl{
    background: url(../img/proj/logoezcargo.png) top center no-repeat;
    background-size: cover;
}
#tb-gpll{
    background: url(../img/proj/logo-grangedesptitsloups.png) top center no-repeat;
    background-size: cover;
}
#tb-cdhl{
    background: url(../img/proj/logo-lestermais.png) top center no-repeat;
    background-size: cover;
}
#tb-cd{
    background: url(../img/proj/mariage.jpg) top center no-repeat;
    background-size: cover;
}
#tb-ra{
    background: url(../img/proj/webdoc.JPEG) top center no-repeat;
    background-size: cover;
}
#tb-cc{
    background: url(../img/proj/clacle.png) top center no-repeat;
    background-size: cover;
}
#tb-gm{
    background: url(../img/proj/goodmiam.png) top center no-repeat;
    background-size: cover;
}
#tb-eu{
    background: url(../img/proj/eurovision.jpg) top center no-repeat;
    background-size: cover;
}
#tb-eli{
    background: url(../img/proj/elixir.jpg) center no-repeat;
    background-size: cover;
}
#tb-elic{
    background: url(../img/proj/elixirc.png) center no-repeat;
    background-size: contain;
}
#tb-csab{
    background: url(../img/proj/cartesabots.png) center no-repeat;
    background-size: contain;
}
#tb-ka{
    background: url(../img/proj/karnyx.jpg) top center no-repeat;
    background-size: cover;
}
#tb-dc{
    background: url(../img/proj/clairedenis.jpg) top center no-repeat;
    background-size: cover;
}
#tb-sab{
    background: url(../img/proj/sabots-site.jpg) top center no-repeat;
    background-size: cover;
}

#tb-itcca{
    background: url(../img/proj/taichi.jpg) top center no-repeat;
    background-size: cover;
}
#tb-ca{
    background: url(../img/proj/chantal.jpg) top center no-repeat;
    background-size: cover;
}
#tb-cm7{
    background: url(../img/proj/melin2017.png) top center no-repeat;
    background-size: cover;
}
#tb-cm8{
    background: url(../img/proj/melin2018.png) top center no-repeat;
    background-size: cover;
}
#tb-trm{
    background: url(../img/proj/tradamuse.png) top center no-repeat;
    background-size: cover;
}
#tb-sabl{
    background: url(../img/proj/sabots.jpg) top center no-repeat;
    background-size: cover;
}
#tb-raml{
    background: url(../img/proj/ramisel-logo-pres.jpg) top center no-repeat;
    background-size: cover;
}
#tb-bru{
    background: url(../img/proj/bruno.jpg) top center no-repeat;
    background-size: cover;
}
#tb-ramf{
    background: url(../img/proj/flyramisel.jpg) top center no-repeat;
    background-size: cover;
}
#tb-pj{
    background: url(../img/proj/paulinejossic.jpg) top center no-repeat;
    background-size: cover;
}
#tb-er{
    background: url(../img/proj/emelineromain.jpg) top center no-repeat;
    background-size: cover;
}
#tb-pb{
    background: url(../img/proj/paulinebenjamin.jpg) top center no-repeat;
    background-size: cover;
}
#tb-aj{
    background: url(../img/proj/amelieetjerome.jpg) top center no-repeat;
    background-size: cover;
}
#bgmar{
    background: url(../img/bgmar.png) center no-repeat;
    height: 300px;
}
#mariage{
    padding: 140px 0;
    height: 380px;
        margin: 160px 0;
}
#mariage h2{
    color: #ff8000;
    font-family: 'Sail', cursive;
    font-size: 1.79em;
    margin-bottom: 1em;
}
#mariage p{
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: .9em;
    margin-bottom: 1em;
    line-height: 2em;
}
#apropos{
	margin-top: 80px;
}
#apropos p{
    width: 650px;
    margin: 0 auto;
    font-size: 1em;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    line-height: 2em;
}
#apropos form{
    width: 550px;
    margin: 20px auto;
}
#apropos form input, #apropos form textarea{
    width: 94%;
    margin-bottom: 20px;
    padding: 3%;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    font-weight: 700;
}
#apropos form input#submit{
    width: 100%;
    background: #ff8000;
    color: #fff;
    border: none;
    cursor: pointer;
}
#apropos form textarea{
    height: 160px;
}
.infoscontact{
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    display: block;
    font-style: italic;
}
#fl{
    width: 60px;
    height: 60px;
    background: url(../img/fl.png) no-repeat;
    position: fixed;
    right: 40px;
    bottom: 40px;
    cursor: pointer;
    text-indent: -9999px;
}
#ms{
    position: absolute; 
    top: 120px;
    width: 100%;
    text-align: center;
    color: aquamarine;
    background: #ffa61e;
    padding: 20px;
    font-size: 2.8em;
    font-weight: bold;
}
.fsizebig{
    font-size: 4em;
    line-height: 1.5em;
}
@media screen and (max-width: 1600px) {
    header{
        height: 810px;
    }
    #logo{
        padding-top: 300px;
        background: url(../img/logo.png) center 0px no-repeat;
        background-size: contain;
    }
    nav{
        margin-top: 60px;
    }
    #portfolio ul li, .bgo{
        height: 260px;
    }
    
    
    #portfolio ul li h2{
        margin: 80px 0 0px;
    }
    #repaire{
        transform: scale(.9);
        margin: -45px auto;
    }
}
@media screen and (max-width: 1400px) {
    header{
        height: 710px;
    }
    #repaire{
        transform: scale(.8);
        margin: -90px auto;
    }
}
@media screen and (max-width: 1200px) {
    #portfolio ul li, .bgo{
        height: 230px;
    }
        #portfolio ul li h2{
        margin: 70px 0 0px;
    }
    .bout{
        padding: 8px 80px;
    }
    header{
        height: 610px;
    }
    #repaire{
        transform: scale(.7);
        margin: -135px auto;
    }
}
@media screen and (max-width: 1000px) {
    #portfolio ul li, .bgo{
        height: 190px;
    }
    .content{
        width: 96%;
        padding: 0 2%;
    }
        #portfolio ul li h2{
        margin: 60px 0 0px;
    }
    nav{
       width: 700px;
    }
    #ltoapropos{
        background-position: -155px 0;
    }
    #ltoportfolio{
        background-position: -583px 0;
    }
    #ltomariages{
        background-position: -370px 0;
    }
    #ltocontact{
        background-position: 56px 0;
    }
    header{
        height: 410px;
    }
    #repaire{
        transform: scale(.5);
        margin: -225px auto;
    }
}
@media screen and (max-width: 800px) {
    #portfolio ul li, .bgo{
        height: 230px;
    }
    #portfolio ul li h2{
        margin: 70px 0 0px;
    }
    #portfolio ul li{
        width: 50%;
    }
    header{
        height: 310px;
    }
    #repaire{
        transform: scale(.4);
        margin: -270px auto;
    }
}
@media screen and (max-width: 670px) {
    #apropos form{
        width: 100%;
    }
    #apropos p{
        width: 100%;
    }
}
@media screen and (max-width: 550px) {
    #portfolio ul li, .bgo{
        height: 300px;
    }
    #portfolio ul li h2{
        margin: 100px 0 0px;
    }
    #portfolio ul li{
        width: 100%;
    }
    header{
        height: 210px;
    }
    #repaire{
        transform: scale(.3);
        margin: -315px auto;
    }
}
@media screen and (max-width: 380px) {
    #portfolio ul li, .bgo{
        height: 260px;
    }
    #portfolio ul li h2{
        margin: 80px 0 0px;
    }
    #portfolio ul li{
        width: 100%;
    }
}