/*   

Theme Name: Squoring

Theme URI: http://www.squoring.com

Description: Thème Wordpress Squoring

Author: LYBICA COMM'PUTER SERVICES

Author URI: http://www.lybica-cs.com

Version: 1.0

*/

@font-face {
 font-family: "MarkWeb";
 src: url("fonts/MarkPro.otf") format("truetype");    
    
}

@font-face {
 font-family: "MarkWebBold";
 src: url("fonts/MarkPro-Bold.otf") format("truetype");    
    
}



/* Format bouton */

.bouton{

    display: inline-block;

    width: auto;

    margin: 0 .75em;

    padding: .37em 1.5em;

    color: white;

    text-align:center;

    border-radius: 5px;

}

.bouton:hover{

    text-decoration:none;

}

.bouton:active{

    background-color:#E05820;

    color: white;

    text-decoration:none;

}

/* Couleur bouton */

.bouton.orange {

    background-color:#E15821;

}

.bouton.bleu {

 background-color:#174a5d;

}

/* Firefox problem with slider and font  "Source Sans Pro" */
.header .nav li .dropdown-menu {font-family: Arial,Helvetica,sans-serif;}

/*****Maj Gecko Info Octobre 2017*****/
.language-chooser li{display: inline-block;margin-right: 5px;}
ul#qtranslate-chooser {margin-bottom: 0px;padding-top: 4px}

#commentform #wpgdprc{margin-right: 5px !important;}


/**********HEADER VECTOR**************/

.headerVector{padding: 15px 0;}
.headerVector .txtVector{font-family: "MarkWeb" !important;float: right;color: black;font-size: 15px;    margin-right: 30px;margin-top: 12px; }
.headerVector .span4{margin-left: 0px;}
.headerVector .logoVector{    text-align: left; margin-left: 60px;}
.headerVector .logoVector img{ width:190px;}

@media (max-width: 767px){
    .headerVector{margin: 0 -20px;}
    .span4,.span5{width: 50%;display: inline-block; float: left;padding: 0 10px;}
    .headerVector .txtVector {font-size: 10px;margin-top: 10px;line-height: 14px;}
    .headerVector .logoVector{    text-align: center; margin-left: 10px;margin-top: 10px;}
    .headerVector .logoVector img{ width:auto;}
}