a {
    color:#3e8ede;
}
h3 {
    font-size:16px;
    width:100%;
    display:block;
    text-align:center;
    margin:10px;
}

h4 {
    font-size:14px;
    width:100%;
    display:block;
    text-align:center;
    margin:10px;
}

#annulerInscription, #annulerOrganisateur,#annulerEvenementData,#annulerEvenement,#annulerEvenementData,#annulerAmbassadeur {
    display: block;
    float: right;
    font-size: 12px;
    text-decoration: underline;
    color: #0078A8;
    margin-top: -49px;
    margin-right: 20px;
    color: #fff;
}
#annulerEvenementInscriptionsData {
    display: block;
    float: right;
    font-size: 12px;
    text-decoration: underline;

    margin-top: -49px;
    margin-right: 20px;

}


#annuaireselectdepartement {
    max-width:250px;
}
#annuaireselectdepartement {
    color:        #666;
    background-color:         #fff;
    padding: 8px 20px 8px 16px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    border: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 3px;
    border: 1px solid  #CCC;
    margin-top: 10px;
    min-width: 250px;
}
#annuaireselectregion {
    max-width:250px;
}

@media screen and (max-width: 1200px) {

    #rechercheAnnuaire {
        margin-right:0 !important;;
    }

}

@media screen and (max-width: 1100px) {
    #selectAnnuaireDepartement {
        display: block !important;
        margin: 10px 0 0 0;
        width: 240px;
        clear:left;
    }
    #rechercheAnnuaire {
        float: left;
    }

}


@media screen and (max-width: 550px) {

    .wcud-content-front {
        width: 100% !important;
        margin: 0px !important;
    }

    .leftform, .rightform {
        width:100%;
    }

    #organiserForm, #inscriptionForm, #evenementForm, #ambassadeurForm, #dataInscriptionForm, #organisateurForm, #dataAmbassadeurForm {
        width:100%;
    }


    #annulerInscription, #annulerOrganisateur, #annulerEvenementData, #annulerEvenement, #annulerEvenementData, #annulerAmbassadeur {
        display: block;
        float: right;
        font-size: 12px;
        text-decoration: underline;
        color: #0078A8;
        margin-top: 0;
        margin-right: 20px;
        color: auto;
    }
}