/****GLOBAL*****/

* {
	box-sizing: border-box;
	outline: none;
	text-decoration: none;
	transition: all .2s ease 0s;
    /* Visualisation des éléments */
    /*border: 1px dotted rgba(0,0,0,0.3);*/
}

html {
	font-size: 62.5%;
}

body {
    margin: 0;
    padding: 0;
    font-size: 1.6rem;
    font-family: 'Courgette', cursive;
    line-height: 1.6;
		background-color: #FFF8DC;
    color: rgba(0,0,0,0.5);

}

h1 {
	color:black;
    font-family: 'Pacifico', cursive;
    padding-top:20px;
    text-shadow: 2px 2px 1px rgba(255,255,255, 0.7);
    text-align: center;
}

h2 {
    color:orange;
		margin-bottom:20px;
    text-shadow: 2px 2px 1px rgba(0,0,0, 0.7);
    text-align:center;
}

h3 {
    text-align:center;
    color:black;
    font-family:'Pacifico', cursive;
}

h3 a {
    color:black;
}

h3 :hover {
    color:orange;
}

h4 {
    color:royalblue;
}

p {
    text-align:center;
    color:#000;
}

p a {
   color:#000;
}

a {
    color:orange;
}

a :hover {
    color:#fafafa;
}

hr {
	border-color: orange;
	width:100px;
}

button {
		background-color: #fafafa;
    font-family:'pacifico';
		margin:15px 0;
		padding: 10px 15px;
}

fieldset
{
    border: 3px solid orange;
}

ul li {
	margin:0 auto;
}

.nomargin
{
	margin:0 !important;
}
.nopadding
{
	margin:0 !important;
}
.clearfloat
{
	clear:both;
}
.clear::after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
/* Alignement des images en float */
.alignleft
{
	float:left;
}
.alignright
{
	float:right;
}
.center {
	margin: 0 auto;
	text-align: center;
}
.hidden {
	display: none;
}
.bold {
	font-weight: bold;
}


.flexslider img  {
		max-width:100%;
		max-height:600px;
}

.btn {
	background-color: #fafafa;
	color:#000;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid #000;
	padding: 10px 15px;
	font-size: 1.6rem;
	line-height: 1.5;
	border-radius: 6px;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn a {
	color:#666;
}

 a:hover {
	color:orange;
}
.small-btn {
	padding: 5px 10px;
}
.regular-btn {
	padding: 10px 15px;
}
.big-btn {
	padding: 20px 25px;
}

.container {
	margin:0 auto;
	text-align: center;
	width:90%;
}

.container-fluid {
	margin:0 auto;
	text-align:center;
	width:100%;
}

.container-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    }

.flex-item:nth-child(1) {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    }

.flex-item:nth-child(2) {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    }

.flex-item:nth-child(3) {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    }

.container-flex > *
{
	/* faire en sorte que mes items flex (donc de premier niveau) prennent tout l'espace disponible en largeur */
	flex-grow: 1;
	flex-basis:0;
}

.col-one-third
{
    background: #fff;
    border: 2px solid black;
		display:inline-block;
		margin: 15px 0;
    text-align:center;
    text-shadow: 2px 2px 1px rgba(255,255,255, 0.7);
}

.col-one-quarter {
		background: #fff;
		margin: 10% auto;
		max-width: 400px;
		padding:15px;
		text-align:center;
		text-shadow: 2px 2px 1px rgba(255,255,255, 0.7);

}

.hide {
	display:none;
}

.show {
	display:block;
}

.page-loader {
  position: fixed;
  background: #000;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  z-index: 9998;
}

.loader {
  position: absolute;
  border-left: 2px solid #ffffff;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  height: 46px;
  width: 46px;
  left: 50%;
  top: 50%;
  margin: -23px 0 0 -23px;
  text-indent: -9999em;
  font-size: 10px;
  z-index: 9999;
  -webkit-animation: load 0.8s infinite linear;
  -moz-animation: load 0.8s infinite linear;
  ms-animation: load 0.8s infinite linear;
  o-animation: load 0.8s infinite linear;
  animation: load 0.8s infinite linear;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 46px;
  height: 46px;
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* HEADER */
header
{
	background-color:orange;
	height:100%;
	width:100%;
}

/* navbar */

nav {
  justify-content: space-between;
	/* position: fixed; */
	width: 100%;
	z-index: 1000;
}

.menu  a:hover {
	color:#fafafa;
}

nav ul {
	max-height: 0px;
	background-color: #000;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow:hidden;
	color:#fafafa;
	text-align: center;
	transition: 1s;
}

nav ul li {
	color:#fff;
	box-sizing: border-box;
	padding: 24px 0;
	text-align: center;
}

.menu-icon {
	width: 100%;
	background-color: transparent;
	text-align: right;
	box-sizing: border-box;
	padding: 15px 24px;
	cursor:pointer;
	color:#fafafa;
	display:block;
	text-shadow:1px 1px 1px #000;
}

.submenu {
	background-color: #CDBCB0;
	max-height: 0px;
}

.sub-menu {
	max-height: 0px;
}

.dropdown {
	max-height:30em;
}

.menu-icon {
	width: 100%;
	background-color: transparent;
	text-align: right;
	box-sizing: border-box;
	padding: 15px 24px;
	cursor:pointer;
	color:#fafafa;
	display:block;
	text-shadow:1px 1px 1px #000;
}

header .site-title
{
    font-size:5em;
    font-weight:normal;
}

img {

}

.logo {
    width:150px;
    margin:20px auto;
    display:block;
    color:#FFF8DC;
    border:2px solid black;
    border-radius:20%;
}

main {
    display: inline-block;
    width: 100%;
}

.listarticle, .listmessage, .listcommandes {
		/* display:none; */
}


/* MAIN */

#about {
    margin-top:30px;

}

#yellow {
    background-color: #FFF8DC;
    padding:30px;
		max-height:450px;
}

#featured {
    position: relative;
}

#featured .infos
{
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}

#featured h1
{

    /*background-color: rgba(255,255,255,0.5);*/
    text-shadow: 2px 2px 1px rgba(255,255,255, 0.7);
}
#featured h2
{
    margin-top:20px;
    /*background-color: rgba(255,255,255,0.5);*/
    text-shadow: 2px 2px 1px rgba(0,0,0, 0.7);
}

#cover {
    background: url(../images/dan-gold.jpg) 50% 50% fixed;
    background-size: cover;
    padding:10px;
    text-align:center;
		height:100%;
}

#cover2 {
    background: url(../images/slider/photo5.jpg) 50% 50%  fixed;
    background-size: cover;
    padding:45px 20px 20px;
    text-align:center;
		height:100%;
}

#cover3 {
    background: url(../images/slider/photo6.jpg) 50% 50%  fixed;
    background-size: cover;
    padding:10px;
    text-align:center;
		height:100%;
}

#cover4 {
    background: url(../images/slider/photo7.jpg) 50% 50%  fixed;
    background-size: cover;
    padding:10px;
    text-align:center;
		height:100%;
}

#menus {
    margin-bottom:30px;
}

.section-title {
}

.article-title {
    margin-top:20px;
    margin-bottom:30px;
}
.item-title
{
    font-weight:normal;
}

.item-thumb {
    width:60%;
}

.item-thumb2 {
		margin-top:20px;
    width:80%;
}

#products {
	position: relative;
}
/* #blog:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url("../images/overlay-pattern.png") #000000;
	opacity: 0.3;
} */
#products .block .heading {
	color: #fff;
}
#products .block ul {
	padding-left: 0;
	padding-top: 40px;
}
#products .block ul li {
	border-bottom: 1px solid black;
	overflow: hidden;
	width: 50%;
	float: left;
	background: #fff;
	text-align: center;
	color: #959595;
	transform: 1s;
}
#blog .block ul li:hover img {
	transform: scale(1.2) rotate(10deg);
}
#products .block ul li h3 {
	color: #323232;
	padding: 0px 40px 20px;
	line-height: 26px;
	position: relative;
}
#products .block ul li h3:before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 90px;
	height: 1px;
	background: #CBC4B5;
	margin-left: -45px;
}
#products .block ul li p {
	padding-top: 25px;
}
#products .block ul li .blog-img {
	float: left;
	width: 50%;
	height: 100%;
	background: white;
	overflow: hidden;
}
#products .block ul li .blog-img img {
	-webkit-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
}
#products .block ul li .blog-img-2 {
	width: 50%;
	float: right;
	overflow: hidden;
}
#products .block ul li .blog-img-2 img {
	-webkit-transition: all 0.8s ease-out;
	-o-transition: all 0.8s ease-out;
	transition: all 0.8s ease-out;
	width: 100%;
}
#products .block ul li .content-right {
	background-color: #14C7CC;
	padding: 40px 35px 23px;
	font-size: 16px;
	line-height: 26px;
	float: right;
	width: 50%;
	height: 100%;
	position: relative;
}
#products .block ul li .content-right:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 50%;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	background: #fff;
	transform: rotate(45deg);
	margin-left: -15px;
}
#products .block ul li .content-left {
	background-color: orange;
	padding: 40px 35px 23px;
	width: 50%;
	height: 100%;
	float: left;
	position: relative;
	z-index: 999;
}
#products .block ul li .content-left:after {
	content: "";
	position: absolute;
	right: -15px;
	top: 50%;
	width: 30px;
	height: 30px;
	margin-top: 0px;
	background: #fff;
	transform: rotate(45deg);
}
#products .block .btn-more-info {
	float: right;
	padding: 28px 102.5px;
	border-radius: 0px;
	background: #ff530a;
	color: #fff;
	border: 1px solid transparent ;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	-webkit-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
}
#products .block .btn-more-info:hover {
	background: transparent;
	color: #ff530a;
	border: 1px solid #ff530a;
}

.show-panier {
	width:100%;
}

.show-panier input {
	width:50px;
}

button.moins-item {
	background-color: orange;
}

button.plus-item {
	background-color: orange;
}

#actu {
    background: #fff;
    border: 1px solid black;
    margin: 0 auto 30px;
    padding:15px;
    text-align:center;
    text-shadow: 2px 2px 1px rgba(255,255,255, 0.7);
		max-width:700px;
    width: 100%;
}

#article {
	margin:20px auto;
}

#article img, #actu img {
		margin:0 5px;
		height:230px;
    width:230px;
}

#article p {
    color:#000;
    letter-spacing: 1px;
    margin-top:10px;
    padding:15px;
    text-align:justify;
}

.admin {
		height:100%;
		padding: 20px;
}

.admin h2 {
	text-shadow: none;
}

.admin a {
	color:#000;
}

/*
 * Styles des formulaires
 */

/* table  {
    margin:0 auto;
		background-color: #fafafa;
		min-width:40em;

}

table input {
    width:100px;
    margin: 0 auto;
}

table th  {
    color:#000;
    text-align:center;
    text-shadow: 2px 2px 1px rgba(255,255,255, 0.7);
}

table, th, td {
    border: 1px solid black;
} */

table {
	width: 90%;
	border-collapse: collapse;
	margin: 0 auto 25px;
}

table thead {
	font-family: "Kaushan Script";
	font-weight: normal;
	font-size: 1.6em;
	background-color: #C4A9DF;
	border: 1px solid #C4A9DF;
	color: white;
	padding: 10px;
}

caption {
	color:orange;
	font-size: 2em;
	margin: 25px 0;
	text-shadow: 2px 2px 1px rgba(0,0,0, 0.7);
}

table tr:nth-child(even) {
	background-color: #f2f2f2;
}

table tr:nth-child(odd) {
	background-color: #FAFAFA;
}

table th {
	background-color: #14C7CC;
	text-align: left;
	font-weight: normal;
	padding: 10px 25px;
}

table tr td {
	color:#000;
	padding: 10px;
	border: 1px solid #ccc;
	text-align: center;
	width:200px;
}

table tr td:first-child {
	color:#000;
	text-align: center;
}

a
{
    text-decoration: none;
}

form
{
    margin-top: 2em;
}
form fieldset
{
    border-radius: 4px;
		background-color: rgba(255,255,255,0.8);
}
form fieldset legend
{
    padding: 0 0.5em;
}

hr
{
    margin-bottom: 2em;
    margin-top: 2em;
}

.form
{
		/* width:80%;
    min-width:300px; */
    max-width:1200px;
    margin:0 auto;
    text-align:center;
}

.standard-table
{
    border-collapse: collapse;
    width: 100%;
}

.standard-table td,
.standard-table th
{
    padding: 0.25em 0.5em;
}

.standard-table tfoot tr,
.standard-table thead tr
{
    text-align: left;
}
.standard-table tfoot tr,
.standard-table .money-column
{
    text-align: right;
}

   /* login-form */

 /* .login-form {
	 max-width: 500px;
	 max-height: 450px;
	 text-align: center;
	 margin: 0 auto;
	 background-color: rgba(44, 62, 80,0.7);
	 margin-top: 160px;
}

.login-form img{
	width: 150px;
	height: 150px;
	margin-top: -60px;
}

.login-form input[type="text"],input[type="password"]{
	margin-top: 30px;
	height: 45px;
	width: 300px;
	font-size: 18px;
	margin-bottom: 20px;
	background-color: #fff;
	padding-left: 40px;
}

.form-input::before{
	content: "\f007";
	font-family: "FontAwesome";
	padding-left: 07px;
	padding-top: 25px;
	position: absolute;
	font-size: 35px;
	color: #2980b9;
}

.form-input:nth-child(2)::before{
	content: "\f023";
}

.btn-login{
	padding: 15px 25px;
	border: none;
	background-color: #27ae60;
	color: #fff;
} */

.login-header {
	max-width: 600px;
	margin: 50px auto 0px;
	color: white;
	background: #5F9EA0;
	text-align: center;
	border: 1px solid #B0C4DE;
	border-bottom: none;
	border-radius: 10px 10px 0px 0px;
	padding: 20px;
}

.login-form  {
	max-width: 600px;
	margin: 0px auto 50px;
	padding: 20px;
	border: 1px solid #B0C4DE;
	background: white;
	border-radius: 0px 0px 10px 10px;
}

.login-form img {
	 width: 100px;
	 height: 100px;
}

.input-group {
	margin: 10px 0px 10px 0px;
}
.input-group label {
	display: block;
	text-align: left;
	margin: 3px;
}
.input-group input {
	height: 30px;
	width: 93%;
	padding: 5px 10px;
	font-size: 16px;
	border-radius: 5px;
	border: 1px solid gray;
}
#user_type {
	height: 40px;
	width: 98%;
	padding: 5px 10px;
	background: white;
	font-size: 16px;
	border-radius: 5px;
	border: 1px solid gray;
}
.login-btn {
	padding: 10px;
	font-size: 15px;
	color: white;
	background: #5F9EA0;
	border: none;
	border-radius: 5px;
}
.error {
	width: 92%;
	margin: 0px auto;
	padding: 10px;
	border: 1px solid #a94442;
	color: #a94442;
	background: #f2dede;
	border-radius: 5px;
	text-align: left;
}
.success {
	color: #3c763d;
	background: #dff0d8;
	border: 1px solid #3c763d;
	margin-bottom: 20px;
}
.profile_info img {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 5px;
	float: left;
}
.profile_info div {
	display: inline-block;
	margin: 5px;
}
.profile_info:after {
	content: "";
	display: block;
	clear: both;
}

/*PANIER*/

.formulaire input {
	padding: 15px;
}

/*FOOTER*/

footer {
    background:orange;
    text-align:center;
    margin:0 auto;
}

footer h1 {
    color:#fff;
}

footer p {
    margin:20px 0 0 0;
    padding-bottom:30px;
}
.icon-menu
{
    padding-top:30px;
}
.icon-menu a
{
    display:block;
    color:#fff;
    margin:15px 0;
}

.icon-menu a :hover {
    color:#fafafa;
}

/*** scroll-to-top button ***/

.scrolltop {
	display:none;
	width:100%;
	margin:0 auto;
	position:fixed;
	bottom:20px;
	right:10px;
}
.scroll {
	position:absolute;
	right:20px;
	bottom:20px;
	background:#b2b2b2;
	background:rgba(178,178,178,0.7);
	padding:20px;
	text-align: center;
	margin: 0 0 0 0;
	cursor:pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
.scroll:hover {
	background:rgba(178,178,178,1.0);
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
.scroll:hover .fa {
	padding-top:-10px;
}
.scroll .fa {
	font-size:30px;
	margin-top:-5px;
	margin-left:1px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}

/***************RESPONSIVE*********************/

/* ONLY MOBILE AND TABLETTE  */
@media screen and (max-width:767px)
{
    body
    {
        text-align:center;
    }

		#products .block ul {
	    padding-bottom: 30px;
	  }
	  #products .block ul li {
	    float: none;
	    width: 100%;
	    height: 100%;
	  }
	  #products .block ul li .blog-img {
	    float: none;
	    width: 100%;
	  }
	  #products .block ul li .blog-img img {
	    width: 100%;
	  }
	  #products .block ul li .blog-img-2 {
	    float: none;
	    width: 100%;
	  }
	  #products .block ul li .blog-img-2 img {
	    width: 100%;
	  }
	  #products .block ul li .content-right {
	    float: none;
	    width: 100%;
	    padding: 20px 35px;
	  }
	  #products .block ul li .content-right:after {
	    display: none;
	  }
	  #products .block ul li .content-left {
	    float: none;
	    width: 100%;
	    padding: 20px 35px;
	  }
	  #products .block ul li .content-left:after {
	    display: none;
	  }
	  #products .block .btn-more-info {
	    float: none;
	    margin-top: 30px;
	    padding: 28px 85px;
	  }
	  #products .block .btn-more-info:hover {
	    border-radius: 10px;
	  }
}
/* FROM TABLETTE */
@media screen and (min-width:768px)
{

    a {
        color:orange;
    }

    .container
    {
        width: 90%;
    }

		.container-flex {
			flex-direction:row;
		}

		.col-one-third {
			margin:10px;
			width:45%;
		}

		#products .block {
			text-align: center;
		}
		#products .block ul {
			padding-left:0;
			padding-bottom: 40px;
		}
		#products .block ul li {
			width: 100%;
		}
		#products .block ul li h3 {
			padding: 0px 0px 30px;
		}
		#products .block ul li .blog-img {
			width: 50%;
		}
		#products .block ul li .blog-img img {
			width: 100%;
		}
		#products .block ul li .blog-img-2 {
			width: 50%;
		}
		#products .block ul li .blog-img-2 img {
			width: 100%;
		}
		#products .block ul li .content-left {
			/* padding: 40px 20px 0; */
		}
		#products .block ul li .content-right {
			/* padding: 40px 20px 0; */
		}
		#products .block .btn-more-info {
			float: none;
			margin-top: 30px;
		}
		#products .block .btn-more-info:hover {
			border-radius: 10px;
		}

		.item-thumb2 {
			margin-top: 0;
		}

/* FROM DESKTOP */
@media screen and (min-width:1024px)
{
    h1 {
        font-size: 2em;
        text-shadow: 2px 2px 1px rgba(255,255,255, 0.7);
    }

    #title {
        font-size: 5em;
    }

    .section-title {
        margin-top:50px;
    }

    .article-title {
        margin-bottom:20px;
    }

    p a {
        color:#000;
        text-shadow: 2px 2px 1px rgba(255,255,255, 0.7);
    }

    a {
        color:orange;
    }

		nav {
			position:relative;
			width: 100%;
		}

		nav ul {
			cursor:pointer;
			overflow: visible;
			text-align: center;
		}

		nav ul li {
			display: inline-block;
			padding: 20px;
		}

		nav ul ul {
			position: absolute;
			min-width: 200px;
			display: none;
			margin-top:10px;
		}

		nav ul ul li {
			display: block;
			background: #000;
		}

		nav ul li:hover ul {
			display: block;
		}

		nav ul li a {
			text-decoration: none;
			color:#000;
			font-size: 2.2rem;
		}

		.menu {
			margin-bottom:20px;
			height:66px;
			width: 100%;
		}

		.menu-icon {
			display: none;
		}

		.dropdown {
			max-height:30em;
		}

    #about {
        padding:20px;
        width:80%;
    }

    .icon-menu a
    {
        display:inline-block;
        color:#fff;
        margin:15px 30px;
    }

    .container-flex
    {
        flex-direction:row;
    }


    /* Gestion des colonnes seulement pour les ecrans desktop */
    .col-one-third
    {
        background: #fff;
        border: 1px solid black;
				width:31%;
				height:auto;
    }

		#products .block ul li {
			width: 50%;
		}

		.item-thumb2 {
			margin-top: 80px;
		}

    #article img {
    float:left;
    width:200px;
    margin-right: 10px;
    }

    footer h1
    {
    color:#fff;
    margin-top:20px;
    font-size:2em;
    }

    input, textarea  {
        width: 400px;
    }

}

@media only screen and (min-width: 1200px) {
		.item-thumb2 {
			margin-top:20px;
		}

}
