:root {
    --bleu-fonce: #11479F;
    --bleu-clair: #2596F1;
  }

.pum{
    display:none !important;
}

#wpadminbar{
    display:none;
}

.body{
    background-color: #f8f8f8;
}

html{
    margin-top: 0px !important;
}

.od_hob_archive{
    margin: auto;
    min-height: 100vh;
}

.center{
    padding-left: 8%;
    padding-right: 8%;
}

/* Header */


.od_hob_archive header{
    background-color: white;
    display: flex;
    justify-content: space-between;
    padding-top: 1%;
    padding-bottom: 1%;
}

.od_hob_archive .header-left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.od_hob_archive .header-left img{
    width: 55%;
}

.od_hob_archive .header-right{
    display: flex;
    align-items: center;
}

.od_hob_archive .header-right img{
    width: auto;
    height: 60px;
    margin-right: 25px;
}


.od_hob_archive .header-right div p{
    color: var(--bleu-fonce);
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 10px;
}

.od_hob_archive .header-right div a{
    color: var(--bleu-fonce);
    text-decoration: none;
    border-radius: 10px;
    border: solid var(--bleu-fonce) 1px;
    padding: 2px 5px 3px 5px;
}

.od_hob_archive .header-right div a:hover{
    cursor: pointer;
    color: var(--bleu-clair);
    border-color: var(--bleu-clair);
}

/* Footer */

.od_hob_archive footer{
    background-color: white;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 1%;
    padding-bottom: 2%;
}

.od_hob_archive .liste_arr_front{
    column-count: 2;
}

.od_hob_archive .liste_arr_front div{
    margin: auto;
    width: 66%;
}

.od_hob_archive .liste_arr_front a{
    margin-bottom: 10px;
    text-decoration: none;
    cursor:pointer;
    color: var(--bleu-fonce);
	float: left;
}

.od_hob_archive .liste_arr_front a:hover{
    color: var(--bleu-clair);
    text-decoration: underline;
}

/* Formulaire */


.od_hob_archive .section_form{
    margin: auto;
    display: flex;
    justify-content: center;
    position: relative;
    bottom: 35px;
}

.od_hob_archive .section_form form{
    position: absolute;
}

.od_hob_archive .section_form form input{
    border-radius: 15px;
    border: var(--bleu-clair) solid 2px;
    height: 65px;
    margin-right: 15px;
}

.od_hob_archive .section_form form button{
    background-color: var(--bleu-clair) !important;
    border-radius: 15px;
    text-transform: uppercase;
    color: white !important;
    padding: 15px 20px 15px 20px;
    border-color: var(--bleu-clair);    
}

/* Error Message */

.od_hob_archive .message_error{
    padding: 10%;
}

.od_hob_archive .message_error p{
    text-align: center;
}

body{
    background-color: #f5f5f5 !important;
}

.section_form #result_search{
    position: absolute;
    width: 570px;
    background: white;
    padding: 0px 10px;
    color: transparent;
    border-top-color: transparent;
    margin-left: 15px;
}

.section_form #result_search p{
    text-transform: capitalize;
    font-size:1rem;
    cursor:pointer;
    font-weight: 500;
}

.section_form #result_search p:hover{
    color:var(--bleu-fonce);
}


@media only screen and (min-width: 1500px) {
    #od_hob_form #ggmap-input{
        width: 600px;
    }
	.section_form #input-auto{
		width:600px;
	}
  }

@media only screen and (max-width: 1500px) {
    #od_hob_form #ggmap-input{
        width: 500px;
    }
	.section_form #input-auto{
		width:300px;
	}
}

@media only screen and (max-width: 1000px) {
    .od_hob_archive .section_form {
        bottom: 0px;
        top: 10px;
    }
}

@media only screen and (max-width: 1300px) {
	.od_hob_archive .liste_arr_front div
	{
		 width: 100%;
	}
}

@media only screen and (max-width: 800px) {
    .od_hob_archive .liste_arr_front {
        column-count: 1;
        text-align: center;
    }
    .od_hob_archive footer {
        position: relative;
    }
    .od_hob_archive .message_error {
        min-height: 500px;
    }
	.od_hob_archive .liste_arr_front a{
        padding-left: 0%;
    }
	.od_hob_archive .liste_arr_front div {
		margin-bottom: 10px;
	}
	.od_hob_archive .liste_arr_front a {
		float: none;
	}
}


@media only screen and (max-width: 700px) {
    #od_hob_form #ggmap-input{
        width: 400px;
    }
}

@media only screen and (max-width: 600px) {
    .od_hob_archive .header-right img {
        display: none;
    }
    .od_hob_archive .center{
        padding-left: 1%;
        padding-right: 1%;
    }
	
	.od_hob_archive .liste_arr_front
	{
		margin: auto;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}

	
    .od_hob_archive .liste_arr_front a,
    .od_hob_archive .header-right div p,
    .od_hob_archive .header-right div a {
        font-size: 1rem;
    }
    .od_hob_archive .header-right{
        width: 50%;
        justify-content: center;
    }
    #od_hob_form #ggmap-input{
        width: 300px;
    }
    .od_hob_archive button{
        width: 25%;
        padding: 5px;
    }
    .od_hob_archive #od_hob_form{
        display: flex;
    }
    .od_hob_archive .message_error {
        margin-top: 15%;
    }
	
	.section_form #result_search {
		width: 100%;
		top: 115%;
	}
}


@media only screen and (max-width: 500px) {
    .od_hob_archive #od_hob_form {
        flex-direction: column;
    }
    .od_hob_archive .section_form form button{
        margin-top:20px;
        width: 100%;
    }
    #od_hob_form #ggmap-input {
        width: 300px;
        margin-right: 15px;
    }
}

