
@import url(https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);

.pictogramme img {
    width: auto;
}

.particulier {
    color: #000;
}

.professionnel {
    color: #000;
}


.carousel-fade.fade-5 .carousel-inner .item {
    opacity: 0.8;
    -webkit-transition: opacity linear 5s;
    -moz-transition: opacity linear 5s;
    -o-transition: opacity linear 5s;
    transition: opacity linear 5s;
}

.carousel-fade.fade-3 .carousel-inner .item {
    opacity: 0.8;
    -webkit-transition: opacity linear 3s;
    -moz-transition: opacity linear 3s;
    -o-transition: opacity linear 3s;
    transition: opacity linear 3s;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

    .carousel-fade .carousel-inner .active.left,
    .carousel-fade .carousel-inner .active.right {
        left: 0;
        opacity: 0;
        z-index: 1;
    }

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}


/* Carousel Scale */


.carousel-fade .item.active {
    animation: zoom 50s;
    -moz-animation: zoom 50s;
    -webkit-animation: zoom 50s;
    -o-animation: zoom 50s;
}

@keyframes zoom {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.5);
    }
}

@-moz-keyframes zoom {
    from {
        -moz-transform: scale(1);
    }

    to {
        -moz-transform: scale(1.5);
    }
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1);
    }

    to {
        -webkit-transform: scale(1.5);
    }
}

@-o-keyframes zoom {
    from {
        -o-transform: scale(1);
    }

    to {
        -o-transform: scale(1.5);
    }
}




/*-----------------bloc-visuel--------------*/

.bloc-visuel.particulier {
    background: #006fb9;
}

.bloc-visuel.pro {
    background: #7c98ad;
}

.bloc-visuel .visuel {
    width: 100%;
}

    .bloc-visuel .visuel:hover {
        opacity: 0.5;
        cursor: pointer;
    }

.bloc-visuel .picto {
    text-align: center;
    margin: 5px 0;
}

    .bloc-visuel .picto img {
        height: 40px;
    }

.bloc-visuel .libelle {
    height: 4em;
    text-align: right;
}

    .bloc-visuel .libelle span {
        max-width: 170px;
        vertical-align: bottom;
        color: #fff;
        text-transform: uppercase;
        font-family: "Open Sans Condensed";
        font-weight: bold;
        letter-spacing: 0.1em;
        font-size: 1.2em;
    }

section.simulator h2 {
    width: 100%;
    text-align: center;
    padding: 5px;
    font-family: "Maven Pro";
    font-weight: 500;
    color: #fff;
    font-size: 1.2em;
    letter-spacing: 0.05em;
}

h2.blue {
    background: #203a6c;
}

.triangle.blue {
    margin: 0 auto 10px auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 20px;
    border-color: #203b6c transparent transparent transparent;
    line-height: 0px;
    _border-color: #203b6c #000000 #000000 #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

/*#1abc9c turquoise
#e67e22 orange
#fbce20 jaune*/

.bordure {
    width: 100%;
}

    .bordure.turquoise {
        height: 10px;
        background: #1abc9c;
    }

    .bordure.orange {
        height: 2px;
        background: #e67e22;
    }

    .bordure.jaune {
        height: 5px;
        background: #fbce20;
    }

    .bordure.blue {
        height: 5px;
        background: #203b6c;
    }

.triangle {
    margin: 0 20%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    line-height: 0px;
}

    .triangle.turquoise {
        border-color: #1abc9c transparent transparent transparent;
        _border-color: #1abc9c #000000 #000000 #000000;
        _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    }

    .triangle.orange {
        border-color: #e67e22 transparent transparent transparent;
        _border-color: #e67e22 #000000 #000000 #000000;
        _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    }

    .triangle.jaune {
        border-color: #fbce20 transparent transparent transparent;
        _border-color: #fbce20 #000000 #000000 #000000;
        _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    }

.un-avantage {
    font-family: "Maven Pro";
    font-weight: 600;
}

    .un-avantage p, .un-avantage span {
        vertical-align: bottom;
    }

    .un-avantage p {
        margin: 0 0 10px 10%;
    }

    .un-avantage.turquoise {
        color: #1abc9c
    }

    .un-avantage.orange {
        color: #e67e22;
    }

    .un-avantage.jaune {
        color: #fbce20;
    }

.chiffre {
    font-size: 1.2em;
}


/*-------------------Banners--------------*/
.banner {
    margin: 10px 0 0 0;
    width: 100%;
    color: #fff;
}

    .banner img {
        height: 60px;
        margin: 10px;
    }

    .banner.part {
        background: #006fb9;
        font-family: "Maven Pro";
        font-weight: bold;
    }

    .banner.bleu {
        background: #203a6c;
        font-family: "Open Sans";
        font-weight: 600;
        font-size: 1.3em;
        padding: 10px 0;
        border-radius: 5px
    }


.simulateur {
    padding: 20px 50px;
    background: #d2d3d5;
    margin-bottom: 10px;
}

    .simulateur .accroche {
        margin: 10px 0 30px 0;
    }

    section.simulator .simulateur h2 {
        text-align: left;
    }

        .simulateur h2.part {
            color: #006fb9
        }

        .simulateur h2.pro {
            color: #7c98ad
        }

    .simulateur input {
        border: 1px solid #006fb9;
        border-radius: 5px;
        margin: 5px 0;
        padding: 5px;
        width: 100%
    }

	.pro .simulateur input {
		border: 1px solid rgb(124, 152, 173);
	}

        .simulateur input[type="submit"] {
            background: #006fb9;
            color: #fff;
        }

		.pro .simulateur input[type="submit"] {
			background: rgb(124, 152, 173);
		}

    .simulateur label {
        font-family: "Maven Pro";
        font-weight: normal;
        margin: 10px 0;
    }

    .simulateur .btn-hover {
        text-align: center;
        border: 2px solid #d2d3d5;
        margin: 0 auto;
        padding: 10px;
        background: #e9e9ea;
        border-radius: 10px;
    }



        .simulateur .btn-hover:hover, .simulateur .btn-hover.active {
            border: 2px solid #006fb9;
            cursor: pointer;
        }

		.pro .simulateur .btn-hover:hover, .pro .simulateur .btn-hover.active {
			border: 2px solid rgb(124, 152, 173);
		}

.input-checkbox-invisible {
    /*debug*/
    display: none;
}


/*------------------Les offres------------*/
h2.les-offres {
    font-size: 1.3em;
    background: #006fb9
}

.une-offre {
    text-align: center;
    padding: 50px 0;
}

    .une-offre img {
        margin: 0 2px
    }

    .une-offre span {
        display: block;
    }

    .une-offre h3 {
        font-family: "Open Sans Condensed";
        font-weight: 700;
        font-size: 1.2em;
        text-align: left;
    }

    .une-offre .col-md-10 {
        text-align: left;
    }

    .une-offre:hover h3.orange {
        color: #7c98ad;
    }

    .une-offre:hover h3.part {
        color: #006fb9;
    }

	.pro .une-offre:hover h3.part {
		color: rgb(124, 152, 173);
	}


.text-center h3 {
    text-align: center;
}
/*debeug*/

.subtitle {
    margin-bottom: 20px;
}


.sous-h3 {
    display: block;
    font-style: italic;
    font-size: 0.8em;
    margin-bottom: 20px;
}

.une-offre:hover {
    cursor: pointer
}

    .une-offre:hover .triangle-hover {
        margin: 0 auto 10px auto;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 20px 20px 0 20px;
        line-height: 0px;
    }

        .une-offre:hover .triangle-hover.orange {
            border-color: #7c98ad transparent transparent transparent;
            _border-color: #7c98ad #ffffff #ffffff #ffffff;
            _filter: progid:DXImageTransform.Microsoft.Chroma(color='#ffffff');
            border-color: #7c98ad transparent transparent transparent;
            _border-color: #7c98ad #ffffff #ffffff #ffffff;
            _filter: progid:DXImageTransform.Microsoft.Chroma(color='#ffffff');
        }

        .une-offre:hover .triangle-hover.part {
            border-color: #006fb9 transparent transparent transparent;
            _border-color: #006fb9 #ffffff #ffffff #ffffff;
            _filter: progid:DXImageTransform.Microsoft.Chroma(color='#ffffff');
            border-color: #006fb9 transparent transparent transparent;
            _border-color: #006fb9 #ffffff #ffffff #ffffff;
            _filter: progid:DXImageTransform.Microsoft.Chroma(color='#ffffff');
        }

		.pro .une-offre:hover .triangle-hover.part {
			border-color: rgb(124, 152, 173) transparent transparent transparent;
			_border-color: rgb(124, 152, 173) #ffffff #ffffff #ffffff;
			_filter: progid:DXImageTransform.Microsoft.Chroma(color='#ffffff');
			border-color: rgb(124, 152, 173) transparent transparent transparent;
			_border-color: rgb(124, 152, 173) #ffffff #ffffff #ffffff;
			_filter: progid:DXImageTransform.Microsoft.Chroma(color='#ffffff');
		}

.triangle-hover {
    height: 20px;
}

.vertical-align {
    display: flex;
    flex-direction: row;
}

    .vertical-align > [class^="col-"], .vertical-align > [class*=" col-"] {
        display: flex;
        align-items: center;
        justify-content: center;
    }

/*-------------------Une offre-------------*/

.une-offre {
    padding: 0 15px;
}

    .une-offre h1 {
        font-family: "Open Sans Condensed";
        text-align: center;
        text-transform: uppercase;
        padding: 0.6em;
        margin: 1em 0;
        font-size: 1.8em;
        letter-spacing: 0.1em
    }

    .une-offre.particulier h1 {
        background-color: #dd232e;
        color: #fff
    }

    .une-offre.pro h1 {
        background-color: #dd232e;
        color: #fff
    }

    .une-offre h2 {
        display: block;
        width: 95%;
        font-family: "Open Sans Condensed";
        letter-spacing: 0.2em;
        text-align: center;
        color: #000;
        margin: 10px 0;
        border-bottom: 1px solid #666;
    }


.margin-top {
    margin: 5px 0;
}

.picto-offre, .picto {
    height: 60px;
}

.picto-offre {
    padding: 5px;
    margin: 10px;
    border-radius: 30px;
    text-align: center
}

    .picto-offre.professionnel {
        background: #e0e0e0;
    }

    .picto-offre.pro {
        background: #e0e0e0;
    }

    .picto-offre.particulier {
        background: #e0e0e0;
    }

    .picto-offre:hover {
        background: #e0e0e0;
    }


input.particulier, button.particulier {
    background: #dd232e;
    border: none;
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    color: #ffffff;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
}

    input.particulier:hover, button.particulier:hover {
        background: #dd232e;
        text-decoration: none;
    }


input.professionnel, button.professionnel {
    background: #dd232e;
    border: none;
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    color: #ffffff;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    text-transform: uppercase;
}

    input.professionnel:hover, button.professionnel:hover {
        background: #dd232e;
        text-decoration: none;
    }

.margin-button {
    margin: 20px 0;
    clear: both;
}


.tableau-offre {
    text-align: center;
    margin: 0px;
    padding: 0px;
    width: 80%;
    margin: 0 auto;
    /*border:1px solid #000000;*/
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}

    .tableau-offre th, .tableau-offre tr, .tableau-offre td {
        text-align: center
    }

    .tableau-offre table {
        border-collapse: collapse;
        border-spacing: 0;
        width: 100%;
        height: 100%;
        margin: 0px;
        padding: 0px;
    }

    .tableau-offre tr:last-child td:last-child {
        -moz-border-radius-bottomright: 0px;
        -webkit-border-bottom-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .tableau-offre table tr:first-child td:first-child {
        -moz-border-radius-topleft: 0px;
        -webkit-border-top-left-radius: 0px;
        border-top-left-radius: 0px;
    }

    .tableau-offre table tr:first-child td:last-child {
        -moz-border-radius-topright: 0px;
        -webkit-border-top-right-radius: 0px;
        border-top-right-radius: 0px;
    }

    .tableau-offre tr:last-child td:first-child {
        -moz-border-radius-bottomleft: 0px;
        -webkit-border-bottom-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .tableau-offre tr:hover td {
    }

    .tableau-offre tr:nth-child(odd) {
        background-color: #e5e5e5;
    }

    .tableau-offre tr:nth-child(even) {
        background-color: #ffffff;
    }

    .tableau-offre td {
        vertical-align: middle;
        /*border:1px solid #000000;*/
        border-width: 0px 1px 1px 0px;
        text-align: left;
        padding: 10px;
        font-weight: normal;
        color: #000000;
    }

    .tableau-offre tr:last-child td {
        border-width: 0px 1px 0px 0px;
    }

    .tableau-offre tr td:last-child {
        border-width: 0px 0px 1px 0px;
    }

    .tableau-offre tr:last-child td:last-child {
        border-width: 0px 0px 0px 0px;
    }

    .tableau-offre tr:first-child td {
        background: -o-linear-gradient(bottom, #cccccc 5%, #cccccc 100%);
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #cccccc) );
        background: -moz-linear-gradient( center top, #cccccc 5%, #cccccc 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#cccccc");
        background: -o-linear-gradient(top,#cccccc,cccccc);
        background-color: #cccccc;
        border: 0px solid #ffffff;
        text-align: center;
        border-width: 0px 0px 1px 1px;
        font-size: 14px;
        font-weight: bold;
        color: #000000;
    }

    .tableau-offre tr:first-child:hover td {
        background: -o-linear-gradient(bottom, #cccccc 5%, #cccccc 100%);
        background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cccccc), color-stop(1, #cccccc) );
        background: -moz-linear-gradient( center top, #cccccc 5%, #cccccc 100% );
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#cccccc", endColorstr="#cccccc");
        background: -o-linear-gradient(top,#cccccc,cccccc);
        background-color: #cccccc;
    }

    .tableau-offre tr:first-child td:first-child {
        border-width: 0px 0px 1px 0px;
    }

    .tableau-offre tr:first-child td:last-child {
        border-width: 0px 0px 1px 1px;
    }

section.simulationForm img.img-arrow {
    width: 15px;
    background: #006fb9;
    vertical-align: middle;
    margin: 0 5px
}

.liens-noir a {
    color: #000
}

.warning {
    background: #f8f9f9;
    border: 1px solid #ccc;
    margin: 20px 20px;
    padding: 10px;
    text-align: center;
}

.banner-grise {
    width: 100%;
    background: #d2d3d5;
    padding: 50px 0;
    margin-bottom: 50px;
}

section.simulationForm p, section.simulationForm h1, section.simulationForm h2, section.simulationForm h3, section.simulationForm h4, section.simulationForm h5, section.simulationForm h6 {
    font-size: 16px;
}

section.simulationForm .content {
    margin: 0 20px;
    padding: 0;
}

.banner-grise h1 {
    font-size: 21px;
    font-weight: 600;
    color: #588ccc;
}

.picto img {
    max-width: 50px;
    max-height: 50px;
}

section.simulationForm img {
    width: auto;
}

.visuel:hover {
    opacity: 0.8;
}

.visuel {
    border-bottom: 10px solid #3e7dca;
}

.blue {
    /* background-color: #3e7dca; */
}

.semi-square {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.styled-select {
    height: 29px;
    overflow: hidden;
}

select {
    background: #fff;
    width: 50%;
}

.bold-blue.particulier {
    color: #3e7dca;
}

.bold-blue {
    font-weight: bold;
    color: #3e7dca;
}

.particulier {
    color: #000;
}

.step {
    display: inline-block;
}

#wall h3 {
    text-indent: 25px;
    margin: 0;
    background: #E5E5E5;
    padding-top: 5px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

#wall #social-stream {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#wall .dcsns-toolbar {
    height: 29px;
    box-sizing: initial;
}

#wall .stream li .section-intro {
    box-sizing: initial;
}

.avantage.turquoise {
    background: #1abc9c;
    color: #ffffff;
}

.avantage.orange {
    background: #e67e22;
    color: #ffffff;
}

.avantage.jaune {
    background: #fbce20;
    color: #ffffff;
}

.avantage {
    vertical-align: top;
    margin: 0 0 10px 0;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-weight: bold;
}

.avantage p {
    margin: 0;
}