/**
Theme Name: Inspace
Author: MG WEB
Author URI: https://mg-web.fr
Description: Theme pour Inspace
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: inspace
Template: astra
*/


/***Menu***/

a.elementor-item.menu-link {
    text-transform: uppercase;}

.menu-item a.uael-menu-item:not(.elementor-button),  .sub-menu a.uael-sub-menu-item { text-transform: uppercase;}


/*Accueil*/

.col-md-6 {
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
}



/***projets***/

.projet-list {margin-bottom : 5px}
.projet-list h2 {
  font-size : 0.85rem;
  text-align: center;
  padding: 0.5rem 0 1.5rem; 
	text-transform: uppercase;
}



/*
[class*=" eicon-"], [class^=eicon] {
    display: inline-block;
    font-family: 'icomoon';
    font-size: inherit;
    font-weight: 100;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.eicon-chevron-right:before {
    content: "\e901";
}
.eicon-chevron-left:before {
    content: "\e900";
}

.eicon-menu-bar:before,
.icon-menu:before {content: "\e902" !important;}
*/

.description {  }

.wpml-ls-legacy-list-horizontal { padding: 0 !important;  float: right !important;}
.wpml-ls-legacy-list-horizontal a {padding: 0 0 0 5px !important;}


@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	.titre-projet{font-size:1.1rem }
.description {
    -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
  column-gap: 0;
      -webkit-column-rule: 0px solid #ddd;
       -moz-column-rule: 0px solid #ddd;
            column-rule: 0px solid #ddd;
  }
  
  
}