﻿
/*-------------- STYLES GÉNÉRAUX ----------------*/
.img-lien {
    display: inline-block;
}

body {
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    cursor: default;
    overflow-x: hidden;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.align-justify {
    text-align: justify;
}

strong, label, .strong {
    font-weight: 600;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

h4 {
    line-height: 24px;
}

h5 {
    font-size: 15px;
    line-height: 22px;
}

p {
    line-height: 22px;
}

::selection {
    background-color: #3a57b0;
    color: #fff;
}

hr {
    border: solid 1px #666;
    width: 250px;
    margin: 0 auto;
    margin-top: 50px;
}

.small {
    font-size: 12px;
    line-height: 20px;
}

label.error, .alert-error {
    font-weight: 600;
}

.alert-error {
    padding: 0px;
}

.alert {
    border-radius: 0px;
}

.alert-info {
    color: #333;
    background-color: rgba(51, 76, 148, 0.17);
    border-color: #334c94;
}

a, a:hover, a:visited, a:focus {
    color: #2959e8;
}

.icone-geante {
    font-size: 80px;
    text-shadow: 0px 15px 7px rgba(000,000,000,0.2);
    color: #444
}

.paragraphe {
    max-width: 550px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.paragraphe-2 {
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.paragraphe-3 {
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 15px;
    overflow: hidden;
}

.max-width {
    max-width: 750px;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.margin {
    margin: 15px;
}

.margin-btn {
    margin: 5px;
}

.margin-top {
    margin-top: 30px !important;
}

.margin-left {
    margin-left: 35px;
}

.margin-right {
    margin-right: 35px;
}

.margin-bottom {
    margin-bottom: 30px;
}

.danger {
    background-color: #ffc9c9;
    box-shadow: 0px 2px 5px rgba(000,000,000,0.3);
    border-radius: 10px;
}

    .danger h3, .danger p, .danger h4 {
        padding: 15px
    }

.boite-grise {
    background-color: #f9f9f9;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 30px;
    text-align: left;
    border: solid 1px #ddd;
}

.les-logos .margin {
    margin: 15px;
}

.full-width {
    width: 100%;
}

.social-icon {
    font-size: 30px;
    margin: 0px 3px;
}

    .social-icon:hover {
        color: #334c94;
    }

.green {
    color: #77b12a !important;
}

.red, label.error, .alert-error {
    color: #FD582F !important;
}
/*------------------------- TABLEAUX -----------------------*/
.conteneur-tableau {
    max-height: 400px;
    overflow-y: scroll;
}

table {
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #ccc;
    text-align: left;
    padding: 15px 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}
/*-------------- BOUTONS ----------------*/
.btn {
    border-radius: 1px;
}

    .btn:focus {
        outline: none !important;
        box-shadow: none !important;
    }

.btn-primary, .btn-primary:visited {
    background-color: #4060be;
    border-color: #4060be;
    color: #fff;
    box-shadow: 0px 2px 6px rgba(000,000,000,0.2);
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
        background-color: #3a57b0 !important;
        border-color: #3a57b0 !important;
        box-shadow: none !important;
        box-shadow: 0px 2px 6px rgba(000,000,000,0.2) !important;
    }

.btn-default, .btn-default:visited {
    background-color: #aaa;
    border-color: #aaa;
    color: #fff;
    box-shadow: 0px 2px 6px rgba(000,000,000,0.2);
}

    .btn-default:hover, .btn-default:focus, .btn-default:active {
        background-color: #a4a4a4 !important;
        color: #fff !important;
        border-color: #a4a4a4 !important;
        box-shadow: none !important;
        box-shadow: 0px 2px 6px rgba(000,000,000,0.2) !important;
    }

.btn-gris, .btn-gris:visited {
    background-color: #eee;
    border-color: #ccc;
    color: #333;
}

    .btn-gris:hover, .btn-gris:focus, .btn-gris:active {
        background-color: #e4e4e4 !important;
        color: #333 !important;
        border-color: #ccc !important;
        box-shadow: none !important;
    }

.boite-modif .btn-xs:hover {
    color: #4060be;
    text-decoration: underline;
}
/*-------------- FORMULAIRES ----------------*/
.form-control {
    border-radius: 0px;
    box-shadow: none;
}

    .form-control:focus {
        box-shadow: none;
        box-shadow: 0px 1px 5px rgba(000,000,000,0.3);
        border-color: #ddd;
        -webkit-transition: all .2s ease-in-out !important;
        -moz-transition: all .2s ease-in-out !important;
        -o-transition: all .2s ease-in-out !important;
        transition: all .2s ease-in-out !important;
    }

textarea {
    max-width: 100%;
}
/*-------------- ENTETE FIXE ----------------*/
.entete-fixe {
    background-color: #77b12a;
    height: 96px;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    padding: 0;
    z-index: 1000;
    box-shadow: 0px 2px 10px rgba(000,000,000,0.2);
    -webkit-transition: all .2s ease-in-out !important;
    -moz-transition: all .2s ease-in-out !important;
    -o-transition: all .2s ease-in-out !important;
    transition: all .2s ease-in-out !important;
}

.conteneur-logo {
    height: 96px;
    text-align: center;
    line-height: 90px;
    width: 110px;
    background-color: rgba(255,255,255,0.3);
    -webkit-transition: all .2s ease-in-out !important;
    -moz-transition: all .2s ease-in-out !important;
    -o-transition: all .2s ease-in-out !important;
    transition: all .2s ease-in-out !important;
}

.logo-craaq {
    width: 80px;
    height: 80px;
}

.conteneur-texte-logo {
    height: 96px;
    position: fixed;
    left: 145px;
    -webkit-transition: all .2s ease-in-out !important;
    -moz-transition: all .2s ease-in-out !important;
    -o-transition: all .2s ease-in-out !important;
    transition: all .2s ease-in-out !important;
}

    .conteneur-texte-logo h3 {
        line-height: 96px;
        margin: 0px;
    }

    .conteneur-texte-logo h3, .conteneur-texte-logo a, .conteneur-texte-logo a:visited, .conteneur-texte-logo a:focus, .conteneur-texte-logo a:hover, .conteneur-texte-logo a:visited, .conteneur-texte-logo a:focus {
        color: #fff;
        text-decoration: none;
    }

.conteneur-menu, .conteneur-menu-connected {
    float: right;
    height: 96px;
    line-height: 96px;
    width: 340px;
    -webkit-transition: all .2s ease-in-out !important;
    -moz-transition: all .2s ease-in-out !important;
    -o-transition: all .2s ease-in-out !important;
    transition: all .2s ease-in-out !important;
}

.entete-fixe a {
    color: #fff;
}
/*---------------------- Entete fixe petite sur scroll ------------------------*/
.entete-fixe-small {
    height: 67px;
}

    .entete-fixe-small .conteneur-logo {
        height: 67px;
        line-height: 61px;
        width: 80px;
    }

    .entete-fixe-small .bouton-compte {
        float: right;
        margin-right: 20px;
    }

    .entete-fixe-small .conteneur-menu, .entete-fixe-small .conteneur-menu-connected {
        height: 67px;
        line-height: 67px;
    }

    .entete-fixe-small .conteneur-texte-logo {
        left: 90px;
    }

        .entete-fixe-small .conteneur-texte-logo h3 {
            line-height: 67px;
            font-size: 18px;
        }

    .entete-fixe-small .logo-craaq {
        width: 60px;
        height: 60px !important;
        -webkit-transition: all .2s ease-in-out !important;
        -moz-transition: all .2s ease-in-out !important;
        -o-transition: all .2s ease-in-out !important;
        transition: all .2s ease-in-out !important;
        height: inherit;
    }
/*------------------- Footer FIXE ------------------------*/
.footer {
    background-color: #77b12a;
    height: 67px;
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    margin: 0px;
    z-index: 100;
    box-shadow: 0px -2px 10px rgba(000,000,000,0.2);
}

.interieur-footer {
    height: 67px;
    line-height: 67px;
}

    .interieur-footer a {
        color: #fff;
        margin: 0px 20px;
    }
/*------------------------- Page provilèges ----------------------------------*/
.logos-compte {
    height: inherit;
}
/*-------------------------- Me connecter -------------------------*/
.boite-connexion {
    max-width: 400px;
}

.boite-compte {
    max-width: 700px;
}
/*--------------------- Contactez-nous -----------------------*/
.carte-google {
    width: 100%;
}
/*---------------------- Menu déroulant compte haut droite ---------------------*/
.bouton-compte {
    float: right;
    margin-right: 20px;
}

    .bouton-compte .dropdown-menu {
        border-radius: 0px;
        padding: 0px;
        left: initial;
        left: inherit;
        right: 0px;
        border: none;
        margin-top: -30px;
    }

        .bouton-compte .dropdown-menu > li > a:hover, .bouton-compte .dropdown-menu > li > a.active {
            background-color: #3a57b0;
            color: #fff;
        }

    .bouton-compte .btn-primary:visited, .bouton-compte .btn-primary:focus {
        background-color: #3a57b0 !important;
        border-color: #3a57b0 !important;
    }

.entete-fixe-small .bouton-compte .dropdown-menu {
    margin-top: -15px;
}

.bouton-compte .dropdown-menu li a {
    padding: 9px 15px;
}
/*----------------------------  Gérer mon compte menu ----------------------------*/
#form-image {
    width: 100%;
    min-width: 245px;
    margin: auto;
}
/*-------------------------------- Load compte ---------------------------------*/
@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.boite-form .fa-spinner {
    opacity: 0;
    position: absolute;
    z-index: 100;
    font-size: 80px;
    left: 40%;
    top: 40%;
    color: #334c94;
    text-shadow: 2px 2px 8px rgba(000,000,000,0.4);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.load-form .spin-box {
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    opacity: 0.8;
}

.load-form .fa-spinner {
    opacity: 1;
    animation-name: spin;
    animation-duration: 1500ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
/*------------------------- Nav-tabs -------------------------------*/
.panel-heading {
    padding: 10px 15px 0px 15px;
    border-bottom: none;
    background-color: #eee !important;
}

.faq .panel-heading {
    padding: 10px 15px 10px 15px;
}

.nav-tabs {
    border: none;
}

    .nav-tabs > li a {
        border-bottom: none;
        border-color: transparent !important;
    }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover, .nav-tabs > li a:hover {
            border-bottom: none;
            border-color: #fff !important;
            background-color: #fff;
        }
/*----------------------------------- Gérer mon compte boites -------------------------------------*/
.boite-form {
    position: relative;
    padding: 15px 20px 5px 20px;
    margin: 10px 0;
    max-width: 600px;
    box-shadow: 0px 0px 2px rgba(000,000,000,0.9);
    overflow: hidden;
}

.boite-modif-disabled .btn-xs {
    visibility: hidden;
}

.boite-form h1, .boite-modif h1, .boite-modif-disabled h1 {
    margin-top: 0px;
}

.boite-modif, .boite-modif-disabled {
    position: relative;
    padding: 15px 20px 20px 20px;
    margin: 10px 0;
    max-width: 600px;
}

    .boite-modif:hover {
        box-shadow: 0px 0px 2px rgba(000,000,000,0.7);
        -webkit-transition: all .1s ease-in-out !important;
        -moz-transition: all .1s ease-in-out !important;
        -o-transition: all .1s ease-in-out !important;
        transition: all .1s ease-in-out !important;
    }

.boite-modif-button {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

.boite-modif:hover .boite-modif-button {
    display: inline-block;
}

.boite-modif > h3, .boite-form > h3, .boite-modif-disabled > h3 {
    margin-top: 0;
}
/*----------------------- scroll top ----------------------------------*/
.scroll-top {
    position: fixed;
    width: 50px;
    display: none;
    height: 50px;
    background-color: rgba(000,000,000,0.7);
    color: #fff;
    z-index: 1100;
    right: 28px;
    bottom: 95px;
    box-shadow: 0px 0px 12px rgba(000,000,000,0.4);
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out !important;
    -moz-transition: all .2s ease-in-out !important;
    -o-transition: all .2s ease-in-out !important;
    transition: all .2s ease-in-out !important;
}

    .scroll-top:hover {
        bottom: 100px;
    }

.scroll-top-visible {
    display: block;
}

/*----------------------- cropit ----------------------------------*/
.cropit-preview {
    margin: auto;
    width: 200px;
    cursor: pointer;
    height: 250px;
}

.cropit-image-zoom-input.custom {
    width: 130px;
    cursor: pointer;
    display: inline;
}

.slider-wrapper {
    margin: 10px 0;
    text-align: center;
}

#image-cropper {
    text-align: center;
}

p.description {
    text-align: left;
    margin-top: 10px;
    border: solid thin #ddd;
    padding: 15px;
}
/*----------------------------- icone compte craaq --------------------------------------*/
.icon-icone-craaq {
    font-size: 23px;
    display: block;
    float: left;
    height: 22px;
    margin-right: 2px;
    margin-top: -4px;
    overflow: hidden;
}
/*------------------------ Boite de redirection fixe ----------------------*/

.boite-retour {
    height: 30px;
    background-color: #ededed;
    color: #333;
    line-height: 30px;
}

    .boite-retour a {
        color: #777;
    }

#ctl00_DivMainContent {
    margin-top: 96px;
    margin-bottom: 67px;
}

.boite-redirection {
    background-color: #f5f5f5;
    text-align: center;
    position: fixed;
    bottom: 72px;
    z-index: 100;
    width: 190px;
    right: 10px;
    padding: 4px 12px;
    box-shadow: 0px 1px 15px rgba(000,000,000,0.2);
    border: solid thin #ccc;
    border-radius: 5px;
    -webkit-transition: all .3s ease-in-out !important;
    -moz-transition: all .3s ease-in-out !important;
    -o-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important;
}

    .boite-redirection a {
        color: #777;
    }

    .boite-redirection .lien {
        padding: 15px;
    }

        .boite-redirection .lien:hover {
            text-decoration: none;
        }

        .boite-redirection .lien img {
            display: inline;
            width: 20px;
        }


    .boite-redirection .close-redirection {
        color: #777 !important;
        background-color: #fff;
        width: 15px;
        height: 15px;
        line-height: 16px;
        border: solid thin #aaa;
        cursor: pointer;
        font-size: 18px;
        margin: 5px 0px;
        box-shadow: 0px 1px 2px rgba(000,000,000,0.2);
    }

.boite-redirection-diminuee {
    width: auto;
    min-width: 190px;
    bottom: 17px;
    right: 10px;
    border-radius: 3px;
    padding: 5px !important;
    top: inherit !important;
}

    .boite-redirection-diminuee .close-redirection {
        margin: 0px;
    }

    .boite-redirection-diminuee img {
        display: none;
    }
