/* Font Face */
@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/Mark Simonson - Proxima Nova Alt Regular-webfont.eot');
    src: url('../fonts/Mark Simonson - Proxima Nova Alt Regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Mark Simonson - Proxima Nova Alt Regular-webfont.woff') format('woff'),
    url('../fonts/Mark Simonson - Proxima Nova Alt Regular-webfont.ttf') format('truetype'),
    url('../fonts/Mark Simonson - Proxima Nova Alt Regular-webfont.svg#proxima_nova_altregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova Bold';
    src: url('../fonts/Mark Simonson - Proxima Nova Alt Bold-webfont.eot');
    src: url('../fonts/Mark Simonson - Proxima Nova Alt Bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Mark Simonson - Proxima Nova Alt Bold-webfont.woff2') format('woff2'),
    url('../fonts/Mark Simonson - Proxima Nova Alt Bold-webfont.woff') format('woff'),
    url('../fonts/Mark Simonson - Proxima Nova Alt Bold-webfont.ttf') format('truetype'),
    url('../fonts/Mark Simonson - Proxima Nova Alt Bold-webfont.svg#proxima_nova_altbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Proxima Nova Thin';
    src: url('../fonts/Mark Simonson - Proxima Nova Thin-webfont.eot');
    src: url('../fonts/Mark Simonson - Proxima Nova Thin-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Mark Simonson - Proxima Nova Thin-webfont.woff2') format('woff2'),
    url('../fonts/Mark Simonson - Proxima Nova Thin-webfont.woff') format('woff'),
    url('../fonts/Mark Simonson - Proxima Nova Thin-webfont.ttf') format('truetype'),
    url('../fonts/Mark Simonson - Proxima Nova Thin-webfont.svg#proxima_nova_ltthin') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Généralités */
body {
    font-family: 'Proxima Nova', sans-serif;
    overflow-x:hidden;
}
a, a:hover {
    color: #fff;
}
button {
    cursor: pointer;
}

/* Boutons */
.btn-outline-warning {
    font-family: 'Proxima Nova Bold', serif;
    font-size: 26px;
    color: #ff7400;
    border-color: #ff7400;
    padding: 15px 50px;
    margin-top: 42px;
    transition: all 0.5s;
}
.btn-outline-warning:hover {
    color: #fff;
    background-color: #ff7400;
    border-color: #ff7400;
}
.btn-outline-warning.focus, .btn-outline-warning:focus {
    box-shadow: none;
}
.btn-outline-warning:not([disabled]):not(.disabled).active, .btn-outline-warning:not([disabled]):not(.disabled):active, .show>.btn-outline-warning.dropdown-toggle {
    background-color: #ff7400;
    border-color: #ff7400;
    box-shadow: none;
}
.btn-outline-light {
    font-family: 'Proxima Nova Bold', serif;
    font-size: 20px;
    padding: 10px 35px;
    transition: all 0.5s;
    color: #abd4a2;
    border-color: #abd4a2;
}
.btn-outline-light:hover {
    color: #006a53;
    background-color: #fff;
    border-color: #fff;
}
.btn-outline-light.focus, .btn-outline-light:focus {
    box-shadow: none;
}
.btn-outline-light:not([disabled]):not(.disabled).active, .btn-outline-light:not([disabled]):not(.disabled):active, .show>.btn-outline-light.dropdown-toggle {
    background-color: #fff;
    border-color: #ffff;
    box-shadow: none;
}

/* CONTAINERS */
.container {
    max-width: 1920px;
    -webkit-background-size: contain;
    background-size: contain;
    background: url('../img/groupama_bg.jpg') no-repeat top;
}
.wrapper {
    max-width: 1170px;
}

.uppercase {
    text-transform: uppercase;
}

/* HEADER */
header {
    padding-top: 60px;
}
.link_groupama {
    margin-right: 11px;
}
.link_predict {
    margin-right: 31px;
}
.accroche {
    padding: 60px 0 0 0;
}
.accroche h1 {
    font-family: 'Proxima Nova Bold', serif;
    max-width: 100%;
    width: 100%;
    min-height: 50px;
    margin: 0;
    text-transform: uppercase;
    color: rgba(256,256,256, 0.8);
    font-size: 24px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background: -moz-linear-gradient(left, rgba(30,87,153,0) 0%, rgba(255,116,0,1) 30%, rgba(255,116,0,1) 50%, rgba(255,116,0,1) 70%, rgba(125,185,232,0) 100%);
    background: -webkit-linear-gradient(left, rgba(30,87,153,0) 0%,rgba(255,116,0,1) 30%,rgba(255,116,0,1) 50%,rgba(255,116,0,1) 70%,rgba(125,185,232,0) 100%);
    background: linear-gradient(to right, rgba(30,87,153,0) 0%,rgba(255,116,0,1) 30%,rgba(255,116,0,1) 50%,rgba(255,116,0,1) 70%,rgba(125,185,232,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#007db9e8',GradientType=1 );
}
.links_right {
    text-align: right;
}
.bloc-espace {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}
.titre_message {
    font-size: 32px;
    margin-top: 10px;
    font-family: 'Proxima Nova Bold', serif;
}
.date_salon {
    font-family: 'Proxima Nova Bold', serif;
}
.message {
    color: #fff;
    background: #23252f;
    font-size: 16px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.shadow {
    box-shadow: 0 26px 18px -14px #999;
}
.adresse {
    font-family: 'Proxima Nova Thin', serif;
    font-size: 30px;
}
.green_bold {
    font-family: 'Proxima Nova Bold', serif;
    color: #006a53;
    font-size: 20px;
}
.fleche {
    padding: 40px 0 45px 0;
    cursor: pointer;
    position: absolute;
}

#lien-vert{color: #006a53;}

/* Content - Corps */
.titre_principal{
margin-top: 100px;
}
.titre_principal h1 {
    font-family: 'Proxima Nova Bold', serif;
    text-transform: uppercase;
    color: #ff7400;
    margin-bottom: 0.6rem;
}
.titre_principal h2 {
    font-family: 'Proxima Nova Bold', serif;
    color: #006a53;
    font-size: 1.8rem;
    margin-bottom: 0;
    padding-bottom: 50px;
}
.paragraphe {
    color: #006a53;
}
.paragraphe p:last-of-type {
    padding: 0;
    margin: 0;
}
.conditions {
    font-size: 12px;
    color: #ababab;
    padding-bottom: 60px;
}
.conditions p {
    margin-bottom: 0;
}

/* Lanceurs */
.lanceurs-bg {
    background-color: #f5f4f0;
    height: 380px;
    color: white;
}
.lanceurs-bg a:hover {
    text-decoration: none;
}
.box-lanceur {
    width: 350px;
    min-height: 250px;
}
.rouge {
    background: url('../img/lanceur_rouge.jpg') no-repeat;
    transition: all 0.5s;
}
.l-bottom {
    font-family: 'Proxima Nova Bold', serif;
    padding-top: 140px;
    font-size: 24px;
}
.l-top {
    font-family: 'Proxima Nova Bold', serif;
    padding-top: 30px;
    font-size: 24px;
}
.espace {
    font-family: 'Proxima Nova Bold', serif;
    font-size: 16px;
}
.orange {
    background: url('../img/lanceur_orange.jpg') no-repeat;
    transition: all 0.5s;
}
.applis {
    padding-top: 20px;
}
.violet {
    background: url('../img/lanceur_violet.jpg') no-repeat;
    transition: all 0.5s;
}
.gris {
    background: url('../img/lanceur_gris.jpg') no-repeat;
    transition: all 0.5s;
}
.rouge:hover, .orange:hover, .violet:hover, .gris:hover {
    margin-top: -15px;
    box-shadow: 7px 10px 20px 1px #cfcfcf;
}
.img_appli_groupama {
    font-size: 13px;
    margin: 0 auto;
    padding-top: 15px;
}

.num_tel{
    font-weight: 900;
}

/* Vigie */
.vigie {
    background-image: url('../img/vigie_2.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom center;
    height: 400px;
}
.vigie h3 {
    font-family: 'Proxima Nova Bold', serif;
    color: #fff;
    font-size: 3rem;
    margin: 20px 0;
}

/* Collectivités */
.collectivite {
    color: #fff;
    height: 181px;
    background-image: url('../img/background_collectivite.jpg');
    background-repeat: no-repeat;
}

.collectivite .decouvrir {
    text-transform: uppercase;
}

/* Footer */
.footer {
    height: 60px;
    background-color: #006a53;
    color: #fff;
    font-size: 12px;
}
.footer a {
    color: white;
}



/* Responsive */
@media (min-width: 768px) and (max-width: 991px) {
    .accroche h1 {
        padding: 10px 0;
    }
    .message {
        box-shadow: none;
    }
    .lanceurs-bg {
        height: 600px;
    }
    .visuel {
        margin-top: 50px;
    }
    .conditions {
        padding-bottom: 20px;
    }
    .rouge, .orange {
        margin-bottom: 30px;
    }
    header {
        padding-top: 10px;
        text-align: center;
    }
    .links_right {
        padding-top: 50px;
        text-align: center;
    }
}

@media (min-width: 669px) and (max-width: 767px) {
    .accroche h1 {
        padding: 10px 0;
    }
    .message {
        box-shadow: none;
    }
    .lanceurs-bg {
        height: 900px;
    }
    .visuel {
        margin-top: 50px;
    }
    .conditions {
        padding-bottom: 20px;
    }
    .rouge, .orange {
        margin-bottom: 30px;
    }
    header {
        padding-top: 10px;
        text-align: center;
    }
    .links_right {
        padding-top: 50px;
        text-align: center;
    }
}

@media (max-width: 668px) {
    .accroche h1 {
        padding: 10px 0;
    }
    .message {
        box-shadow: none;
    }
    .lanceurs-bg {
        height: 900px;
    }
    .visuel {
        margin-top: 50px;
    }
    .conditions {
        padding-bottom: 20px;
    }
    .rouge, .orange {
        margin-bottom: 30px;
    }
    header {
        padding-top: 10px;
        text-align: center;
    }
    .links_right {
        padding-top: 60px;
        text-align: center;
    }
    .link_groupama {
        width: 90px;
    }
    .link_predict {
        width: 90px;
    }
    .link_client img {
        margin-top: 60px;
        width: 40px;
    }
    .btn-outline-warning {
        padding: 15px 20px;
    }
    .box-lanceur {
        width: 290px;
        background-position: -30px 0;
    }
    .img_appli_groupama {
        padding-top: 5px;
    }
    .applis {
        padding-top: 5px;
    }
    .l-top {
        padding-top: 5px;
    }
    .applis img:last-of-type {
        margin-top: 5px;
    }
    .orange .espace {
        margin-top: -5px;
    }
}
