/* =============== Colors Used =====================

  Orange             : #F15A24;
  Bleu               : #0045A1;
  White              : #FFF;
  Gris               : #eeeeee;

 ===================================================*/


/* ================================= */


/*===== Typography =====*/


/* ================================= */

@font-face {
    font-family: "poppinsThin";
    src: url('Poppins-Thin.ttf');
}

@font-face {
    font-family: "poppinsMedium";
    src: url('Poppins-Medium.ttf');
}

@font-face {
    font-family: "poppinsBlack";
    src: url('Poppins-Black.ttf');
}

@font-face {
    font-family: "poppins";
    src: url('Poppins-Regular.ttf');
}

body {
    font-family: 'poppins'!important;
}

h1 {
    font-style: normal;
    font-family: 'poppins'!important;
    font-weight: bold!important;
    color: #f15a24;
    font-size: 32px!important;
    text-align: center;
    width: 100%;
}

h2,
.h2 {
    font-style: normal;
    font-weight: normal!important;
    color: #f15a24;
    font-family: 'poppins'!important;
    font-size: 20px!important;
    margin-top: 20px!important;
}

p {
    margin-bottom: 0.5rem!important;
    font-size: 16px!important;
}

a {
    color: #0045a1!important;
}

.container p,
.container ul {
    color: #44413e;
    line-height: 1.6;
    text-align: left;
    font-size: 16px!important;
    list-style: none;
}

.container .contenu li::before {
    content: "•";
    color: #f15a24;
    display: inline-block;
    width: 1em;
    margin-left: -1em
}

.HID {
    display: none;
}

@media (max-width: 1200px) {
    h1 {
        margin-bottom: 20px!important;
    }
}

@media (max-width: 1024px) {

.presentationHaut .colcontact {
    padding-left: 10px;
    margin-top: 20px;
}
	body .ui-dialog {
    background-color: #0045a1;
    border-radius: 10px;
    border: solid 3px #f15a24;
    left: 50% !important;
    top: 400px !important;
    width: 80% !important;
    margin: 0 auto;
    position: absolute !important;
    transform: translate(-50%, -50%);
}
.ui-dialog .ui-dialog-content{height:550px!important;}
}

@media (max-width: 640px) {
    h1 {
        font-size: 27px!important;
    }
    h2,
    .h2 {
        font-size: 22px!important;
    }
    .container p,
    .container ul {
        font-size: 18px!important;
        display: inline-block;
    }
}


/* Header - Menu */

.menu {
    position: relative;
    top: 0;
    height: 220px;
    width: 100%;
    background: #0045a1 url('../images/fondmenu.png')no-repeat fixed top;
}

.logo {
    height: 110px;
    margin: 5px 0px;
}

.navbar-brand {
    margin-right: 0rem!important;
}

#navbarSupportedContent {
    margin-top: 115px;
    margin-left: 50px;
}

.navbar {
    padding: 0.5rem 1rem 0!important;
}

.navbar .accroche {
    width: max-content;
    display: inline-block;
    position: absolute;
    color: #fff;
    font-family: "poppinsThin"!important;
    font-size: 33px!important;
    text-transform: uppercase;
    font-weight: lighter;
    margin-left: 290px;
}

.navbar .demandedevis {
    width: max-content;
    display: inline-block;
    position: absolute;
    color: #fff;
    margin-top: 61px;
    padding: 0px 10px;
    font-size: 20px!important;
    border: #fff solid 1.5px;
    border-radius: 5px;
    margin-left: 379px;
    text-transform: uppercase;
}

.navbar .demandedevis a {
    color: #fff!important;
}

.navbar .demandedevis strong {
    font-family: "poppinsBlack";
}

.menu .container::after {
    position: absolute;
    content: '';
    width: 65%;
    right: 68%;
    top: 122px;
    height: 0px;
    background-color: transparent;
    z-index: 0;
    border-right: 116px solid #f15a24;
    border-top: 98px solid transparent;
    clear: both;
}

.menu .container::before {
    position: absolute;
    content: '';
    width: 68%;
    right: 0px;
    top: 123px;
    height: 97px;
    background-color: #f15a24;
    z-index: 0;
    clear: both;
}

.dropdown-menu {
    border: none!important;
    padding: 0px;
    margin: 0px!important;
}

.container .navbar ul {
    width: 100%;
    padding-top: 10px;
}

.container .navbar li {
    margin: auto;
    line-height: 1;
    width: fit-content;
}

.container .home li {
    margin-right: 5px;
}

.nav-link {
    padding-top: 0px!important;
}

.navbar-light .navbar-nav .nav-link {
    color: white!important;
    font-weight: bold;
}

.dropdown-menu {
    background-color: #0045a1!important;
    top: 111%!important;
    padding: 0!important;
}

.dropdown-item {
    color: #fff!important;
    text-align: left!important;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #f15a24!important;
}

.navbar-light .navbar-toggler-icon {
    border: white 2px solid;
    background-image: none!important;
    border-radius: 3px;
    margin-bottom: 6px;
    width: 34px;
    display: inherit;
    height: auto;
}

.navbar-light .navbar-toggler {
    background-color: #f15a24;
    margin-top: 86px;
}

.navbar-toggler {
    padding: .45rem .75rem 0.05rem!important;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    padding-left: 10px;
}

@media (max-width: 1610px) {
    .menu .container::after {
        right: 70%;
    }
    .menu .container::before {
        width: 70%;
    }
}

@media (max-width: 1550px) {
    .menu .container::after {
        right: 72%;
    }
    .menu .container::before {
        width: 72%;
    }
}

@media (max-width: 1400px) {
    .menu .container::after {
        right: 75%;
    }
    .menu .container::before {
        width: 75%;
    }
}

@media (max-width: 1200px) {
    .menu .container::after {
        right: 71%;
    }
    .menu .container::before {
        width: 71%;
    }
}

@media (max-width: 1090px) {
    .menu .container::after {
        right: 73%;
    }
    .menu .container::before {
        width: 73%;
    }
}

@media (max-width: 991px) {
    .menu .container::after {
        display: none;
    }
    .menu .container::before {
        display: none;
    }
    .menu {
        height: 95px;
        background: #0045a1;
    }
    .navbar .accroche {
        font-size: 24px!important;
        margin-left: 155px;
    }
    .navbar .demandedevis {
        margin-top: 43px;
        font-size: 18px!important;
        margin-left: 181px;
    }
    .navbar-light .navbar-toggler {
        background-color: #f15a24;
        margin-top: -9px;
        width: 20%;
        margin-right: -100px;
        padding: 7px!important;
        border-radius: 0px;
    }
    .navbar-light .navbar-toggler-icon {
        border: white 2px solid;
        background-image: none!important;
        background-color: white;
        border-radius: 3px;
        margin: 14px auto;
        width: 70px;
        display: inherit;
        height: 8px;
    }
    .logo {
        height: 75px;
        margin: -2px 0px;
    }
    #navbarSupportedContent {
        margin-top: 0px;
        margin-left: 0px;
        z-index: 99999;
        background: #f15a24;
    }
    .container .navbar li {
        padding-top: 6px;
    }
}

@media (max-width: 873px) {
    .navbar-light .navbar-toggler {
        margin-right: -50px;
    }
}

@media (max-width: 767px) {
    .navbar-light .navbar-toggler {
        margin-right: -112px;
    }
    .navbar .accroche {
        font-size: 20px!important;
        margin-left: 121px;
    }
    .navbar .demandedevis {
        margin-top: 43px;
        font-size: 17px!important;
        margin-left: 130px;
    }
    .navbar-light .navbar-toggler-icon {
        width: 65px;
    }
}

@media (max-width: 718px) {
    .navbar .demandedevis {
        margin-top: 35px;
        font-size: 16px!important;
        margin-left: 124px;
    }
    .navbar .accroche {
        font-size: 18px!important;
        margin-left: 124px;
    }
    .logo {
        height: 63px;
        margin: -4px 0px;
    }
    .menu {
        height: 80px;
    }
    .navbar-light .navbar-toggler {
        margin-right: -80px;
    }
    .navbar-light .navbar-toggler-icon {
        margin: 11px auto;
        height: 7px;
    }
}

@media (max-width: 654px) {
    .navbar-light .navbar-toggler {
        margin-right: -45px;
        width: 17%;
    }
	.presentationHaut .colcontact {
    padding-left: 10px;
    margin-top: 0;
}
    .navbar .demandedevis {
        margin-top: 35px;
        font-size: 15px!important;
        margin-left: 124px;
    }
    .navbar .accroche {
        font-size: 17px!important;
        margin-left: 124px;
    }
}

@media (max-width: 583px) {
    .logo {
        height: 61px;
    }
	.ui-dialog span {

    display: block;
    font-size: 10px !important;
    line-height: normal !important;
}
body .ui-dialog {
top: 290px !important;}
.ui-dialog .ui-dialog-content {
    height: 480px!important;
}
.dialog .myForm label>input[type="text"] {
    width: 270px;
    padding: 5px;
    margin: 0!important;
}
.dialog .myForm input[type=submit] {
    padding: 5px 40px;
    margin: 15px auto;
    width: auto !important;
    height: auto;
}
.myForm {
    width: auto !important;    margin: 5px auto !important;
    z-index: 0 !important;
}
    .navbar .accroche {
        font-size: 17px!important;
        margin-left: 100px;
    }
    .navbar .demandedevis {
        margin-top: 35px;
        font-size: 15px!important;
        margin-left: 102px;
    }
    .navbar-light .navbar-toggler {
        margin-right: -31px;
        width: 17%;
    }
    .navbar-light .navbar-toggler-icon {
        width: 60px;
    }
}

@media (max-width: 500px) {
    .navbar .accroche {
        font-size: 16px!important;
        margin-left: 90px;
    }
    .navbar .demandedevis {
        margin-top: 35px;
        font-size: 14px!important;
        margin-left: 91px;
    }
    .navbar-light .navbar-toggler {
        margin-right: -31px;
        width: 16%;
    }
    .navbar-light .navbar-toggler-icon {
        width: 50px;
    }
    .navbar-brand {
        margin-left: -15px;
    }
}

@media (max-width: 460px) {
    .logo {
        height: 55px;
    }
    .menu {
        height: 72px;
    }
    .navbar .accroche {
        font-size: 14px!important;
        margin-left: 74px;
    }
    .navbar .demandedevis {
        margin-top: 31px;
        font-size: 12px!important;
        margin-left: 75px;
    }
    .navbar-light .navbar-toggler {
        margin-right: -30px;
        width: 18%;
        padding: 3px!important;
    }
    .navbar-light .navbar-toggler-icon {
        width: 40px;
    }
}

@media (max-width: 410px) {
    .navbar .demandedevis {
        margin-top: 25px;
        text-align: center;
        font-size: 10px!important;
        margin-left: 87px;
        padding: 0px 5px;
    }
    .navbar .accroche {
        font-size: 12px!important;
        margin-left: 74px;
    }
    .dropdown-item {
        padding: .5rem 0.1rem!important;
    }
}

@media (max-width: 370px) {
    .dropdown-menu {
        font-size: 0.88rem!important;
    }
    .navbar .accroche {
        display: none;
    }
    .navbar .demandedevis {
        margin-top: 10px;
        font-size: 10px!important;
        margin-left: 68px;
        padding: 0px 5px;
    }
    .navbar-light .navbar-toggler {
        width: 19%;
        margin-right: -30px;
        padding: 4.5px!important;
    }
    .navbar-light .navbar-toggler-icon {
        width: 34px;
        height: 6px;
    }
}

@media (max-width: 345px) {
    .navbar .demandedevis {
        margin-top: 3px;
        font-size: 10px!important;
        margin-left: 54px;
        padding: 0px 5px;
    }
}


/*Boutons navbar*/

.boutonsTop {
    float: none;
    min-width: max-content;
    width: 400px;
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 8px;
}

.boutonTop {
    color: #ffffff!important;
    border: 2.5px solid #f15a24!important;
    border-radius: 38px!important;
    cursor: pointer!important;
    font-weight: bold!important;
    background-color: #0045a1!important;
    text-shadow: black 0.1em 0.1em 0.2em;
    letter-spacing: 1.5px;
}

.boutonTop:hover {
    color: #f15a24!important;
    background-color: #ffffff!important;
    text-shadow: none;
}


/*Boutons du site*/

.bouton {
    color: #f15a24!important;
    border: 2.5px solid #f15a24!important;
    border-radius: 38px!important;
    cursor: pointer!important;
    font-weight: bold!important;
}

.bouton:hover {
    color: #ffffff!important;
    background-color: #0045a1!important;
    cursor: pointer;
    text-shadow: black 0.1em 0.1em 0.2em;
}

.btndevis {
    float: right;
    margin-right: 54px;
    margin-left: 25px;
}

.btndevisordi {
    display: block;
}

.btndevismobile {
    display: none!important;
}

.btninscriptionmobile {
    display: none!important;
}

@media (max-width: 768px) {
    .boutonsTop {
        width: 60%;
    }
    .btndevis {
        margin-right: 0px;
        margin-left: 0px;
    }
    .btndevisordi {
        display: none!important;
    }
    .btndevismobile {
        display: block!important;
    }
    .btninscription {
        display: block;
        float: right;
        margin-right: 20px;
    }
}

@media (max-width: 425px) {
    .btninscription {
        display: none!important;
    }
    .btninscriptionmobile {
        display: block!important;
        width: max-content;
    }
}

@media (max-width: 425px) {}


/*Formulaire de devis express*/

.colDevis {
    position: relative;
    width: 100%;
    background: url(../images/fonddevis.png) no-repeat scroll top right #fff;
    margin: -60px auto 0px;
    padding: 15px 20px 0px 0px;
    font-family: "poppins";
    z-index: 999!important;
    box-shadow: 0px 4px 30px -1px rgba(0, 0, 0, 0.35);
}

.colDevis::before {
    position: absolute;
    content: '';
    top: 0px;
    left: 118px;
    height: 0px;
    background-color: transparent;
    z-index: 0;
    border-left: 182px solid #f15a24;
    border-top: 204px solid transparent;
    clear: both;
}

.colDevis::after {
    position: absolute;
    content: '';
    width: 119px;
    top: 0px;
    height: 204px;
    background-color: #f15a24;
    z-index: 0;
    clear: both;
}

.colDevis .champs {
    width: 85%;
    float: right;
    margin-bottom: 15px;
}

.titreDevis {
    color: #fff;
    z-index: 1;
    font-size: 21px;
    padding: 30px 0px 30px 28px;
    width: 162px;
    height: 190px;
    position: absolute;
    letter-spacing: 1.5px;
    font-family: "poppinsMedium";
    white-space: pre-wrap;
}

.soustitreDevis {
    color: #0045a1;
    font-size: 24px;
    font-family: "poppinsMedium";
    margin: 10px 0 20px 189px;
    width: max-content;
}

.btnDevisExpress {
    float: right;
    margin-top: -108px;
    margin-right: 17px;
    color: #fff!important;
    background-color: #0045a1;
    border: none!important;
    border-radius: 7px!important;
    padding: 17px 0px;
    text-transform: uppercase;
    cursor: pointer!important;
    letter-spacing: 1.5px;
    width: 201px;
    white-space: pre-wrap;
}

.colDevis .champsGauche {
    width: 280px;
    height: 30px;
    position: relative;
}

.colDevis .champsDroit {
    width: 280px;
    height: 30px;
}

.colDevis label {
    margin-left: 50px;
    margin-bottom: 1.5rem!important;
}

@media (max-width: 1200px) {
    .colDevis .champsDroit {
        width: 245px;
        height: 30px;
    }
    .colDevis .champsGauche {
        width: 245px;
        height: 30px;
    }
    .colDevis .btnDevisExpress {
        margin-top: -108px;
        margin-right: 0px;
        width: 180px;
    }
}

@media (max-width: 992px) {
    .colDevis {
        background: url(../images/fonddevis992.png) no-repeat bottom right #fff;
        margin: 25px auto 0px;
    }
    .colDevis .titreDevis {
        width: max-content;
        height: auto;
        padding: 10px 0px 10px 25px;
    }
    .colDevis .soustitreDevis {
        font-size: 22px;
        margin: 50px 0 20px 0px;
        float: right;
        text-align: right;
        width: 412px;
        white-space: pre-wrap;
    }
    .colDevis form {
        margin-top: 140px;
    }
    .colDevis .champs {
        width: 100%!important;
        float: none;
        margin-bottom: 0px;
    }
    .colDevis .row {
        margin-right: 0px;
        margin-left: 0px;
    }
    .colDevis label {
        margin-left: 0px;
        margin-bottom: 10px!important;
    }
    .colDevis .champsDroit {
        width: 265px!important;
        margin-left: 371.6px;
        margin-top: -40px;
        float: right;
    }
    .colDevis .champsGauche {
        width: 265px!important;
        float: left;
        margin-left: 53.5px;
    }
    .colDevis .btnDevisExpress {
        margin-top: 0px;
        margin: 0 0 20px 53.3px;
        padding: 5px 0px;
        width: 583.3px;
        float: none;
    }
    .colDevis::after {
        width: 417px;
        top: 15px;
        height: 50px;
    }
    .colDevis::before {
        top: 15px;
        left: 417px;
        height: 0px;
        border-left: 50px solid #f15a24;
        border-top: 50px solid transparent;
    }
}

@media (max-width: 768px) {
    .colDevis::after {
        width: 418px;
    }
    .colDevis .champsGauche {
        width: 185px!important;
        margin-left: 45px;
    }
    .colDevis .champsDroit {
        width: 185px!important;
        margin-left: 275px;
        margin-top: -40px;
    }
    .colDevis .btnDevisExpress {
        margin: 0 0 20px 45px;
        width: 415px;
    }
}

@media (max-width: 500px) {
    .colDevis .titreDevis {
        padding: 10px 0px 10px 15px;
        font-size: 20px;
    }
    .colDevis .soustitreDevis {
        font-size: 20px;
        margin: 50px 0 0px 0px;
        width: 373px;
    }
    .colDevis::after {
        width: 393px;
        top: 20px;
        height: 40px;
    }
    .colDevis::before {
        top: 20px;
        left: 392px;
        height: 0px;
        border-left: 40px solid #f15a24;
        border-top: 40px solid transparent;
    }
    .colDevis .champsGauche {
        width: 185px!important;
        margin-left: 30px;
    }
    .colDevis .champsDroit {
        width: 185px!important;
        margin-left: 250px;
        margin-top: -40px;
    }
    .colDevis .btnDevisExpress {
        margin: 0 0 20px 45px;
        width: 363px;
    }
    .colDevis form {
        margin-top: 125px;
    }
}

@media (max-width: 475px) {
    .colDevis .champsGauche {
        width: 185px!important;
        margin-left: 20px;
    }
    .colDevis .champsDroit {
        width: 185px!important;
        margin-left: 240px;
        margin-top: -40px;
    }
    .colDevis .btnDevisExpress {
        width: 350px;
    }
}

@media (max-width: 467px) {
    .colDevis .titreDevis {
        padding: 6px 0px 6px 15px;
        font-size: 16px;
    }
	.presentationHaut .colcontact {
    padding-left: 0 !important;
}
	.container .autrepage .vcard span.adr {
    padding: 0px!important;
    font-size: 14px;
    line-height: normal;
    text-align: left;
    float: left;
}
.presentationHaut .texte img, .presentationHaut .titre img{width:25px !important;
    float: left !important;}
.presentationHaut a {
    font-size: 14px !important;
}
body .fiche .titresection {
    background-color: #0045a1;
    color: white;
    font-weight: bold;
    width: auto;
    padding: 5px 20px;
    font-size: 14px;
    border-top: 10px solid #eeeeee;
    margin-bottom: 10px;
    margin-top: 20px;
    font-weight: 300;
    white-space: normal;
}
    .colDevis::before {
        top: 15px;
        left: 316px;
        height: 0px;
        border-left: 35px solid #f15a24;
        border-top: 36px solid transparent;
    }
    .colDevis::after {
        width: 317px;
        top: 15px;
        height: 36px;
    }
    .colDevis .champsGauche {
        width: 245px!important;
        margin-left: 65px;
        float: none;
    }
    .colDevis .champsDroit {
        width: 245px!important;
        margin-left: 65px;
        float: none;
    }
    .colDevis .btnDevisExpress {
        width: 245px;
        margin-left: 65px;
    }
}

@media (max-width: 380px) {
    .colDevis form {
        margin-top: 98px;
    }
    .colDevis .champsGauche {
        margin-left: 45px;
    }
    .colDevis .champsDroit {
        margin-left: 45px;
    }
    .colDevis .btnDevisExpress {
        margin-left: 45px;
        margin-top: 10px;
    }
.colDevis .soustitreDevis {
    font-size: 16px;
    margin: 38px 0 0px 0px;
    width: auto;
    text-align: center;
}
    .colDevis .titreDevis {
        padding: 6px 0px 6px 10px;
        font-size: 14px;
    }
    .colDevis {
        padding: 10px 10px 0px 0px;
    }
    .colDevis::after {
        width: 281px;
        top: 10px;
        height: 33px;
    }
    .colDevis::before {
        top: 10px;
        left: 281px;
        height: 0px;
        border-left: 25px solid #f15a24;
        border-top: 33px solid transparent;
    }
}

@media (max-width: 335px) {
    .colDevis::before {
        display: none;
    }
    .colDevis::after {
        width: 100%;
    }
    .colDevis .champsGauche {
        margin-left: 25px;
    }
    .colDevis .champsDroit {
        margin-left: 25px;
    }
    .colDevis .btnDevisExpress {
        margin-left: 25px;
    }
}


/*Contenu de page*/

.contenu {
    position: initial;
}

.container .contenu img {
    width: 300px;
    float: left;
    margin-right: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.container .contenu img#regions_france {
    width: auto;
    float: left;
    margin: 0 auto;
}

.contenuprincipal .ariane {
    font-size: 14px!important;
}

a:hover {
    text-decoration: none!important;
}

.contenuprincipal {
    padding: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.container .contenu .listeHome .first {
    margin-top: 28px;
    margin-bottom: 27px!important
}

@media (max-width: 960px) {
    .container .contenu .listeHome .first {
        margin-top: 10px;
        margin-bottom: 0px!important;
    }
}

@media (max-width: 767px) {
    .container .contenu img {
        width: 100%;
        float: none;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 10px;
    }
}


/*Trouvez votre expert */

.trouverExpert {
    background-color: #eeeeee;
    width: 60%;
    display: inline-block;
    padding: 15px 0px 15px 20px;
    margin-bottom: 50px;
    height: 540px;
}

.titreTrouverExpert {
    background-color: #0045a1;
    color: white;
    font-weight: bold;
    font-size: 20px;
    padding: 5px 10px;
    margin-left: -20px;
    text-shadow: black 0.1em 0.1em 0.2em;
}

.soustitreTrouverExpert {
    color: #f15a24;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    font-weight: bold;
    font-size: 20px;
}

.trouverExpert .row {
    margin-left: -20px;
}

.trouverExpert .carte {
    margin: 0px auto!important;
    padding: 0px;
}

.trouverExpert .carte img {
    width: auto!important;
    margin-top: -10px;
}

#tip {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    height: 25px;
    font-weight: bold;
}

@media (max-width: 991px) {
    .trouverExpert {
        width: 100%;
    }
    .inscriptionExpress {
        width: 80%!important;
        padding: 20px 30px!important;
        float: none!important;
        margin: auto;
        display: block!important;
    }
}

@media (max-width: 462px) {
    .trouverExpert .carte {
        margin: 0px auto!important;
        padding-right: 0px;
        width: auto;
    }
    .trouverExpert {
        background-color: transparent;
        padding: 0px;
        margin-bottom: 50px;
    }
    .titreTrouverExpert {
        margin-left: 0px;
    }
    .soustitreTrouverExpert {
        margin-left: 15px;
    }
}

@media (max-width: 370px) {
    .trouverExpert .carte {
        margin-left: -10px!important;
    }
}

@media (max-width: 355px) {
    .trouverExpert .carte {
        margin-left: -26px!important;
    }
}


/*Inscrivez-vous*/

.inscriptionExpress {
    background-color: #0045a1;
    width: 35%;
    display: inline-block;
    float: right;
    padding: 15px 20px;
    height: 540px;
}

.uppercase {
    text-transform: uppercase;
}

.inscriptionExpress .texte {
    float: right;
    width: 100%;
    font-weight: bold;
    font-size: 22px;
}

.inscriptionExpress .texte div {
    margin-bottom: 5px;
}

.inscriptionExpress .center {
    text-align: center;
}

.inscriptionExpress .aligneDroite {
    text-align: right;
}

.inscriptionExpress .blanc {
    color: white;
}

.inscriptionExpress .orange {
    color: #f15a24;
}

.inscriptionExpress .inscr {
    font-size: 36px;
    text-shadow: black 0.1em 0.1em 0.2em;
    letter-spacing: 1.5px;
}

.hexagone {
    width: 33%!important;
}

.balance {
    float: right!important;
    margin: 10px 79px !important;
}

.loupe {
    margin: 46px 0px 0px 232px!important;
}

.imgexpert {
    width: 326px!important;
    margin-right: 0px!important;
    margin-left: -55px;
    margin-top: 93px!important;
    position: absolute;
    z-index: 0;
}

.btnJeMInscrit {
    float: right;
    z-index: 0;
    margin-top: 461px;
    position: absolute;
    font-size: 22px;
    margin-left: 125px;
    color: #fff!important;
    background-color: #f15a24;
    padding: 2px 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-shadow: black 0.1em 0.1em 0.2em;
}

@media (max-width: 1200px) and (min-width: 992px) {
    .imgexpert {
        width: 272px!important;
        margin-top: 165px!important;
        margin-left: -50px;
    }
    .balance {
        float: right!important;
        margin: 46px -8px !important;
    }
    .loupe {
        margin: 133px 0px 0px 108px!important;
    }
    .btnJeMInscrit {
        font-size: 20px;
        margin-left: 94px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .hexagone {
        width: 31%!important;
    }
    .loupe {
        margin: 120px 0px 0px 150px!important;
    }
    .balance {
        float: right!important;
        margin: 13px 5px !important;
    }
    .btnJeMInscrit {
        margin: 449px 182px!important;
    }
    .imgexpert {
        width: 334px!important;
        margin-top: 78px!important;
    }
}

@media (max-width: 767px) {
    .inscriptionExpress {
        width: 100%!important;
    }
    .imgexpert {
        width: 313px!important;
        margin-top: 105px!important;
        margin-left: -65px!important;
    }
    .loupe {
        margin: 131px 0px 0px 150px!important;
    }
    .balance {
        margin: 15px 0px !important;
    }
    .btnJeMInscrit {
        margin: 446px 163px!important;
        font-size: 20px;
        padding: 2px 10px;
        text-align: center;
        width: max-content;
    }
    .hexagone {
        width: 28%!important;
    }
}

@media (max-width: 514px) {
    .balance {
        margin: 15px -10px !important;
    }
}

@media (max-width: 440px) {
    .imgexpert {
        width: 274px!important;
        margin-top: 157px!important;
        margin-left: -60px!important;
    }
    .btnJeMInscrit {
        font-size: 21px;
        margin: 447px 112px!important;
    }
    .loupe {
        margin: 115px 0px 0px 135px!important;
    }
}

@media (max-width: 400px) {
    .btnJeMInscrit {
        padding: 5px 10px;
    }
    .btn {
        padding: .3rem 0.4rem!important;
    }
}

@media (max-width: 360px) {
    .imgexpert {
        display: none!important;
    }
    .btnJeMInscrit {
        margin: 245px 31px !important;
    }
    .hexagone {
        display: none!important;
    }
    .inscriptionExpress {
        height: 330px;
    }
}

@media (max-width: 331px) {
    .btnJeMInscrit {
        margin: 253px 33px !important;
    }
}


/*Footer*/

.footer {
    background: #0045a1 url("../images/trianglesfooter.png") no-repeat;
    padding: 20px 20px;
    color: white;
    min-height: 280px;
}

.footer .logo {
    color: white;
    text-align: center;
    font-size: 14px;
    padding-bottom: 20px;
    letter-spacing: 1.1px;
}

.footer .logo p {
    font-size: 12px!important;
}

.footer .logo a {
    font-weight: bold;
    text-decoration: underline;
}

.footer .logo img {
    width: 80%;
    padding: 0px 30px 20px 0px;
}

.footer .titre {
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 4px;
    margin-top: 20px;
    letter-spacing: 1.5px;
}

.footer .top {
    margin-top: 60px;
}

.colfooter {
    width: 25%;
}

.footer a {
    color: #fff!important;
}

.footer p {
    color: white;
    font-size: 14px!important;
}

.footer ul {
    color: #fff;
    list-style-type: none;
    text-align: left;
    margin-left: -40px;
    font-size: 14px!important;
}

.footer::before {
    content: '';
    position: absolute;
    left: 50%;
    margin-top: -22px;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #fff;
    clear: both;
}

@media (max-width: 1200px) and (min-width: 991px) {
    .colfooter {
        width: 22%;
        margin-left: 5px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .footer .titre {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .footer {
        padding: 20px 20px;
        margin-top: 0px;
        background: #0045a1 url("../images/triangles992.png") no-repeat;
    }
    .colfooter {
        width: 36%;
        margin-left: 0px;
    }
    .footer .right {
        margin-left: 150px;
        width: 36%;
    }
    .footer .missions {
        margin-top: 0px;
    }
}

@media (max-width: 767px) {
    .footer {
        padding: 20px 20px;
        margin-top: 0px;
        background: #0045a1 url("../images/triangles767.png") no-repeat;
    }
    .colfooter {
        width: 70%;
        margin-left: 0px;
        margin-top: 20px;
    }
    .footer .logo img {
        width: 50%;
        margin-left: -92px;
    }
    .footer .missions {
        margin-top: 130px!important;
    }
    .footer .top {
        margin-top: 0px;
    }
}

@media (max-width: 641px) {
    .footer .logo img {
        margin-left: 30px;
    }
}

@media (max-width: 500px) {
    .footer .logo img {
        padding: 0px 0px 8px;
        margin-left: 0px;
        width: 35%;
    }
    .colfooter {
        width: 90%;
        margin-top: 15px;
    }
    .footer .logo {
        width: 100%;
        margin-top: 20px;
    }
    .footer .logo p {
        padding: 0px 20px;
    }
    .footer::before {
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #fff;
        left: 45%;
    }
}


/*Autre page*/

.page a {
    color: #44413e!important;
    line-height: 1.6;
    text-align: justify;
    font-size: 16px!important;
}

.page a:hover {
    color: #44413e;
}

.listeHome ul {
    column-count: 3;
    max-width: 100%;
}

.listePro ul {
    column-count: 2;
    max-width: 100%;
}

@media (max-width: 992px) {
    .listeHome ul {
        column-count: 2;
    }
}

@media (max-width: 767px) {
    .listeHome ul {
        column-count: 1;
    }
    .listePro ul {
        column-count: 1;
    }
}

.pageinterne img {
    margin: 10px 30px 0 0;
    float: left;
    width: 250px;
}


/*Inscrivez-vous*/

.autrepage .inscriptionExpress {
    display: none;
}

.autrepage .inscriptionExpressTop {
    width: 100%;
    float: none;
    height: 360px;
    margin-top: 30px;
    display: block;
    background-color: #0045a1;
    padding: 15px 20px;
}

.autrepage .inscriptionExpressTop .texte {
    width: 100%;
    float: right;
    font-weight: bold;
}

.autrepage .inscriptionExpressTop .inscr {
    font-size: 23px;
    text-shadow: black 0.1em 0.1em 0.2em;
    letter-spacing: 1.5px;
    width: 212px;
}

.autrepage .inscriptionExpressTop .blanc {
    color: white;
}

.autrepage .inscriptionExpressTop .center {
    text-align: center;
}

.autrepage .inscriptionExpressTop .orange {
    color: #f15a24;
}

.autrepage .inscriptionExpressTop .center {
    text-align: center;
}

.autrepage .inscriptionExpressTop .aligneDroite {
    text-align: right;
}

.autrepage.inscriptionExpressTop .texteprincipal {
    width: 100%;
    display: inline-block;
}

.autrepage .inscriptionExpressTop .hexagone {
    width: 35%!important;
}

.autrepage .inscriptionExpressTop .loupe {
    margin: 5px 0px 0px 5px!important;
}

.autrepage .inscriptionExpressTop .balance {
    margin: 40px 18px !important;
}

.autrepage .inscriptionExpressTop .btnJeMInscrit {
    margin: -4px 14px;
    position: inherit;
    width: max-content;
}

.autrepage .inscriptionExpressTop .texte div {
    margin-bottom: 12px;
}

.autrepage .btnJeMInscritDroite {
    font-size: 20px;
    margin-right: 16px;
    margin-top: -12px;
    color: #fff!important;
    background-color: #f15a24;
    padding: 2px 15px;
    letter-spacing: 1.5px;
    width: max-content;
    text-transform: uppercase;
    text-shadow: black 0.1em 0.1em 0.2em;
    border-radius: 18px!important;
}


/*Trouver expert departement*/

.autrepage .trouverExpert {
    display: none;
}

.autrepage .trouverExpertDepartement {
    margin-top: 20px;
    background-color: #eeeeee;
    padding: 15px 20px;
    display: block;
}

.trouverExpertDepartement .blanc {
    color: #fff;
    background-color: #0045a1;
    margin: 0px -20px;
    padding: 5px 15px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1.5px;
    text-shadow: black 0.1em 0.1em 0.2em;
}

.trouverExpertDepartement p {
    text-align: center;
    font-size: 14px!important;
    margin-bottom: 10px!important;
    margin-top: 10px;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.trouverExpertDepartement select {
    width: 100%;
}

@media (max-width: 1200px) {
    .autrepage .trouverExpert {
        display: block!important;
        margin-right: 48px!important;
    }
    .autrepage .trouverExpertDepartement {
        display: none!important;
    }
    .autrepage .inscriptionExpress {
        display: block!important;
    }
    .autrepage .inscriptionExpressTop {
        display: none!important;
    }
    .autrepage .col-9 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .autrepage .trouverExpert {
        width: 90%;
        margin: auto!important;
        margin-bottom: 20px!important;
    }
}

@media (max-width: 575px) {
    .autrepage {
        padding: 0 10px;
    }
}


/*Contenu*/

.container .autrepage .departement,
.container .autrepage .region,
.container .autrepage .ville {
    padding: 0px 15px;
}

.autrepage .departement img,
.autrepage .region img {
    width: auto!important;
}

.container .autrepage .departement p,
.container .autrepage .region p {
    margin-top: 15px;
}

.container .autrepage .liste ul {
    column-count: 2;
    margin: 10px auto 20px;
    width: 100%;
    padding-left: 0px;
    padding-right: 10px;
    text-align: left;
}

.container .autrepage .liste li {
    list-style-type: none;
    margin: 10px 0px 10px 40px;
    line-height: normal;
}

.container .autrepage .liste li a {
    color: #0045a1;
}

.container .autrepage .liste li a:hover {
    color: #f15a24;
}

.container .autrepage .trombi .h2 {
    width: max-content;
    margin: 10px auto;
    text-align: center;
}

.autrepage .li_departements,
.autrepage .li_communes {
    margin-left: 10px;
    line-height: 25px;
    font-size: 18px!important;
}

.autrepage .li_departements a,
.autrepage .li_communes a {
    color: #0045a1;
}

.autrepage .li_departements a:hover,
.autrepage .li_communes a:hover {
    color: #f15a24 !important;
}

.ariane a {
    color: #44413e;
    font-weight: bold;
}

.infoDep {
    margin-bottom: 0px!important;
}

.infoDep a {
    color: #0045a1;
}


/*trombinoscope*/

.trombi li img {
    width: 90px!important;
    margin: auto!important;
    float: none!important;
}

.trombi li a {
    display: block;
    width: 100px;
    height: 115px;
    font-size: 13px;
    overflow: hidden;
    font-weight: 600;
    text-align: center;
}

.trombi li {
    float: left;
    width: 85px;
    height: 85px;
    margin: 20px 30px 0px!important;
    list-style-type: none;
}

.container .contenu .trombi li::before {
    display: none;
}

.trombi ul {
    width: 100%!important;
    padding: 0px 110px;
}

@media (max-width: 992px) {
    .trombi ul {
        padding: 0px 57px!important;
    }
    .trombi li {
        margin: 20px 18px 0px!important;
    }
}

@media (max-width: 768px) {
    .trombi ul {
        padding: 0px 0px!important;
    }
    .trombi li {
        margin: 20px 25px 0px!important;
    }
}

@media (max-width: 567px) {
    .trombi li {
        margin: 20px 16.5px 0px!important;
    }
    .autrepage .li_departements,
    .autrepage .li_communes {
        margin-left: 0px;
        text-align: left;
        font-size: 18px!important;
    }
}


/*Vcard AnnuaireVille*/

.container .autrepage .vcard span {
    padding: 0px!important;
}

.container .autrepage .vcard .adr {
    color: #0045a1;
}

.mess_success {
    position: relative;
    background: green;
    text-align: center;
    display: block;
    padding: 0 10px;
    color: white;
    top: 0;
}

.list_diag {
    display: flex;
    flex-flow: row wrap;
    margin-left: 10px;
}

.list_diag .listcol {
    flex: 1 auto;
    margin-right: 10px;
    width: 45%;
    margin-bottom: 10px;
}

.list_diag .listcol .tel {
    color: #f15a24;
}

.vcard {
    list-style-type: none;
    text-align: left;
    background-color: #eeeeee;
    height: auto;
    padding: 12px;
    width: 100%;
    border: #f15a24 solid 2px;
}

.vcard h2 {
    margin-top: 5px!important;
    margin-bottom: 5px!important;
}

.vcard h2 a {
    font-weight: bold;
    color: #0045a1;
}

.vcard h2 a:hover {
    color: #f15a24;
}

.vcard .photo {
    width: 120px !important;
    margin: 0px 10px 0px 0px!important;
    background: none;
    padding: 0;
    max-width: 100%;
}

@media (max-width: 992px) {

    .vcard {
        min-height: max-content;
    }
    /*.vcard .adr{
			display: flow-root;
		}*/
    .list_diag {
        display: block;
        margin-left: 10px;
    }
    .list_diag .listcol {
        /*flex: 1 auto;*/
        margin-right: 10px;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .vcard h2 {
        margin-top: 10px;
    }
    .vcard ul li {
        text-align: center;
    }
}


/*Annuaire*/

.annuaire .carte {
    width: max-content;
    margin: auto;
}


/*Fiche Expert*/


/*Présentation encadrée haut*/

.presentationHaut {
    background-color: #eeeeee;
    padding: 18px;
    border: #f15a24 solid 2px;
    box-shadow: 2px 2px 2px #e0dbd9;
    margin-bottom: 20px;
    line-height: 30px;
}

.presentationHaut .photo img {
    width: 105px!important;
    margin: 0px!important;
}

.presentationHaut .identite p {
    color: #f15a24;
    text-shadow: white 0.1em 0.1em 0.25em;
}

.presentationHaut .icon {
    width: 40px!important;
    margin: 0px 20px!important;
}

.presentationHaut .icontel,
.presentationHaut .iconhome {
    margin-left: 0px!important;
    margin-right: 10px!important;
}

.presentationHaut .col-md-4 {
    padding-right: 0;
    padding-left: 0;
}

.presentationHaut .colcontact {
    padding-left: 10px;
}

.btnfiche {
    transition: 1s ease 0s;
    border: 2px solid #f15a24;
    background: #f15a24;
    color: white !important;
    padding: 5px 15px;
    display: inline-block;
    margin-top: 10px;
}

.btnfiche:hover {
    background: transparent;
    color: #f15a24 !important;
}

.presentationHaut .titre {
    color: #f15a24;
    font-weight: bold;
    font-size: 18px;
    text-shadow: white 0.1em 0.1em 0.25em;
}

.presentationHaut h1 {
    text-align: left;
    font-size: 20px!important;
    margin: 0px 0px 20px;
    color: #0045a1;
}

.presentationHaut a {
    color: #f15a24 !important;
    text-shadow: white 0.1em 0.1em 0.25em;
    margin-top: 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 36px;
}

.presentationHaut a:hover {
    color: #0045a1 !important;
}

.presentationHaut .texte {
    display: flow-root;
}

.presentationHaut .logo {
    width: 120px!important;
    height: auto;
    float: none!important;
}

.adrSite {
    margin-top: 15px;
}

@media (max-width: 992px) and (min-width: 768px) {
    .presentationHaut .col-md-2 {
        margin-left: -10px;
    }
    .presentationHaut .col-md-4 {
        padding-right: 30px;
        padding-left: 25px;
    }
}

@media (max-width: 767px) {
    .presentationHaut .identite p {
        display: inline-block;
        margin-left: 20px;
    }

	.container .contenu .listeHome .first, .container p, .container ul {
    font-size: 13px !important;
}
.contenuprincipal {
    padding: 0 !important;
}
    .presentationHaut .titre {
        display: inline-block;
        margin-left: 56px;
    }
    .presentationHaut .icon {
        margin: 0px 10px 0px -50px!important;
    }
    .presentationHaut .texte {
        display: inline-block;
        width:auto;
        margin-left: 56px;
        margin-bottom: 0;
    }
	.h1, h1 {
    font-size: 20px !important;
}
	.h2, h2 {
    font-size: 18px !important;
}
	.fiche-diag .col-lg-4.col-md-6{padding:0;}
	
    .adrSite {
        margin-left: 60px!important;
    }
    .presentationHaut .dec {
        margin-left: 60px;
    }
    .presentationHaut .contact,
    .presentationHaut .entreprise {
        margin-top: 20px;
    }
    .presentationHaut .logo,
    .presentationHaut .photo {
        margin: 10px 60px 20px!important;
    }
    .presentationHaut .col-md-4 {
        padding-right: 15px;
    }
    .presentationHaut .colcontact {
        padding-left: 15px;
    }
}


/*Sections de présentation*/

.fiche .titresection {
    background-color: #0045a1;
    color: white;
    font-weight: bold;
    width: max-content;
    padding: 5px 20px;
    font-size: 20px;
    border-top: 10px solid #eeeeee;
    margin-bottom: 10px;
    margin-top: 20px;
}

.fiche .interview p {
    font-size: 14px!important;
}

.fiche .interview a {
    font-size: 14px!important;
    color: #0045a1;
}

.fiche .interview a:hover {
    color: #f15a24;
}

.fiche .interview .question {
    color: #f15a24;
    display: block;
    font-weight: bold;
    box-shadow: 0.5px 0.5px #f15a24;
    padding: 0px 4px 0px 0px;
}

.fiche .presentation {
    margin-top: 20px;
}

.fiche .carte iframe {
    width: 100%;
    height: 250px;
}


/*pages annuaire*/

.pageregion .georef img {
    width: 120px;
    margin: 6px 20px 10px 25px;
    float: right;
}

.pagedepartement .georef img {
    width: 80px;
    margin: 6px 20px 10px 25px;
    float: right;
}

.pageregion h1,
.pagedepartement h1 {
    text-align: left;
}

.pageregion h2,
.pagedepartement h2 {
    text-align: center;
}

@media (max-width: 640px) {
    .pageregion .georef img {
        width: 120px;
        margin: 30px 0px 10px 60px;
        float: right;
        position: absolute;
    }
}

@media (max-width: 568px) {
    .pageregion .georef img {
        width: 110px;
        margin: 30px 0px 10px 40px;
    }
}

@media (max-width: 530px) {
    .pageregion .georef img {
        width: 70px;
        margin: 30px 0px 10px 50px;
    }
}

@media (max-width: 500px) {
    .pageregion .georef img {
        display: none;
    }
    .pagedepartement .georef img {
        display: none;
    }
}


/*Demande de devis formulaire page à part*/

.page #devis {
    margin-top: 40px;
}

.page label {
    width: 49%;
    margin-left: 0px;
    margin-bottom: 1.2rem;
}

.page .radio {
    margin-right: -75px;
}

.page .label {
    display: inline-table;
    margin-left: 107px;
    width: 297px;
}

.page .radio input {
    width: max-content;
    display: initial;
    margin-left: 30px;
}

.page .btnradio {
    width: max-content;
    margin: auto;
}

.page span {
    margin-right: 20px;
    width: max-content;
    display: block;
    margin: auto;
}

.page input,
.page select {
    width: 260px;
    margin: auto;
    display: block;
    height: 30px;
}

.page .btnvalider {
    margin-top: 20px;
    color: #fff!important;
    background-color: #f15a24;
    padding: 3px 31px;
    text-shadow: black 0.1em 0.1em 0.2em;
    text-transform: uppercase;
    cursor: pointer!important;
    letter-spacing: 1.5px;
}

@media (max-width: 1200px) {
    .page .label {
        width: 349px;
    }
    .page #devis {
        margin-top: 20px;
    }
}

@media (max-width: 992px) {
    .page label {
        width: 45%;
        margin-left: 0px;
    }
    .page .label {
        width: 270px;
        margin-right: 39px;
        margin-left: 0px;
    }
    .page .champsGauche {
        width: 260px!important;
    }
    .page .radio {
        margin-right: 0px;
    }
}

@media (max-width: 768px) {
    .page .label {
        margin-right: 0px;
        margin-left: 120px;
    }
    .page label {
        width: 100%;
        margin-left: 0px;
    }
    .page .radio {
        width: max-content;
    }
}

@media (max-width: 500px) {
    .page label {
        width: 100%;
    }
    .page .label {
        margin-left: 100px;
    }
}

@media (max-width: 400px) {
    .page .label {
        margin-left: 80px;
    }
}


/*DEVIS popup*/


/*Ombre derrière*/

#spu-bg-1623 {
    opacity: 0.5;
    background-color: #000;
}

.spu-bg {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 1000;
}


/*Fin ombre derrière*/

.dialog label {
    font-size: 16px !important;
    margin-bottom: 0px!important;
}

.dialog label b {
    font-size: 16px !important;
    margin-bottom: 10px;
}

.dialog label span {
    display: none;
    font-size: 16px !important;
}

.dialog label i {
    font-size: 12px !important;
}

.dialog input[type=email] {
    padding: 5px;
}

.dialog .myForm label>select {
    width: 100%;
    padding: 5px;
    margin: 0;
}

.dialog input[type=text],
.dialog input[type=email],
.dialog input[type=submit] {
    width: 100% !important;
    height: 30px;
    font-size: 14px !important;
    margin-bottom: 10px;
}

.dialog select {
    height: 30px;
    font-size: 14px !important;
    margin-bottom: 10px;
    width: 100%;
}


/*.dialog input[type=submit] {width: 90%;border-radius:30px 0 30px 0; background: #23bae2; border:none; color:#fff; font-weight:bold; margin-top:10px; padding:6px 0 6px 0; margin-left: 5px;}*/

.dialog input[type=submit] {
    width: 40%!important;
    font-size: 18px!important;
    background-color: #f15a24!important;
    border: 2.5px solid #f15a24!important;
    border-radius: 38px!important;
    text-transform: uppercase;
    cursor: pointer!important;
    font-weight: bold!important;
    letter-spacing: 1.5px;
    color: #fff;
    text-shadow: black 0.1em 0.1em 0.2em;
}

.dialog input[type=submit]:focus {
    box-shadow: 1px 1px 10px black inset, 0 1px 0 rgba( 255, 255, 255, 0.4);
}

.myForm {
    padding-left: 0;
}

input.text,
input.email,
input.password,
textarea.uniform {
    color: black !important;
    background: none !important;
    background-color: white !important;
    border-radius: 0px !important;
    padding: 0px !important;
}

div.selector {
    padding-left: 0 !important;
    background: none !important;
    border: 1px solid black !important;
    background-color: white !important;
    width: 100% !important;
    height: 50px !important;
}

div.selector span {
    padding-top: 10px !important;
    background: none !important;
    width: 100% !important;
}


/* JQUERY UI */

.ui-tabs-nav a {
    font-size: 12px;
}

.ui-tabs-panel {
    font-size: 12px;
}

.ui-dialog * {
    z-index: 2000;
}

.ui-widget-header {
    background: #eeeeee;
    width: 95%;
    margin: auto;
    top: 10px;
    font-weight: bold;
}

.ui-dialog {
    background-color: #0045a1;
    border-radius: 10px;
    border: solid 3px #f15a24;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
    color: #f15a24;
    font-size: 18px;
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}

.ui-dialog .ui-dialog-titlebar-close span {
    display: block;
    margin: 1px;
}

.ui-widget-header .ui-icon {
    background-image: url(../images/ui-icons_72a7cf_256x240.png);
    width: 20px;
    height: 20px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 19px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 18px;
}

.ui-widget-header a {
    color: #222222;
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
    zoom: 1;
}


/* FORMULAIRE TYPE */

.myForm {
    text-align: center;
    margin: 20px auto;
    z-index: 20;
    width: 80%;
    background-color: #0045a1;
    color: #fff;
}

.myForm label {
    display: block;
    margin: 2px 0;
    padding: 4px;
    border: 1px solid transparent;
    text-align: left;
}

.myForm label.radio {
    display: inline-block;
    margin-right: 10px;
}

.myForm label>span {
    display: inline-block;
    width: 170px;
}

.dialog .myForm label>span {
    width: 220px;
}

.myForm label>input[type="text"] {
    width: 190px;
}

.dialog .myForm label>input[type="text"] {
    width: 270px;
    padding: 5px;
}

.dialog .myForm label>select {
    width: 100%;
    padding: 5px;
    margin: 0 0 0 -3px;
}

.dialog .myForm input[type=submit] {
    padding: 5px 40px;
    margin: 15px auto;
    height: auto;
}

.myForm label.error {
    background: #CD0A0A;
    color: #FFF;
    border: 1px solid #C99;
}