/* supprimer affichage réseau des articles */
div.article-footer-top {
    display: none !important;
}


/* MENU AJOUT */

div.text-menu div.sppb-addon-content a{
	display: inline-block !important;
	padding-top: 24px !important;
    font-family: Roboto, sans-serif !important;
	font-size: 15px !important;
    line-height: 1.25 !important;
    color: #3d3d3d; !important;
  	background-color: #fff !important;
    font-weight: 400 !important;
}
div.text-menu div.sppb-addon-content a:hover{
    color: #67baaf !important;
}
/* -------------------------- */


/* Chronoforms */

button#button19.ui.green.button, button#button19.ui.green.buttons .button,
button#button19.ui.green.button:focus, button#button19.ui.green.buttons .button:focus,
button#button19.ui.green.button:hover, button#button19.ui.green.buttons .button:hover{
    background-color: #74c8d2 !important;
}


.ui.form input[type=text] {
    text-transform: none !important;
  }
  
  

.semanticui-body a {
    color: #67baaf !important;
    text-decoration: none;
}


.ui.form input[type=text] {
    padding: 17px 15px 17px 25px !important;
    border-color: transparent !important;
    border-radius: 0 !important;
    background: #F0F0F0 !important;
	font-family: Roboto, sans-serif !important;
	font-size: 16px !important;
    line-height: 1.25 !important;
    color: #999 !important;
	font-weight: 400 !important;
}

.ui.form textarea {

    height: 205px !important;
    background: #F0F0F0 !important;
    border-color: transparent !important;
    border-radius: 0 !important;
    padding: 25px 20px 20px 25px !important;
    resize: none !important;
  	font-family: Roboto, sans-serif !important;
	font-size: 16px !important;
    line-height: 1.25 !important;
    color: #999 !important;
    font-weight: 400 !important;
}
.ui.form .inline.fields>label {
    display: inline-block;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: baseline;
  	font-family: Roboto, sans-serif !important;
	font-size: 16px !important;
    line-height: 1.25 !important;
    color: #999 !important;
    font-weight: 400 !important;
    text-transform: none;
}
/*
.chronoforms6_credits{
	display:none !important;
}
*/
/* -------------------- */

.page-header{
  display:none !important;
}
.sp-pagebuilder-row, .sppb-row {
    align-items: flex-start;
}
.sp-page-title .breadcrumb >.active {
    color: #000;
}
.view-article article.item .entry-image{
display:none;
}
@media only screen and (max-width: 767px){
#sp-logo-wrapper {
    height: 100px !important;
  }}