/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.site-header .header-image {
    padding-top: 10px;
}

.table td, .table th{
    border:0;
    border-bottom:1px solid #DBB2D2;

}
.table th{
    color:#DBB2D2;
}
.form_bloc div {
    padding-bottom: 15px;
}

.account span.dashicons-before:before{
    line-height:5;
}
@media (min-width: 991px) and (max-width: 1300px) {
    .main-navigation .main-nav ul li a {
        padding-left: 5px;
        padding-right: 5px;

    }
}
@media (min-width: 991px) and (max-width: 1100px) {
    .main-navigation .main-nav ul li a {
        font-size:12px;
    }
}

.cn-button.bootstrap:hover, .cn-button.bootstrap {
    background-image: none;
    color: #5f5182;
    background-color: #dbb2d2;
}
@media (min-width: 768px){
    .grid-33 {
        float: left;
        width: 33.33333%;
    }
}
