 /*----------------------------------------------------------------------------------------
* Author        : JP Rivard Créatif
* Version       : 1.0
* ---------------------------------------------------------------------------------------- */





/* INDEX
----------------------------------------------------------------------------------------

01. General css

02. Navigation area css

03. Slider area css

04. Enquête bouton css

05. Qu'est-ce que L'OED css

06. Salle de Presse css

07. FAQ-Général

08. FAQ-Ménage

09. FAQ-Cordon

10. Client area css

11. Contact area css

12. Footer area css

-------------------------------------------------------------------------------------- */




/*-------------------------------------------------------------------------------------- */
/*                                   Fonts Google Roboto
/* -------------------------------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');








/* ----------------------------------------------------------------------------------------
*                                    01. General css
* --------------------------------------------------------------------------------------- */

html,
body {
    height: 100%
}

body {
    color: #777;
    width: 100%;
    height: 100%;
    font-size: 15px;
    line-height: 1.7;
    margin-top: 70px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;

    /*
    font-family: 'Roboto', sans-serif;
    */
}

h1,
h2,
h3,
h5,
h6 {
    color: #555;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;

    /*
    font-family: 'Roboto-Bold';
    */
}


h4
 {
    color: #555;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;

    /*
    font-family: 'Roboto';
    */
}

.subtitle {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;

    /*
    font-family: 'Roboto-Medium';
    */
}

p {
    letter-spacing: 0px;
}

a {
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

ul,
li {
    margin: 0;
    padding: 0;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
    outline: none;
}

.btn, input[type='submit'] {
    display: inline-block;
    background: transparent;
    padding: 10px 25px;
    border-radius: 5px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    letter-spacing: 0px;
    border: none;
    font-weight: 400;
    color: #fff;
    background-color: #0061AC;
}

.btn:hover, input[type="submit"]:hover {
    color: #fff;
    background: #72849c;
}

.btn.btn-reverse {
    background: #72849c;
}

.btn.btn-reverse:hover {
    color: #555;
    background-color: #fff;
}

.btn.btn-white {
    color: #555;
    background-color: #fff;
}

.btn.btn-white:hover {
    color: #fff;
    background: #72849c;
}

.btn.btn-blue {
    color: #fff;
    background-color: #0061ac;
}

.btn.btn-blue:hover {
    color: #fff;
    background: #72849c;
}

.btn.btn-lg {
    height: 50px;
    padding: 0 30px;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    border-radius: 7px;
}

.btn.btn-xlg {
    height: 50px;
    padding: 0 200px;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    border-radius: 7px;
}

.section-big {
    /*padding: 80px 0px;*/
	padding: 80px 0 20px 0;
}

.section-small {
    padding: 50px 0px;
}

.section-codeacc {
	margin: auto;
    max-width: 800px;
    margin-bottom: 60px;
}

.section-title {
    margin: auto;
    max-width: 800px;
    margin-bottom: 30px;
}

.section-title.white h2 {
    color: #fff;
}

.section-title h2 {
    font-size: 40px;
    margin-bottom: 25px;
    line-height: 40px;
    margin-top: 0;
}

.section-title p {
    margin-top: 25px;
}

.section-separateur {
    margin: auto;
    max-width: 800px;
    margin-bottom: 30px;
}


.section-planif {
    margin: auto;
    max-width: 800px;
    margin-bottom: 30px;
}

/* preloader css */

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background-image: url(../img/preloader.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #fff;
}

.table {
    display: table;
    width: 100%;
    height: 80%;
    position: relative;
    z-index: 1;
	margin-bottom:0px;
}
.table-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

img {
    max-width: 100%;
}

.space {
    height: 30px;
}

.hr {
  width: 55%;
  opacity: 0.3;
  color: #fff;
  margin-bottom: 30px;
  margin-top: 30px;
}

.hr2 {
  width: 100%;
  height: 20px;
  opacity: 0.3;
  color: #00508e;
  margin-bottom: 10px;
  margin-top: 10px;
  border-top-color: #00508e;
  border-right-color: #00508e;
  border-bottom-color: #00508e;
  border-left-color: #00508e;
}

/* ----------------------------------------------------------------------------------------
*                               02. Navigation area css
* --------------------------------------------------------------------------------------- */

.menu-area {
    background: #fff;
}
.sticky-menu {
    box-shadow: 0px 3px 4.7px 0.3px rgba(0, 0, 0, 0.24);
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.mainmenu {
    margin-top: 10px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.sticky-menu .mainmenu {
    margin-top: 0px;
}

.navbar {
    margin-bottom: 0;
    border: 0px;
}

.navbar-brand {
    display: inline-block;
    width: 280px;
    height: auto;
    padding: 15px 0;
}



.navbar-nav  li {
    text-transform: uppercase;
    float: none;
    display: inline-block;
}

.navbar-nav li a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0px;
    color: #333;
}

.navbar-nav .fa-x-twitter {
	/*background-image: url("./assets/img/twitter-x.svg");*/
	background-image: url("../img/twitter-x.svg");
}

.navbar-nav .x-twitter {
	width:14px;
	height:13px;
	margin-top:-4px;
}


.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
    color: #0081e3;
    background: none;
}

.mainmenu .navbar-nav li.active a {
    color: #0061AC;
}


/* Mobile Nav css */
.navbar-toggle .icon-bar {
    background: #0061AC;
}


/* ----------------------------------------------------------------------------------------
*                               03. Slider area css
* -------------------------------------------------------------------------------------- */

.slider-area {
    background-color: #002e5a;
    background-image: url("../img/header_background.jpg");
    background-repeat: no-repeat;
    background-position: center;
    min-height: 375px;
}

.slider-area .carousel,
.slider-area .carousel-inner,
.slider-area .item {
    height: 100%;
}

@media (min-width: 992px) {
    .slider-area {
        height: 375px;
    }
}

.intro-text {

    text-align: left;
    color: #fff;
}

.intro-text h1 {
    color: inherit;
    font-size: 35px;
    font-weight: 600;
    line-height: 50px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.intro-text h2 {
    color: inherit;
    font-size: 25px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 0px;
    margin-top: 0px;
}



.intro-text hr {
    margin-bottom: 10px;
    margin-top: 10px;
}

.intro-text p {
    font-size: 18px;
    line-height: 1.3em;
    color: inherit;
}

.line-through {
    text-decoration: line-through;
}



.intro-text .dwnld-btn {
    margin-top: 20px;
    display: inline-block;
    margin-right: 20px;
}

.intro-text-box a
{
	color:#ffffff;
	text-decoration:underline;
}

@media (min-width: 992px) {
    .intro-text-box {
        display: table;
        transform: translate(0%, 30%);
    }
}

.dwnld-btn img {
    width: 150px;
    height: auto;
}

.dwnld-btn.appstore img {
    padding-top: 1px;
}

.intro-img {
  text-align: center;
  display: inline-block;
  margin: 25px 25px 0 0;
  width: 400px;
}

@media (max-width: 991px) {
    .intro-text {
        /*margin: 80px auto;*/
		margin: 80px auto 20px auto;
        text-align: center;
    }
    .intro-img img {
        margin-bottom: 10px;
    }
    .hero-overlay h2 {
        margin-top: 0px;
        font-size: 1.5em;
    }
}


#carousel-example-generic .animated {
    animation-delay: .5s;
}







/* ----------------------------------------------------------------------------------------
*                                   04. Enquête bouton css
* --------------------------------------------------------------------------------------- */

.action-area {
    color: #fff;
    position: relative;
    background: #0061ac;
}

.action-area h2 {
    color: #fff;
    margin: 0;
}

.btn-enquete {
    text-align: center;
}

.icon-enquete{

    display: inline-block;
    margin: 10px 0 10px 0;
    width: 100px;
}











/* ----------------------------------------------------------------------------------------
*                                   05. Qu'est-ce que L'OED css
* --------------------------------------------------------------------------------------- */

.why-choose-area.section-big {
	padding-top:40px;
}

.why-choose-area .container {
    max-width: 1000px;
}

.why-choose-area .img-align {
    text-align: right;
}

.choose-box {
    margin-bottom: 30px;
}

.why-choose-area img {
    text-align: right;
    width: 70%;
    height: : 70%;
    border-radius: 50%;
	margin:22px 0 0 0;
}

.why-choose-area a {
    color: #337ab7;
}

.why-choose-area a:hover {
    color: #337ab7;
}

.choose-box i.fa {
    position: relative;
    font-size: 30px;
    width: 45px;
    text-align: center;
    color: #0061AC;
}

.choose-box.left {
    text-align: right;
}

.choose-box.left i.fa {
    float: right;
    margin-left: 20px;
}

.choose-box.right {
    text-align: left;
}

.choose-box.right i.fa {
    float: left;
    margin-right: 20px;
}

.choose-content {
    overflow: hidden;
}

.choose-content h3 {
    position: relative;
}




/* ----------------------------------------------------------------------------------------
*                                6. Salle de Presse css
* --------------------------------------------------------------------------------------- */

.subscribe-area {
    background: #00508e;
    color: #fff;
}

.subscribe-area a {
    color: #90cdff;
}

.subscribe-area:hover {
    color: #fff;
}

.subscribe-box {
    text-align: center;
    position: relative;
}

.subscribe-box h2 {
    font-size: 40px;
    margin-top: 50px;
    margin-bottom: 10px;
    color: #fff;
}

.subscribe-box p {
    font-size: 18px;
    margin-bottom: 18px;
}

.subscribe-box .communique
{
	text-decoration:underline;
}

.newsletter-form {
    max-width: 700px;
    margin: auto;
}

.newsletter-form input{
    display: inline-block;
    height: 50px;
    width: 100%;
    padding: 5px 10px;
    background-color: #fff;
    border-radius: 5px;
}

.newsletter-form .btn {
    height: 50px;
    padding: 0 30px;
    font-size: 20px;
    font-weight: bold;
    border: none;
    position: relative;
    display: inline-block;
    margin-top: 20px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
}

.newsletter-form .btn i.fa {
    margin-right: 20px;
}
.subscribe-area .error {
    text-align: left;
}

.mailchimp-alerts {
    display: block;
    width: 100%;
    text-align: left;
}

.mailchimp-alerts div {
    background: #f5f5f5;
    margin-top: 15px;
    line-height: 30px;
    display: none;
    padding: 0 20px;
    position: relative;
}

.mailchimp-alerts div:before {
    position: absolute;
    content: '';
    left: 17px;
    top: -7px;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.mailchimp-submitting{}

.mailchimp-success{
    color: green;
}

.mailchimp-error{
    color: red;
}





/* ----------------------------------------------------------------------------------------
*                                   7. FAQ-Général
* --------------------------------------------------------------------------------------- */

.faq-area {}

.faq-area.section-big {
    padding: 0px 0 20px 0;
}

.accordion .panel-heading {
    background: #0061AC;
    border-radius: 5px;
}

.accordion .panel-title {
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
}

.accordion .panel-heading a {
    color: #fff;
}

.accordion .panel-heading i.fa {
    float: left;
    margin-right: 15px;
    line-height: 30px;
}

.accordion .panel-heading a.collapsed i.fa:before {
    content: "\f067";
}

.accordion .panel-body,
.panel-group .panel+.panel {
    border: none !important;
    box-shadow: none !important;

}

.panel-body a:hover {
  color: #0099ff;
}

.tab {
    padding-left: 28px;

}

.accordion .panel-body {
    padding-left: 28px;
    background-color: #fff;
}

/* ----------------------------------------------------------------------------------------
*                                   8. FAQ-ménage
* --------------------------------------------------------------------------------------- */

.faq-area2 {

  background: #eeeeee;
}

.faq-area2 a:hover {
    color: #337ab7;
}



.accordion-m .panel-heading {
    background: #0061AC;
    border-radius: 5px;
}

.accordion-m .panel-title {
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
}

.accordion-m .panel-heading a {
    color: #fff;
}

.accordion-m .panel-heading i.fa {
    float: left;
    margin-right: 15px;
    line-height: 30px;
}

.accordion-m .panel-heading a.collapsed i.fa:before {
    content: "\f067";
}

.accordion-m .panel-body,
.panel-group .panel+.panel {
    border: none !important;
    box-shadow: none !important;


}

.panel-body a:hover {
  color: #0099ff;
}

.accordion-m .panel-body {
    padding-left: 28px;
    background-color: #eeeeee;
}

/* ----------------------------------------------------------------------------------------
*                                   9. FAQ-Cordon
* --------------------------------------------------------------------------------------- */

.faq-area3 {

  background: #fff;
}



.accordion-c .panel-heading {
    background: #0061AC;
    border-radius: 5px;
}

.accordion-c .panel-title {
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
}

.accordion-c .panel-heading a {
    color: #fff;
}

.accordion-c .panel-heading i.fa {
    float: left;
    margin-right: 15px;
    line-height: 30px;
}

.accordion-c .panel-heading a.collapsed i.fa:before {
    content: "\f067";
}

.accordion-c .panel-body,
.panel-group .panel+.panel {
    border: none !important;
    box-shadow: none !important;


}

.panel-body a:hover {
  color: #0099ff;
}



/* ----------------------------------------------------------------------------------------
*                                   10. Client area css
* --------------------------------------------------------------------------------------- */
.client-area {
    background: #f5f5f5;
}

.client-area .row .item{
	text-align:center;
	padding:0 0 50px 0;
}
.client-area .row .item img{
	/*max-width:136px;
	height:100%;*/
	max-height:80px;
	min-height:80px;
	width:auto;
}

.client-area .row .item.levis img{
	max-height:65px;
	min-height:65px;
	margin:12px 0 0px 0;
    /*margin:20px 0 20px 0;*/
	/*padding:20px 0 20px 0;*/
}

.client-area .row .item.cmq img{
	max-height:60px;
	min-height:60px;
	margin:20px 0 0px 0;
    /*margin:20px 0 20px 0;*/
	/*padding:20px 0 20px 0;*/
}



/*
.client-area .row{
	text-align:center;
}
.client-area .row .item{
	float:left;
	width:150px;
	height:150px;
	text-align:center;
	vertical-align:top;
	padding:0 0 50px 0;
}
.client-area .row .item img{
	
}
*/


.owl-client {}
.owl-client .item {
    margin: 0 7px;
}
.owl-client .item img {
    width: auto;
    max-width: 100%;
    padding: 0 15px;
}





/* ----------------------------------------------------------------------------------------
*                                   11. Contact area css
* --------------------------------------------------------------------------------------- */

.contact-form {
    background-color: #f5f5f5;
    padding: 30px;
    padding-top: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.form-control {
    display: block;
    border: 0px;
    width: 100%;
    height: 45px;
    padding: 5px 0px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #333;
    background-color: #f5f5f5;
    background-image: none;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 5px;
}

.form-control:focus {
    border-color: #333;
    outline: 0;
    box-shadow: none;
}

.contact-form .form-group {
    position: relative;
    padding-left: 35px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.contact-form .form-group:before {
    position: absolute;
    height: 45px;
    font-family: FontAwesome;
    top: 0;
    left: 0;
    width: 20px;
    text-align: center;
    line-height: 45px;
    color: #0061AC;
    font-size: 18px;
}

.in_name:before {content: '\f007';}
.in_email:before {content: '\f1d8';}
.in_message:before {content: '\f0e0';}

.contact-form textarea#message {
    padding-top: 10px;
    height: 99px;
}

#submitButton {}

.success {
    background: #fff none repeat scroll 0 0;
    color: #50B948;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}

.error {
    background: #fff none repeat scroll 0 0;
    color: #ff0000;
    font-weight: 700;
    padding: 20px;
    text-align: center;
}

.contact-area{
	text-align:center;
}

.contact-info {
    margin-bottom: 30px;
}

.address-box {
	max-width: 700px;
	margin: auto;
}

.address {
    padding: 30px;
    background: #f5f5f5;
    border-radius: 10px;
}

.address h3 {
    margin-top: 0;
}

.address-box {
    margin-bottom: 10px;
}

.address-box a.internet{
	color:#337ab7;
	text-decoration:underline;
}

.address-box p a:hover {
    color: #72849c;
}

.address-box p, .address-box p a {
    color: inherit;
    margin: 0;
}

.social-links {
    overflow: hidden;
    margin-top: 30px;
}

.social-links li {
    list-style: none;
    float: left;
    margin-right: 10px;
}

.social-links li a i {
    width: 55px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    color: #fff;
    background-color: #0061AC;
    font-size: 25px;
    border-radius: 5px;
}

.social-links li a:hover i {
    background-color: #72849c;
}









/* ----------------------------------------------------------------------------------------
*                                   12. Footer area css
* --------------------------------------------------------------------------------------- */

.footer-area {
    background: #72849c;
    color: #fff;
    text-align: center;
}
.footer-area p {
    margin: 0;
    line-height: 60px;
}
.footer-area a {
    color: #fff;
}


/* ---------------------------------------------------
  Gradient CSS
------------------------------------------------------ */
/*.slider-area {
    background: -webkit-linear-gradient(to left, #f45811 , #0061AC);
    background: linear-gradient(to left, #f45811 , #0061AC);
}
