button {
    min-width: 35px;
}

.modal-backdrop {
    z-index: 1030;
}

.spanville {
    margin: 2px;
    color: #555;
    display: inline-block;
    border-radius: 3px;
    height: 23px;
    line-height: 1.3;
    border: 1px solid #999;
}

.containeroffre {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-top: 3px solid #009688;
    padding: 13px 0px;
}

.conttain {
    right: 20Px;
    position: relative;
}

.btn-post11 {
    background-color: #009688 !important
}

.titrecriter {
    color: #EB6258 !important;
    display: block;
}

.title-post {
    color: #EB6258;
}

.rssm {
    text-align: center !important;
    margin-top: 17px !important;
    margin-bottom: 10px !important;
    opacity: 1 !important;
}

.fa-twitter {
    padding-right: 6px;
}

.mytooltip {
    position: relative;
    display: inline-block;
}

.atspopup .modal-title {
    background-color: #009688 !important;
}

/* Tooltip text */

.mytooltip .tooltiptext {
    visibility: hidden;
    width: 180px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 4px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 143%;
    left: 50%;
    margin-left: -77px;
    opacity: 0;
    transition: opacity 1s;
    font-size: 12px;
}

/* Tooltip arrow */

.mytooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */

.mytooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.imgsucces {
    width: 110px;
    display: block;
    margin: 0 auto;
    padding: 20px 0px;
}

.labelseccu {
    font-family: 'Quicksand', sans-serif;
    font-size: 18px;
    letter-spacing: 3px;
    color: #27b24a;
    display: block;
    text-align: center;
    margin-bottom: 12px;
}

.labelcvv {
    font-family: 'Quicksand', sans-serif;
    color: #515151;
    font-size: 15px;
    letter-spacing: 1px;
    display: block;
    text-align: center;
    font-weight: 300;
}

.secteuradjust {
    margin-left: -24px;
    padding-right: 15px;
    padding-left: 30px;
}

.btn-addcv {
    float: none !important;
    border-radius: 0px;
    background-color: #444;
    color: #fff;
    height: 40px;
    position: initial;
    width: 100% !important;
    cursor: pointer !important;
}

.select {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}

.select select {
    font-family: 'Arial';
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 10px 15px;
    outline: 0;
    border: 0px solid #000000;
    border-radius: 0px;
    background: #e6e6e6;
    color: #000;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: white;
}

.select select::-ms-expand {
    display: none;
}

.select select:hover, .select select:focus {
    color: #000000;
    background: #fffefe;
}

.select select:disabled {
    opacity: 0.5;
    pointer-events: none;
}

.select_arrow {
    position: absolute;
    top: 16px;
    right: 15px;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0px 5px;
    border-color: #7b7b7b transparent transparent transparent;
}

.select select:hover~.select_arrow, .select select:focus~.select_arrow {
    border-top-color: #000000;
}

.select select:disabled~.select_arrow {
    border-top-color: #cccccc;
}

.box-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.6rem 2.4rem;
}

.box {
    background-color: #ffffff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.margin--vertical {
    margin-bottom: 1rem !important;
    margin-top: 1rem !important;
}

.chckboxcandidaanother {
    border-radius: 0px !important;
    border: 3px solid #EB6258;
    width: 16px !important;
    height: 16px !important;
}

.LoadingContainerfa {
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    background: #fff;
    overflow: hidden;
    font-size: 40px;
    left: 0;
    top: 0;
}

.LoadingContainer {
    position: absolute;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    background: #fff;
    overflow: hidden;
    font-size: 40px;
}

.changecolor {
    background-color: green;
}

.changecolorheader {
    color: #ffffff;
}

.control__indicator.changecolor:after {
    left: 3.1px;
    top: 3px;
    height: 7px;
    width: 7px;
    border-radius: 0;
    transition: height 2ms, width 2ms;
}

.showsmall {
    display: none;
}

@media screen and (max-width: 900px) {
    .iconleft {
        display: none;
    }
    .hidesmall {
        display: none;
    }
    .showsmall {
        display: block;
    }
    .paddingcol {
        padding-bottom: 0px;
    }
}

.modal-backdrop.fade.in {
    opacity: 0;
    filter: alpha(opacity=0);
}

.form-cv {
    font-size: 12px;
}

.txtforme {
    font-size: 12px;
}

.rc-anchor-checkbox-label {
    font-size: 12px;
}

.row .row {
    margin-right: 0px;
    margin-left: 0px;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

@media (max-width: 768px) {
    .changephoto {
        right: auto;
        left: auto;
        margin-left: 0;
        margin-right: 0;
    }
}