.OngletInscription {
    width: 70%;
    margin: 0 auto;
}

#inscription {
    padding: 5px 15px;
    position: relative;
    width: 80%;
    margin: 0 auto;
}

div.inscription {
    margin-bottom: 80px;
    width: 80%;
}

.informations {
    padding: 10px 20px;
    background: #f8f8f8;
    margin-top: 25px;
}

legend.info {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-top: 40px;
}

#dossier textarea {
    width: 450px;
}

.dejademandedossier {
    line-height: 35px;
    width: 50%;
    background: #149595;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 15px;
    margin: 0 auto;
    margin-top: 35px;
    border-radius: 7px;
}

.dejademandedossier span {
    font-size: 5vw;
    color: #fff;
}

.dejademandedossier input {
    border: 1px solid #aaa;
    margin: 0 auto;
    width: 90%;
    padding: 5px 22px;
    border-radius: 8px
}

.dejademandedossier input[type=submit] {
    margin: 0 auto;
    float: none;
}

input[type=text],
input[type=password],
input[type=email],
textarea {
    padding: 6px
}

input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #aaa;
    text-align: left;

    padding-left: 20px !important;

}

input::-moz-placeholder {
    /* Firefox 19+ */
    color: #aaa;
    text-align: left;

    padding-left: 20px !important;
}

input:-ms-input-placeholder {
    /* IE 10+ */
    color: #aaa;
    text-align: left;

    padding-left: 20px !important;
}

input:-moz-placeholder {
    /* Firefox 18- */
    color: #aaa;
    text-align: left;

    padding-left: 20px !important;

}

textarea::-webkit-textarea-placeholder {
    /* Chrome/Opera/Safari */
    color: #aaa;
    text-align: left;

    padding-left: 20px !important;

}

textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #aaa;
    text-align: left;

    padding-left: 20px !important;
}

textarea:-ms-textarea-placeholder {
    /* IE 10+ */
    color: #aaa;
    text-align: left;

    padding-left: 20px !important;
}

textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #aaa;
    text-align: left;

    padding-left: 20px !important;

}

input[type=text],
input[type=password],
input[type=email] {
    border-radius: 5px;
    border: 1px solid #aaa;
}

.btn_next {
    width: auto;
    padding: 5px 15px;
    font-size: 19px;
    color: #fff;
    border: 1px solid #fff !important;
    background: #F88222;
    margin-top: 15px !important;
    float: right;
    margin-bottom: 30px;
}

.handicap {
    color: #72BCE7;
    font-size: 25px !important;
}

#handicap p {
    display: none
}

#dialog label {
    width: 100% !important;
    text-align: left
}

.error {
    color: red;
    font-weight: 400;
    padding-left: 20px
}

#form_inscription legend {
    border-bottom: 1px solid #eee;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 30px
}

#inscription input[type=text] {
    border: 1px solid #ccc;
    margin: 0 auto;
    width: 75%;
    padding: 5px 5px;
    border-radius: 4px
}

#inscription input[type=email] {
    border: 1px solid #ccc;
    margin: 0 auto;
    width: 75%;
    padding: 5px 5px;
    border-radius: 4px
}

#inscription input[type=checkbox] {
    left: 20px;
    margin-right: 15px
}

/*
.container div {
    height: 15px;
}
*/
.inscrits {
    position: relative
}

.inscrits article {
    border: 1px solid #ccc;
    border-radius: 7px;
    padding: 10px 10px 0px 10px;

    width: 45%;
    float: left;
    margin-right: 20px;
    margin-bottom: 25px;
}

.fa-users {
    padding-right: 15px
}

#recup_donnee {
    background: #f7b64b;
    color: #fff;
    display: block;
    padding: 3px 5px;
    text-align: center;
    font-size: 12px;
}

#recup_donnee:hover {
    text-decoration: none;
    cursor: pointer
}

.bootbox .modal-header h4 {
    float: none;
}

.bootbox .modal-header .close {
    position: absolute;
    right: 15px;
}

.commune {
    margin-right: 15px
}





/**************************** dialog ajout *******************************/

.bteDialogAjoutEleve .modal-dialog {width: 600px; max-width: 600px;  }
.bteDialogAjoutEleve #slider-range{width:510px;padding-left:15px}
.bteDialogAjoutEleve table tr td:first-child {width:120px;}
.bteDialogAjoutEleve  #tranche {width:350px;}
.bteDialogAjoutEleve .no_variable{padding-left:10px}
.bteDialogAjoutEleve .fa-copy{font-size: 27px;padding-right:15px}
.bteDialogAjoutEleve #recup_donnee{background:#F88322;font-size: 19px;padding: 7px 5px; }

.bteDialogAjoutEleve .tranche{float:right;margin-right:100px;}
.bteDialogAjoutEleve #addTranche{background: #30A0A0;color:#fff;}

#ajout input,
#ajout textarea {
    width: 100%;
    margin-bottom: 10px
}

#ajout select {
    margin-bottom: 15px
}

#activites select {
    width: 75%;
}


.bteDialogModifEleve .modal-dialog {width: 600px; max-width: 600px;  }
.bteDialogModifEleve #slider-range{width:510px;padding-left:15px}
.bteDialogModifEleve table tr td:first-child {width:120px;}
.bteDialogModifEleve  #tranche {width:350px;}
.bteDialogModifEleve .no_variable{padding-left:10px}
.bteDialogModifEleve .fa-copy{font-size: 27px;padding-right:15px}
.bteDialogModifEleve #recup_donnee{background:#F88322;font-size: 19px;padding: 7px 5px; }

.bteDialogModifEleve .tranche{float:right;margin-right:100px;}
.bteDialogModifEleve #addTranche{background: #30A0A0;color:#fff;}



/******************** Dialog date  *****************/

#valid_date {
    float: right
}


/*************************** inscription eleve  enseignant  ****************/

.OngletInscription li {
    padding: 10px 15px 10px 5px;
    margin-right: 10px;
    float: left;
    color: #fff;
    list-style: none;
}

.OngletInscription ul {
    width: 120%;
    margin-left: -30px;
}

li.selected {
    color: #7E8B39 !important;
    position: relative;
    background-image: none !important;
    text-align: center;
    padding: 4px 45px !important
}

li.selected span.etape {
    border: 3px solid #fff;
    margin: 0 auto;
    background: #7F1451;
    color: #fff;
    width: 55px;
    height: 55px;
    font-size: 23px;
    text-align: center;
    display: block;
    padding: 5px;
    padding-top: 6px;
    padding-bottom: 5px;
    border-radius: 75px;
    box-shadow: 0px 1px 6px 0px #666
}

li.selected span.libelle {
    font-size: 17px;
    display: block;
    color: #7F1451;
    text-transform: uppercase;
    padding-top: 5px;
    border-bottom: 2px solid #7F1451;
}

li.prev {
    color: #7E8B39 !important;
    position: relative;
    background-image: none !important;
    text-align: center;
    padding: 4px 45px !important
}

li.prev span.etape {
    border: 2px solid #fff;
    margin: 0 auto;
    background: #7F1451;
    color: #aaa;
    width: 55px;
    height: 55px;
    font-size: 23px;
    text-align: center;
    display: block;
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 5px;
    border-radius: 75px;
}

li.prev span.libelle {
    font-size: 17px;
    display: block;
    color: #aaa;
    text-transform: uppercase;
    padding-top: 5px;
}


li.next {
    color: #bbb !important;
    position: relative;
    background-image: none !important;
    text-align: center;
    padding: 4px 45px !important
}

li.next span.etape {
    border: 2px solid #fff;
    margin: 0 auto;
    background: #bbb;
    color: #fff;
    width: 55px;
    height: 55px;
    font-size: 23px;
    text-align: center;
    display: block;
    padding: 5px;
    padding-top: 6px;
    padding-bottom: 5px;
    border-radius: 75px;
}

li.next span.libelle {
    font-size: 17px;
    display: block;
    color: #bbb;
    text-transform: uppercase;
    padding-top: 5px
}

.OngletInscription {
    margin-top: 45px;
}

#register a {
    width: 90%;
}

#register {
    line-height: 35px;
    width: 100%;
    background: #83AA05;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 35px
}

.register {
    font-size: 21px;
    margin-bottom: 10px;
    margin-top: 25px
}

.register_eleve:before {
    content: "\f2bd";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 10px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 32px;
    line-height: 30px;
    float: left;
}

.register_enseignant:before {
    content: "\f19d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 10px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 32px;
    line-height: 30px;
    float: left;
}

#validation {
    clear: both;
}

/********************************** enseignant  ************************/
.btn_medium {
    background: rgb(248, 130, 34);
    color: #fff;
    width: 45%;
    float: left;
    padding: 7px 15px;
    margin-right: 11px
}

.btn_large {
    background: rgb(248, 130, 34);
    color: #fff;
    width: 100%;
    padding: 7px 15px
}

.btn_large_green {
    background: #008000;
    color: #fff;
    width: 100%;
    padding: 7px 15px
}

.btn_bleu {
    background: #2A60C0;
    color: #fff;
    width: 75%;
    padding: 7px 15px;
    margin: 5px auto;
}

#disponibilite {
    height: 190px;
    padding-top: 25px;
    padding-bottom: 25px;
    overflow: hidden
}

#disponibilite .swiper-container_recrutement {}

#disponibilite .switch-wrapper {
    width: 100%;
}

#recrutement .swiper-slide {
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
}

.dispo_day {
    display: none
}

#recrutement {
    padding: 5px 15px;
    position: relative;
    width: 100%;
}


/*#recrutement *{width:100%;}*/

#recrutement span {
    width: 10%;
}

#recrutement form input {
    border: 1px solid #999;
    box-shadow: none !important;
    border-radius: 5px
}

#coordonnees input {
    width: 95%;
    margin-bottom: 7px;
    margin-top: 8px
}

#recrutement fieldset {
    width: 100%;
}

#recrutement .dispo_jour {
    width: 90%;
    margin-top: 10px;
}

#recrutement .volume {
    height: 70px;
    width: 95%;
    position: relative;

    padding-left: 15px;
    padding-bottom: 20px
}

.slider-range-volume {
    width: 80%;
    padding-left: 15px
}

.amount-am,
.amount-pm {
    margin-bottom: 10px;
    background: transparent;
}

.slider-range-am,
.slider-range-pm {
    margin-bottom: 25px
}

#volume {
    margin-top: 15px
}

#niveau input,
#niveau label {
    width: 40%;
}

#niveau input {
    float: right
}

#recrutement #disponibilite .desactive {
    background-color: #eee;
    color: #aaa;
}

#recrutement textarea,
#recrutement select {
    width: 657.767px;
}
#recrutement textarea{

    border: 1px solid rgb(153, 153, 153);border-radius: 7px;
}
#recrutement .swiper-pagination {
    margin-top: 25px;
    height: 20px;
}

#recrutement .swiper-slide {
    padding: 7px 12px;
}

#recrutement .swiper-wrapper h4 {
    font-size: 16px !important;
    font-weight: bold
}

#recrutement .swiper-container_recrutement {
    position: relative;
    height: 100%;
}

#recrutement .swiper-pagination-fraction {
    top: -2px !important;
}

#recrutement .swiper-wrapper {
    padding-top: 50px
}

#recrutement .swiper-container-horizontal>.swiper-pagination-bullets {
    top: -2px !important;
    text-align: left
}

#recrutement .swiper-container-horizontal .swiper-pagination-bullet {
    width: 37px !important;
    border-radius: 0px !important;
    height: 20px !important;
    color: #fff;
    padding-left: 5px;
    background: #F88222
}


/****************** page rappel  ****************/

#page_rappel {
    padding: 10px
}

.erreur_tel {
    color: red;
}

select {
    background: -webkit-linear-gradient(white, #f9f9f9);
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #666;
    /*text-shadow: 0 0 4px rgba(0, 0, 0, 0.8);*/
    /*-webkit-appearance: none;*/
}

#rappel_jour,
#rappel_heure {
    width: 100%;
    margin-bottom: 10px;
    height: 32px;
    font-size: 14px
}

#rappel_form #type_client {
    width: 150px;
    margin-left: 10px;
}

/***********************  tarifs  *************************/

#tarifs {
    padding: 10px;
    width: 100%;
    margin-top: -30px
}

#tarifs .swiper-container {
    width: 100%;
}

.tarifs_abonnement {
    height: 170px
}

.tarifs_abonnement h4 {
    font-weight: bold;
    font-size: 15px;
    color: #999;
}

.tarifs_abonnement h4 span {
    color: #555;
}

.tarifs_abonnement h5 {
    font-weight: bold;
    font-size: 15px;
    color: #83AA05;
}

.tarifs_abonnement .tarifs {
    font-weight: bold;
    font-size: 17px
}

.tarifs_abonnement .swiper-slide {
    background: #fafafa;
    margin-top: 10px;
    padding-bottom: 10px
}

.tarifs_abonnement .swiper-slide div {
    width: 98%;
    float: left;
    height: 100%;
}

.tarifs_abonnement .reduction {
    background: red;
    color: #fff;
    width: 60%;
    margin: 0 auto;
    padding: 7px 7px;
    margin-bottom: 15px
}

.tarifs_abonnement .swiper-slide div:before {
    content: "\f104";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    float: left;
    display: block;
    vertical-align: middle;
    color: #aaa;
    font-size: 42px;
    height: 100%;
    width: 20px;
    padding-top: 45px;
    line-height: 60px;
}

.goto_subscribe {
    padding-top: 10px;
    background: #83AA05;
    color: #fff !important;
    font-size: 25px;
    display: block;
    text-decoration: none !important;
    height: 100%
}

.goto_subscribe:before {
    content: "\f10b";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    float: left;
    display: block;
    vertical-align: middle;
    color: #fff;
    font-size: 62px;
    height: 100%;
    width: 60px;
    padding-top: 17px;
    line-height: 20px;
}

.w_50 {
    width: 47%;
    float: left
}

.w_50-r {
    margin-left: 15px
}

.w_50 .goto_subscribe {
    border-radius: 7px;
    font-size: 16px;
    display: block;
    float: left;
    height: 80px;
    text-align: center;
    padding-right: 7px padding-bottom:7px;
    width: 98%;

}

.w_50 .goto_doc {
    border-radius: 7px;
    padding-top: 5px;
    font-size: 15px;
    text-decoration: none !important;
    display: block;
    color: #fff;
    float: left;
    height: 80px;
    text-align: center;
    padding-right: 7px;
    background: #F78121;
    padding-bottom: 7px;
    width: 100%;
}

.w_50 .goto_subscribe:before {
    width: 40px;
    font-size: 50px;
    padding-right: 10px;
    padding-left: 10px;
}

.w_50 .goto_doc:before {
    content: "\f129";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    padding-top: 15px;
    width: 30px;
    font-size: 30px;
    padding-right: 7px;
    padding-left: 2px;
    float: left;
    color: #fff;
}

#tarifs hr {
    margin-top: 25px;
}


/********************************* retour uv  *************************/

.retour_uv {
    padding: 15px;
    margin-top: 25px;
}


/**********************************  cours   ****************************/

#cours {
    padding: 0px 15px;
    margin-top: -20px;
}

#cours h1 {
    font-weight: bold;
    padding-left: 10px;
    border-bottom: 1px solid #F88222;
    padding-bottom: 5px;
    border-left: 25px solid #F88222;
    font-size: 23px
}

#cours .swiper-wrapper h3 {
    font-size: 20px !important;
    margin-top: 0px !important
}

#cours .swiper-pagination {
    margin-top: 25px;
}

#cours .swiper-slide {
    background: #f3f3f3;
    padding: 7px 12px;
}

#cours .swiper-wrapper h4 {
    font-size: 16px !important;
    font-weight: bold
}

article.cours {
    text-align: left;
}

#cours img {
    width: 25%;
    float: left;
    margin-right: 10px;
}

#cours .swiper-container_cours {
    margin-top: -5px;
    position: relative;
}

#cours .clearfix {
    height: 1px padding: 0px;
    line-height: 2px
}

#cours .swiper-pagination-fraction {
    top: -2px !important;
}

#cours .swiper-wrapper {
    padding-top: 70px !important
}

#cours .swiper-container-horizontal>.swiper-pagination-bullets {
    top: -2px !important;
    text-align: left
}

#cours .swiper-container-horizontal .swiper-pagination-bullet {
    width: 60px !important;
    border-radius: 0px !important;
    height: 20px !important;
    color: #fff;
    padding-left: 5px;
    background: #F88222
}

#UTI_ADRESSE{width:75%;border:1px solid rgb(204,204,204);border-radius: 7px}

.fieldsetChequecadeau{margin-top:-16px;}

#load{background:url('../../img/default.svg');width:150px;height:150px;
display: none;
background-repeat: no-repeat;
  background-size: 150px 150px;
  padding:50px;
  position: absolute;
  bottom:300px;
  left:500px;
}

.no_eleve{text-align: center;color:#a53333;font-weight:bold;}