
 a:link{ text-decoration: none; cursor: pointer; }
 a:active{ text-decoration: none;  }
 a:visited{ text-decoration: none; }
 a:hover{ text-decoration: none; cursor: pointer; }

.legende{ 
    /*font-family: 'Arial Monospaced MT';*/
    /*font-size: 1.2vw;*/
       line-height: 1.7vw;
    margin-top: 6px;
 }

.legende span{ 
background-color: transparent!important; }


 .legende i{ 
    font-family: 'CAT-Childs';
    font-size: 15px;
    font-size: 1.5vw;
 /*   font-family: 'RolandoOpti';
    font-size: 17px;*/
    font-style: italic;
  }

.legende h1{ 
    font-size: 0.7vw;
    float: right;
 }
.legende h2{ 
    font-family: 'RolandoOpti';
    font-size: 17px;
        font-family: 'CAT-Childs';
    font-size: 15px;
        font-size: 1.6vw;
 }

.carrot{
    background-color: #e47c2a;
}
.carrot:hover {
    background-color: #e47c2a;
}

.builderWrapper{
    width: 100%;
    position: relative;
    top:15px;
}

.builderWrapper.admin{
    width: 100%;
    position: relative;
    top:35px;
}


.builderWrapper.builder-relatif .builder-element {
    display: inline-block;
}



.builder-content{
    position: relative;
    width: 100%;
    height: auto;
    background-color: black;
    color: black;
    /*background-image: url(/image/backgroundCollectiveA4.jpg);*/    
/*  background-size: 100%;
    background-repeat: no-repeat;*/
    background-position-y: -80px;
    background-color: transparent;
    padding-left: 1vw; 
    padding-right: 0vw;
    /*border-radius: 2vw;*/
/**/
    /*padding-left: 0.5vw;*/

}

.testContener{ 
    width: 80%;
}

.builder-element{
	position: absolute;
    top:0;
    left: 0;
    width: 10%;
    /*height: 500px;*/
}

.builder-element.texte{
        /*overflow: scroll;*/
       
}

.builder-element:hover{
    /*border: 3px solid #e47c2a;*/
    /*box-shadow: 0 0 0 3px #e47c2a;*/
}

.builder-element img,
.builder-element iframe,
.builder-element video{
    /*width: 100%;*/
    /*height: 100%;*/
/*    width: auto;
    height: 100%;*/
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;

}







.action-builder-element{ 
    display: none;
    margin-top: -13px;
    margin-right: 3px;
}

.action-builder-element .btn-floating{
    width: 16px; 
    height: 16px; 
    background-color: #e47c2a;
}

.action-builder-element .btn-floating i{
    font-size: 0.85rem;
    line-height: 16px;
}

.menu-builder-action{
    position: fixed;
    top: 41px;
    left: 18px;
    right: 18px;
    bottom: auto;
    display: block;
    z-index: 9999999999;
    background-color: white;
    padding: 5px;
    border-radius: 0;
    border-bottom: 1px solid #000000;
    /* width: 50px; */
    height: 41px;
    text-align: center;
}    



.menu-builder-action .btn-floating{
    width: auto;
    height: 30px;
    line-height: 30px;
    background-color: white;
    box-shadow: 0 0 0 0;
    color: black;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
    text-decoration: none;
    margin-top: -5px;
    border: 0px ;
    }

.menu-builder-action .btn-floating:last-child{
    margin-bottom:              0px;
}

.menu-builder-action .btn-floating i{
    width:                      auto;
    }
.builder-element:hover > .action-builder-element{
    display: block;
}

nav{ 
    /*background-color: #efefef;*/
    top: 0px;
    /*border-bottom: 1px solid black;*/
}

.spacer{
    position: relative;
    display: inline-block;
}

.goToEditMode{

    position: fixed;
    /*top: 61px;*/
    left: 20px;
    display: block;
    z-index: 9999999999;
    width: 43px;
    top: 160px;
}

.goToEditMode i{ 
font-size: 24px;

}

.builder-element.texte{
font-size: 1vw; 
}

.class1{     
    font-size: 0.9vw;
}
.class2{    
    font-family: 'CAT-Childs';
    font-size: 15px;
    font-size: 1.6vw;
 /* font-family: 'RolandoOpti';
    font-size: 17px;*/
    font-style: italic;}

.class3{    
    font-family: 'RolandoOpti';
    font-size: 17px;
    font-family: 'CAT-Childs';
    font-size: 15px;
    font-size: 1.6vw;
}

.builder-content{ 

}

#editBox{ 
    z-index: 99999999999;
    position: fixed;
    left: 18px;
    right: 18px;
    /*top: 82px;*/
    top: 41px;
 }

/* #editBox .collapsible{ 
    border: 0px;
    margin: 0;

  }

 #editBox .collapsible li{
    display: inline-block;
 } 
*/

.tabs{ height:41px;     border-bottom: 1px solid black; }

.tabs .tab{ height:41px; text-transform: initial; line-height: 43px; }

.tabs .tab a {
    color: black;
}

.tabs .tab a:focus, .tabs .tab a:focus.active {
    }

#edit-builder-media .css-modifier {
    height: 41px;
    width: 50%;
    float: right;
/*    border-left: 1px dotted black;
    border-right: 1px solid black;*/
    border-bottom: 0;
    margin: 0;
    text-align: left;
        padding-left: 2px;
    box-sizing: border-box;
}


#edit-builder-media .col.s4{ 
border-bottom: 1px solid black;
padding:0px; }

#edit-builder-media .col.s4 span{ 
    height: 41px;
    position: relative;
    display: inline-block;
    padding-top: 12px;
    width: 50%;
    text-align: right;
}

  .editBox-close{
    display: none;
  }


  .editBox-open{
    display: block;
  }

#edit-builder-media{ 
    padding: 0px;
    margin: 0px;
 }

/* DEBUG */

.text-lcontainer div{ 
/*border: 1px solid yellow; */
}

h1{
    font-size:17px;
}

h2{
    font-size: 14.5px;
}

h1,h2{ margin: 0; }