/***************************************

Styles for screen 767px and lower

******************************************/

@media screen and (max-width: 767px)
{

	body
	{
		margin: 0;
		padding: 0;
	}

	/* header et footer */
	#header
	{
		z-index: 1000 !important;
		position: absolute;
		margin: 0;
		padding: 0;
		height: 193px !important;
		width: 100%;
		background-image: url(../images/bg-header-general-mobile.png) !important;
		background-repeat: repeat-x;
	}

	.makingAppointmentsContainer
	{
		max-width: 90%;
	}

	.makingAppointmentsButton
	{
		width: 140px;
		height: 50px;
		line-height: 50px;
		padding-left: 15px;
		top: 0;
		font-size: 17px;
	}

	/* footer */
	#footer
	{
		box-sizing: border-box;
        float: left;
        width: 90%;
        padding: 20px;
        margin: 20px;
        margin-right: auto;
        border: none;
        text-align: center;
        background-color: #ffffff;
	}

	a.foot
	{
		margin-right: 20px;
        color: #000000;
        font-size: 1.3em !important;
        font-weight: lighter;
        float: left;
        display: block;
        width: 100%;
        margin-top: 11px;
	}

	.hubert
	{
		margin-top: 12px;
		width: 50px;
		height: 50px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

	nav a#pull
	{
		display: block;
		width: 60px !important;
		height: 60px !important;
		padding: 6px;
		position: absolute;
		top: 20px;
		right: 20px;
		background-color: #222020;
		border-bottom: 6px solid #8acccd;
		font-size: 0.7em;
		text-align: center;
		color: #ffffff;
	}

	nav a#pull .barre
	{
		display: block;
		width: 40px;
		height: 4px;
		position: absolute;
		left: 10px;
		z-index: 1;

		background: #fff;

		transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
		background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
		opacity 0.55s ease;
	}

	nav a#pull .barre1
	{
		top: 15px;
		transform-origin: 0% 0%;
	}

	nav a#pull .barre2
	{
		margin-top: -2px;
		top: 50%;
	}

	nav a#pull .barre3
	{
		bottom: 15px;
		transform-origin: 0% 100%;
	}

	/*
	 * Transform all the slices of hamburger
	 * into a crossmark.
	 */
	nav.ouvert a#pull .barre1
	{
		opacity: 1;
		transform: rotate(45deg) translate(5px, -5px);
	}

	/*
	 * But let's hide the middle one.
	 */
	nav.ouvert a#pull .barre2
	{
		opacity: 0;
	}

	/*
	 * Ohyeah and the last one should go the other direction
	 */
	nav.ouvert a#pull .barre3
	{
		transform: rotate(-45deg) translate(5px, 5px);
	}

	#clearfix
	{
		right: 0;
		width: 100%;
		text-align: right;

	}

	nav
	{
		/*position: absolute;
		right: 20px;
		margin-top: 20px !important;
		background-color: #ffffff;*/
	}

	nav ul
	{
		/*display: none;*/
		/*width: 320px;*/
		padding-top: 100px;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: #fff;

		transform-origin: 0% 0%;
		transform: translate(-100%, 0);

		transition: all 600ms;

		/*display: none;
		margin-top: 20px !important;
		right: 20px;*/
	}

	nav.ouvert ul
	{
		transform: none;
		/*display: block;*/
	}

	nav li
	{
		display: block;
		float: none;
		background-color: #ffffff;
padding-bottom: 0.5em;
	}

	nav li a
	{
		display: block;
		padding: 0;
		text-align: center;
		/*float: right;*/
		/*width: 300px;*/
	}

	nav a
	{
		padding: 0 !important;
	}

    nav a:hover {
	color: #8acccd;
	background-color: #ffffff;
    padding: 0 20px 0 20px;
        border: none;



/* -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;*/
}

    .active {
	color: #000000;
    background-color: #ffffff !important;
    border-bottom: 8px solid #8acccd;
    width: 80% !important;
    text-align: center;
    margin: auto;
    }

	#container-home, #container-noir, #container
	{
		float: left !important;
		padding: 0;
	}

    #container-home {
    position: absolute;
    width: 100%;
    height: auto;
    margin: 193px 0;
    padding: 0;
}

     #container, #container-noir {
    margin: 193px 0 !important;
}

    #animate {
    position: relative;
    float: left;
    margin: 10px 15px;
    padding: 0;
    height: 139px;
    width: 100px;
    background: #fff;
}

	.logo1, .logo2
	{
		float: left;
		text-align: center;
		/*margin-left: 15px;*/
		width: 100px;
	}

	#col-centre
	{
		text-align: center;
		position: relative;
		height: auto;
		margin-left: auto;
		margin-right: auto;
		width: 90%;
	}

	#col-texte, #col-annonce
	{
		text-align: center;
		margin: 20px 0;
		padding: 20px;
		background-color: #222020;
		min-height: inherit;
		height: inherit;

		max-width: 90%;

	}

	#col-annonce
	{
		background-image: url(../images/bg-repeat-col-annonce.png);
		background-repeat: repeat-x;
		background-position: bottom;
		background-color: #ffffff;
	}

	#col-droite
	{
		text-align: center;
		margin: 20px;
		padding: 20px;
		min-height: inherit;
		height: inherit;
		width: 80% !important;
		max-width: 80%;

	}

	#col-droite-contenu
	{

		background-color: #ffffff;
		height: inherit;
        margin-top: 10px !important;
		margin-left: auto;
		margin-right: auto;
	}

	/* B-BA */
	#col-centre-baba
	{
		position: relative;
		margin-top: 0px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
		max-width: 90%;
	}

	#col-annonce-baba
	{
		cursor: pointer;
		float: left !important;
		text-align: center;
		padding: 20px;
		margin: 20px 0;
		min-height: inherit;
		background-image: url(../images/bg-repeat-col-annonce.png);
		background-repeat: repeat-x;
		background-position: bottom;
		background-color: #ffffff;
		height: inherit;
		width: 90%;
	}

	#col-portrait
	{
		cursor: pointer;
		float: left !important;
		text-align: center;
		padding: 20px;
		margin: 20px 0;
		min-height: inherit;
		background-image: url(../images/bg-repeat-col-annonce.png);
		background-repeat: repeat-x;
		background-position: bottom;
		background-color: #ffffff;
		height: inherit;
		width: auto !important;
		max-width: 100%;
	}

	#album
	{
		width: 93%;
		margin: 0;
		border: 1px solid #ffffff;
		background-color: #ffffff;
		float: left !important;
		text-align: center;
	}

    #col-texte-baba h1 {
    color: #ffffff !important;

}

    .slideshow .slideTexte {
    font-size: 17px !important;
    line-height: 1.2em !important;
}

}


