@charset "UTF-8";
/* CSS Document */

    div.contenant#savoir	{
		display:inline-block;
		width:100%;
		height:auto;
		margin:120px 0 30px 0;
		overflow:visible;
		/*padding:30vh 0;*/
		/*border:1px solid rgba(102,102,204,1);*/
	}
	
	div.contenu#savoir	{
		display:inline-block;
		width:90%;
		max-width:800px;
		height:auto;
        text-align: left;
		overflow:visible;
/*		border:1px solid rgba(102,102,204,1);*/
	}

@media screen and (max-width:800px) {
    div.contenu#savoir  {
    text-align: center;
    }
}

    .slide00.savoir0	{
		background: url(images/home2/zapatate1.jpg) top center no-repeat;
		background-size:contain;
        background-color: rgba(153,2,40,1);
        margin: 0;
		
	}

    a.TG-front2   {
        display: inline-block;
        width: 12vw;
        min-width: 300px;
        height:12vw;
        min-height: 300px;
        vertical-align: top;
        margin: 0 30px 50px -70px;
        border-radius: 250px;
        background: url(images/savoir/TGBD-blue-rond.jpg) center center;
        background-size: cover;
    }

@media screen and (max-width:800px) {
    a.TG-front2 {
        min-width: 350px;
        min-height: 350px;
        border-radius: 250px;
        margin: 0 0 50px -5px;
    }
}
	
	p.texte	{
		display:block;
		width:90%;
		max-width:800px;
		font-family: 'Rokkitt', "Lucida Console", Monaco, monospace;
		font-size:1.2em;
		font-weight:200;
		line-height:1em;
/*        border: 1px solid red;*/
	}

	
	p.texte#savoir	{
		margin:20px 0;
		width:90%;
		max-width:800px;
        text-align: left;
		font-weight:300;
	}
		
	p.texte#savoir	strong	{
		font-weight:600;
	}
	
	p.texte#savoir	span#titre4	{
		display:inline-block;
		margin:20px 0 20px 0;
		font-size:1.1em;
		font-weight:700;
	}

	
	p.h1#savoir	{
		display:inline-block;
		width:90%;
        max-width: 350px;
		margin: 7vh 0 0 0;
        text-align: left;
		font-family: Helvetica, Arial, sans-serif;
		font-weight:200;
		font-size:1.5em;
		line-height:1.1em;
		color:rgba(0,0,0,1);
/*		border:1px solid rgba(255,51,51,1);*/
	}

@media screen and (max-width:800px) {
    p.h1#savoir	{
        margin: 10px 0 30px 0;
        font-size: 1.2em;
    }
}

    a.ancres    {
        display: inline-block;
        height: 15px;
        margin: 10px 5px -5px 0;
        padding: 0 10px 10px 10px;
        font-size: 0.6em;
        color: white;
        text-decoration: none;
        background-color:  rgba(0,102,204,0.4);
/*        border-left: 1px solid grey;*/
    }

    span.refee    {
        display: inline-block;
        margin-top: 10px;
        font-family: 'Rokkitt',"Lucida Console", Monaco, monospace;
        font-weight:600; 
    }