@charset "utf-8";

/* CSS Document */
/*____________________________LISTE MEDIAS________________________________*/
/* Extra small devices (phones, less than 768px) */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}
/*_____________________________PHONE STATE_______________________________*/
html {
	height: 100%;
}
body {
	width: 100%;
	max-width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
	color: #444444;
	line-height: normal;
	background-color: #f2f2f2;
	margin: 0;
	padding: 0;
	font-family: "Roboto",Arial,sans-serif,serif,Helvetica;
}
span.stitre-categ.hidden-desktop.hidden-tablet {
    color: #8c8c8c;
    font-size: 15px;
    margin-bottom: 5px;
    margin-top: 5px;
}
	
.conteneur {
	width: 100%;
}
.conteneur-in {
	width: 100%;
	min-height: 20px;
	margin: 0 auto;
}
#titre-categ .titre-categ {
	font-weight: 500;
	position: relative;
	display: block;
}
.icotel a {
  font-weight: 400;
  color: rgb(248, 152, 39);
}
/*_____________________________LARGER SCREENS STATES_______________________________*/ 
@media (min-width: 768px) {
.conteneur-in {
	width: 750px;
}
}

@media (min-width: 992px) {
.conteneur-in {
	width: 970px;
}
}

@media (min-width: 1200px) {
.conteneur-in {
	width: 1170px;
	text-align: initial;
}
}
/*----------------------------------HEADER----------------------------*/
#header-news {
	height: 55px;
	text-align: center;
	padding: 8px 0 0 0;
	background-color: #ffffff;
	border-bottom: 4px solid #f1efef;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
	-ms-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
	-o-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.5);
}
.logo-lpnews {
	float: left;
	margin-left: 15px;
}
.logo-lpnews img {
	width: 100px;
	height: auto;
	border: none;
}
.baseline {
	color: #00a3e4;
	font-size: 14px;
	display: inline-block;
	margin-left: 30px;
	margin-top: 5px;
}
.baseline strong {
	color: #f89827;
}
.tel {
	float: right;
	display: inline-block;
}
.tel {
	display: inline-block;
	margin-top: 5px;
	font-weight: bold;
}
.tel p {
	margin-bottom: 0px;
	margin-top: 0px;
	display: inline-block;
}
.numéro {
	color: #00a3e4;
	font-size: 16px;
	padding-left: 15px;
	  float: right;
  font-weight: 500;
}
p.numéro.mention {
  font-weight: normal;
  float: right;
  font-size: 9px;
}
.devfour {
	color: #f89827;
	font-size: 14px;
	font-weight: normal;
	padding-right: 15px;
	border-right: 1px solid #CDCDCD;
}
.devfour a {
	color: #f89827;
}
.prix {
	float: right;
	color: #989696;
	font-size: 10px;
}
div#api-title {
  display: none;
}

@media (min-width: 768px) {
.logo-lpnews {
	float: left;
	margin: 0 auto;
}
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}
/*----------------------------------CONTENT----------------------------*/


#contenu {
	background-color: rgba(255, 255, 255, 0.7);
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	min-height: 200px;
	box-sizing: border-box;
}
#contenu.conteneur-in {
	width: 100%;
}
#titre-categ {
	padding: 10px 10px 5px 10px;
	text-align: center;
	color: #00A3E4;
	word-wrap: break-word;
	height: auto;
}
.titre-categ {
	font-size: 22px;
	font-weight: 500;
}
.titre-categ span.stitre-categ {
	font-size: 18px;
	font-weight: normal;
}
#formulaire {
	background-color: #f9f8f8;
	border-bottom: none;
	min-height: 200px;
	box-sizing: border-box;
	position: relative;
}
#etapes {
	padding: 0px;
	  padding-top: 10px;
}
.intro-questio {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.conf {
	font-size: 12px;
	bottom: 10px;
	left: 0;
	right: 0;
	color: #c2c2c2;
	padding-bottom: 5px;
	padding-top: 5px;
}
.conf img {
	opacity: 0.4;
	margin-bottom: 3px;
	margin-right: 4px;
}
.clear {
	clear: both
}
#formulaire .questio {
	width: 100%;
	float: left;
}
.questiologophone {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.questiologophone {
	border-top: none;
	display: none;
}
.price {
	color: #999999;
	font-weight: 300;
	font-size: 13px;
	float: right;
}
.etapes img {
	max-width: none;
	height: 30px;
}
.etapes {
	max-width: 95px;
	display: none;
}
#contenu hr {
	margin-top: 10px;
	margin-bottom: 10px;
}
.icotel {
	float: right;
	margin-right: 20px;
	margin-top: 5px;
}

@media (max-width: 768px) {
.questiologophone {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	display: block;
}
}

@media (min-width: 768px) {
.bg-news {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: fixed;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
#contenu.conteneur-in {
	width: 650px;
}
#contenu {
	margin-top: 20px;
	margin-bottom: 102px;
}
#titre-categ {
	color: #2696f7;
	background-color: transparent;
	padding: 20px;
	height: auto;
}
.titre-categ {
	font-size: 29px;
}
#etapes .etapes:nth-child(2) {
	margin: 0px;
}
.etapes {
	display: inline-block;
}
#formulaire {
	padding: 10px 5% 35px 5%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.intro-questio {
	width: 100%;
    text-align: center;
    padding-bottom: 15px;
    height: initial;
}
.conf {
	font-size: 14px;
}
#formulaire {
	padding: 15px 5% 10px 5%;
	background-color: #f9f8f8;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	min-height: 300px;
	box-sizing: border-box;
	position: relative;
}
#formulaire .questio {
	margin-top: 10px;
	width: 100%;
	float: left;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
}
#etapes {
	padding: 15px 0px 0px 0px;
}
.etapes {
	max-width: none;
	display: inline-block;
	width: 32%;
	text-align: center;
}
}

@media (min-width: 992px) {
#contenu.conteneur-in {
	width: 820px;
}
.titre-categ {
	font-size: 36px;
}
#etapes .etapes:nth-child(2) {
	margin: 0;
}
}

@media (min-width: 1200px) {
#contenu.conteneur-in {
	width: 970px;
}
.titre-categ {
	font-size: 44px;
}
}
/*----------------------------------FOOTER----------------------------*/

.conheight {min-height: calc(100vh - 110px);position: relative;}

#footer-news {
	font-size: 12px;
	text-align: center;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}
#footer-toggle {
	background-color: #444444;
	padding: 5px 0 5px 0;
}
#footer-news hr {
	margin: 5px 0;
	border: 0;
	border-top: 1px solid #333333;
}
.barre {
	width: 100%;
	height: 7px;
	background-image: url(../img/barre.jpg);
	background-repeat: repeat-x;
	background-position: center;
}
.nav-footer-news ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.nav-footer-news ul li {
	vertical-align: top;
	text-align: center;
    padding: 5px;
}
.nav-footer-news ul li a {
	color: #c2c2c2;
	text-decoration: none;
}
.nav-footer-news ul li a:hover {
	color: #2696f7;
}
.copyright {
	color: #787878;
	padding: 0 0 0 5px;
	;
}

.conteneur-in.nav-footer-news {
    text-align: center;
}

#footer-toggle {
    /* margin-bottom: -80px; */
    position: relative;
}

footer#footer-news {
    position: relative;
    bottom: -2px;
}


#btn-toggle {
	width: 60px;
	height: 30px;
	background-color: #444444;
	margin: 0 auto;
	padding: 10px;
	cursor: pointer;
	box-sizing: border-box;
	opacity: 0.3;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	position: absolute;
	right: 15px;
	bottom: 7px;
}
#btn-toggle:hover {
	opacity: 0.9;
}
#btn-toggle .active {
	opacity: 0.9;
}
#btn-toggle img {
	width: 16px;
	height: 9px;
	margin: 0 auto;
}
#btn-toggle:hover img {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
#btn-toggle.active img {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
#btn-toggle.active:hover img {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

@media (min-width: 768px) {
.nav-footer-news ul li {
	display: inline-block;
	margin: 0 3%;
}
#footer-news {
	padding-bottom: 0px;
}
}

@media (min-width: 992px) {
.nav-footer-news ul li {
	margin: 0 5%;
}
}

@media (min-width: 1200px) {
}
/*________________________________CLASSES OUTILS____________________________________*/

.no-phone {
	display: none;
}
.no-phoneinl {
	display: inline-block;
}

@media (min-width: 768px) {
.no-phone {
	display: block;
}
}
/*________________________________API CUSTOM____________________________________*/

#form1 #progress-bar {
	width: 80%;
}

@media (min-width: 768px) {
#form1 #progress-bar {
	width: 40%;
}
}
#form1 #progress-bar span {
	float: left;
	margin-right: 10px;
	margin-top: -6px;
}
#form1 #progress-bar .progress {
	height: 3px;
}
#form1 .control-group {
	list-style-type: none;
	margin: 0 0 15px 0;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	margin-bottom: 0px;
}
.hidden {
	display: none;
	visibility: hidden
}
.visible-phone {
	display: none
}
.visible-tablet {
	display: none
}
.hidden-desktop {
	display: none
}
.visible-desktop {
	display: inherit
}

@media (min-width:768px) and (max-width:979px) {
.hidden-desktop {
	display: inherit
}
.visible-desktop {
	display: none
}
.visible-tablet {
	display: inherit
}
.hidden-tablet {
	display: none
}
}

@media (max-width:767px) {
.hidden-desktop {
	display: inherit
}
.visible-desktop {
	display: none
}
.visible-phone {
	display: inherit
}
.hidden-phone {
	display: none
}
}
.visible-print {
	display: none
}

@media print {
.visible-print {
	display: inherit
}
.hidden-print {
	display: none
}
}
