/* --------------------------------------
=========================================
GLOBAL STYLES
=========================================
-----------------------------------------*/

html {
    font-size: 100%;
}

body {
    background: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #616161;
    line-height: 28px;
    text-align: center;
    overflow-x: hidden !important;
    margin: auto !important;
}


/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

a {
    -webkit-transition: all ease 0.25s;
            transition: all ease 0.25s;
}

a:hover {
    text-decoration: none;
}

.btn:focus,
.btn:active {
    outline: inherit;
}


/* Other fixes*/

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
            box-sizing: border-box;
}

ul,
ol {
    padding-left: 0 !important;
}

li {
    list-style: none;
}


/* PRE LOADER */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
    margin: -20px 0 0 -20px;
}

/*---------------------------------------
   Typography                
-----------------------------------------*/

/* FONT FACE LOADER */
@font-face {
    font-family: 'Lane';
    src: url('../fonts/lanenar_Lane.eot');
    src: url('../fonts/lanenar_Lane.eot?#iefix') format('embedded-opentype'), url('../fonts/lanenar_Lane.woff') format('woff'), url('../fonts/lanenar_Lane.ttf') format('truetype'), url('../fonts/lanenar_Lane.svg#Lane') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham_book';
    src: url('../fonts/Gotham-Book.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham_medium';
    src: url('../fonts/Gotham-Medium.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamNarrow_light';
    src: url('../fonts/GothamNarrow-Light.otf');
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
 
    @font-face {
        font-family: 'Lane';
        src: url('../fonts/lanenar_Lane.svg#Lane') format('svg');
    }
}

/* HEADINGS */

h1,
h2 {
    font-family: 'Gotham_medium';
    font-weight: 300;
}

h1 {
	font-family: 'Gotham_medium';
    font-weight: 300;
    font-size: 32px;
    line-height: 45px;
}

h2 {
	font-family: 'Gotham_book';
    font-size: 28px;
    line-height: 38px;
}

h3 {
	font-family: 'Gotham_medium';
    font-size: 24px;
    line-height: 38px;
    font-weight: 300;
}

h4 {
	font-family: 'Gotham_book'; 
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
}

h5 {
	font-family: 'Gotham_medium';
    font-size: 18px;
    font-weight: 300;
}


h6 {
	font-family: 'GothamNarrow_light';
    font-size: 18px;
    font-weight: 300;
}

p {
	font-family: 'GothamNarrow_light';
	font-weight: 300;
    font-size: 14px;
}

/*---------------------------------------
   CUSTOM BUTTON              
-----------------------------------------*/

.standard-button,
.standard-button2 {
    font-size: 18px;
    font-weight: 400 !important;
    border-radius: 15px !important;
    text-shadow: 0 !important;
    color: #333;
    min-width: 150px;
    border: none;
    padding: 12px 35px 12px 35px;
    margin: 20px 5px 5px 5px;
    -webkit-transition: all ease 0.25s;
            transition: all ease 0.25s;
}

.standard-button:hover,
.standard-button2:hover {
    border: none;
}

.standard-button i,
.standard-button2 i {
    vertical-align: inherit;
    margin-right: 8px;
    font-size: 24px;
}


/*---------------------------------------
   TEXTS               
-----------------------------------------*/

.white-text {
    color: #ffffff;
}

.yellow-text {
	color: #f1be42;
}

.dark-text {
    color: #333;
}

.grey-bg {
    background: #f8f9f9 !important;
}


/*---------------------------------------
   SECTIONS          
-----------------------------------------*/

.section-header {
    padding-bottom: 78px;
}

.section-header h2 {
    margin-bottom: 20px;
}

.section-header .section-description {
    display: inline-block;
    position: relative;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*---------------------------------------
   LINES          
-----------------------------------------*/

.colored-line {
    margin: auto;
    z-index: 1;
    width: 165px;
    height: 1px;
}

.white-line {
    margin: auto;
    z-index: 1;
    width: 165px;
    height: 1px;
    background: #ffffff;
}

.white-line-left{
    float: left;
    z-index: 1;
    display: block;
    width: 165px;
    height: 1px;
    background: #ffffff;
}

.colored-line-left {
    float: left;
    z-index: 1;
    display: block;
    width: 165px;
    height: 1px;
}

/*---------------------------------------
=========================================
 **   SECTION STYLES                
=========================================
-----------------------------------------*/

/*---------------------------------------
   SECTION:  HOME                 
-----------------------------------------*/

header {
    background: url(../images/v2/bg-top-last.png) no-repeat center top fixed;
    -webkit-background-size: cover;
            background-size: cover;
}

header .color-overlay {
    min-height: 900px;
}

header .full-screen {
    width: 100%;
    height: 100px;
}

/* TOP BAR WITH NAVIGATION */

.sticky-navigation {
  min-height: 60px;
  background: #FFFFFF;
  border: none;
  padding: 0 !important;
  margin-bottom: 0 !important;
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
          box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
}

.sticky-navigation .navbar-header img {
  max-height: 35px;
  -webkit-backface-visibility: hidden;
}

.sticky-navigation .main-navigation .current a {
  color: #000000 !important;
  position: relative;
  outline: none;
}

.sticky-navigation .main-navigation li a {
  line-height: 30px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

.sticky-navigation .main-navigation li a:hover {
    color: #000000;
}

.navbar-inverse .navbar-toggle {
border-color: #313131;
background: #313131;
}

header .only-logo .navbar {
    background: none;
    padding: 30px 0px 0px 0px;
    text-align: left;
}

header .only-logo .navbar .navbar-header {
    float: none;
}

/* INTRO */

header .home-contents {
    margin-top: 0%;
}

header .intro-section {
    text-align: left;
}

header .intro-section .standard-button {
    margin: 0;
}

header .phone-image {
    max-width: 380px;
    margin: auto;
    margin-bottom: 50px;
}

header .phone-image img {
    width: 100%;
}

header .intro-section .intro {
    color: #ffffff;
    margin-bottom: 36px;
}

header .intro-section h5 {
    color: #ffffff;
}

header .intro-section .buttons {
    margin-top: 35px;
}

/*---------------------------------------
   SECTION:  FONCTIONNALITÉS                
-----------------------------------------*/

.features {
    padding-top: 80px;
    padding-bottom: 30px;
    background: #ffffff;
}

.features .features-left {
    text-align: right;
    margin-top: 26px;
    margin-bottom: 80px;
}

.features .features-left .icon-container {
    float: right;
    margin-left: 20px;
}

.features .features-right {
    text-align: left;
    margin-top: 26px;
    margin-bottom: 80px;
}

.features .features-right .icon-container {
    float: left;
    margin-right: 20px;
}

.features .feature {
    margin-bottom: 40px;
}

.features .feature .icon-container {
    display: block;
    min-height: 120px;
    margin-top: 5px;
}

.features .feature .icon-container .icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    line-height: 55px;
    font-size: 18px;
    text-align: center;
    -webkit-transition: all ease-in 0.25s;
            transition: all ease-in 0.25s;
    -webkit-background-clip: padding-box;
           -moz-background-clip: padding;
            background-clip: padding-box;
}

.features .phone-image {
    max-width: 320px;
    margin: auto;
    margin-bottom: 80px;
}

.features .phone-image img {
    width: 100%;
}


/*---------------------------------------
   SECTION:  DESCRIPTION         
-----------------------------------------*/
 .descrip {
    background: url('../images/v2/bg-simplepratique.png') no-repeat center fixed;
    -webkit-background-size: cover;
            background-size: cover;
}

.descrip h2 {
	padding-top: 110px;
    margin-bottom: 20px;
}

.descrip .left-align {
    text-align: center;
    margin-bottom: 50px;
}

.descrip .left-align p {
    display: block;
    float: none;
    margin-top: 40px;
}

.descrip .descrip-left {
	text-align: right;
    margin-top: 26px;
    margin-bottom: 80px;
}

.descrip .descrip-left .icon-form {
    float: right;
    margin-left: 20px;
}

.descrip .descrip-right {
    text-align: left;
    margin-top: 26px;
    margin-bottom: 80px;
}

.descrip .descrip-right .icon-form {
    float: left;
    margin-right: 20px;
}

.descrip .descrip {
    margin-bottom: 80px;
}

.descrip .descrip .icon-form {
    display: block;
    padding-bottom: 30px:
    min-height: 130px;
    min-width: 130px;
    margin-top: 5px;
}

.descrip .descrip .icon-form .icon {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    line-height:130px;
    font-size: 40px;
    text-align: center;
    -webkit-transition: all ease-in 0.25s;
            transition: all ease-in 0.25s;
    -webkit-background-clip: padding-box;
           -moz-background-clip: padding;
            background-clip: padding-box;
}

/*---------------------------------------
   SECTION:  COOP        
-----------------------------------------*/

.app-coop .phone-image2 img {
    width: 100%;
}

.app-coop {
    padding-top: 110px;
    padding-bottom: 40px;
}

.app-coop h2 {
    margin-bottom: 20px;
}

.app-coop .left-align {
    text-align: left;
    margin-bottom: 50px;
}

.app-coop .left-align p {
    display: block;
    float: none;
    margin-top: 50px;
}

/*---------------------------------------
   SECTION:  VALET        
-----------------------------------------*/

.app-valet {
    padding-top: 110px;
    padding-bottom: 60px;
}

.app-valet h2 {
    margin-bottom: 20px;
}

.app-valet .left-align {
    text-align: left;
    margin-bottom: 50px;
}

.app-valet .left-align p {
    display: block;
    float: none;
    margin-top: 50px;
}

.app-valet .phone-image3 img {
	width: 100%;
	padding: 20px;
	margin-top: 40px;
	margin-bottom: 120px;
}


/*---------------------------------------
   SECTION:  DOWNLOAD                 
-----------------------------------------*/


.download {
    background: url('../images/v2/bg-top-last.png') no-repeat center fixed;
    -webkit-background-size: cover;
            background-size: cover;
    color: #ffffff;
}

.download .color-overlay {
    padding-top: 110px;
    padding-bottom: 70px;
}

	
.download .download-container {
    padding-bottom: 80px;
}

.download  .phone-image4 img {
	margin: 20px;
	width: 15%;
}

/*---------------------------------------
   SECTION:  COPYRIGHT                 
-----------------------------------------*/
.copyright{
	font-size: 14px;
}
/* Stats grid rows */
.stats-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.stats-row:first-of-type {
    margin-top: 40px;
}

@media (min-width: 1200px) {
    .stats-row {
        grid-template-columns: repeat(3, minmax(220px, 1fr));
    }
}

.coop-coverage {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.coop-pill {
    background: rgba(255, 165, 0, 0.1);
    color: #fbbf24;
    padding: 8px 16px;
    border-radius: 999px;
    font-weight: 600;
    display: inline-block;
    max-width: 180px;
    white-space: normal;
    text-align: center;
}
@media (max-width: 767px) {
    .coop-coverage {
        justify-content: center;
    }
}
