
/*****************************************************************

PRATIQUE PAGE

*****************************************************************/

.infos-pratiques {
    
    

    &-titre {

        text-align: center;
        margin-bottom: 40px;

        h1 {

            font-size: 50px;
            font-weight: 700;
            font-style: italic;
            line-height: 43px;
            letter-spacing: 1.25px;
            margin-bottom: 8px;


        }

        .sous-titre {

            font-size: 16px;
            font-weight: 300;

        }

    }


}


.contactez-nous {



    .wpt-form-error {

        color: $primary-color;

        &.alert-danger {

            color: $dark-color;

        }
    }

    a {

        color: $dark-color;
        text-decoration: underline;

        &:hover {

            color: $primary-color;

        }

    }
   
    .bt-submit {

        width: 450px;
        margin-top: 40px;
        margin-bottom: 60px;

    .btn-primary {

        margin-left: auto;
        margin-right: auto;
        display: block;
        width: 240px;
        
    }
}

    .js-wpt-field-items {

        display: inline-block;
       
        margin-bottom: 14px;

        input {

            height: 50px;
            background-color: #ffffff;
            border-color: #979797;
            border-radius: 0;
            width: 450px;
        }

        input[type="checkbox"] {

            width: inherit;
        }



         select {

             height: 50px;
             background-color: #ffffff;
             border-color: #979797;
             border-radius: 0;
             width: 450px;
             -webkit-appearance:none;

             &:after {



             }
           
         }



        textarea {

            background-color: #ffffff;
            border-color: #979797;
            border-radius: 0;
            width: 450px;
            margin-bottom: 10px;
        }
    }

    label {

        font-size: 16px;
        font-weight: 500;
        display: block;
        text-align: right;
        height: 50px;
        line-height: 50px;

    }
    .wpt-form-set-checkboxes {

        margin:0;

    .wpt-form-item-checkbox {

        small {
        
            position: absolute;
            top: -16px;
            width: 200px;
            left: 0;
            
            }

        input {

            height: inherit;

        }

        label {

            display: none;

        }

    }
}

}