@charset "utf-8";
/* CSS custom pour Everwin */

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400; 
}
h2.TitreMediateque {
    font-size: 36px;
}

/* Navigation - custom Bootstrap */
.navbar  {
  min-height: 30px;
  margin-bottom:0;
  border-radius: 0;
}

.navbar-inverse {
  background-color:#717171;
  box-shadow: 1px 1px 10px #c5c5c5;
}

.fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
	top:0;
}

.nav-tabs {
	border-bottom:0;
}

#wrapper {
	width:100%;
	height:145px;
	position:relative;
}

#wrapperContenu {
	position:relative;
}

/* Navigation - style Everwin */
.header {
	background-color: #ffffff;
	min-height:80px;
}

#logo {
	margin-top:8px;
}
#slogan {
	margin-top:25px;
}
#indigo {
	margin-top: 20px;
}
/* Menu Top */
.menu_menuTop > li > a {
	font-size: 12px;
	font-weight: 600; 
	color:#d8d8d8;
	padding: 5px 10px;
}
.menu_menuTop > li.active > a, .menu_menuTop > li.active > a:focus, .menu_menuTop > li.active > a:hover {
	background-color: #656565;
	color: #fff;
	border-radius:0px;
}

.menu_menuTop > li > a:focus, .menu_menuTop > li > a:hover {
	background-color: #656565;
	color: #fff;
	border-radius:0px;
}
.guideChoix {
	background-color: #878787;
}

.menu_menuTop > li > a.guideChoix {
	color: #fff;
	border-radius: 0px;
}
/* Menu Header */

.mainmenu {
	background-color:#ffffff;
	min-height:35px;
	border-top: 1px solid #ababab;
	border-bottom: 1px solid #ababab;
}

.headerMenu > li > a {
	color:#404142;
	padding: 5px 10px;
	border-radius: 0px;
	border-right: 1px dotted #b3b3b3;
	margin-right:0;
	font-weight:600;
}

.headerMenu > li.active > a, .headerMenu > li.active > a:focus, .headerMenu > li.active > a:hover {
	background-color: #c9c9c9;
	color: #000000;
	border-radius:0px;
}

.headerMenu > li:focus > a, .headerMenu > li:hover > a, .headerMenu li ul li:hover {
	background-color: #c9c9c9;
	color: #000000;
	border-radius:0px;
}

.headerMenu li ul {
    display: none;
    left: 0px;
    position: absolute;
}

.headerMenu li:hover ul {
    display: block;
}
.headerMenu li ul li  {
    background-color: #c9c9c9;
    background-image: none;
    opacity: 0.9;
    width: auto;
	list-style: outside none none;
	padding: 0px;
	display:block;
}

.headerMenu li ul li:hover  {
    text-decoration:none;
	display: block;
	background-color: #b0b0b0;
}

.headerMenu li ul li a {
    list-style: outside none none;
	display: block;
	padding:5px;
	color: #000000;
}

.headerMenu li ul li a:focus, .headerMenu li ul li a:hover  {
    text-decoration:none;
	display: block;
	background-color: #b0b0b0;
}


.headerMenu li ul {
	padding:0;
	white-space: nowrap;
	z-index:500;
}

#recherche {
	float:right;
}
 
.zoneGoogle {
	padding:5px 0 0 10px;
}

 .zoneRecherche input {
	border: 1px solid #BABABA;
	border-radius:3px;
}

#cse-result {
	margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* Contenus */

h4, .h4 {
	line-height:1.4;
}

tr, td {
  padding: 2px 0 2px 5px;
}

.fcmaincat14 h4{
	padding-left: 10px; 
	font-weight: 600;
}

.fcmaincat14 .bloc_principal img{
	margin-right: 20px; 
}

/* Module RS Social pages */

.RSPages li::before {
	display: none;
}

.RSPages {
	margin-left: 0px;
	margin-top: 10px;
	border-top: thin dotted #c9c9c9;
	padding-top: 10px;
}

/* Homepage */
#slider {
	position: relative;
}

#slider .camera_caption_desc {
	background: rgba(255, 255, 255, 0.6) none repeat scroll 0 0;
	padding:5px 15px 7px 15px;
}

#slider .camera_caption_desc h2, #slider .camera_caption_desc p, #slider .camera_caption_desc a {
	color:#383737;
}
#slider .camera_caption_desc h2 {
	font-size: 24px;
	text-transform: uppercase;
	margin-top:10px;
}

#camera_wrap_96 .camera_caption > div {
	margin-left: auto;
	margin-right:auto;
	width:50%;
	padding:25px;
}

.camera_caption_desc a {
}

#camera_wrap_96  .btn-slider a {
	display:block;
}

#hameconHome {
	min-height:300px;
}

#bandeauBesoins {
	min-height:250px;
	background-color: #474749;
}
#bandeauTitreGris{
	min-height:42px;
	background-color:#5c5c5f;
}

.homeConfig {
	border-right: 1px solid #a7a7a7;
}

.homeConfig .formResponsive select {
	border: 1px solid #ff6633;             /* 0 !important; Removes border*/
	border-radius: 3px;
	-webkit-appearance: none;            /*Removes default chrome and safari style*/
	-moz-appearance: none;             /* Removes Default Firefox style*/
	background: url("/templates/tpl_everwin/images/arrow_homeConfig_select.png") no-repeat;          /*Adds background-image*/
	background-position: 245px 10px;           /*Position of the background-image*/
	width: 270px;            /*Width of select dropdown to give space for arrow image*/
	text-indent: 0.01px;          /* Removes default arrow from firefox*/
	text-overflow: "";               /*Removes default arrow from firefox*/
	height:30px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
}

.homeConfig .formResponsive input[type="text"] {
	border: 1px solid #ff6633;             /* 0 !important; Removes border*/
	border-radius: 3px;
	-webkit-appearance: none;            /*Removes default chrome and safari style*/
	-moz-appearance: none;             /* Removes Default Firefox style*/
	width: 270px;                /*Width of select dropdown to give space for arrow image*/
	text-indent: 0.01px;          /* Removes default arrow from firefox*/
	text-overflow: "";               /*Removes default arrow from firefox*/
	height:30px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
}

.homeConfig .formResponsive input[type="submit"] {
	border: 1px solid #ff6633;
	background-color:#ff6633;
	background-image:none;
	border-radius: 3px;
	width: 270px;
	height:30px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	text-transform:uppercase;
	color:#ffffff;
	text-shadow:none;
}

.homeConfig .formResponsive input[type="submit"]:hover {
	background-color:#ff4000;
}

.homeConfig .rsform-block-resultats, .homeConfig .rsform-block-calcul {
	display:none;
	height:0;
}

.homeTest {
	padding-left:40px;
}

.homeBesoins {
	padding-bottom:10px;
}

.blocTitreBesoins h3 {
	color:#ffffff;
	font-weight: 600;
	font-size: 18px;
	padding-bottom:15px;
}

.moduleTemoignage h3, .blocTitreSolutions h3 {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 5px;
  text-transform:uppercase;
  text-align:center;
}

.moduleMedia h3 {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 15px;
  text-transform:uppercase;
  text-align:center;
}

.blocBesoinsERP, .blocBesoinsCRM, .blocBesoinsWEB, .blocBesoinsERP a, .blocBesoinsCRM a, .blocBesoinsWEB a {
	color:#eaeaea;
}

.blocBesoinsERP h4, .blocBesoinsCRM h4, .blocBesoinsWEB h4{
	font-weight: 300;
	font-size: 36px;
	display:block;
}

.blocBesoinsERP h4::after, .blocBesoinsCRM h4::after, .blocBesoinsWEB h4::after {
	background: #eaeaea none repeat scroll 0 0;
    content: "";
    display: block;
    height: 3px;
    margin: 15px auto 10px;
    text-align: center;
    width: 27px;
}

.btn-cta-crm {
	background-color: #a00d59;
	border-color: #a00d59;
	font-weight: 600;
}

.btn-cta-crm:hover {
	background-color: #7e0a46;
}

.btn-cta-web {
	background-color: #d6d420;
	border-color: #d6d420;
	font-weight: 600;
}

.btn-cta-web:hover {
	background-color: #bdbb1c;
}

.blocEverwinFooter {
	color:#cccccc;
	font-size:11px;
	font-style: italic;
	padding-top:25px;
}

.menuFooter{
	padding-top:10px;
}
.menuFooter .nav > li > a {
	color:#cccccc;
	font-size:11px;
	padding: 3px 3px;
}

.menuFooter .nav > li > a:hover {
	color:#383737;
}

.menuFooter li ul li {
    background-color: #c9c9c9;
    background-image: none;
    display: block;
    list-style: outside none none;
    opacity: 0.9;
    padding: 0;
    width: auto;
}

.menuFooter h3 {
	color:#cccccc;
	font-size:11px;
	font-weight:700;
	text-transform:uppercase;
}

/* Footer */
#copyright{
	height: 24px;
	margin: 20px 0 15px 0;
}

.contenuFooter p, .contenuFooter a, .contenuFooter a:hover{
	color: #B3B3B3;
	font-size:11px;
	text-decoration:none;
}

.contenuFooter a {
	text-decoration:underline;
}


/* Pages */

#bandeauHeader {
	background-color: #d6d420;
}

#contenuPrincipal {
	border-bottom: thin dotted #c9c9c9;
	padding-bottom: 15px;
}

.btn-cta {
	background-color: #5b5c5e;
	border-color: #3a3b3c;
}

.btn-cta.focus, .btn-cta:focus, .btn-cta:hover {
	background-color: #242425;
	border-color: #242425;
}

.formCTApage .formResponsive .formControlLabel, .formCTApage .formResponsive .rsform-block-page {
	display:none;
	width:0;
}


.cta_gauche .desc-content {
	margin-bottom: 25px;
}

.modulesBottom3 .logoSolutions {
	display:inline-block;
	padding: 0 15px;
	margin: 5px 0 7px 0;
}

/* Mini formulaire page */
.formCTApage .formHorizontal .rsform-block {
	margin-bottom:5px;
}
.formCTApage .formResponsive .formHorizontal .formControls { 
	margin-left: 0px;
}

.formCTApage .formResponsive input {
	width:230px;
}

.formCTApage .formResponsive input[type="submit"] {
	text-transform:uppercase;
}

.formCTApage .formResponsive input[type="text"] {
	height:28px;
	margin-bottom:0;
}

/* Page médiathèque - menu filtres */
.fc_filter.fc_odd, .fc_filter_line.fc_odd, .fc_filter.fc_even, .fc_filter_line.fc_even {
  background: #cccccc none repeat scroll 0 0 !important;
  display: block !important;
}

fieldset.fc_filter_set {
  border: 1px solid #cccccc;
  background: #cccccc none repeat scroll 0 0 !important;
  display: block;
  margin: 0;
  min-width: inherit !important;
  padding: 0.5%;
  width: 98%;
}

/* Bottoms & Footer */
#bottom1  { /* #bottom3 */
	min-height:1px;
	background-color: #ffffff;
}

#bandeauBottom1,#bandeauBottom3{
	min-height:42px;
	background-color:#ececec;
}

#bottom2{
	background-color: #eadfae;
}
#bandeauBottom2{
	min-height:42px;
	background-color:#c9b248;
}

#footerContenu{
	min-height:280px;
	background-color:#383737;
}

#bottom3{
	min-height:50px;
	border-top: thin #C9C9C9 dotted;
	margin-top:10px;
}

/* Modifs pour smartphones */
@media only screen and (min-device-width : 320px) and (max-device-width: 568px) and (device-height: 640px) and (-webkit-min-device-pixel-ratio: 2) {
	.zoneGoogle  .hidden-xxs{
		display:none;
	}

}

.dl-horizontal.dl-custom-horizontal dt {
    padding: 15px;
    text-align: center;
}
.dl-horizontal.dl-custom-horizontal dd {
    border-bottom: 1px solid;
    padding-bottom: 15px;
    padding-top: 15px;
}
.dl-horizontal.dl-custom-horizontal dd {
	margin-left: 0;
    padding-left: 160px;
}
@media only screen and (max-width : 600px) {
	.dl-horizontal.dl-custom-horizontal dd {
	    margin-left: 0;
	    padding-left: 0px;
	}
}
