@charset "UTF-8";
/* CSS Document */

body {
	background-color:#e15200;

	margin: 0px;
	font-family: 'Maven Pro', sans-serif;
	color: rgba(50,50,50,1.00);
;}

a {color: #fc5100; text-decoration: none; font-weight: 500;}
a:hover {text-decoration: underline;}


input[type=text], input[type=tel], input[type=email], textarea {
  width: 50%;
  padding: 8px 10px;
  margin: 0px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}


.content {
	background-color: white;

	/* Chrome, Safari */
	-webkit-box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
	/* Standard syntax */
	box-shadow: 0px 5px 15px rgba(0,0,0,0.1);

/*	transform: rotate(2.5deg); */
	margin: 0px auto 0px auto;
	width: 900px;

	font-family: 'Maven Pro', sans-serif;
	line-height: 1.5em;
	color: rgba(50,50,50,1.00);
	/*position: relative;*/
}

.sticker{
    margin: 5% auto 0 5%;
    width: 130px;
    height: 130px;
    background-color:#FFDC00;
    border-radius: 1500px;
    position: absolute;
    z-index: 500;
    padding: 10px 10px 10px 10px;    
    text-align: center;
    font-size: 2.2em;
    font-weight: 500;
    line-height: 0.9;
    color: #000000;
    display: table;
    transform: rotate(-6deg);
    box-shadow: 4px 7px 12px rgba(55,55,55,0.30);
    animation: myAnim 1s cubic-bezier(0.12, 0, 0.39, 0) 0s 1 normal forwards;
}


@keyframes myAnim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}




.aligne {vertical-align: middle;
display: table-cell;
}


.mytop {
    position: relative;
}

.header {
    z-index: 400;
    width: 900px;
    position: absolute;
    top: 0;
    background-color: rgba(113,49,4,0.20);
    height: 450px;
	padding-top: 0px;
    margin-top: 0px;
    color: #ececec;
	font-size: 2em;
	font-weight: 500;
	font-style: normal;
	text-align: center;
	line-height: 1;
}


.header-logo {
    width: 220px;
    margin: 100px auto 20px auto;
}

.article {
	background-color: #fff;
	margin: 0 auto 0 auto;
	padding: 10px 80px 20px 80px;
	font-weight: 100;
	font-size: 1em;
	width: auto;
	display:flow-root;
}

.clients {
    color: rgba(112,112,112,0.70);
    font-size: 1em;
    text-align: center;
    line-height: 1.5;
    text-transform: capitalize;
}

.icone {
	float: left;
	margin-left: 0;
	margin-right: 30px;
	margin-bottom: 0px;
	width: 40px;
	height: auto;
}
.pastille {
	margin-left: -10px;
    border-radius:250px; width: 110px; transform: rotate(-6deg);
    box-shadow: 4px 7px 12px rgba(55,55,55,0.30);
}
.drop {
      filter: drop-shadow(1px 6px 6px rgba(70,70,70,0.35));
}

.tb {
	padding: 20px;
	width:310px;
	min-height: 150px;
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #FCF7E6;
	float:left;
	border-radius: 5px;

}
.tb2 {
    width:680px;
    background-image: url('../img/interface/contact.png');
    background-position: 140% 50%;
    background-size:contain;
    background-repeat: no-repeat;
    line-height: 1.5;
}


.bt {
    -webkit-appearance: none;
    background-color: #e15200;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}

.bt:hover {
  opacity: 0.8;
}

.td-tt {
	margin: 0px 0px 10px 0px;
	color: #e15200;
	font-weight: 200;
	font-size: 1.3em;
	line-height: 1;
}

.sep {
	background-image: url('../img/interface/sep.png');
	background-size: 90%;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 50px;
}

.footer {
	padding-left: 5%;
	padding-right: 5%;
	width: 90%;
	text-align: center;
	font-size: 12px;
	line-height: 1em;
}


@media (max-width: 500px){

input[type=text], input[type=tel], input[type=email] {width: 100%;}


.content {
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

    .sticker{
    margin: 0% auto 0 auto;
    width: 100%;
    height: auto;
        padding: 5px;
    border-radius: 0px;
    position: absolute;
    font-size: 1em;

    transform: rotate(0deg);
    box-shadow: 5px 5px 12px rgba(55,55,55,0.40);
}
    
.pastille {
    border-radius:250px; width: 90px; transform: rotate(-6deg);
    }
    
.header {
    position:absolute;
    width: 100%;
    min-height: 250px ;
    margin-top: 0px;
    font-size: 1em;
    background-color: rgba(113,49,4,0.20);
    }

.header-logo {
    width: 150px;
    margin: 60px auto 0 auto;
}


.icone {
	margin-right: 20px;
	margin-bottom: 0px;
}

.article{
	padding: 20px;
	width:auto;
	font-size: 1em;
	line-height: 1.1em;
    }


.tb {
	width: 95%!important;
	min-height: auto;
	margin-right: 0px;
	margin-bottom: 10px;
	float: none;
	padding: 10px;
}

.tb2 {
    background-image: url('../img/interface/vide.png')!important;
    }


}
