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

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

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

.builder-content{
    position: relative;
    width: 100%;
    height: 100%;
    background-color: black;
    color: black;
    /*background-image: url(/image/backgroundCollectiveA4.jpg);*/    
/*  background-size: 100%;
    background-repeat: no-repeat;*/
    background-position-y: -80px;
    background-color: white;
    border-radius: 2vw;
/**/
}

.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%;*/
}

.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: 61px;
    left: 20px;
    right:auto;
    bottom: auto;
    display: block;
    z-index: 9999999999; 
    background-color:black;
    padding: 5px;
}    

.menu-builder-action .btn-floating{
    width: auto;
    height: 40px;
    line-height: 30px;
    background-color: #ccc;
    box-shadow: 0 0 0 0;
    color: black;
    border-radius: 7px;
    padding:5px 10px 5px 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
    }

.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{ 

}





/* DEBUG */

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

h1{
    font-size:17px;
}

h2{
    font-size: 14.5px;
}

h1,h2{ margin: 0; }