.page-activities-create label[for="active-picto"] {
    margin-top: 10px;
}

.page-activities-create .box-dashed {
    border: dashed 4px #30B5BF;
    display: inline-block;
}

.page-activities-create .tab-vote .picto-lsf {
    border: none;
}

.page-activities-create .part-video {
    position: relative;
    overflow: hidden;
}

.page-activities-create #arrow-next {
    text-align: right;
    padding-right: 0;
    position: absolute;
    top: 0;
    right: 15px;
    margin-bottom: 20px;
    z-index: 100;
}

.page-activities-create .arrow-next-step .btn-lsf {
    position: absolute;
    top: 0;
    right: 0;
    margin-bottom: 20px;
    z-index: 100;
}

.page-activities-create .cont-choice-picto .btn-lsf.btn-right {
    position: absolute;
    right: 0;
    margin-bottom: 20px;
    z-index: 100;
}

.page-activities-create .arrow-previous-step{
    padding-left: 0;
}

.page-activities-create .arrow-next-step .btn-lsf.btn-right  {
    border: solid 6px #30B5BF;
    color: #30B5BF;
    background-color: #30B5BF;
    padding: 0px;
    width:auto;
}

.page-activities-create .arrow-next-step .fa-arrow-right, .page-activities-create .arrow-previous-step .fa-arrow-left, .page-activities-create .arrow-next-step .btn-lsf  {
    border: solid 6px #30B5BF;
    color: #30B5BF;
    background-color: #000;
    padding: 10px 20px;
}

.page-activities-create .arrow-next-step:hover, .page-activities-create .arrow-previous-step:hover {
    cursor: pointer;
}

.page-activities-create .circle-steps {
    color: #76428D;
    padding: 5px;
}

.page-activities-create .container-video {
    display: inline-block;
    width: 100%;
    padding: 0;
    min-height: 340px;
    color: #333;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}
.page-activities-create .contains-video + .col-lg-9{
    padding:0;
}
.page-activities-create #valider {
    border: solid 6px #30B5BF;
    color: #30B5BF;
    background-color: #30B5BF;
    padding: 10px 20px;
}
.page-activities-create .btn-lsf.btn-right .fa-check {
    border: solid 6px #30B5BF;
    color: #30B5BF;
    background-color: black;
    padding: 10px 20px;
}
.page-activities-create .part-video .arrow-next-step,  .page-activities-create .arrow-previous-step,  .page-activities-create #arrow-next-2{
    text-align: right;
    padding: 0;
    background-color: #30B5BF;
    color:black;
}
.page-activities-create .container-video label, .page-activities-create .input-creation label, .page-activities-create .cont-choice-picto label {
    font-style: italic;
}
.page-activities-create .container-bloc-video {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    min-height: 340px;
    align-items: center;
}

.page-activities-create .btn-rec {
    height: 20px;
    padding: 18px;
    float: left;
    border: solid 6px #30B5BF;
    background-color: #fff;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-activities-create .btn-rec .fa {
    color: #30B5BF;
    border: solid 3px;
    padding: 2px;
}

.page-activities-create .cont-choice-picto {
    padding: 0;
}

.page-activities-create .container-pictos .form-group {
    margin-bottom: 0;
    margin-top: 75px;
}

.page-activities-create .title-picto-activity {
    font-size: 16px;
}

.page-activities-create .tab-pictos, .page-activities-create .tab-vote {
    background: #5E1F74;
    padding: 10px;
    color: #fff;
}

.page-activities-create .picto-choice-create-activity{
    padding:15px;
    background-color: #5E1F74;
}

.page-activities-create .tab-vote .form-group {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 0;
}

.page-activities-create .tab-vote .input-choice input[type="text"] {
    padding: 22px 10px;
    color: #662a74;
}

.page-activities-create #vote-active, .page-activities-create #vote-white-black {
    display: none;
}

.page-activities-create .add-choice {
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 15px;
}

.page-activities-create .container-pictos .checkbox label {
    padding-left: 0;
}

.page-activities-create .container-pictos .checkbox input[type=checkbox] {
    left: -9999px;
}

.page-activities-create .input-limit-date input[type="text"] {
    position: relative;
    background-color: #30B5BF;
    color: #fff;
    border: none;
	line-height: 50px;
}

.page-activities-create .input-limit-date input[type="text"]::-webkit-input-placeholder {
    color: #fff;
}

.page-activities-create .input-limit-date input[type="text"]::-moz-placeholder {
    color: #fff;
}

.page-activities-create .input-limit-date input[type="text"]::-ms-input-placeholder {
    color: #fff;
}

.page-activities-create .input-limit-date input[type="text"]::-moz-placeholder {
    color: #fff;
}

.page-activities-create .input-limit-date .fa-caret-down {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}

.page-activities-create .input-creation {
    padding: 15px;
    border: solid 2px #333;
    min-height: 80px;
    margin-bottom: 10px;
}

.page-activities-create .input-creation input {
    width: 100%;
}

.page-activities-create .container-pictos + div {
    float: left;
}

.page-activities-create .btn-lsf {
    min-width: 150px;
    border: solid 5px #333;
    background: none;
}

.page-activities-create .btn-lsf img {
    display: block;
    width: 40px;
    margin: 0 auto;
}

.page-activities-create .btn-right {
    float: right;
}

.page-activities-create .part-description-activity, .page-activities-create .part-icons-activity {
    display: none;
}

.page-activities-create .alert-user {
    text-align: center;
}

.page-activities-create .title-action-form {
    color: #000;
    text-align: center;
    padding-top: 4px;
}
.page-activities-create .cont-btn-steps {
	margin-top:-75px;
}

/* Fixes */
/*.page-activities-create #arrow-previous-2 {
    margin-left: 15px;
}*/

.page-activities-create #arrow-next-2 {
    text-align: right;
    padding: 0;
}
.page-activities-create  .tab-vote .input-choice span {
    width: 60px !important;
}
.page-activities-create .tab-vote .input-choice input {
    width: calc(100% - 60px) !important;
    border-radius: 0;
    border: 2px solid #fff;
}
.page-activities-create #display-vote-part {
    display: none;
    padding: 30px 15px 30px 15px;
    width: 100%;
    background-color: #fff;
    color: #30B5BF;
    font-size: inherit;
    position:relative;
}