/**
 * @file
 * Use this CSS file to override base CSS rules
 */

/* Set default font weight to 300 for better typography in high-density screens */
/*body {
  font-weight: 300;
}*/



/*
.banner:after {
    background: none;
}

.banner {
    padding: 50px 0 100px;
}

.path-frontpage .banner {
    padding: 70px 0;
}

*/

.path-frontpage .main-content {
    display:none;
}

.path-frontpage .banner  h2.title {
    visibility: hidden;
}

#slideshow-fullwidth .tp-caption__title {
	text-align: left;
	font-weight: 700;
}


.blocservice {
    margin-bottom: 50px;
}

#applications .service {
    margin-bottom: 75px;
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (min-width: 768px) {
    
    #applications .service img {
        padding: 10px;    
        width: 70%;
    }
}

/*
#applications .servicetext {
    padding: 0;
}
*/

.service {
    border: 1px solid #c7c7c7;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;   
    background: #ffffff;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.2)
}

.pricing-table .views-field-title {
    color : #e05d00;
}


.service img{
    padding: 30px;
    width: 60%;
}


.servicetext {
    padding: 0 30px 30px;
}

.header {
    border-bottom: 1px solid #ff9a52;
}

.onscroll .header, .onscroll .header {
    border-bottom: none;
}

.header__section .menu.cta-active {
    padding: 10px 0 0;
}



.header__container {
   /*padding: 20px 0 0;*/
    padding: 8px 0 0;
}

ul#superfish-main {
    padding-bottom: 0;
    padding-top: 12px;
}



.servicetext h3 {
    font-size: 30px;
    color: #38AB63;    
    letter-spacing: -1px;
}

.contact-info-item__icon, .vps__icon,
.icones {
    font-size: 40px;
    color: #e05d00;
}

.contact-info-item__text a { 
    color: #424242;
}

.contact-info-item__text span{
    font-size: 14px;
    font-weight: normal;    
    color: #ff9a52;
}

a:hover {
    text-decoration: none;
}

.introduction {
    font-size: 24px;
    text-align: center;    
    margin: 100px 25px 50px;
}

.extra-bottom .introduction {    
    margin: 50px 25px;
}


.view-pricing-tables .view-header .introduction {
    margin: 0 25px 50px;
}


.extra-bottom {    
    margin-top: 0px;
}


.extra-bottom h3, 
#features-storage h4, #features-hardware h4, #features-cpu h4,
.gespme h4{    
    color : #38ab63;
}

h2.title.choix {    
    padding-top: 50px;
}

.paragraph.paragraph--type--mt-icon-features.paragraph--view-mode--default {
    text-align: center;
}

.paragraph.paragraph--type--mt-icon-features.paragraph--view-mode--default p{
    text-align: justify;
}

h2.titre {    
    padding-bottom: 30px;    
    color: #e05d00;
}


h4.titre {    
    padding-bottom: 30px;    
    color: #38ab63;
}

h2.mt-0.mb-5 {
    font-size: 46px;
}

.views-field.views-field-field-logo,
.views-field.views-field-field-mt-shw-image {
margin: 10px;   
text-align: center;
}

.views-field.views-field-field-logo img{
padding: 30px;
}

.views-field.views-field-field-mt-shw-image img{
padding: &0px;
}

.views-field.views-field-field-mt-shw-body p a {     
    color: #38ab63;
}


/* Newsletter */

#contact-message-newsletter-form label {
    display: none;
}

/**** Temparry css by SST ***/
.field.field--name-field-visuels.field--type-image {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px 20px;
}

/*  banner */ 

.banner__section  {
  
  padding : 50px 0px;

  }

.path-frontpage .banner__section {
  
  padding : 0px;

  }

/*  logo & icones footer */ 

#block-logofooter img {
  
  background: #fff;
  width: 60%;
  padding: 5px 10px;
}

#block-follow ul.icons-list li .svg-inline--fa {
  font-size: 33px;
}


@media (max-width: 768px) {
    
    #block-logofooter img {
            
        width: 40%;
    }
}

@media (max-width: 768px) {

img.align-left {
    float: none;
	
  }
  
}

/* block qui sommes-nous */ 

#block-quisommesnous {
  
  padding-bottom: 100px;
  
}





