﻿


/* Animation delays */
body.homepage  img {
	animation-delay: 0.5s;
}

body.homepage  .carousel-caption h3 {
	animation-delay: 1s;
}

body.homepage  .carousel-caption .carousel-content {
	animation-delay: 2.25s;
}

body.homepage  .carousel-caption .btn {
	animation-delay: 2.75s;
}

body.homepage  .carousel-indicators li {
  width: 16px;
  height: 16px;
  margin: 2px;
  border-radius: 10px;
}

body.homepage  .carousel-indicators .active {
  width: 18px;
  height: 18px;
}

.flex-video {
	position: relative;
	padding-top: 25px;
	padding-bottom: 67.5%;
	height: 0;
	margin-bottom: 16px;
	overflow: hidden;
}
 
.flex-video.widescreen {
	padding-bottom: 57.25%;
}

.flex-video.vimeo {
	padding-top: 0;
}
 
.flex-video iframe,
.flex-video object,
.flex-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
	.flex-video { padding-top: 0; }
}

.divhover {
	border-radius: 30px;
	padding: 30px;
	background: radial-gradient(ellipse at center, rgba(248,80,50,0) 0%, rgba(124,40,25,0) 50%, rgba(0,0,0,0.05) 100%);
	cursor: zoom-in;
	background: #f4f4f4;
	-webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,0.25);
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.25);
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.divhover:hover {
	-webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,0.45);
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.45);
}




.cv3-titrepage,
.cv3-chapo,
.cv3-grdimage,
.cv3-txtseul,
.cv3-txtimage,
.cv3-imagetxt,
.cv3-1234images,
.cv3-separateur,
.cv3-download,
.cv3-2cols,
.cv3-3cols,
.cv3-envaleur,
.cv3-plansite,
.cv3-gmap,
.cv3-siteexterne,
.cv3-flash,
.cv3-video,
.cv3-video-externe,
.cv3-txt-video,
.cv3-txt-iframe,
.cv3-audio,
.cv3-slider,
.pad-contenu,
.pad-contenu2col
{
	margin-bottom: 3em;
}



.cv3-titrepage {
	margin-bottom: 2em;
}

.cv3-titrepage h1 {
	margin-bottom: 0;
}

.cv3-chapo p {
	font-size: 18px;
	line-height: 1.8em;
	margin-bottom: -1em;
}

.cv3-titrepage + .cv3-chapo {
	margin-top: -2em;
}

.cv3-titrepage + .cv3-grdimage {
	margin-top: -2em;
}

.cv3-grdimage {
	text-decoration: none;
}

.cv3-grdimage a {
	text-decoration: none;
}

.cv3-grdimage .legende {
	display: block;
	text-align: center;
	margin-top: 10px;
}


.cv3-txtimage img {
	float: right;
	max-width: 48%;
	margin: 0 0 10px 8%;
}

.cv3-imagetxt img {
	float: left;
	max-width: 48%;
	margin: 0 8% 10px 0;
}

.cv3-1234images a {
	text-decoration: none;
}

.cv3-1234images .diaporama4 {
	float: left;
	width: 22%;
	margin-left: 4%;
}

.cv3-1234images [class*="diaporama"]:first-child {
	margin-left: 0;
}

.diaporama4 .legende {
	display: block;
	font-style: italic;
	color: #008dd2;
	margin-top: 10px;
}


.cv3-separateur hr {
	border-color: #008dd2;
}


.cv3-download h2:after {
	left: 30%;
}

.cv3-download img {
	float: left;
	max-width: 26%;
	margin: 0 4% 10px 0;
}

.cv3-download a {
	font-weight: 700;
	text-decoration: none;
}

.cv3-download .tzr-picto {
	vertical-align: middle;
	margin: 0 10px 0 0;
	padding: 5px;
	background-color: #f4f4f4;
	border-radius: 0;
}


.cv3-audio .flex-video {
	padding-top: 0;
	padding-bottom: 30px;
	margin-bottom: 0;
}

.cv3-video,
.cv3-video-externe {
	margin-left: 18%;
	margin-right: 18%;
}

.cv3-audio .flex-video {
	padding-top: 0;
	padding-bottom: 30px;
	margin-bottom: 0;
}


.cv3-txt-video {}

.cv3-txt-video .txt-video-content {
	display: flex;
}

.cv3-txt-video .col-txt,
.cv3-txt-video .col-video {
	align-self: center;
}

.cv3-txt-video .col-txt {
	width: 66.66%;
	padding-right: 4%;
}

.cv3-txt-video .col-video {
	width: 33.33%;
	padding-left: 4%;
}

.cv3-txt-video .col-video legend {
	font-size: 14px;
	font-style: italic;
	color: #008dd2;
	line-height: 1.2;
	margin: 15px 0 10px 0;
	border-bottom: none;
}


.cv3-txt-iframe {}

.cv3-txt-iframe .txt-iframe-content {
	display: flex;
}

.cv3-txt-iframe .col-txt,
.cv3-txt-iframe .col-iframe {
	align-self: center;
}

.cv3-txt-iframe .col-txt {
	width: 66.66%;
	padding-right: 4%;
}

.cv3-txt-iframe .col-iframe {
	width: 33.33%;
	padding-left: 4%;
}

.col-iframe-border {
	border: 5px solid #f8f8f8;
}

.cv3-txt-iframe .col-iframe legend {
	font-size: 14px;
	font-style: italic;
	color: #008dd2;
	line-height: 1.2;
	margin: 15px 0 10px 0;
	border-bottom: none;
}




/* mise en valeur */
.cv3-envaleur {
	background: url(/iotize/images/envaleur-lg-fond.png) left top no-repeat;
	border: 1px solid #008dd2;
	padding: 130px 20px 10px 20px;
}

.cv3-envaleur .titrage_envaleur h2 {
	font-size: 40px;
	text-align: center;
}

.cv3-envaleur h2:after {
	display: none;
}

.cv3-envaleur .txt_envaleur {
	padding-bottom: 20px;
}

.cv3-envaleur .txt_envaleur img {
	float: left;
	max-width: 48%;
	margin: 0 4% 10px 0;
	border: none;
	padding: 0;
}





/* 2 colonnes */
.cv3-2cols {}

.cv3-2cols .colg, .cv3-2cols .cold {
	display: block;
	float: left;
	width: 48%;
	margin-left: 4%;
	min-height: 30px;
}

.cv3-2cols .colg {
	margin-left: 0;
}




/* 3 col centrale */
.cv3-3cols {}

.cv3-3cols .cols1, .cv3-3cols .cols2, .cv3-3cols .cols3 {
	float: left;
	width: 30.66666%;
	margin-left: 4%;
}

.cv3-3cols .cols1 {
	margin-left: 0;
}

.cv3-3cols .top, .cv3-3cols .bas {
	display: none;
}

.cv3-3cols img {
	border: none;
	padding: 0;
	margin-bottom: 20px;
}

.cv3-3cols .titre {
	font-weight: 700;
	font-size: 21px;
	line-height: 1.2;
	color: #008dd2;
	margin-bottom: 10px;
}

.cv3-3cols a {
	color: #0b9800;
}

.cv3-3cols a:hover {
	color: #008dd2;
}

.cv3-3cols img {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.cv3-3cols img:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}





.cv3-plansite { 
	-moz-column-width: 40%;
	-webkit-column-width: 40%;
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	-moz-column-rule: 1px solid #dddddd;
	-webkit-column-rule: 1px solid #dddddd;
}

.cv3-plansite ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

.cv3-plansite ul li {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #dddddd;
}

.cv3-plansite ul li li {
	padding-bottom: 0;
	margin-bottom: 10px;
	border-bottom: none;
}

.cv3-plansite ul li a {
	font-weight: 700;
}

.cv3-plansite ul li li a {
	font-weight: 400;
}




/* map */


.cv3-gmap {
	color: #ffffff;
}

.cv3-gmap .gmapRoute {
	clear: both;
	height: 400px;
}

.cv3-gmap .map {
 	width: auto;
	height: 100%;
}

.cv3-gmap fieldset {
	padding: 15px 20px;
 	background-color: #008dd2;
}

.cv3-gmap legend {
	margin: 0;
}

.cv3-gmap .message {
	position: absolute;
	z-index: 100;
	background-color: #0b9800;
	padding: 15px;
	color: #ffffff;
}

.cv3-gmap .route {
	width:35%;
	border-left:1px solid #999;
	height:100%;
	float:right;
	overflow:auto;
	padding: 15px;
}

.cv3-gmap .map.separated {
 	width:65%;
}

.cv3-gmap ul.buttons {
	list-style:none;
	margin: 0;
	padding: 15px 20px;
	background-color: #008dd2;
}

.cv3-gmap ul.buttons li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 15px;
	padding: 0;
}

.cv3-gmap ul.buttons li:first-child {
	margin-left: 0;
}

.cv3-gmap ul.buttons li a,
.cv3-gmap ul.submit-buttons li a {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff;
	padding-left: 20px;
	background: url(/images/cv3-gmap_buttons_puce.png) no-repeat left 4px;
}

.cv3-gmap ul.buttons li.active a,
.cv3-gmap ul.buttons li.active a:hover,
.cv3-gmap ul.buttons li a:hover,
.cv3-gmap ul.submit-buttons li a:hover {
	color: #aeea00;
	background: url(/images/cv3-gmap_buttons_puce.png) no-repeat left -56px;
}

.cv3-gmap ul.submit-buttons {
	list-style: none;
	margin: 0;
	padding: 0;
}


.cv3-gmap ul.submit-buttons li {
	display: inline-block;
	white-space: nowrap;
	vertical-align: middle;
	margin-left: 15px;
	padding-bottom: 0;
}

.cv3-gmap ul.submit-buttons li:first-child {
	margin-left: 0;
}

.cv3-gmap ul.submit-buttons input[type="text"] {
	display: inline-block;
	width: auto;
	margin-right: 15px;
}

.cv3-gmap ul.submit-buttons li a.center {
	height: 35px;
	color: #008dd2;
	padding: 8px 10px 0 30px;
	background: #ffffff url(/images/cv3-gmap_submit-buttons_center.png) no-repeat 10px 10px;
}

.cv3-gmap ul.submit-buttons li a.center:hover {
	color: #aeea00;
	background: url(/images/cv3-gmap_submit-buttons_center.png) no-repeat 10px -40px;
}







/************************/
/* Formulaire dynamique */
/************************/
.cv8d-insert {
	clear: both;
	margin: 0 0 20px 0;
}

.cv8d-insert:before,
.cv8d-insert:after {
	display: table;
	content: " ";
}
.cv8d-insert:after {
	clear: both;
}


.cv8d-insert label {
	display: inline-block;
	width: 12%;
	font-size: 105%;
	vertical-align: top;
	padding-right: 15px;
}

.cv8d-insert .radio {
	display: inline;
	height: auto;
	margin: 2px 5px 2px 0;
	border: none;
	background-image: none;
}

.cv8d-insert select {
	padding: 0 0 0 5px;
}

#tzr-page-content .cv8d-insert h2 {
	clear: both;
	display: block;
	margin: 0 0 10px 0;
}

.cv8d-insert .cv8d-field-intro {
	clear: both;
	font-size: 15px;
	line-height: 19px;
	margin: 0 0 5px 0;
}


.cv8d-field {
	clear: both;
	display: block;
	height: auto;
	padding-bottom: 5px;
}

.cv8d-comment {
	display: inline-block;
	width: 60%;
	font-style: italic;
	padding: 0 0 5px 0;
}

.cv8d-answer {
	display: inline-block;
	width: 60%;
	vertical-align: top;
	padding: 0 0 20px 0;
}

.cv8d-insert .cv8d-answer label {
	float: none;
	width: auto;
	height: auto;
	font-weight: normal;
	margin: 0 10px 0 0;
}

#tzr-page-content .cv8d-answer table {
	margin-bottom: 0;
}

#tzr-page-content .cv8d-answer td {
	border: none;
	padding: 0 0 3px 0;
}



/* Formulaire > aganda */
.ui-datepicker-trigger {
	position: absolute;
	padding: 0 0 0 5px;
}



.tzrDivCaptcha {
	display: inline-block;
	width: 60%;
	text-align: left;
	padding: 0 0 12px 0;
}

.tzrDivCaptcha input[type="text"] {
	display: inline-block;
	vertical-align: middle;
	width: auto;
}

.tzrDivCaptcha img {
	vertical-align: middle;
	padding: 10px;
}

.tzrDivCaptcha .tzr-picto {
	border: 9px solid #f4f4f4;
	vertical-align: middle;
	margin: 0 15px 0 15px;
	padding: 0;
}

/* Formulaire > commentaire de bas */
.cv8d-field-outro {
	clear: both;
	display: block;
	margin: 0;
	padding: 5px 0 10px 0;
}

/* Formulaire > boutton */
.cv8d-action {
	display: inline-block;
	width: 60%;
	margin-left: 12%;
	padding-bottom: 30px;
}









/* News Home page */

.news_top .news-content .newsligne {
	border-radius: 20px;
}

.news_top {
	background-color: #f5f5f5;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 50px;
}

.news_top h3 {
	border-radius: 20px 20px 0 0;
}

.news_top .infos_images {
	border-radius: 0 0 20px 20px;
}


.news_top .title {
	text-align: center;
	padding: 10px 0 20px 0;
	background-color: #ffffff;
	border-bottom: 1px solid #dddddd;
}

.news_top .title-content {
	min-height: 35px;
	text-align: center;
}

.news_top .title h2 {
	display: none;
	font-weight: 300;
	font-style: normal;
	font-size: 3.5em;
	line-height: 1;
	color: #3c4d57;
	margin: 0;
	padding: 0;
}

body.homepage .news_top .title h2 {
	display: inline-block;
}


.news_top .title h2:after {
	display: none;
}

.news_top .title a {
	color: #008dd2;
}

.news_top .title a:hover {
	color: #3c4d57;
}

.news_top ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

.news_top ul li {
	display: inline-block;
	border-left: 1px solid #dddddd;
	margin: 0 0 0 8px;
	padding: 0 0 0 8px;
}

.news_top ul li:first-child {
	border-left: none;
	margin-left: 0;
	padding-left: 0;
}

.news_top ul li .glyphicon {
	font-size: 30px;
	line-height: 30px;
}

.news_top ul li .raico-rss {
	font-size: 28px;
	line-height: 30px;
}


.news_top h3 {
	position: relative;
	min-height: 65px;
	font-weight: 700;
	font-size: 1em;
	line-height: 65px;
	color: #ffffff;
	margin: 0;
	padding: 0;
	background-color: #008dd2;
}

.news_top h3 span {
	display: block;
	font-weight: 700;
	font-size: 1em;
	line-height: 1.25em;
	padding: 5px 10px 5px 30px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}


.news_top .infos_images {
	position: relative;
	padding: 30px 80px 20px 30px;
	background-color: #ffffff;
}

.news_top .infos_images img {
	float: left;
	margin: 0 15px 10px 0;
}

.news_top .infos_images a:hover img {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.news-content {
	padding: 20px;
}

.news_top .more {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 50px;
	font-weight: 700;
	font-size: 80%;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 0 10px 0;
	border-left: 1px solid #008dd2;
}

.news_top .more:hover {
	border-left: 1px solid #0b9800;
}

.news_top .more a {
	display: block;
	padding-left: 10px;
	text-decoration: none;
}

.news_bottom_iotize a,
.news_bottom_raisonance a {
	display: block;
	font-weight: 300;
	font-size: 2.75em;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	margin-top: -10px;
	padding: 0 0 20px 0;
}

.news_bottom_iotize,
.news_bottom_raisonance {
	display: none;
}

body.iotize-home .news_bottom_iotize {
	display: block;
}

body.raisonance-home .news_bottom_raisonance {
	display: block;
}


.cv8d-insert-23 .cv8d-field-domain{
    display:none;
}



.cv8d-browsemedia {
	margin-bottom: 30px;
}



/* liste media */

.cv8d-list .cv8d-media {
	position: relative;
	display: block;
    height: 180px;
	text-align: center;
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 20px;
	background-color: #f5f5f5;
}

.cv8d-list .cv8d-media a {
	height: 180px;
	display: block;
}

.cv8d-list .cv8d-media img {
	display: block;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: auto!important;
	padding: 0;
	border: none;
}



/* liste produit */

.cv8d-browsediv {
    margin-bottom: 20px;
}

.cv8d-browse-group .cv8d-object {
	margin-bottom: 20px;
}

.cv8d-grouplabel {
	font-weight: 700;
	color: #3c4d57;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 20px;
}

.cv8d-grouplabel:after {
	width: 100%;
	background-color: #dddddd;
}

.cv8d-browse-group .cv8d-grouplabel:first-child {
	margin-top: 0;
}

.cv8d-browse-group .cv8d-object a {
	text-decoration: none;
}

.cv8d-browse-group .cv8d-field-thumbn {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #dddddd;
}

.cv8d-browse-group .cv8d-field-thumbn img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 0;
	border: none;
}

.cv8d-browse-group a:hover .cv8d-field-thumbn img {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.cv8d-browse-group .cv8d-field-name {
	display: inline-block;
	font-size: 1.2em;
	font-weight: 700;
	color: #ffffff;
	vertical-align: middle;
	background-color: #008dd2;
}

.cv8d-browse-group .cv8d-field-name p {
    line-height: normal;
    margin-bottom: 8px;
}

.cv8d-browse-group .cv8d-field-name p:last-child {
	font-size: 0.8em;
	line-height: 1em;
	font-weight: 400;
}

.cv8d-browse-group .cv8d-field-resume {
	display: inline-block;
	color: #3c4d57;
	vertical-align: middle;
	background-color: #f5f5f5;

	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.cv8d-browse-group a:hover .cv8d-field-resume {
    color: #ffffff;
    background-color: #008dd2;
}


.cv8d-browse-group .cv8d-field-resume p {
    line-height: normal;
    margin-bottom: 8px;
}

.cv8d-browse-group .cv8d-field-resume p:last-child {
	font-size: 0.85em;
	line-height: 1em;
}

.cv8d-browse-group .cv8d-field-price {
	display: inline-block;
	font-size: 1.5em;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	background-color: #008dd2;
}

.cv8d-browse-group .cv8d-field-price a {
	display: block;
    font-size: 0.7em;
	line-height: normal;
    color: #ffffff;
	text-decoration: underline;
}

.cv8d-browse-group .cv8d-field-price a:hover {
    color: #aeea00;
}




/* fiche produit */

.product-content {
	margin-bottom: 40px;
}

.product-content .order {
	margin-bottom: 20px;
	padding: 20px 20px 10px 20px;
	background-color: #f5f5f5;
}

.product-content .order h3 {
	font-size: 1.5em;
	margin: 0 0 10px 0;
	color: #008dd2;
}

.product-content .order .ligne,
.product-content .order label,
.product-content .order strong,
.product-content .order select,
.serialBox input[type="text"] {
	display: inline-block;
	vertical-align: middle;
}

.product-content .order .ligne {
	margin-bottom: 10px;
}

.product-content .order .ligne {
	white-space: nowrap;
	margin-right: 10px;
}

.serialBox input[type="text"] {
	max-width: 195px;
	height: 35px;
	font-size: 0.95em;
	letter-spacing: -0.025em;
}

.product-content .order .ligne.btn-purchase-wrapper {
	margin-left: -5px;
	margin-right: 0;
}

.product-content .order label {
	margin-right: 6px;
	margin-bottom: 0;
}

.product-content .order select {
	width: 80px;
	border-color: #008dd2;
}

.product-content .order strong {
	font-size: 1.25em;
	color: #008dd2;
}

.product-content .order .btn {
	height: 35px;
}

.product-content .order .btn-success .glyphicon {
	top: 2px;
	font-size: 20px;
	line-height: 20x;
}

.product-content .plus {
	font-style: italic;
	margin-bottom: 15px;
}

.product-content .product-img {
	margin-bottom: 15px;
}




/* document associes */

.top_doc {
	position: relative;
	text-align: center;
}

.top_doc .glyphicon {
	top: 30px;
	font-size: 30px;
	line-height: 30px;
	color: #ffffff;
	padding: 15px;
	border-radius: 999px;
	background-color: #0b9800;
}

.pave_support .cv8d-browsemedia {
	text-align: center;
	margin-bottom: 20px;
	padding: 45px 20px 20px 20px;
	background-color: #f5f5f5;
}

.cv8d-browsemedia ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cv8d-browsemedia .cv8d-object {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	margin-left: 20px;
	margin-bottom: 15px;
	padding: 0;
}

.cv8d-browsemedia .cv8d-object a {
	display: inherit;
}

.cv8d-list-img {
	position: relative;
    height: 150px;
	text-align: center;
	margin-bottom: 10px;
	background-color: rgba(255, 255, 255, 0.7);
}

.cv8d-list-img a {
	height: 150px;
	display: block;
}

.cv8d-list-img a:hover {
	background-color: #008dd2;
}

.cv8d-list-img img {
	display: block;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: auto!important;
	padding: 10px;
	border: none;
}


.cv8d-browsemedia .cv8d-object .cv8d-field-title {
	line-height: 1.1em;
}

.cv8d-browsemedia .cv8d-object .cv8d-field-title a {
	color: #3c4d57;
	text-decoration: none;
}

.cv8d-browsemedia .cv8d-object .cv8d-field-title a:hover {
	color: #008dd2;
}

.cv8d-browsemedia .cv8d-object .cv8d-field-title .glyphicon {
	top: 2px;
	color: #008dd2;
	margin-right: 3px;
}



/* search */

.cv8d-browse-search {
	margin-bottom: 30px;
}

.cv8d-browse-search .cv8d-object {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 9px;
	margin-bottom: 9px;
}

.cv8d-browse-search .cv8d-object:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.cv8d-browse-search.cv8d-browse-group .cv8d-field-name {
	display: inherit;
	width: 100%;
	color: #008dd2;
	padding: 0;
	margin-bottom: 0;
	background-color: transparent;
}

.cv8d-browse-search.cv8d-browse-group .cv8d-field-name a:hover {
	color: #0b9800;
}

.cv8d-browse-search.cv8d-browse-group .cv8d-field-NOTE {
	font-size: 0.9em;
	color: #008dd2;
	margin-bottom: 5px;
}

.cv8d-browse-search code {
	color: #008dd2;
	margin-right: 5px;
	margin-left: 5px;
	background-color: #eef5f8;
}

.cv8d-browse-search .cv8d-field-descr strong:first-child  code{
	margin-left: 0;
	margin-right: 5px;
}






/* vente */
/* commande */

.table.tab_product {
	margin-bottom: 15px;
}

.tab_product td.TDarticle1 {
	width: 10px;
}

.tab_product td.TDarticle4, 
.tab_product td.TDarticle6 {
	text-align: right;
}

.tab_product td.TDarticle5 {
	white-space: nowrap;
}

.tab_product td.TDrecap1 {
	color: #008dd2;
	text-align: right;
	border-bottom: 1px solid #dddddd;
}

.tab_product td.TDrecap2 {
	font-weight: 700;
	color: #008dd2;
	text-align: right;
	border-bottom: 1px solid #dddddd;
}

.tab_product tr#TRdelivery td.TDrecap1,
.tab_product tr#TRdelivery td.TDrecap2 {
	color: #4a575f;
}

tr.TRrecap td {
	background-color: #eef5f8;
}


.validation {
	margin-bottom: 30px;
}

.validation .btn {
	margin-right: 15px;
	margin-bottom: 10px;
}

.validation .btn .glyphicon {
	margin-right: 4px;
}

.validationtxt {
	font-size: 0.9em;
	display: inline-block;
	width: 80%;
	vertical-align: top;
}

.remark {
	margin-bottom: 15px;
}

.validation_paiement {
	margin-top: 25px;
}

.validation_paiement .btn {
	padding: 0;
	margin-bottom: 10px;
	background-color: transparent
}

.validation_paiement .btn:hover img {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}






@media (min-width: 768px) {

	body.homepage .cv3-main .cv3-titrepage,
	body.homepage .cv3-main .cv3-grdimage,
	body.homepage .cv3-main .cv3-txtseul,
	body.homepage .cv3-main .cv3-txtimage,
	body.homepage .cv3-main .cv3-txt-video,
	body.homepage .cv3-main .cv3-txt-iframe,
	body.homepage .cv3-main .cv3-imagetxt,
	body.homepage .cv3-main .cv3-1234images,
	body.homepage .cv3-main .cv3-download,
	body.homepage .cv3-main .cv3-video,
	body.homepage .cv3-main .cv3-audio,
	body.homepage .cv3-main .cv3-envaleur,
	body.homepage .cv3-main .cv3-2cols,
	body.homepage .cv3-main .cv3-3cols,
	body.homepage .carousel-caption {
		width: 750px;
		margin-right: auto;
		margin-left: auto;
	}


	/* carousel home */
	body.homepage .carousel {
		margin-top: -30px;
		margin-bottom: 35px;
	}

	body.homepage .carousel-control {
		width: 5%;
	}

	body.homepage .carousel-control .glyphicon-chevron-left {
		margin-left: -15px;
	}

	body.homepage .carousel-control .glyphicon-chevron-right {
		margin-right: -15px;
	}

	body.homepage .carousel-caption {
		top: 20px;
		left: 0;
		right: 0;
		bottom: inherit;
		font-size: 95%;
		color: #202b3f;
		text-align: right;
		text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.4);
		padding: 0 0 0 45%;
	}
	
	body.homepage .carousel-caption h3 {
		font-size: 28px;
		font-weight: 400;
		line-height: 1.1em;
		color: #008dd2;
		margin-bottom: 0.25em;
	}

	body.homepage .carousel-caption h4 {
		font-size: 17px;
		line-height: 1.2em;
		margin-bottom: 0.25em;
	}

	body.homepage .carousel-caption p {
		margin-bottom: 1em;
	}

	body.homepage .carousel-indicators {
		bottom: 5px;
		margin-bottom: 0;
	}



	.cv3-plansite ul li a {
		display: inline-block;
		width: 25%;
		font-weight: 700;
		padding-right: 15px;
	}
	
	.cv3-plansite ul li li a {
		display: inherit;
		width: inherit;
		font-weight: 400;
	}

	.cv3-plansite ul > li a + ul {
		display: inline-block;
		width: 70%;
		vertical-align: top;
	}

	.news_top .title-content {
		position: relative;
	}

	.news_top ul {
		position: absolute;
		top: 10px;
		right: 0;
	}

	.news_top .news-content .newsligne {
		float: left;
		width: 48.5%;
		margin-left: 3%;
		margin-bottom: 30px;
	}
	
	.news_top .news-content .newsligne:nth-child(2n+1) {
		clear: left;
		margin-left: 0
	}

	body.homepage .cv3-main .news_top {
		margin-right: -15px;
		margin-left: -15px;
	}

	body.homepage .cv3-main .title-content,
	body.homepage .cv3-main .news-content {
		width: 750px;
		margin-right: auto;
		margin-left: auto;
	}

	body.homepage .title-content {
		position: relative;
	}


	body.homepage .title-content ul {
		position: absolute;
		right: 0;
		top: 5px;
	}

	.news_top ul li {
		margin: 0 0 0 5px;
		padding: 0 0 0 5px;
	}

	body.homepage .news-content {
		padding: 30px 0;
	}

	.cv3-txt-iframe .col-txt {
		width: 56.66%;
		padding-right: 2%;
	}
	
	.cv3-txt-iframe .col-iframe {
		width: 43.33%;
		padding-left: 2%;
	}



	.cv8d-object,
	.cv8d-object a {
		display: table;
		width: 100%;	
	}

	.cv8d-browse-group .cv8d-field-thumbn {
		display: table-cell;
		min-height: 120px;
		width: 10%;
		padding: 10px;
	}

	.cv8d-browse-group .cv8d-field-name {
		display: table-cell;
		
		width: 22%;
		font-size: 1.1em;
		padding: 10px 20px;
	}

	.cv8d-browse-group .cv8d-field-resume {
		display: table-cell;
		min-height: 120px;
		width: 54%;
		padding: 10px 20px;
	}

	.cv8d-browse-group .cv8d-field-price {
		display: table-cell;
		min-height: 120px;
		width: 14%;
		font-size: 1.1em;
		padding: 5px;
	}


	/* liste media */
	.cv8d-browsemedia .cv8d-object {
		width: 22%;
	}
	
	.cv8d-browsemedia ul.cv8d-list .cv8d-object:nth-child(4n-3) {
		clear: inherit;
		margin-left: 25px;
	}
	
	
	.cv8d-browsemedia ul.cv8d-list .cv8d-object:nth-child(5n-4) {
		clear: left;
		margin-left: 0;
	}

	.pave_support .cv8d-browsemedia .cv8d-object {
		width: 46%;
	}

	.pave_support .cv8d-browsemedia .cv8d-object {
		margin-left: 0;
	}


	.cv8d-insert label {
		width: 20%;
	}

	.cv8d-comment {
		width: 70%;
	}
	
	.cv8d-answer {
		width: 70%;
	}

	.cv8d-action {
		width: 70%;
		margin-left: 20%;
	}

}


@media (min-width: 992px) {

	body.homepage .cv3-main .cv3-titrepage,
	body.homepage .cv3-main .cv3-grdimage,
	body.homepage .cv3-main .cv3-txtseul,
	body.homepage .cv3-main .cv3-txtimage,
	body.homepage .cv3-main .cv3-txt-video,
	body.homepage .cv3-main .cv3-txt-iframe,
	body.homepage .cv3-main .cv3-imagetxt,
	body.homepage .cv3-main .cv3-1234images,
	body.homepage .cv3-main .cv3-download,
	body.homepage .cv3-main .cv3-video,
	body.homepage .cv3-main cv3-video-externe,
	body.homepage .cv3-main .cv3-audio,
	body.homepage .cv3-main .cv3-envaleur,
	body.homepage .cv3-main .cv3-2cols,
	body.homepage .cv3-main .cv3-3cols,
	body.homepage .carousel-caption {
		width: 970px;
		margin-right: auto;
		margin-left: auto;
	}

	body.homepage .cv3-main .title-content,
	body.homepage .cv3-main .news-content {
		width: 970px;
		margin-right: auto;
		margin-left: auto;
	}

	/* carousel home */

	body.homepage .carousel-control .glyphicon-chevron-left {
		margin-left: -20px;
	}

	body.homepage .carousel-control .glyphicon-chevron-right {
		margin-right: -20px;
	}

	body.homepage .carousel-caption {
		top: 20px;
		padding: 0 2.5% 0 50%;
	}
	
	body.homepage .carousel-caption h3 {
		font-size: 40px;
		font-weight: 300;
		margin-bottom: 0.35em;
	}

	body.homepage .carousel-caption h4 {
		font-size: 19px;
		line-height: 1.25em;
		margin-bottom: 0.5em;
	}

	body.homepage .carousel-caption p {
		margin-bottom: 1.1em;
	}


	.news_top ul li {
		margin: 0 0 0 8px;
		padding: 0 0 0 8px;
	}

	.cv8d-browse-group .cv8d-field-thumbn {
		width: 10%;
	}

	.cv8d-browse-group .cv8d-field-name {
		width: 22%;
		font-size: 1.2em;
	}

	.cv8d-browse-group .cv8d-field-resume {
		width: 56%;
	}

	.cv8d-browse-group .cv8d-field-price {
		width: 12%;
		font-size: 1.5em;
	}


	.cv8d-insert label {
		width: 15%;
	}
	
	.cv8d-comment {
		width: 70%;
	}
	
	.cv8d-answer {
		width: 70%;
	}

	.cv8d-action {
		width: 70%;
		margin-left: 15%;
	}



}




@media (min-width: 1200px) {

	body.homepage .cv3-main .cv3-titrepage,
	body.homepage .cv3-main .cv3-grdimage,
	body.homepage .cv3-main .cv3-txtseul,
	body.homepage .cv3-main .cv3-txtimage,
	body.homepage .cv3-main .cv3-txt-video,
	body.homepage .cv3-main .cv3-txt-iframe,
	body.homepage .cv3-main .cv3-imagetxt,
	body.homepage .cv3-main .cv3-1234images,
	body.homepage .cv3-main .cv3-download,
	body.homepage .cv3-main .cv3-video,
	body.homepage .cv3-main cv3-video-externe,
	body.homepage .cv3-main .cv3-audio,
	body.homepage .cv3-main .cv3-envaleur,
	body.homepage .cv3-main .cv3-2cols,
	body.homepage .cv3-main .cv3-3cols,
	body.homepage .carousel-caption {
		width: 1160px;
	}

	body.homepage .cv3-main .title-content,
	body.homepage .cv3-main .news-content {
		width: 1160px;
	}


	.cv3-chapo,
	.cv3-grdimage,
	.cv3-txtseul,
	.cv3-txtimage,
	.cv3-imagetxt,
	.cv3-1234images,
	.cv3-separateur,
	.cv3-download,
	.cv3-2cols,
	.cv3-3cols,
	.cv3-envaleur,
	.cv3-plansite,
	.cv3-gmap,
	.cv3-siteexterne,
	.cv3-flash,
	.cv3-video,
	.cv3-video-externe,
	.cv3-txt-video,
	.cv3-txt-iframe,
	.cv3-audio,
	.cv3-slider,
	.pad-contenu,
	.pad-contenu2col
	{
		margin-bottom: 4em;
	}


	/* carousel home */

	body.homepage .carousel-caption {
		padding-left: 45%;
	}


	body.homepage .carousel-caption {
		font-size: 120%;
		top: 40px;
	}
	
	body.homepage .carousel-caption h3 {
		font-size: 45px;
		letter-spacing: -0.05em;
	}


	.cv3-txt-iframe .col-txt {
		width: 66.66%;
		padding-right: 4%;
	}
	
	.cv3-txt-iframe .col-iframe {
		width: 33.33%;
		padding-left: 4%;
	}


	/* liste media */
	.cv8d-browsemedia .cv8d-object {
		width: 14.5%;
	}

	.cv8d-browsemedia ul.cv8d-list .cv8d-object:nth-child(5n-4),
	.cv8d-browsemedia ul.cv8d-list .cv8d-object:nth-child(4n-3) {
		clear: inherit;
		margin-left: 25px;
	}
	
	
	.cv8d-browsemedia ul.cv8d-list .cv8d-object:nth-child(6n-5) {
		clear: left;
		margin-left: 0;
	}



	.pave_support .cv8d-browsemedia .cv8d-object {
		width: 44.5%;
		margin-left: 20px;
	}

	.pave_support .cv8d-browsemedia ul.cv8d-list .cv8d-object:nth-child(2n+1) {
		clear: left;
		margin-left: 0;
	}




	.cv8d-insert label {
		width: 12%;
	}
	
	
	.cv8d-comment {
		width: 60%;
	}
	
	.cv8d-answer {
		width: 60%;
	}

	.cv8d-action {
		width: 60%;
		margin-left: 12%;
	}

}



@media (min-width: 1500px) {

	body.homepage .cv3-main .cv3-titrepage,
	body.homepage .cv3-main .cv3-grdimage,
	body.homepage .cv3-main .cv3-txtseul,
	body.homepage .cv3-main .cv3-txtimage,
	body.homepage .cv3-main .cv3-txt-video,
	body.homepage .cv3-main .cv3-txt-iframe,
	body.homepage .cv3-main .cv3-imagetxt,
	body.homepage .cv3-main .cv3-1234images,
	body.homepage .cv3-main .cv3-download,
	body.homepage .cv3-main .cv3-video,
	body.homepage .cv3-main cv3-video-externe,
	body.homepage .cv3-main .cv3-audio,
	body.homepage .cv3-main .cv3-envaleur,
	body.homepage .cv3-main .cv3-2cols,
	body.homepage .cv3-main .cv3-3cols,
	body.homepage .carousel-caption {
		width: 1460px;
	}


	body.homepage .cv3-main .title-content,
	body.homepage .cv3-main .news-content {
		width: 1460px;
	}


	.cv3-chapo,
	.cv3-grdimage,
	.cv3-txtseul,
	.cv3-txtimage,
	.cv3-imagetxt,
	.cv3-1234images,
	.cv3-separateur,
	.cv3-download,
	.cv3-2cols,
	.cv3-3cols,
	.cv3-envaleur,
	.cv3-plansite,
	.cv3-gmap,
	.cv3-siteexterne,
	.cv3-flash,
	.cv3-video,
	.cv3-video-externe,
	.cv3-txt-video,
	.cv3-txt-iframe,
	.cv3-audio,
	.cv3-slider,
	.pad-contenu,
	.pad-contenu2col
	{
		margin-bottom: 5em;
	}


	.cv3-txt-video .col-txt {
		padding-right: 8%;
	}
	
	.cv3-txt-video .col-video {
		padding-left: 8%;
	}

	.cv3-txt-iframe .col-txt {
		padding-right: 8%;
	}
	
	.cv3-txt-iframe .col-video {
		padding-left: 8%;
	}


}


@media (max-width: 767px) {


	/* carousel home */
	body.homepage .carousel {
		margin-bottom: 25px;
		background-color: #ffffff;
	}

	body.homepage .carousel-control.left,
	body.homepage .carousel-control.right {
		background-image: none;
	}
	
	body.homepage .carousel-control .glyphicon-chevron-left, 
	body.homepage .carousel-control .glyphicon-chevron-right {
		top: 25%;
	}

	body.homepage .carousel-caption {
		position: inherit;
		top: inherit;
		left: inherit;
		right: inherit;
		bottom: inherit;
		font-size: 95%;
		color: #202b3f;
		text-align: right;
		text-shadow: none;
		padding: 25px;
		background-color: #f7f7f7;
	}
	
	body.homepage .carousel-caption h3 {
		font-size: 22px;
		font-weight: 400;
		line-height: 1.1em;
		color: #008dd2;
		margin-bottom: 0.25em;
	}

	body.homepage .carousel-caption h4 {
		font-size: 17px;
		line-height: 1.2em;
		margin-bottom: 0.25em;
	}

	body.homepage .carousel-caption p {
		margin-bottom: 1em;
	}

	body.homepage .carousel-indicators {
		display: none;
	}

	.cv3-video, .cv3-video-externe {
	  margin-left: 12%;
	  margin-right: 12%;
	}

	.cv3-txt-video .txt-video-content {
		flex-direction: column;
	}

	.cv3-txt-video .col-txt {
		width: 100%;
		padding-right: 0;
	}
	
	.cv3-txt-video .col-video {
		width: 100%;
		padding-left: 0;
	}


	.cv3-txt-iframe .txt-iframe-content {
		flex-direction: column;
	}

	.cv3-txt-iframe .col-txt {
		width: 100%;
		padding-right: 0;
	}
	
	.cv3-txt-iframe .col-iframe {
		width: 100%;
		padding-left: 0;
	}

	.news_top {
		background-color: #ffffff;
	}

	.news_top .title {
		text-align: center;
		padding-bottom: 15px;
	}

	.news_top .title h2 {
		font-size: 3em;
		margin-bottom: 10px;
	}

	.news_top ul {
		float: none;
		width: 75%;
		display: inline-block;
	}

	.news-content {
		padding-bottom: 15px;
		padding-top: 15px;
	}


	.cv8d-browsemedia .cv8d-object {
		width: 45%;
		padding: 15px;
	}

	.cv8d-object a {
		display: block;
		margin: -15px;
		padding: 15px 30px;
	}

	.cv8d-object a:before,
	.cv8d-object a:after {
		display: table;
		content: " ";
	}

	.cv8d-object a:after {
		clear: both;
	}

	.cv8d-object a:hover {
		color: #ffffff;
		background-color: #008dd2;
	}

	.cv8d-object a:hover .cv8d-field-name,
	.cv8d-object a:hover .cv8d-field-price,
	.cv8d-object a:hover .cv8d-field-resume {
		color: #ffffff;
		background-color: transparent;
	}


	.cv8d-browse-group .cv8d-field-thumbn {
		float: left;
		width: 15%;
		padding: 10px;
		background-color: #ffffff;
	}

	.cv8d-browse-group .cv8d-field-name,
	.cv8d-browse-group .cv8d-field-price {
		float: right;
		display: block;
		width: 82.5%;
		color: #008dd2;
		text-align: left;
		background-color: transparent;
	}

	.cv8d-browse-group .cv8d-field-resume {
		float: right;
		display: block;
		width: 82.5%;
		background-color: transparent;
	}


	.cv8d-browse-group .cv8d-field-price {
		padding-bottom: 0;
	}

	.cv8d-browse-group .cv8d-field-price a {
		display: inherit;
		margin: 0;
		padding: 0;
		color: #008dd2;
	}

	.cv8d-browse-group .cv8d-field-price a:hover {
		color: #0b9800;
		background-color: transparent;
	}


	.cv8d-insert label {
		float: none;
		display: block;
		width: 100%;
		padding-right: 0;
	}

	.cv8d-answer {
		float: none;
		display: block;
		width: 100%;
	}


	.tzrDivCaptcha img {
		margin-bottom: 5px;
	}

	.cv8d-action {
		float: none;
		display: block;
		width: 100%;
		margin-left: 0;
	}


	.pave_support .cv8d-browsemedia .cv8d-object {
		width: 44.5%;
		margin-left: 20px;
	}

	.pave_support .cv8d-browsemedia ul.cv8d-list .cv8d-object:nth-child(2n+1) {
		clear: left;
		margin-left: 0;
	}

	.pave_support .cv8d-browsemedia .cv8d-object a {
		margin: 0;
		padding: 0;
	}

	.pave_support .cv8d-browsemedia .cv8d-field-title a:hover {
		color: #008dd2;
		background-color: transparent;
	}


	.cv8d-browse-search .cv8d-object {
		background-color: transparent;
		padding: 0 0 11px 0;
	}

	.cv8d-browse-search .cv8d-object a {
		margin: 0;
		padding: 0;
	}

	.cv8d-browse-search .cv8d-object a:hover {
		color: #0b9800;
		background-color: transparent;
	}


	.product-content .order .ligne.btn-purchase-wrapper {
		margin-left: 0;
	}

}


@media (max-width: 576px) {


	
	body.homepage .carousel-control .glyphicon-chevron-left, 
	body.homepage .carousel-control .glyphicon-chevron-right {
		top: 13%;
	}



	.cv3-2cols .colg, .cv3-2cols .cold,
	.cv3-3cols .cols1, .cv3-3cols .cols2, .cv3-3cols .cols3,
	.cv3-3links .cols {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-bottom: 25px;
	}

	.cv3-2cols .colg img, .cv3-2cols .cold img,
	.cv3-3cols .cols1 img, .cv3-3cols .cols2 img, .cv3-3cols .cols3 img {
		float: none;
		max-width: 100%;
		margin: 0 0 20px 0;
		padding: 0;
	}

	.cv3-3cols .cols1 img, .cv3-3cols .cols2 img, .cv3-3cols .cols3 img {
		margin: 0;
	}

	.cv3-imagetxt img, .cv3-txtimage img, .cv3-download img {
		float: none;
		max-width: 100%;
		margin: 0 0 15px 0;
		padding: 0;
	}

	.cv3-3cols .titre {
		padding-top: 20px;
	}

	.cv3-1234images .diaporama4 {
		float: none;
		width: 100%;
		margin-left: 0;
	}

	.cv3-1234images [class*="diaporama"]:nth-child(odd) {
		margin-left: 0;
	}

	.cv3-envaleur .txt_envaleur img {
		float: none;
		max-width: 100%;
		margin: 0 0 15px 0;
		padding: 0;
	}
	
	.cv3-3paves .cols1,
	.cv3-3paves .cols2,
	.cv3-3paves .cols3 {
		float: none;
		width: 100%;
	}

	.cv3-grdimage h2,
	.cv3-grdimage .legende {
		margin-right: 0;
		margin-left: 15px;
	}

	.cv3-envaleur {
		background: url(/iotize/images/envaleur-xs-fond.png) left bottom no-repeat;
		padding: 70px 20px 10px 20px;
	}

	.cv3-video, .cv3-video-externe {
	  margin-left: 0;
	  margin-right: 0;
	}



	.news_top ul li {
		padding-left: 5px;
		padding-left: 5px;
	}

	.news_top ul li .glyphicon {
		font-size: 28px;
		line-height: 28px;
	}

	.news_top .infos_images {
		position: inherit;
		padding: 15px 10px;
	}

	.news_top .more {
		clear: both;
		position: inherit;
		width: 100%;
		margin-top: 10px;
		padding: 0;
		border-left: none;
		border-top: 1px solid #008dd2;
	}

	.news_top .more:hover {
		border-left: none;
		border-top: 1px solid #0b9800;
	}
	
	.news_top .more a {
		padding-left: 0;
		padding-top: 10px;
	}


	.cv8d-browse-group .cv8d-field-thumbn {
		width: auto;
		clear: both;
		margin-bottom: 15px;
	}

	.cv8d-browse-group .cv8d-field-name,
	.cv8d-browse-group .cv8d-field-price {
		width: 100%;
	}

	.cv8d-browse-group .cv8d-field-resume {
		width: 100%;
	}

	.pave_support .cv8d-browsemedia .cv8d-object {
		width: 100%;
		margin-left: 0;
	}

	.cv8d-browsemedia .cv8d-object {
		width: 100%;
	}

	.cv8d-browsemedia .cv8d-object {
		display: block;
		margin-left: 0;
	}


}

