﻿/* -----------------------------------------------------------------------------

    This file should be used to add your own CSS definitions or override
	the existing ones.

----------------------------------------------------------------------------- */
.for_phone {
	display: none !important;
}
.extra_margB_50 {
	margin-bottom: 50px !important;
}
.sup {
  vertical-align:super;
  font-size:0.7em;
}

.btn_spec {
  text-align:center;
  margin:0 auto;
}

.garantie {
  line-height: 1.0em;
  font-size: 1.5em;
}

.fujitsu {
  font-weight:bold;
  color:#EC1D24;
}

.faq_titre {
  font-size:1.4em;
  font-weight:bold;
}

.sous_titre {
  font-size:1.5em;
}


/*.rslides {
  margin: 0 auto;
  }

.rslides_container {
  margin-bottom: 4px;
  position: relative;
  float: left;
  width: 100%;
  }

.rslides1_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  margin:20px;
  top: 55%;
  left: 0;
  z-index: 99;
  opacity: 0.3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  border:none;
  height: 61px;
  width: 40px;
  background: transparent url("../../images/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.rslides1_nav:hover {
  opacity: 0.8;
 }

.rslides1_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
 }

.rslides_tabs {
  text-align: center;
  }

.rslides_tabs ul {
  list-style-type: none;
  }

.rslides_tabs li {
  display: inline-block;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
}

.rslides_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 15px;
  height: 15px;
}

.rslides_tabs .rslides_here a {
  background: #222;
  background: rgba(0,0,0, .8);
}

.rslides li>a.test, .rslides li>a.test:hover {
  position: absolute;
  top: 305px;
  right: 60px;
}*/

/* ----- Carrousel ----- */

.carrousel-wrapper {
  height: 390px;
  position: relative;
}

/* Bare minimum styles */
.carrousel {
    -ms-touch-action: pan-y; /* Prevent default touch actions on Windows 8. Only required for IE10 */
    overflow: auto; /* Not required but recommended for accessibility when JavaScript is turned off */
    position: relative;
    touch-action: pan-y; /* Prevent default touch actions on Windows 8. Supported in IE11+ */
}

/* Anycarrousel can be styled to your liking. This is just example styles */
.carrousel {
    height: 390px;
    margin: 0px auto;
    text-align:center;
    width: 100%;
}

/* The same rules for styling apply here. Style to your liking */
.as-nav {
    bottom: 30px;
    left: 50%;
    margin-left: -54px;
    position: absolute;
    text-align: left;
    width: 105px;
    z-index: 99;
    /*background-color:#CCCCCC;*/
}

.as-nav a {
  background: url(../../images/bullets.png) no-repeat;
  height: 16px;
  display: inline-block;
  margin: 0 5px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 16px;
  border:none;
}

.as-active,
.as-nav a:hover {
    background-position: 0 -16px;
}

.carrousel a.test, .carrousel a.test:hover {
  position: absolute;
  top: 305px;
  right: 60px;
}

/* The arrows can of course also be styled to your liking. This is just example styles */
.as-prev-arrow,
.as-next-arrow {
    background: url(../../images/arrows.png) no-repeat;
    cursor: pointer;
    filter: alpha(opacity=0);
    height: 40px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    text-indent: 100%;
    top: 95px;
    white-space: nowrap;
    width: 40px;
    z-index: 99;
    border:none;
}

.as-prev-arrow {
    left: 0;
}

.as-next-arrow {
    background-position: -40px 0;
    right: 0;
}

.carrousel:hover .as-prev-arrow,
.carrousel:hover .as-next-arrow {
    filter: alpha(opacity=1);
    opacity: 1;
}

.caption {
  position: absolute;
  display: block;
  width:630px;
  top: 45px;
  left: 65px;
  padding: 10px;
  font-family:"Exo 2",Arial,sans-serif;
  -webkit-font-smoothing:antialiased;
  font-size:3em;
  line-height:1.1em;
  text-align: left;
  color: #fff;
}

.caption span {
  font-size:2em;
  line-height:0.9em;
}

.caption2 {
  position: absolute;
  display: block;
  width:520px;
  padding: 15px;
  left: 65px;
  font-size:1.8em;
  line-height:1.2em;
  text-align: left;
  color: #fff;
}

.caption2.scene01 {
  top: 225px;
}

.caption2.scene02 {
  top: 235px;
}
.caption.scene04 {
  padding-top: 10px;
}
.caption2.scene03, .caption2.scene04 {
  top: 135px;
  padding-top: 8px;
}

/* Formualire bottom */

#formulaire {
	/*float:left;
  width:312px;
  height:260px;
  margin-top:40px;
  padding-left:20px;
  border-left:1px dotted #5B5B5B;
  border-right:1px dotted #5B5B5B;*/
}

#formulaire p.titre {
	font-size:20px;
	margin:0;
}

#formulaire p.minitexte {
	font-family: Arial, Helvetica, sans-serif;  
	font-size:12px;
	margin:0;
}

#formulaire .ligne_form {
	width:285px;
  height:45px;
}

#formulaire .ligne_form p {
	float:left;
	width:70px;
	height:28px;
	margin:0;
  line-height:28px;
}

#formulaire input[type="text"].txtbox {
	float:right;
  width:210px;
  height:26px;
  font-weight:bold;
  font-size:14px;
  text-indent:5px;
  line-height:28px;
  color:#000000;
  border:1px solid #CCCCCC;
  background-color:#DAD8D8;
}

#formulaire input[type="submit"].envoi {
	margin:5px 0 0 7px;
	width:280px;
	height:58px;
	display:block;
  font-family:"Exo 2",Arial,sans-serif;
	font-size:28px;
	line-height:52px;
	color:#F3F3F3;
	border:1px solid #df122f;
	cursor:pointer;
	background-color:#df122f;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

#formulaire input[type="submit"].envoi:hover {
	color:#FFFFFF;
	background-position:left bottom;
	border: 1px solid #194e8e;
    background-color: #194e8e;
}

#formulaire .wrap_boite_msg {
	height:50px;
	margin-top:-20px;
}

#formulaire .boite_msg {
	display:none;
	margin-bottom:5px;
	padding:10px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:14px;
	font-weight:bold;
	border:1px solid #CCCCCC;
	background-color:#111111;
}

#formulaire .boite_msg.erreur {
	color:#CD0000;
	border-color:#CC0033;
}

#formulaire .boite_msg.traitement {
	color:#DDDDDD;
	border-color:#DDDDDD;
}

#formulaire .boite_msg.succes {
	color:#67CE22;
	border-color:#67CE22;
}

.succes img {
	padding-right:20px;
}
#side_link_contact {
	display: block;
	position: fixed;
	top: 200px;
	right: -1px;
	width: 249px;
	height: 168px;
	padding: 12px 32px; 
	border: none !important;
	background: #15135f;
	z-index: 55;
}
/* -----------------------------------------------------------------------------

    RESPONSIVE DEFINITIONS

----------------------------------------------------------------------------- */

    /* -------------------------------------------------------------------------
        LARGE DEVICES
		devices with width between 992px and 1199px
    ------------------------------------------------------------------------- */

    @media ( max-width: 1199px ) {

		/* your CSS here */

.carrousel a.test, .carrousel a.test:hover {
  position: absolute;
  top: 250px;
  right: 40px;
  padding:7px 15px;
  font-size:13px;
}

.carrousel-wrapper, .carrousel {
  height: 323px;
}

.caption {
  width:500px;
  top: 30px;
  left: 65px;
  padding: 15px;
  font-size:2.5em;
  line-height:1.1em;
}

.caption span {
  font-size:1.5em;
  line-height:0.7em;
}

.caption2 {
  width:420px;
  padding: 15px;
  left: 65px;
  font-size:1.4em;
  line-height:1.1em;
}

.caption2.scene01, .caption2.scene02 {
  top: 180px;
}

.caption2.scene03 {
  top: 135px;
}
.caption2.scene04 {
  top: 85px;
}

.succes {
  width:32%;
}


	}

    /* -------------------------------------------------------------------------
        MEDIUM DEVICES
		devices with width between 768px and 991px
    ------------------------------------------------------------------------- */

    @media ( max-width: 991px ) {

		/* your CSS here */

.carrousel a.test, .carrousel a.test:hover {
  position: absolute;
  top: 190px;
  right: 25px;
  padding:5px 10px;
  font-size:11px;
}

.carrousel-wrapper, .carrousel {
  height: 240px;
}

.as-nav {
  bottom: 10px;
}

.caption {
  width:380px;
  top: 25px;
  left: 50px;
  padding: 15px;
  font-size:1.8em;
  line-height:1em;
}

.caption span {
  font-size:1.0em;
  line-height:0.6em;
}

.caption2 {
	width: 345px;
	padding: 15px;
	left: 50px;
	font-size: 1.0em;
	line-height: 1.2em;
}

.caption2.scene01, .caption2.scene02 {
  top: 130px;
}

.caption2.scene03 {
  top: 100px;
}
.caption2.scene04 {
	top: 70px;
}
.succes {
  width:28%;
}

.succes img {
	float:left;
	padding-right:10px;
}

p.fontsize-large {
	display:inline-block;
}


}

/* -------------------------------------------------------------------------
	SMALL DEVICES
	devices with width between 481px and 767px
------------------------------------------------------------------------- */

@media ( max-width: 767px ) {

/* your CSS here */

.carrousel-wrapper {
  display:none;
  display:hidden;
}
.extra_margB_50 {
	margin-bottom: 0px !important;
}
.default-form textarea {
    height: 140px;
}
#side_link_contact {
	width: 143px;
	height: 100px;
	top: 280px;
	padding: 6px 16px; 
}
}

/* -------------------------------------------------------------------------
EXTRA SMALL DEVICES
devices with width up to 480px
------------------------------------------------------------------------- */

@media ( max-width: 480px ) {
.for_phone {
	display: inline-block !important;
}
.no_phone {
	display: none !important;
}
.faq_titre {
	font-size:1.2em;
	font-weight:bold;
}
#side_link_contact {
	display: none; 
}

}
