/**************************
	ACCUEIL
**************************/

.produit-titre {
	font-size: 35px !important;
	font-weight: bold !important;
	text-transform: uppercase;
	margin-top: 30px !important; 
	margin-bottom: 10px !important;
}

.infolettre {
	width: 100%;
	float: left;
	padding-top: 17px;
	padding-bottom: 17px;
}

.infolettre label {
	font-size: 30px;
	font-weight: 300;
	line-height: 45px;
}

.infolettre input[type='email'] {
	border-width: 0;
	line-height: 45px;
	font-size: 32px;
	display: block;
	width: 82%;
	float: left;
}

.infolettre input[type='submit'] {
	background-color: #fff;
	border-width: 0;
	line-height: 45px;
	font-size: 32px;
	display: block;
	float: left;
	margin-left: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.infolettre input[type='submit']:hover {
	background-color: #00853e;
	color:#fff;
	-webkit-transition: background-color 300ms linear; 
	-moz-transition: background-color 300ms linear; 
	-o-transition: background-color 300ms linear; 
	-ms-transition: background-color 300ms linear; 
	transition: background-color 300ms linear;
}

/**************************
	PRODUITS
**************************/

.parent-container img {
	max-width: 100px;
	max-height: 100px;
	width: auto;
	height: auto;
	margin: 5px 25px;
	border: 1px solid #e4e4e4;
}

.sidebar-demandedeprix {
	margin-top: 48px;
	padding: 32px 0;
	display: block;
	float: left;
	width: 100%;
	background-color: #f6f6f6;
}

.sidebar-demandedeprix p {
	padding-top: 6px;
	font-weight: 300;
	font-size: 25px;
	text-transform: uppercase;
}

.produit-description {
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: 300;
}

.produit-specs div.columns {
	margin: 0;
}

.produit-specs div.row {
	padding: 1.5em 0;
}

.produit-spec {
	margin-top: 30px;
	font-size: 18px;
}

ul.produit-spec li {
	list-style-type: disc;
	margin: 10px 20px;
}

.typedintersection {
	font-size: 20px;
}

.circle div {
	float: left;
    width:122.5px;
    height:122.5px;
    border-radius:50%;
    font-size:50px;
    color:#fff;
    line-height:122.5px;
    text-align:center;
    background:#00853e;
    font-size: 20.45px;
    text-transform: uppercase;
    font-weight: bold;
}

.circle div img {
	display: inline-block;
  	vertical-align: middle;
  	line-height: normal; 
  	width: auto;
}

.circle div.middle {
	margin: 0 35px;
}

.circle p {
	float: left;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

a:hover div.circle p {
	color: #000;
}

a:hover div.circle div {
	background: #111;
}

.produit-intersection {
	margin-top: 12px;
	font-size: 22px;
}

.white-bear {
	display: flex;
}

.white-bear img {
	width: auto;
}

/**************************
	CONTACT
**************************/
.contact span {
	font-size: 28px;
	font-weight: 300;
	width: 100%;
	float: left;
	margin: 2.5px 0;
}

.contact .button {
	width: 100%;
}

.contact .button.bottom-margin {
	margin-bottom: 30px;
}