/* ///////////////////////////// */
/*         Version pc            */
/* ///////////////////////////// */
/* LG */
@media (max-width: 1140px) {
	.container {
		max-width: 960px !important;
	}

	.container-choice-carrier{
		width: 100% !important;
	}


	.position-lg-absolute {
		position: absolute !important;
	}
	
	.position-lg-relative {
		position: relative !important;
	}
	
	.w-lg-25 {
		width: 25% !important;
	}
	
	.w-lg-50 {
		width: 50% !important;
	}
	
	.w-lg-75 {
		width: 75% !important;
	}
	
	.w-lg-100 {
		width: 100% !important;
	}
	
	.w-lg-auto {
		width: auto !important;
	}
	
	.no-lg-wrap {
		white-space: nowrap;
	}
	
	#header_bar .dropdown-menu[aria-labelledby="header_menu_gammes"] img,
	#header_connected_bar .dropdown-menu[aria-labelledby="header_menu_gammes"] img	{
		height: 22px;
	}


    .link-history{
        padding-right: 0px ;
        text-align: center;
    } 

	.container {
		max-width: 1400px !important;
	}
	
	.position-xl-absolute {
		position: absolute !important;
	}
	
	.position-xl-relative {
		position: relative !important;
	}
	
	.w-xl-25 {
		width: 25% !important;
	}
	
	.w-xl-50 {
		width: 50% !important;
	}
	
	.w-xl-75 {
		width: 75% !important;
	}
	
	.w-xl-100 {
		width: 100% !important;
	}
	
	.w-xl-auto {
		width: auto !important;
	}
	
	.no-xl-wrap {
		white-space: nowrap;
	}
	
	#header_bar .dropdown-menu[aria-labelledby="header_menu_gammes"] img,
	#header_connected_bar .dropdown-menu[aria-labelledby="header_menu_gammes"] img {
		height: 30px;
	}

    .connexion-content {
		height: 400px;		
		display:flex;
		flex-direction:column;
		justify-content: center;
	}
	.declaration-item, .declaration-item-status {
		font-size: 0.8em;
	}


    .h-content {
		height: 350px;
	}

	.declaration-item, .declaration-item-status {
		font-size: 0.7em;
	}
	
	.circle-blue {
		width: 20px;
		height: 20px;
		margin-top: -20px;
		box-shadow: inset 0 0 0 3px white;
		border: 1px solid #1d1d1d;
		background-color: #5a7ebf;
		border-radius: 50%;
		display: inline-block;
	}
	.circle-white {
		width: 20px;
		height: 20px;
		margin-top: -20px;
		box-shadow: inset 0 0 0 3px white;
		border: 1px solid #1d1d1d;
		background-color: #ffffff;
		border-radius: 50%;
		display: inline-block;
	}

	.circle-orange {
		width: 20px;
		height: 20px;
		margin-top: -20px;
		box-shadow: inset 0 0 0 3px white;
		border: 1px solid #1d1d1d;
		background-color: #9a682b;
		border-radius: 50%;
		display: inline-block;
	}

	.circle-dark {
		width: 20px;
		height: 20px;
		margin-top: -20px;
		box-shadow: inset 0 0 0 3px white;
		border: 1px solid #1d1d1d;
		background-color: #1d1d1d;
		border-radius: 50%;
		display: inline-block;
	}
	.liaison {
		border-top: 1px solid #1d1d1d;
		width: 100%;
		height: 1px;
		position: absolute;
		display: inline-block;
		margin-top: 8px;
	}
	.btn {
		font-size: 0.8em;
	}
	/* .form-control {
		margin-top: 10px;
	} */
	.declaration-item-status {
		line-height: 1.5em;
	}
	.hc-pt {
		padding-top: 0rem;
	}
	.f-pt {
		padding-top: 1rem;
	}
	#footer div div.mt-3 {
		margin-top: .25rem!important;
	}
	.container {
		max-width: 920px !important;
	}
	h1 {
		font-size: 34px !important;
	}
	.register-form > p {
		font-size: 10px;
	}
	.page-header .px-5 {
		padding-right: 1rem!important;
		padding-left: 1rem!important;;
	}
}


@media (max-width: 1400px) {
	.navbar{
		flex-wrap: wrap;
	}

	.container-choice-carrier{
		width: 85%;
	}
	
}

@media (min-width: 768px ) and (max-width: 992px) {
	.container-choice-postcode{
		display: flex;
		flex-wrap: wrap;
		margin-right: 15px;
		margin-left: 15px;

	}

	.container-choice-postcode .form-control {
		flex: 0 0 50% !important;
    max-width: 50% !important;
	}

	.container-choice-postcode button {
		flex: 0 0 40% !important;
		max-width: 40% !important;

	}
}




