/**
* 2007-2025 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2025 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

.hidden{
	display: none;
}

.starteopetmanager_pets-mr{
	margin-right: 50px;
}

.starteopetmanager_pets-title{
	font-family: "Straight";
	font-weight: normal;
	font-size: 80px;
	line-height: 82px;
	color: #2D2D2B;
	margin-top: 58px;
}

.starteopetmanager_pets-button{
	display: inline-block;
	font-family: "Straight";
	font-weight: normal;
	font-size: 40px;
	line-height: 56px;
	color: #FFFFFF;
	background-color: #2D2D2B;
	border-radius: 50px;
	padding: 12px 30px 0px 30px;
	transition: all .2s;
	border: none;
	cursor: pointer;
	outline: none !important;
}

.starteopetmanager_pets-button:hover{
	background-color: #F39200;
	color: #FFFFFF;
}

.starteopetmanager_pets-separator{
	width: 100%;
	height: 2px;
	background-color: #2D2D2B;
}

.starteopetmanager_pets-introduction{
	font-family: 'Averta';
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 50px;
}

.starteopetmanager_pets-question{
	padding-top: 50px;
	padding-bottom: 50px;
}

.starteopetmanager_pets-question-label{
	font-family: 'Averta';
	font-size: 30px;
	line-height: 36px;
	font-weight: bold;
	color: #2D2D2B;
}

.starteopetmanager_pets-question-label-big{
	font-family: 'Averta';
	font-size: 45px;
	line-height: 54px;
	font-weight: bold;
	color: #2D2D2B;
	text-align: right;
}

.starteopetmanager_pets-form input[type="text"]{
	display: inline-block;
	font-family: "Straight";
	font-weight: normal;
	font-size: 30px;
	line-height: 42px;
	color: #FFFFFF !important;
	background-color: #F39200;
	border-radius: 50px;
	padding: 12px 30px 0px 30px;
	border: none;
	outline: none;
	min-width: initial;
	width: auto;
	transition: all .2s;
}

.starteopetmanager_pets-form input::placeholder{
	color: #FFFFFF !important;
	opacity: 1;
}

.starteopetmanager_pets-answers{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 10px;
	row-gap: 25px;
}

.starteopetmanager_pets-answers-diseases{
	grid-template-columns: 1fr 1fr;
	row-gap: 5px;
}

.starteopetmanager_pets-answers-type{
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 30px;
}

.starteopetmanager_pets-answers-type-element{
	position: relative;
	cursor: pointer;
}

.starteopetmanager_pets-answers-type-element-1:after,.starteopetmanager_pets-answers-type-element-2:after{
	position: absolute;
	transition: all .2s;
	font-family: "Straight";
	font-size: 70px;
	line-height: 98px;
	color: #F39200;
}

.starteopetmanager_pets-answers-type-element-1:after{
	content: 'Chat';
	top: 33px;
	left: 26px;
}

.starteopetmanager_pets-answers-type-element-2:after{
	content: 'Chien';
	top: 33px;
	right: 34px;
}

.starteopetmanager_pets-answers-type-element:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: solid 6px transparent;
	transition: all .2s;
}

.starteopetmanager_pets-answers-type-element img{
	max-width: 100%;
}

.starteopetmanager_pets-answers-type input:checked + .starteopetmanager_pets-answers-type-element:before{
	border-color: #F39200;
	background-color: transparent;
}

.starteopetmanager_pets-answers label{
	/*
	font-family: "Straight";
	font-weight: normal;
	font-size: 30px;
	line-height: 34px;
	*/
	font-family: "Averta";
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
	color: #2D2D2B;
	margin-bottom: 0;
	transition: all .2s;
	text-align: left;
	cursor: pointer;
}

.starteopetmanager_pets-answers-element{
	display: flex;
	align-items: center;
	justify-content: start;
	column-gap: 10px;
}

.starteopetmanager_pets-form input:checked + label{
	color: #F39200;
}

.starteopetmanager_pets-form input[type="radio"], .starteopetmanager_pets-form input[type="checkbox"]{
	position: absolute;
    opacity: 0;
}

.starteopetmanager_pets-answers-label{
	padding-left: 36px;
	position: relative;
}

.starteopetmanager_pets-answers-label img{
	height: 100px;
	width: 100px;
	object-fit: contain;
}

.starteopetmanager_pets-answers-label:before{
	content: '';
	position: absolute;
	left: 0;
	/*top: calc(50% - 6px);*/
	top: 50%;
	transform: translateY(-50%);
	width: 26px;
	height: 26px;
	border-radius: 50px;
	border: solid 2px #2D2D2B;
	transition: all .2s;
}

.starteopetmanager_pets-answers-checkboxes .starteopetmanager_pets-answers-label:before{
	width: 18px;
	height: 18px;
	border-radius: 0;
}

.starteopetmanager_pets-form input:checked + label:before{
	border-color: #F39200;
	background-color: #F39200;
}

 .starteopetmanager_pets-answers-file-container{
    position: relative;
    display: inline-block;
}

.starteopetmanager_pets-answers-file-button{
    display: inline-block;
	font-family: "Straight";
	font-weight: normal;
	font-size: 30px;
	line-height: 42px;
	color: #FFFFFF !important;
	background-color: #F39200;
	border-radius: 50px;
	padding: 12px 30px 0px 30px;
	border: none;
	outline: none !important;
	min-width: initial;
	width: auto;
	cursor: pointer;
	transition: all .2s;
}

.starteopetmanager_pets-answers-file-button:hover{
    background-color: #2D2D2B;
}

.starteopetmanager_pets-answers-file-name{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.starteopetmanager_pets-answers-remove-file{
    display: none;
    background: #F39200;
    color: #FFFFFF;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin-left: 7px;
    font-family: "Straight";
    font-weight: normal;
    font-size: 35px;
    line-height: 40px;
    padding-left: 1px;
}

input[type="file"] {
    display: none;
}

.starteopetmanager_pets-list-no-pets{
	padding-top: 50px;
	padding-bottom: 50px;
}

.starteopetmanager_pets-list-pets{
	padding-top: 50px;
	padding-bottom: 30px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px;
}

.starteopetmanager_pets-list-pet{
	position: relative;
}

.starteopetmanager_pets-list-pet:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: solid 6px transparent;
	transition: all .2s;
}

.starteopetmanager_pets-list-pet:hover:before{
	border-color: #F39200;
}

.starteopetmanager_pets-avatar-pet img{
	max-width: 100%;
	width: 100%;
	height: 350px;
	max-height: 350px;
	object-fit: cover;
}

.starteopetmanager_pets-list-action{
	margin-top: 10px;
	display: flex;
	align-items: center;
}

.starteopetmanager_pets-name-pet{
	font-family: "Straight";
    font-size: 26px;
    line-height: 26px;
    color: #F39200;
    display: flex;
    flex-grow: 1;
}

.starteopetmanager_pets-list-remove-file{
	background: #F39200;
    color: #FFFFFF;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    cursor: pointer;
    font-family: "Straight";
    font-weight: normal;
    font-size: 25px;
    line-height: 27px;
    display: inline-block;
    transition: all .2s;
    outline: none !important;
    padding-left: 4px;
    margin-top: -4px;
}

.starteopetmanager_pets-hidden{
	display: none;
}

.starteopetmanager_pets-answers-active-avatar{
	width: 200px;
	max-width: 200px;
	height: 100px;
	max-height: 100px;
}

.starteopetmanager_pets-answers-active-avatar img{
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}

.starteopetmanager_pets-answers-remove-active-avatar{
	background: #F39200;
    color: #FFFFFF;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    cursor: pointer;
    font-family: "Straight";
    font-weight: normal;
    font-size: 25px;
    line-height: 27px;
    display: inline-block;
    transition: all .2s;
    outline: none !important;
    padding-left: 4px;
    margin-top: -4px;
}

#starteopetmanager_pets-delete .modal-dialog{
	justify-content: center;
}

#starteopetmanager_pets-delete-button{
	background: #F39200;
	color: #FFFFFF;
}

.starteopetmaanger_pets-button{
	background-color: #FFFFFF;
	border: solid 2px #F39200;
	color: #F39200 !important;
    border-radius: 50px;
    padding: 12px 30px 12px 30px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.starteopetmaanger_pets-button:hover{
	background-color: #F39200;
	color: #FFFFFF !important;
	border-color: #F39200 !important;
}